@lovrabet/rabetbase-cli 2.3.4-beta.2 → 2.3.4-beta.3

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 (218) 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-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-selector.js +1 -1
  46. package/lib/commands/common/flags.js +1 -1
  47. package/lib/commands/common/validate.js +1 -1
  48. package/lib/commands/config/get.js +1 -1
  49. package/lib/commands/config/index.js +1 -1
  50. package/lib/commands/config/list.js +1 -1
  51. package/lib/commands/config/set.js +1 -1
  52. package/lib/commands/config/shared.js +1 -1
  53. package/lib/commands/data/filter.js +1 -1
  54. package/lib/commands/data/getOne.js +1 -1
  55. package/lib/commands/data/index.js +1 -1
  56. package/lib/commands/data/shared.js +1 -1
  57. package/lib/commands/dataset/business-group-update.js +1 -1
  58. package/lib/commands/dataset/capability.js +1 -1
  59. package/lib/commands/dataset/delete.js +1 -1
  60. package/lib/commands/dataset/detail.js +1 -1
  61. package/lib/commands/dataset/extend-update.js +1 -1
  62. package/lib/commands/dataset/field-update.js +1 -1
  63. package/lib/commands/dataset/generate.js +1 -1
  64. package/lib/commands/dataset/index.js +1 -1
  65. package/lib/commands/dataset/list.js +1 -1
  66. package/lib/commands/dataset/operations.js +1 -1
  67. package/lib/commands/dataset/relation-audit.js +1 -1
  68. package/lib/commands/dataset/relation-create.js +1 -1
  69. package/lib/commands/dataset/relation-delete.js +1 -1
  70. package/lib/commands/dataset/relation-shared.js +1 -1
  71. package/lib/commands/dataset/relation-update.js +1 -1
  72. package/lib/commands/dataset/relations.js +1 -1
  73. package/lib/commands/dataset/rename.js +1 -1
  74. package/lib/commands/dataset/restore.js +1 -1
  75. package/lib/commands/db/analyze-cancel.js +1 -1
  76. package/lib/commands/db/analyze-start.js +1 -1
  77. package/lib/commands/db/analyze-status.js +1 -1
  78. package/lib/commands/db/create.js +1 -1
  79. package/lib/commands/db/delete.js +1 -1
  80. package/lib/commands/db/detail.js +1 -1
  81. package/lib/commands/db/diff.js +1 -1
  82. package/lib/commands/db/index.js +1 -1
  83. package/lib/commands/db/list.js +1 -1
  84. package/lib/commands/db/shared.js +1 -1
  85. package/lib/commands/db/tables.js +1 -1
  86. package/lib/commands/db/test.js +1 -1
  87. package/lib/commands/db/update.js +1 -1
  88. package/lib/commands/doctor.js +1 -1
  89. package/lib/commands/init/index.js +1 -1
  90. package/lib/commands/issue/index.js +1 -1
  91. package/lib/commands/issue/nudge.js +1 -1
  92. package/lib/commands/issue/report.js +1 -1
  93. package/lib/commands/issue/shared.js +1 -1
  94. package/lib/commands/logs/index.js +1 -1
  95. package/lib/commands/menu/index.js +1 -1
  96. package/lib/commands/menu/list.js +1 -1
  97. package/lib/commands/menu/shared/compare-table.js +1 -1
  98. package/lib/commands/menu/shared/index.js +1 -1
  99. package/lib/commands/menu/shared/inquirer.js +1 -1
  100. package/lib/commands/menu/shared/local-pages.js +1 -1
  101. package/lib/commands/menu/shared/logic.js +1 -1
  102. package/lib/commands/menu/shared/service.js +1 -1
  103. package/lib/commands/menu/shared/sync-core.js +1 -1
  104. package/lib/commands/menu/shared/update-core.js +1 -1
  105. package/lib/commands/menu/shared/valid-url.js +1 -1
  106. package/lib/commands/menu/sync.js +1 -1
  107. package/lib/commands/menu/update.js +1 -1
  108. package/lib/commands/page/generate-start.js +1 -1
  109. package/lib/commands/page/generate-status.js +1 -1
  110. package/lib/commands/page/index.js +1 -1
  111. package/lib/commands/page/pull.js +1 -1
  112. package/lib/commands/page/push.js +1 -1
  113. package/lib/commands/page/relation-audit.js +1 -1
  114. package/lib/commands/page/shared.js +1 -1
  115. package/lib/commands/page/standard-page-status.js +1 -1
  116. package/lib/commands/page/sync.js +1 -1
  117. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  118. package/lib/commands/project/create/format-elapsed.js +1 -1
  119. package/lib/commands/project/create/main.js +1 -1
  120. package/lib/commands/project/create/non-interactive.js +1 -1
  121. package/lib/commands/project/create/project-template-path.js +1 -1
  122. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  123. package/lib/commands/project/create/use-format-code.js +1 -1
  124. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  125. package/lib/commands/project/index.js +1 -1
  126. package/lib/commands/project/init.js +1 -1
  127. package/lib/commands/project/upgrade.js +1 -1
  128. package/lib/commands/registry.js +1 -1
  129. package/lib/commands/run/index.js +1 -1
  130. package/lib/commands/schema.js +1 -1
  131. package/lib/commands/sql/create.js +1 -1
  132. package/lib/commands/sql/delete.js +1 -1
  133. package/lib/commands/sql/detail.js +1 -1
  134. package/lib/commands/sql/exec.js +1 -1
  135. package/lib/commands/sql/index.js +1 -1
  136. package/lib/commands/sql/list.js +1 -1
  137. package/lib/commands/sql/pull.js +1 -1
  138. package/lib/commands/sql/push.js +1 -1
  139. package/lib/commands/sql/save.js +1 -1
  140. package/lib/commands/sql/shared.js +1 -1
  141. package/lib/commands/sql/status.js +1 -1
  142. package/lib/commands/sql/validate.js +1 -1
  143. package/lib/commands/workspace/index.js +1 -1
  144. package/lib/config/schema.js +1 -1
  145. package/lib/constant/cdn.js +1 -1
  146. package/lib/constant/cli.js +1 -1
  147. package/lib/constant/defaults.js +1 -1
  148. package/lib/constant/domain.js +1 -1
  149. package/lib/constant/env.js +1 -1
  150. package/lib/constant/output.js +1 -1
  151. package/lib/constant/paths.js +1 -1
  152. package/lib/constant/risk.js +1 -1
  153. package/lib/context/app-resolver.js +1 -1
  154. package/lib/context/auth-resolver.js +1 -1
  155. package/lib/context/config-loader.js +1 -1
  156. package/lib/context.js +1 -1
  157. package/lib/core/alias-resolver.js +1 -1
  158. package/lib/core/api-client.js +1 -1
  159. package/lib/core/bff/config.js +1 -1
  160. package/lib/core/bff/file-system.js +1 -1
  161. package/lib/core/bff/hash.js +1 -1
  162. package/lib/core/bff/lock.js +1 -1
  163. package/lib/core/bff/utils.js +1 -1
  164. package/lib/core/db-resolver.js +1 -1
  165. package/lib/core/page/file-system.js +1 -1
  166. package/lib/core/page/hash.js +1 -1
  167. package/lib/core/page/lock.js +1 -1
  168. package/lib/core/sql-sync/config.js +1 -1
  169. package/lib/core/sql-sync/file-system.js +1 -1
  170. package/lib/core/sql-sync/hash.js +1 -1
  171. package/lib/core/sql-sync/lock.js +1 -1
  172. package/lib/core/sql-sync/utils.js +1 -1
  173. package/lib/core/sql-validator.js +1 -1
  174. package/lib/errors.js +1 -1
  175. package/lib/framework/build-all-flags.js +1 -1
  176. package/lib/framework/flags.js +1 -1
  177. package/lib/framework/help.js +1 -1
  178. package/lib/framework/index.js +1 -1
  179. package/lib/framework/output.js +1 -1
  180. package/lib/framework/response.js +1 -1
  181. package/lib/framework/runner-alias.js +1 -1
  182. package/lib/framework/runner.js +1 -1
  183. package/lib/framework/schema-export.js +1 -1
  184. package/lib/framework/types.js +1 -1
  185. package/lib/generated/build-info.js +1 -1
  186. package/lib/help.js +1 -1
  187. package/lib/skills/main.js +1 -1
  188. package/lib/skills/npx-skills-add.js +1 -1
  189. package/lib/telemetry/cli-command-trace.js +1 -1
  190. package/lib/telemetry/cli-help-trace.js +1 -1
  191. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  192. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  193. package/lib/telemetry/send-cli-trace-log.js +1 -1
  194. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  195. package/lib/utils/ai_config.js +1 -1
  196. package/lib/utils/apply-jq-filter.js +1 -1
  197. package/lib/utils/cdn-config.js +1 -1
  198. package/lib/utils/check-sdk-version.js +1 -1
  199. package/lib/utils/cli-version-check.js +1 -1
  200. package/lib/utils/cli-version-policy.js +1 -1
  201. package/lib/utils/config.js +1 -1
  202. package/lib/utils/copy-directory.js +1 -1
  203. package/lib/utils/entity-with-id.js +1 -1
  204. package/lib/utils/file-utils.js +1 -1
  205. package/lib/utils/guides-cdn.js +1 -1
  206. package/lib/utils/http-client.js +1 -1
  207. package/lib/utils/is-non-interactive.js +1 -1
  208. package/lib/utils/logger.js +1 -1
  209. package/lib/utils/params.js +1 -1
  210. package/lib/utils/platform.js +1 -1
  211. package/lib/utils/rules-cdn.js +1 -1
  212. package/lib/utils/sleep.js +1 -1
  213. package/lib/utils/template-replacer.js +1 -1
  214. package/lib/utils/update-notice.js +1 -1
  215. package/lib/utils/version.js +1 -1
  216. package/lib/utils/with-active-cookie.js +1 -1
  217. package/lib/utils/write-cli-side-channel.js +1 -1
  218. package/package.json +1 -1
@@ -1 +1 @@
1
- const a35_0x596276=a35_0x4359;function a35_0x4359(_0x569d03,_0x49a040){_0x569d03=_0x569d03-0x129;const _0x341ea0=a35_0x341e();let _0x4359a3=_0x341ea0[_0x569d03];return _0x4359a3;}(function(_0x30f8b2,_0x3354b1){const _0x1b3b29=a35_0x4359,_0x200a5a=_0x30f8b2();while(!![]){try{const _0x2ba091=-parseInt(_0x1b3b29(0x130))/0x1*(-parseInt(_0x1b3b29(0x147))/0x2)+parseInt(_0x1b3b29(0x136))/0x3*(-parseInt(_0x1b3b29(0x13a))/0x4)+-parseInt(_0x1b3b29(0x141))/0x5*(parseInt(_0x1b3b29(0x138))/0x6)+parseInt(_0x1b3b29(0x146))/0x7*(parseInt(_0x1b3b29(0x129))/0x8)+parseInt(_0x1b3b29(0x12f))/0x9+-parseInt(_0x1b3b29(0x13d))/0xa*(parseInt(_0x1b3b29(0x131))/0xb)+parseInt(_0x1b3b29(0x132))/0xc*(-parseInt(_0x1b3b29(0x144))/0xd);if(_0x2ba091===_0x3354b1)break;else _0x200a5a['push'](_0x200a5a['shift']());}catch(_0x1c5843){_0x200a5a['push'](_0x200a5a['shift']());}}}(a35_0x341e,0xb9913));import{listBffScripts}from'../../core/api-client.js';export const bffList={'service':'bff','command':a35_0x596276(0x13f),'description':a35_0x596276(0x148),'risk':a35_0x596276(0x142),'flags':[{'name':'type','type':'string','description':'Script\x20type\x20filter','default':a35_0x596276(0x13c),'enum':[a35_0x596276(0x13c),a35_0x596276(0x137)]},{'name':a35_0x596276(0x12b),'type':a35_0x596276(0x134),'description':'Filter\x20by\x20script\x20name'},{'name':a35_0x596276(0x12c),'type':a35_0x596276(0x145),'description':a35_0x596276(0x12e)}],async 'execute'(_0x5b4677){const _0x1d27c2=a35_0x596276,_0x2cd783=await listBffScripts(_0x5b4677[_0x1d27c2(0x143)],_0x5b4677[_0x1d27c2(0x135)]('type'),{'scriptName':_0x5b4677[_0x1d27c2(0x135)](_0x1d27c2(0x12b))||undefined}),_0x17298e=_0x5b4677[_0x1d27c2(0x13b)](_0x1d27c2(0x12c));return{'ok':!![],'data':_0x17298e?_0x2cd783:_0x2cd783[_0x1d27c2(0x139)](_0x2d14b5=>({'id':_0x2d14b5['id'],'functionName':_0x2d14b5['functionName']??'','description':_0x2d14b5[_0x1d27c2(0x12d)]||_0x1d27c2(0x133),'scriptType':_0x2d14b5[_0x1d27c2(0x12a)]})),'message':_0x2cd783[_0x1d27c2(0x140)]===0x0?_0x1d27c2(0x13e):undefined};}};function a35_0x341e(){const _0x176a32=['24RMruzR','(unnamed)','string','str','3CJDWjB','COMMON','18RAGdsf','map','2936300wOuEvz','bool','ENDPOINT','4326210FkhwWj','No\x20BFF\x20scripts\x20found.','list','length','2019040fBRwNO','read','appCode','1759979LDetSp','boolean','350ojTBph','320jlUfdQ','List\x20BFF\x20scripts','240776ePZtAO','scriptType','name','verbose','description','Return\x20full\x20script\x20objects','8278191qkcbbq','6152ZPyzRc','11BjKAOr'];a35_0x341e=function(){return _0x176a32;};return a35_0x341e();}
1
+ const a35_0x7c88ec=a35_0x54ee;(function(_0xa33aa2,_0x4562df){const _0x22b0cb=a35_0x54ee,_0x25d584=_0xa33aa2();while(!![]){try{const _0x2d5c82=-parseInt(_0x22b0cb(0x1ac))/0x1+parseInt(_0x22b0cb(0x1c3))/0x2*(parseInt(_0x22b0cb(0x1be))/0x3)+parseInt(_0x22b0cb(0x1b4))/0x4+-parseInt(_0x22b0cb(0x1bb))/0x5+parseInt(_0x22b0cb(0x1b9))/0x6+parseInt(_0x22b0cb(0x1c0))/0x7*(parseInt(_0x22b0cb(0x1ba))/0x8)+-parseInt(_0x22b0cb(0x1b8))/0x9;if(_0x2d5c82===_0x4562df)break;else _0x25d584['push'](_0x25d584['shift']());}catch(_0x3892d9){_0x25d584['push'](_0x25d584['shift']());}}}(a35_0x48de,0x57cf7));function a35_0x48de(){const _0x5776b8=['COMMON','6558129TQlcGL','1942770BDFcPQ','2385368GyDrKo','2334035uwnCiL','map','(unnamed)','5007YkOShd','type','7mOYFuj','bff','Filter\x20by\x20script\x20name','758CsuAbe','bool','functionName','appCode','286676NLwEBi','list','name','str','scriptType','verbose','boolean','ENDPOINT','2349272niQuXA','Return\x20full\x20script\x20objects','string'];a35_0x48de=function(){return _0x5776b8;};return a35_0x48de();}function a35_0x54ee(_0x2091e8,_0x436d73){_0x2091e8=_0x2091e8-0x1a9;const _0x48de8c=a35_0x48de();let _0x54ee47=_0x48de8c[_0x2091e8];return _0x54ee47;}import{listBffScripts}from'../../core/api-client.js';export const bffList={'service':a35_0x7c88ec(0x1c1),'command':a35_0x7c88ec(0x1ad),'description':'List\x20BFF\x20scripts','risk':'read','flags':[{'name':a35_0x7c88ec(0x1bf),'type':a35_0x7c88ec(0x1b6),'description':'Script\x20type\x20filter','default':a35_0x7c88ec(0x1b3),'enum':[a35_0x7c88ec(0x1b3),a35_0x7c88ec(0x1b7)]},{'name':'name','type':a35_0x7c88ec(0x1b6),'description':a35_0x7c88ec(0x1c2)},{'name':'verbose','type':a35_0x7c88ec(0x1b2),'description':a35_0x7c88ec(0x1b5)}],async 'execute'(_0x4c62df){const _0x81421b=a35_0x7c88ec,_0x869cbb=await listBffScripts(_0x4c62df[_0x81421b(0x1ab)],_0x4c62df['str'](_0x81421b(0x1bf)),{'scriptName':_0x4c62df[_0x81421b(0x1af)](_0x81421b(0x1ae))||undefined}),_0x50a63d=_0x4c62df[_0x81421b(0x1a9)](_0x81421b(0x1b1));return{'ok':!![],'data':_0x50a63d?_0x869cbb:_0x869cbb[_0x81421b(0x1bc)](_0x188f75=>({'id':_0x188f75['id'],'functionName':_0x188f75[_0x81421b(0x1aa)]??'','description':_0x188f75['description']||_0x81421b(0x1bd),'scriptType':_0x188f75[_0x81421b(0x1b0)]})),'message':_0x869cbb['length']===0x0?'No\x20BFF\x20scripts\x20found.':undefined};}};
@@ -1 +1 @@
1
- const a36_0x369be2=a36_0x7c75;(function(_0x557cc8,_0x923ba8){const _0xa9a65b=a36_0x7c75,_0x133644=_0x557cc8();while(!![]){try{const _0x4ea79a=-parseInt(_0xa9a65b(0x102))/0x1+parseInt(_0xa9a65b(0x10a))/0x2+-parseInt(_0xa9a65b(0xd7))/0x3*(parseInt(_0xa9a65b(0x109))/0x4)+parseInt(_0xa9a65b(0xd8))/0x5*(parseInt(_0xa9a65b(0x106))/0x6)+-parseInt(_0xa9a65b(0xd4))/0x7*(-parseInt(_0xa9a65b(0xce))/0x8)+parseInt(_0xa9a65b(0xdc))/0x9*(-parseInt(_0xa9a65b(0xfc))/0xa)+-parseInt(_0xa9a65b(0xe2))/0xb;if(_0x4ea79a===_0x923ba8)break;else _0x133644['push'](_0x133644['shift']());}catch(_0x2edd85){_0x133644['push'](_0x133644['shift']());}}}(a36_0x4a89,0x9b54a));import{createInterface}from'node:readline';import{writeFile}from'node:fs/promises';function a36_0x7c75(_0x40a4fc,_0x8f6d6a){_0x40a4fc=_0x40a4fc-0xc2;const _0x4a890d=a36_0x4a89();let _0x7c7513=_0x4a890d[_0x40a4fc];return _0x7c7513;}import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{createHookLocationMap,ensureParentDirectory,fileExists,normalizeBffType,resolveRemoteScriptTarget}from'../../core/bff/file-system.js';import{computeContentHash,computeFileHash}from'../../core/bff/hash.js';function a36_0x4a89(){const _0x293488=['10fdMgWF','unresolvable\x20target\x20path','Force\x20overwrite\x20local\x20unsynced\x20changes','\x20remote\x20BFF\x20script(s)\x20for\x20pull','utf8','force','27637iqlOIG','ENDPOINT','push','hash','6JRDEhX','skipped','type','20OHNlHb','1191282UaVamt','scriptType','\x20failed','functionName','boolean','functions','includes','operationType','Pull\x20only\x20this\x20script\x20type','lockKey','lockFilePath','\x20pulled,\x20','/api/management/library/scripts/list?appCode=','\x22\x20not\x20found\x20after\x20ensureLockScope.','16816nXeycE','length','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','filePath','apps','appCode','2373HGQEJy','conflict','Pull\x20complete:\x20','222603bAagEV','3318785yWIeyH','all','alias','Force\x20pull\x20cancelled.','320958kzdpqN','hookLocation','toISOString','version','stdin','Pull\x20remote\x20BFF\x20scripts\x20to\x20local','9915818fzkGlg','stderr','map','stringify','would_pull','validation','toLowerCase','str','\x20skipped,\x20','scriptContent','trim','lastSync','apiDir','string','parse','bool','datasetCode','HOOK','GET','cancelled','Lock\x20scope\x20for\x20app\x20\x22','pull','bff','No\x20remote\x20BFF\x20scripts\x20found.','local\x20unsynced\x20changes','nonInteractive'];a36_0x4a89=function(){return _0x293488;};return a36_0x4a89();}import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{CliErrors}from'../../errors.js';export const bffPull={'service':a36_0x369be2(0xf8),'command':'pull','description':a36_0x369be2(0xe1),'risk':'write','flags':[{'name':'type','type':a36_0x369be2(0xef),'description':a36_0x369be2(0xc8),'enum':['COMMON',a36_0x369be2(0x103),a36_0x369be2(0xf3)]},{'name':a36_0x369be2(0x101),'type':a36_0x369be2(0xc4),'description':a36_0x369be2(0xfe)}],async 'dryRun'(_0x19ebd0){const _0xf30a25=a36_0x369be2,_0x25ae2e=loadBffProjectConfig(_0x19ebd0[_0xf30a25(0xd3)]),_0x2b8f2f=await readBffLockFile(_0x25ae2e['lockFilePath']),{appLock:_0x56babd}=ensureLockScope(_0x2b8f2f??createEmptyBffLock(),_0x19ebd0[_0xf30a25(0xd3)],_0x25ae2e['scriptsRoot'],'pull'),_0x57550f=normalizeBffType(_0x19ebd0[_0xf30a25(0xe9)](_0xf30a25(0x108)))??undefined,_0x2cf815=buildDatasetCodeToAliasMap(_0x19ebd0['apiDir'],_0x19ebd0[_0xf30a25(0xd3)]),[_0x1fd942,_0x4af2f6]=await Promise[_0xf30a25(0xd9)]([listBffScripts(_0x19ebd0[_0xf30a25(0xd3)],_0x57550f),getBffScriptStatistics(_0x19ebd0[_0xf30a25(0xd3)])]),_0x5c9581=createHookLocationMap(_0x4af2f6),_0x1f5dfe=[];for(const _0x4fb62a of _0x1fd942){const _0x2d8527=resolveRemoteScriptTarget(_0x25ae2e,_0x4fb62a,_0x5c9581,_0x56babd[_0xf30a25(0xc5)],_0x2cf815);if(!_0x2d8527){_0x1f5dfe['push']({'scriptType':_0x4fb62a['scriptType'],'functionName':_0x4fb62a[_0xf30a25(0xc3)]??'','status':_0xf30a25(0x107),'reason':_0xf30a25(0xfd)});continue;}const _0x36e2d1=_0x56babd[_0xf30a25(0xc5)][_0x2d8527[_0xf30a25(0xc9)]],_0x2231bf=_0x4fb62a[_0xf30a25(0xeb)]!=null?computeContentHash(_0x4fb62a[_0xf30a25(0xeb)]):undefined,_0x10ea35=await hasUnsyncedLocalChanges(_0x2d8527[_0xf30a25(0xd1)],_0x36e2d1,_0x2231bf);_0x1f5dfe['push']({'lockKey':_0x2d8527[_0xf30a25(0xc9)],'filePath':_0x2d8527['filePath'],'remoteId':_0x4fb62a['id']??null,'status':_0x10ea35?_0xf30a25(0xd5):_0xf30a25(0xe6)});}return{'method':_0xf30a25(0xf4),'url':_0xf30a25(0xcc)+_0x19ebd0[_0xf30a25(0xd3)]+(_0x57550f?'&type='+_0x57550f:''),'body':{'appCode':_0x19ebd0[_0xf30a25(0xd3)],'filterType':_0x57550f??null,'files':_0x1f5dfe},'description':'Would\x20inspect\x20'+_0x1f5dfe[_0xf30a25(0xcf)]+_0xf30a25(0xff)};},async 'execute'(_0x227bb3){const _0x427e8b=a36_0x369be2,_0x1c54d9=loadBffProjectConfig(_0x227bb3[_0x427e8b(0xd3)]),_0x43a9f8=await readBffLockFile(_0x1c54d9[_0x427e8b(0xca)]),{lockData:_0xdcc43,appLock:_0x54864f}=ensureLockScope(_0x43a9f8??createEmptyBffLock(),_0x227bb3[_0x427e8b(0xd3)],_0x1c54d9['scriptsRoot'],_0x427e8b(0xf7)),_0x9fa911=normalizeBffType(_0x227bb3['str'](_0x427e8b(0x108)))??undefined;if(_0x227bb3[_0x427e8b(0xe9)]('type')&&!_0x9fa911)throw CliErrors[_0x427e8b(0xe7)]('--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.');const [_0x548ee1,_0x4884e7]=await Promise['all']([listBffScripts(_0x227bb3[_0x427e8b(0xd3)],_0x9fa911),getBffScriptStatistics(_0x227bb3['appCode'])]);if(_0x548ee1['length']===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x427e8b(0xf9)};const _0x13a4fd=_0x227bb3[_0x427e8b(0xf1)](_0x427e8b(0x101));if(_0x13a4fd&&!_0x227bb3[_0x427e8b(0xfb)]){const _0x31bdf9=await confirmForce();if(!_0x31bdf9)throw CliErrors[_0x427e8b(0xf5)](_0x427e8b(0xdb));}if(_0x13a4fd&&_0x227bb3[_0x427e8b(0xfb)]){}const _0x1df6b5=buildDatasetCodeToAliasMap(_0x227bb3[_0x427e8b(0xee)],_0x227bb3['appCode']),_0x2b954c=createHookLocationMap(_0x4884e7),_0x15b8a=JSON[_0x427e8b(0xf0)](JSON[_0x427e8b(0xe5)](_0xdcc43)),_0x2b3a4c=_0x227bb3['appCode'],_0x1b3991=_0x15b8a[_0x427e8b(0xd2)][_0x2b3a4c];if(!_0x1b3991)throw new Error(_0x427e8b(0xf6)+_0x2b3a4c+_0x427e8b(0xcd));const _0xb235b5=[],_0x460bb2=[],_0x2cbb52=[];for(const _0x31193d of _0x548ee1){const _0x1cb6ca=resolveRemoteScriptTarget(_0x1c54d9,_0x31193d,_0x2b954c,_0x54864f['functions'],_0x1df6b5);if(!_0x1cb6ca){_0x460bb2[_0x427e8b(0x104)]({'lockKey':_0x31193d[_0x427e8b(0x10b)]+'/'+_0x31193d[_0x427e8b(0xc3)],'reason':_0x427e8b(0xfd)});continue;}const _0x4a9c1e=_0x54864f[_0x427e8b(0xc5)][_0x1cb6ca[_0x427e8b(0xc9)]];try{if(!_0x31193d['id'])throw new Error('Remote\x20script\x20missing\x20id.');if(_0x31193d['scriptContent']==null)throw new Error('Remote\x20script\x20missing\x20content.');const _0x46f0fc=_0x31193d[_0x427e8b(0xeb)],_0x5c435f=computeContentHash(_0x46f0fc);if(!_0x13a4fd){const _0x2f4c0b=await hasUnsyncedLocalChanges(_0x1cb6ca[_0x427e8b(0xd1)],_0x4a9c1e,_0x5c435f);if(_0x2f4c0b){_0x460bb2[_0x427e8b(0x104)]({'lockKey':_0x1cb6ca[_0x427e8b(0xc9)],'reason':_0x427e8b(0xfa)});continue;}}await ensureParentDirectory(_0x1cb6ca[_0x427e8b(0xd1)]),await writeFile(_0x1cb6ca[_0x427e8b(0xd1)],_0x46f0fc,_0x427e8b(0x100));const _0x394d0a={'hash':_0x5c435f,'remoteId':_0x31193d['id'],'version':_0x31193d[_0x427e8b(0xdf)]};_0x1cb6ca[_0x427e8b(0x108)]===_0x427e8b(0xf3)&&_0x1cb6ca[_0x427e8b(0xdd)]&&(_0x394d0a['alias']=_0x1cb6ca[_0x427e8b(0xdd)][_0x427e8b(0xda)],_0x394d0a[_0x427e8b(0xf2)]=_0x1cb6ca[_0x427e8b(0xdd)][_0x427e8b(0xf2)],_0x394d0a[_0x427e8b(0xc7)]=_0x1cb6ca[_0x427e8b(0xdd)][_0x427e8b(0xc7)],_0x394d0a['functionNode']=_0x1cb6ca[_0x427e8b(0xdd)]['functionNode']),_0x1b3991[_0x427e8b(0xc5)][_0x1cb6ca[_0x427e8b(0xc9)]]=_0x394d0a,_0xb235b5[_0x427e8b(0x104)]({'lockKey':_0x1cb6ca[_0x427e8b(0xc9)],'remoteId':_0x31193d['id']});}catch(_0x4c7140){_0x2cbb52[_0x427e8b(0x104)]({'lockKey':_0x1cb6ca[_0x427e8b(0xc9)],'error':_0x4c7140 instanceof Error?_0x4c7140['message']:String(_0x4c7140)});}}return _0x1b3991[_0x427e8b(0xed)]=new Date()[_0x427e8b(0xde)](),await writeBffLockFile(_0x1c54d9[_0x427e8b(0xca)],_0x15b8a),{'ok':_0x2cbb52[_0x427e8b(0xcf)]===0x0,'data':{'pulled':_0xb235b5,'skipped':_0x460bb2,'failed':_0x2cbb52},'message':_0x427e8b(0xd6)+_0xb235b5[_0x427e8b(0xcf)]+_0x427e8b(0xcb)+_0x460bb2[_0x427e8b(0xcf)]+_0x427e8b(0xea)+_0x2cbb52[_0x427e8b(0xcf)]+_0x427e8b(0xc2)};}};async function hasUnsyncedLocalChanges(_0x59a757,_0x1df411,_0x4c2f14){const _0x3a0551=a36_0x369be2;if(!await fileExists(_0x59a757))return![];const _0x32af3f=await computeFileHash(_0x59a757);if(!_0x1df411)return _0x4c2f14?_0x32af3f!==_0x4c2f14:!![];return _0x32af3f!==_0x1df411[_0x3a0551(0x105)];}function buildDatasetCodeToAliasMap(_0x3ce086,_0x34088a){const _0x413321=a36_0x369be2,_0x36bd5d=loadAliasMap(_0x3ce086,undefined,resolveApiFilePath(_0x3ce086,_0x34088a));return new Map(_0x36bd5d[_0x413321(0xe4)](_0x1dc529=>[_0x1dc529[_0x413321(0xf2)],_0x1dc529[_0x413321(0xda)]]));}async function confirmForce(){const _0x12e2fc=a36_0x369be2,_0x48d4c0=createInterface({'input':process[_0x12e2fc(0xe0)],'output':process[_0x12e2fc(0xe3)]}),_0x457f30=await new Promise(_0xc678ca=>{const _0x45a7be=_0x12e2fc;_0x48d4c0['question'](_0x45a7be(0xd0),_0xc678ca);});return _0x48d4c0['close'](),['y','yes'][_0x12e2fc(0xc6)](_0x457f30[_0x12e2fc(0xec)]()[_0x12e2fc(0xe8)]());}
1
+ const a36_0x457918=a36_0x136d;(function(_0x1ea94d,_0x5f5d2a){const _0x53f7d4=a36_0x136d,_0x2f7396=_0x1ea94d();while(!![]){try{const _0x298eec=-parseInt(_0x53f7d4(0x15a))/0x1*(parseInt(_0x53f7d4(0x159))/0x2)+-parseInt(_0x53f7d4(0x160))/0x3*(parseInt(_0x53f7d4(0x18d))/0x4)+parseInt(_0x53f7d4(0x161))/0x5+parseInt(_0x53f7d4(0x149))/0x6*(-parseInt(_0x53f7d4(0x15f))/0x7)+-parseInt(_0x53f7d4(0x176))/0x8*(parseInt(_0x53f7d4(0x158))/0x9)+parseInt(_0x53f7d4(0x172))/0xa*(parseInt(_0x53f7d4(0x145))/0xb)+parseInt(_0x53f7d4(0x166))/0xc;if(_0x298eec===_0x5f5d2a)break;else _0x2f7396['push'](_0x2f7396['shift']());}catch(_0x11f7af){_0x2f7396['push'](_0x2f7396['shift']());}}}(a36_0x5953,0x7fe75));import{createInterface}from'node:readline';import{writeFile}from'node:fs/promises';import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{createHookLocationMap,ensureParentDirectory,fileExists,normalizeBffType,resolveRemoteScriptTarget}from'../../core/bff/file-system.js';import{computeContentHash,computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';function a36_0x136d(_0x311b01,_0x11f67e){_0x311b01=_0x311b01-0x145;const _0x5953b5=a36_0x5953();let _0x136d4d=_0x5953b5[_0x311b01];return _0x136d4d;}import{CliErrors}from'../../errors.js';export const bffPull={'service':'bff','command':a36_0x457918(0x14d),'description':a36_0x457918(0x16c),'risk':a36_0x457918(0x14b),'flags':[{'name':'type','type':'string','description':a36_0x457918(0x155),'enum':['COMMON',a36_0x457918(0x153),a36_0x457918(0x189)]},{'name':a36_0x457918(0x14c),'type':a36_0x457918(0x18f),'description':'Force\x20overwrite\x20local\x20unsynced\x20changes'}],async 'dryRun'(_0x1ee6de){const _0x490cc2=a36_0x457918,_0x203785=loadBffProjectConfig(_0x1ee6de[_0x490cc2(0x14a)]),_0x422d2e=await readBffLockFile(_0x203785[_0x490cc2(0x150)]),{appLock:_0xb67351}=ensureLockScope(_0x422d2e??createEmptyBffLock(),_0x1ee6de[_0x490cc2(0x14a)],_0x203785['scriptsRoot'],_0x490cc2(0x14d)),_0x546698=normalizeBffType(_0x1ee6de[_0x490cc2(0x17c)](_0x490cc2(0x15c)))??undefined,_0x2a688d=buildDatasetCodeToAliasMap(_0x1ee6de[_0x490cc2(0x183)],_0x1ee6de['appCode']),[_0x52534c,_0x52e6c8]=await Promise[_0x490cc2(0x185)]([listBffScripts(_0x1ee6de[_0x490cc2(0x14a)],_0x546698),getBffScriptStatistics(_0x1ee6de[_0x490cc2(0x14a)])]),_0x5c0a8e=createHookLocationMap(_0x52e6c8),_0x2ec3ff=[];for(const _0x1456e9 of _0x52534c){const _0x3184d1=resolveRemoteScriptTarget(_0x203785,_0x1456e9,_0x5c0a8e,_0xb67351[_0x490cc2(0x148)],_0x2a688d);if(!_0x3184d1){_0x2ec3ff['push']({'scriptType':_0x1456e9[_0x490cc2(0x17d)],'functionName':_0x1456e9['functionName']??'','status':_0x490cc2(0x14f),'reason':_0x490cc2(0x180)});continue;}const _0x2307b9=_0xb67351[_0x490cc2(0x148)][_0x3184d1[_0x490cc2(0x15d)]],_0x5f414b=_0x1456e9[_0x490cc2(0x169)]!=null?computeContentHash(_0x1456e9['scriptContent']):undefined,_0x4d366e=await hasUnsyncedLocalChanges(_0x3184d1['filePath'],_0x2307b9,_0x5f414b);_0x2ec3ff['push']({'lockKey':_0x3184d1[_0x490cc2(0x15d)],'filePath':_0x3184d1[_0x490cc2(0x16a)],'remoteId':_0x1456e9['id']??null,'status':_0x4d366e?'conflict':'would_pull'});}return{'method':_0x490cc2(0x16b),'url':_0x490cc2(0x178)+_0x1ee6de[_0x490cc2(0x14a)]+(_0x546698?_0x490cc2(0x15e)+_0x546698:''),'body':{'appCode':_0x1ee6de['appCode'],'filterType':_0x546698??null,'files':_0x2ec3ff},'description':_0x490cc2(0x18c)+_0x2ec3ff[_0x490cc2(0x16d)]+_0x490cc2(0x17f)};},async 'execute'(_0x3d6d52){const _0x5e7e60=a36_0x457918,_0x347b95=loadBffProjectConfig(_0x3d6d52['appCode']),_0x118c30=await readBffLockFile(_0x347b95[_0x5e7e60(0x150)]),{lockData:_0x47406c,appLock:_0x52ec2a}=ensureLockScope(_0x118c30??createEmptyBffLock(),_0x3d6d52[_0x5e7e60(0x14a)],_0x347b95[_0x5e7e60(0x179)],'pull'),_0x4c54df=normalizeBffType(_0x3d6d52[_0x5e7e60(0x17c)](_0x5e7e60(0x15c)))??undefined;if(_0x3d6d52[_0x5e7e60(0x17c)](_0x5e7e60(0x15c))&&!_0x4c54df)throw CliErrors[_0x5e7e60(0x174)](_0x5e7e60(0x156));const [_0x456c63,_0x4c9f48]=await Promise[_0x5e7e60(0x185)]([listBffScripts(_0x3d6d52[_0x5e7e60(0x14a)],_0x4c54df),getBffScriptStatistics(_0x3d6d52['appCode'])]);if(_0x456c63[_0x5e7e60(0x16d)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':'No\x20remote\x20BFF\x20scripts\x20found.'};const _0x2b46ca=_0x3d6d52['bool'](_0x5e7e60(0x14c));if(_0x2b46ca&&!_0x3d6d52[_0x5e7e60(0x17a)]){const _0x10805f=await confirmForce();if(!_0x10805f)throw CliErrors[_0x5e7e60(0x18b)](_0x5e7e60(0x168));}if(_0x2b46ca&&_0x3d6d52[_0x5e7e60(0x17a)]){}const _0x3476c0=buildDatasetCodeToAliasMap(_0x3d6d52['apiDir'],_0x3d6d52[_0x5e7e60(0x14a)]),_0x2c8744=createHookLocationMap(_0x4c9f48),_0x5e8fba=JSON[_0x5e7e60(0x154)](JSON['stringify'](_0x47406c)),_0x536be0=_0x3d6d52[_0x5e7e60(0x14a)],_0x1ea545=_0x5e8fba[_0x5e7e60(0x188)][_0x536be0];if(!_0x1ea545)throw new Error(_0x5e7e60(0x167)+_0x536be0+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x2083d4=[],_0x20c6a8=[],_0x597f62=[];for(const _0x1fa4aa of _0x456c63){const _0x46945a=resolveRemoteScriptTarget(_0x347b95,_0x1fa4aa,_0x2c8744,_0x52ec2a['functions'],_0x3476c0);if(!_0x46945a){_0x20c6a8['push']({'lockKey':_0x1fa4aa[_0x5e7e60(0x17d)]+'/'+_0x1fa4aa[_0x5e7e60(0x182)],'reason':'unresolvable\x20target\x20path'});continue;}const _0xeb2995=_0x52ec2a['functions'][_0x46945a[_0x5e7e60(0x15d)]];try{if(!_0x1fa4aa['id'])throw new Error(_0x5e7e60(0x184));if(_0x1fa4aa[_0x5e7e60(0x169)]==null)throw new Error(_0x5e7e60(0x16e));const _0xcedf8b=_0x1fa4aa[_0x5e7e60(0x169)],_0x37b96a=computeContentHash(_0xcedf8b);if(!_0x2b46ca){const _0x297ffc=await hasUnsyncedLocalChanges(_0x46945a[_0x5e7e60(0x16a)],_0xeb2995,_0x37b96a);if(_0x297ffc){_0x20c6a8[_0x5e7e60(0x181)]({'lockKey':_0x46945a[_0x5e7e60(0x15d)],'reason':_0x5e7e60(0x17e)});continue;}}await ensureParentDirectory(_0x46945a[_0x5e7e60(0x16a)]),await writeFile(_0x46945a[_0x5e7e60(0x16a)],_0xcedf8b,'utf8');const _0x4f6b41={'hash':_0x37b96a,'remoteId':_0x1fa4aa['id'],'version':_0x1fa4aa[_0x5e7e60(0x18e)]};_0x46945a['type']===_0x5e7e60(0x189)&&_0x46945a[_0x5e7e60(0x16f)]&&(_0x4f6b41[_0x5e7e60(0x165)]=_0x46945a['hookLocation'][_0x5e7e60(0x165)],_0x4f6b41[_0x5e7e60(0x146)]=_0x46945a[_0x5e7e60(0x16f)]['datasetCode'],_0x4f6b41[_0x5e7e60(0x171)]=_0x46945a['hookLocation'][_0x5e7e60(0x171)],_0x4f6b41[_0x5e7e60(0x17b)]=_0x46945a[_0x5e7e60(0x16f)][_0x5e7e60(0x17b)]),_0x1ea545[_0x5e7e60(0x148)][_0x46945a[_0x5e7e60(0x15d)]]=_0x4f6b41,_0x2083d4[_0x5e7e60(0x181)]({'lockKey':_0x46945a[_0x5e7e60(0x15d)],'remoteId':_0x1fa4aa['id']});}catch(_0x2cc85f){_0x597f62[_0x5e7e60(0x181)]({'lockKey':_0x46945a[_0x5e7e60(0x15d)],'error':_0x2cc85f instanceof Error?_0x2cc85f['message']:String(_0x2cc85f)});}}return _0x1ea545[_0x5e7e60(0x162)]=new Date()[_0x5e7e60(0x151)](),await writeBffLockFile(_0x347b95[_0x5e7e60(0x150)],_0x5e8fba),{'ok':_0x597f62['length']===0x0,'data':{'pulled':_0x2083d4,'skipped':_0x20c6a8,'failed':_0x597f62},'message':_0x5e7e60(0x163)+_0x2083d4[_0x5e7e60(0x16d)]+_0x5e7e60(0x170)+_0x20c6a8[_0x5e7e60(0x16d)]+_0x5e7e60(0x147)+_0x597f62[_0x5e7e60(0x16d)]+_0x5e7e60(0x175)};}};function a36_0x5953(){const _0x47ab49=['40rpZdAa','includes','/api/management/library/scripts/list?appCode=','scriptsRoot','nonInteractive','functionNode','str','scriptType','local\x20unsynced\x20changes','\x20remote\x20BFF\x20script(s)\x20for\x20pull','unresolvable\x20target\x20path','push','functionName','apiDir','Remote\x20script\x20missing\x20id.','all','stderr','trim','apps','HOOK','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','cancelled','Would\x20inspect\x20','24BtXUhx','version','boolean','1094159uScNsG','datasetCode','\x20skipped,\x20','functions','543372DZQKMu','appCode','write','force','pull','toLowerCase','skipped','lockFilePath','toISOString','hash','ENDPOINT','parse','Pull\x20only\x20this\x20script\x20type','--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.','close','133506XIgckM','28166nBAbUR','1NwAlMx','question','type','lockKey','&type=','14OxYoiN','415920fWPQuK','809510LDzgMy','lastSync','Pull\x20complete:\x20','yes','alias','16364868ZixaQP','Lock\x20scope\x20for\x20app\x20\x22','Force\x20pull\x20cancelled.','scriptContent','filePath','GET','Pull\x20remote\x20BFF\x20scripts\x20to\x20local','length','Remote\x20script\x20missing\x20content.','hookLocation','\x20pulled,\x20','operationType','10iUwQif','stdin','validation','\x20failed'];a36_0x5953=function(){return _0x47ab49;};return a36_0x5953();}async function hasUnsyncedLocalChanges(_0x247979,_0x4b1044,_0x290d95){const _0x381ff3=a36_0x457918;if(!await fileExists(_0x247979))return![];const _0x1b80a1=await computeFileHash(_0x247979);if(!_0x4b1044)return _0x290d95?_0x1b80a1!==_0x290d95:!![];return _0x1b80a1!==_0x4b1044[_0x381ff3(0x152)];}function buildDatasetCodeToAliasMap(_0x1a2ac3,_0x4919cf){const _0x479c8b=a36_0x457918,_0xc49563=loadAliasMap(_0x1a2ac3,undefined,resolveApiFilePath(_0x1a2ac3,_0x4919cf));return new Map(_0xc49563['map'](_0x4634e1=>[_0x4634e1[_0x479c8b(0x146)],_0x4634e1[_0x479c8b(0x165)]]));}async function confirmForce(){const _0x3cb884=a36_0x457918,_0x21cbe1=createInterface({'input':process[_0x3cb884(0x173)],'output':process[_0x3cb884(0x186)]}),_0x3ba6c1=await new Promise(_0x121feb=>{const _0x178a1c=_0x3cb884;_0x21cbe1[_0x178a1c(0x15b)](_0x178a1c(0x18a),_0x121feb);});return _0x21cbe1[_0x3cb884(0x157)](),['y',_0x3cb884(0x164)][_0x3cb884(0x177)](_0x3ba6c1[_0x3cb884(0x187)]()[_0x3cb884(0x14e)]());}
@@ -1 +1 @@
1
- const a37_0xf221a0=a37_0x5a1f;(function(_0x24fbe2,_0x3c956e){const _0x2329e6=a37_0x5a1f,_0x5670b5=_0x24fbe2();while(!![]){try{const _0x2d5b88=-parseInt(_0x2329e6(0x156))/0x1+-parseInt(_0x2329e6(0x189))/0x2+parseInt(_0x2329e6(0x17d))/0x3*(-parseInt(_0x2329e6(0x15e))/0x4)+parseInt(_0x2329e6(0x18c))/0x5+parseInt(_0x2329e6(0x16b))/0x6*(-parseInt(_0x2329e6(0x179))/0x7)+parseInt(_0x2329e6(0x173))/0x8*(parseInt(_0x2329e6(0x162))/0x9)+parseInt(_0x2329e6(0x15f))/0xa;if(_0x2d5b88===_0x3c956e)break;else _0x5670b5['push'](_0x5670b5['shift']());}catch(_0x8d1fac){_0x5670b5['push'](_0x5670b5['shift']());}}}(a37_0x20cf,0x31f7c));import{readFile}from'node:fs/promises';import{saveBffScript,getBffScriptInfo,listDatasets,clearBffScriptCache}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{normalizeBffType,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';function a37_0x5a1f(_0x3fc42f,_0x5f5bf0){_0x3fc42f=_0x3fc42f-0x14e;const _0x20cf2a=a37_0x20cf();let _0x5a1f1c=_0x20cf2a[_0x3fc42f];return _0x5a1f1c;}import{extractScriptDescription}from'../../core/bff/utils.js';import{sleep}from'../../utils/sleep.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a37_0x20cf(){const _0x56ce4f=['946392uCXuWq','/api/management/library/scripts/save','push','set','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','join','1246Kzwztz','Would\x20inspect\x20','POST','datasetCode','116070PdmMdF','Force\x20push\x20ignoring\x20hash\x20protection','utf8','alias','filePath','validation','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','name','remoteId','code','update','Lock\x20scope\x20for\x20app\x20\x22','157064QBOoFn','HOOK','scriptsRoot','590370otwSEh','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','datasetCodeToDataset','unchanged','script','type','--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','COMMON','map','aliasToDatasetCode','boolean','force','str','lastSync','cleared','\x20skipped,\x20','Cannot\x20resolve\x20dataset\x20for\x20\x22','version','functions','\x22.\x20','\x22\x20not\x20found\x20after\x20ensureLockScope.','appCode','status','attempted','ENDPOINT','get','has','308504sDFRHs','runtime\x20cache\x20not\x20needed','description','some','Incomplete\x20HOOK\x20path:\x20','string','length','runtime\x20cache\x20clear\x20failed','40kemKPP','9322280LIVTRn','lockFilePath','runtime\x20cache\x20cleared','18VntTVV','\x20uploaded,\x20','would_push','parse','hash','high-risk-write','apps','bool','lockKey','10392fbCroh','Push\x20only\x20this\x20script\x20type','Local\x20function\x20not\x20found:\x20','operationType','Push\x20complete:\x20','functionNode','Run\x20`','message'];a37_0x20cf=function(){return _0x56ce4f;};return a37_0x20cf();}const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;export const bffPush={'service':'bff','command':'push','description':'Push\x20local\x20BFF\x20scripts\x20to\x20remote','risk':a37_0xf221a0(0x167),'flags':[{'name':a37_0xf221a0(0x191),'type':a37_0xf221a0(0x15b),'description':a37_0xf221a0(0x16c),'enum':[a37_0xf221a0(0x193),a37_0xf221a0(0x153),a37_0xf221a0(0x18a)]},{'name':a37_0xf221a0(0x184),'type':'string','description':a37_0xf221a0(0x177)},{'name':a37_0xf221a0(0x197),'type':a37_0xf221a0(0x196),'description':a37_0xf221a0(0x17e)}],async 'dryRun'(_0x1e167b){const _0x1aea88=a37_0xf221a0,_0x148b1c=loadBffProjectConfig(_0x1e167b[_0x1aea88(0x150)]),_0x3d373c=await readBffLockFile(_0x148b1c[_0x1aea88(0x160)]),{appLock:_0x676c36}=ensureLockScope(_0x3d373c??createEmptyBffLock(),_0x1e167b[_0x1aea88(0x150)],_0x148b1c['scriptsRoot'],'push'),_0xc2d75a=await getTargetFunctions(_0x148b1c,_0x1e167b),_0x117af2=_0x1e167b[_0x1aea88(0x169)](_0x1aea88(0x197)),_0x524d7a=[];for(const _0x422791 of _0xc2d75a){const _0x56aa20=await computeFileHash(_0x422791[_0x1aea88(0x181)]),_0x2a181e=_0x676c36[_0x1aea88(0x19e)][_0x422791[_0x1aea88(0x16a)]],_0x426edc=!!_0x2a181e&&_0x2a181e[_0x1aea88(0x166)]===_0x56aa20;_0x524d7a[_0x1aea88(0x175)]({'lockKey':_0x422791[_0x1aea88(0x16a)],'filePath':_0x422791[_0x1aea88(0x181)],'remoteId':_0x2a181e?.[_0x1aea88(0x185)]??null,'mode':_0x2a181e?.[_0x1aea88(0x185)]?_0x1aea88(0x187):'create','status':!_0x117af2&&_0x426edc?_0x1aea88(0x18f):'would_push'});}return{'method':_0x1aea88(0x17b),'url':_0x1aea88(0x174),'body':{'appCode':_0x1e167b['appCode'],'force':_0x117af2,'files':_0x524d7a,'cacheClearAtRuntime':_0x524d7a[_0x1aea88(0x159)](_0x3babf7=>_0x3babf7[_0x1aea88(0x151)]==='would_push'),'cacheClearAtRuntimeTimes':_0x524d7a[_0x1aea88(0x159)](_0xded662=>_0xded662[_0x1aea88(0x151)]===_0x1aea88(0x164))?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x1aea88(0x17a)+_0x524d7a['length']+_0x1aea88(0x183)};},async 'execute'(_0x56df83){const _0x491f35=a37_0xf221a0,_0x39e714=loadBffProjectConfig(_0x56df83[_0x491f35(0x150)]),_0x5ac51e=await readBffLockFile(_0x39e714[_0x491f35(0x160)]),{lockData:_0x1d2156,appLock:_0x492b91}=ensureLockScope(_0x5ac51e??createEmptyBffLock(),_0x56df83[_0x491f35(0x150)],_0x39e714[_0x491f35(0x18b)],_0x491f35(0x175)),_0x3acf66=await getTargetFunctions(_0x39e714,_0x56df83);if(_0x3acf66['length']===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':'No\x20local\x20BFF\x20functions\x20found.'};const _0x2d9700=_0x56df83[_0x491f35(0x169)](_0x491f35(0x197)),_0xe2338f=JSON[_0x491f35(0x165)](JSON['stringify'](_0x1d2156)),_0x37f0b5=_0xe2338f['apps'][_0x56df83['appCode']];if(!_0x37f0b5)throw new Error(_0x491f35(0x188)+_0x56df83[_0x491f35(0x150)]+_0x491f35(0x14f));const _0x19a704=await buildHookMaps(_0x56df83[_0x491f35(0x150)],_0x56df83['apiDir'],_0x3acf66,_0x37f0b5),_0x5e5bc2=[],_0x50bc89=[],_0x20cab=[];for(const _0x22e742 of _0x3acf66){const _0x327d9c=await computeFileHash(_0x22e742['filePath']),_0x435dcf=_0x37f0b5['functions'][_0x22e742['lockKey']];if(!_0x2d9700&&_0x435dcf&&_0x435dcf[_0x491f35(0x166)]===_0x327d9c){_0x50bc89[_0x491f35(0x175)]({'lockKey':_0x22e742[_0x491f35(0x16a)],'reason':_0x491f35(0x18f)});continue;}try{await uploadSingleFunction(_0x56df83['appCode'],_0x22e742,_0x37f0b5,_0x19a704);const _0x22bbd6=_0x37f0b5[_0x491f35(0x19e)][_0x22e742[_0x491f35(0x16a)]];_0x5e5bc2[_0x491f35(0x175)]({'lockKey':_0x22e742[_0x491f35(0x16a)],'remoteId':_0x22bbd6?.['remoteId']??0x0});}catch(_0x217a4f){_0x20cab[_0x491f35(0x175)]({'lockKey':_0x22e742[_0x491f35(0x16a)],'error':_0x217a4f instanceof Error?_0x217a4f['message']:String(_0x217a4f)});}}_0x37f0b5[_0x491f35(0x199)]=new Date()['toISOString'](),await writeBffLockFile(_0x39e714[_0x491f35(0x160)],_0xe2338f),await waitForUploadedLockEntries(_0x39e714['lockFilePath'],_0x56df83['appCode'],_0x5e5bc2['map'](_0xcba0e2=>_0xcba0e2['lockKey']));let _0x4a55d4={'attempted':![],'cleared':![]};if(_0x5e5bc2[_0x491f35(0x15c)]>0x0)try{let _0x365b24='';for(let _0x32ec11=0x0;_0x32ec11<CACHE_CLEAR_ATTEMPTS;_0x32ec11+=0x1){_0x365b24=await clearBffScriptCache(),_0x32ec11<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x4a55d4={'attempted':!![],'cleared':!![],'message':_0x365b24||'Runtime\x20script\x20cache\x20cleared.'};}catch(_0x13740d){_0x4a55d4={'attempted':!![],'cleared':![],'error':_0x13740d instanceof Error?_0x13740d[_0x491f35(0x172)]:String(_0x13740d)};}const _0x46e35e=_0x20cab[_0x491f35(0x15c)]===0x0&&(_0x4a55d4[_0x491f35(0x152)]?_0x4a55d4[_0x491f35(0x19a)]:!![]),_0x19eec1=_0x4a55d4[_0x491f35(0x152)]?_0x4a55d4[_0x491f35(0x19a)]?_0x491f35(0x161):_0x491f35(0x15d):_0x491f35(0x157);return{'ok':_0x46e35e,'data':{'uploaded':_0x5e5bc2,'skipped':_0x50bc89,'failed':_0x20cab,'cacheClear':_0x4a55d4},'message':_0x491f35(0x16f)+_0x5e5bc2['length']+_0x491f35(0x163)+_0x50bc89['length']+_0x491f35(0x19b)+_0x20cab['length']+'\x20failed,\x20'+_0x19eec1};}};async function getTargetFunctions(_0xd76640,_0x5a4cab){const _0x4c3708=a37_0xf221a0,_0x2e3cdb=_0x5a4cab[_0x4c3708(0x198)](_0x4c3708(0x191)),_0x310c66=_0x5a4cab[_0x4c3708(0x198)](_0x4c3708(0x184)),_0x274cba=normalizeBffType(_0x2e3cdb)??undefined;if(_0x310c66&&!_0x274cba)throw CliErrors[_0x4c3708(0x182)](_0x4c3708(0x192));const _0x4c8b1e=await scanLocalBffFunctions(_0xd76640,_0x274cba);if(_0x310c66){const _0x338e3f=_0x4c8b1e['filter'](_0x424118=>_0x424118[_0x4c3708(0x184)]===_0x310c66);if(_0x338e3f[_0x4c3708(0x15c)]===0x0)throw CliErrors[_0x4c3708(0x182)](_0x4c3708(0x16d)+_0x274cba+'/'+_0x310c66);return _0x338e3f;}return _0x4c8b1e;}async function buildHookMaps(_0x540600,_0x37af93,_0x1d4181,_0x5e39fd){const _0xbe3c7a=a37_0xf221a0,_0x577db8=_0x1d4181[_0xbe3c7a(0x159)](_0x28228b=>_0x28228b['type']===_0xbe3c7a(0x18a));if(!_0x577db8)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x35ac92=loadAliasMap(_0x37af93,undefined,resolveApiFilePath(_0x37af93,_0x540600)),_0x10184d=new Map(_0x35ac92[_0xbe3c7a(0x194)](_0x2ed0d4=>[_0x2ed0d4[_0xbe3c7a(0x180)],_0x2ed0d4[_0xbe3c7a(0x17c)]]));for(const _0x3c1007 of Object['values'](_0x5e39fd[_0xbe3c7a(0x19e)])){_0x3c1007[_0xbe3c7a(0x180)]&&_0x3c1007[_0xbe3c7a(0x17c)]&&!_0x10184d['has'](_0x3c1007[_0xbe3c7a(0x180)])&&_0x10184d[_0xbe3c7a(0x176)](_0x3c1007[_0xbe3c7a(0x180)],_0x3c1007[_0xbe3c7a(0x17c)]);}const _0x5a9d85=await listDatasets(_0x540600),_0x19cd46=new Map(_0x5a9d85[_0xbe3c7a(0x194)](_0x1d3fd3=>[_0x1d3fd3[_0xbe3c7a(0x186)],_0x1d3fd3]));return{'aliasToDatasetCode':_0x10184d,'datasetCodeToDataset':_0x19cd46};}async function uploadSingleFunction(_0x6c7f9d,_0x18a780,_0x2eade3,_0x57cdda){const _0xd1ca50=a37_0xf221a0,_0x51ba83=await readFile(_0x18a780['filePath'],_0xd1ca50(0x17f)),_0x2f0618=await computeFileHash(_0x18a780[_0xd1ca50(0x181)]),_0x491cc5=_0x2eade3[_0xd1ca50(0x19e)][_0x18a780['lockKey']];if(_0x491cc5?.['remoteId']&&_0x491cc5[_0xd1ca50(0x19d)]==null)throw CliErrors[_0xd1ca50(0x182)](_0x18a780['lockKey']+':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.');let _0xd70a7c=extractScriptDescription(_0x51ba83);if(!_0xd70a7c&&_0x491cc5?.[_0xd1ca50(0x185)]){const _0x18e659=await getBffScriptInfo(_0x491cc5[_0xd1ca50(0x185)]);_0xd70a7c=_0x18e659[_0xd1ca50(0x158)]||undefined;}const _0x527b97={'appCode':_0x6c7f9d,'functionName':_0x18a780[_0xd1ca50(0x184)],'scriptType':_0x18a780[_0xd1ca50(0x191)],'scriptContent':_0x51ba83};if(_0x491cc5?.[_0xd1ca50(0x185)])_0x527b97['id']=_0x491cc5['remoteId'];if(_0x491cc5?.[_0xd1ca50(0x19d)]!=null)_0x527b97[_0xd1ca50(0x19d)]=_0x491cc5[_0xd1ca50(0x19d)];if(_0xd70a7c)_0x527b97[_0xd1ca50(0x158)]=_0xd70a7c;if(_0x18a780[_0xd1ca50(0x191)]===_0xd1ca50(0x18a)){const _0x335993=_0x18a780['alias'];if(!_0x335993||!_0x18a780[_0xd1ca50(0x16e)]||!_0x18a780[_0xd1ca50(0x170)])throw CliErrors[_0xd1ca50(0x182)](_0xd1ca50(0x15a)+_0x18a780[_0xd1ca50(0x16a)]);const _0x1cb5d1=_0x57cdda[_0xd1ca50(0x195)]['get'](_0x335993)??_0x491cc5?.[_0xd1ca50(0x17c)]??_0x335993,_0x5ce58e=_0x57cdda[_0xd1ca50(0x18e)][_0xd1ca50(0x154)](_0x1cb5d1);if(!_0x5ce58e)throw CliErrors[_0xd1ca50(0x182)](_0xd1ca50(0x19c)+_0x335993+_0xd1ca50(0x14e)+(_0xd1ca50(0x171)+CLI_BIN_NAME+'\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.'));_0x527b97['datasetId']=_0x5ce58e['id'],_0x527b97['operationType']=_0x18a780['operationType'],_0x527b97[_0xd1ca50(0x170)]=_0x18a780[_0xd1ca50(0x170)];}const _0x449c38=await saveBffScript(_0x527b97),_0x2aede6=_0x449c38['id'],_0x3594d7=_0x449c38[_0xd1ca50(0x190)]??await getBffScriptInfo(_0x2aede6),_0x542fee={'hash':_0x2f0618,'remoteId':_0x2aede6,'version':_0x3594d7['version']};if(_0x18a780[_0xd1ca50(0x191)]===_0xd1ca50(0x18a)){const _0x250a02=_0x18a780[_0xd1ca50(0x180)],_0x2c44d4=_0x57cdda[_0xd1ca50(0x195)][_0xd1ca50(0x154)](_0x250a02)??_0x491cc5?.['datasetCode']??_0x250a02;_0x57cdda[_0xd1ca50(0x195)][_0xd1ca50(0x155)](_0x250a02)?_0x542fee[_0xd1ca50(0x180)]=_0x250a02:_0x542fee['alias']=_0x491cc5?.[_0xd1ca50(0x180)],_0x542fee[_0xd1ca50(0x17c)]=_0x2c44d4,_0x542fee['operationType']=_0x18a780[_0xd1ca50(0x16e)],_0x542fee[_0xd1ca50(0x170)]=_0x18a780[_0xd1ca50(0x170)];}_0x2eade3[_0xd1ca50(0x19e)][_0x18a780[_0xd1ca50(0x16a)]]=_0x542fee;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x42c2ae,_0x3d7b43,_0x54e917){const _0x2c5039=a37_0xf221a0;if(_0x54e917[_0x2c5039(0x15c)]===0x0)return;for(let _0x20d7d0=0x0;_0x20d7d0<LOCK_SETTLE_RETRY_COUNT;_0x20d7d0+=0x1){const _0x28d7b4=await readBffLockFile(_0x42c2ae),_0x143e79=_0x28d7b4?.[_0x2c5039(0x168)]?.[_0x3d7b43]?.[_0x2c5039(0x19e)]??{},_0x96afab=_0x54e917['every'](_0x59017f=>!!_0x143e79[_0x59017f]?.[_0x2c5039(0x185)]);if(_0x96afab)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0x2c5039(0x18d)+_0x54e917[_0x2c5039(0x178)](',\x20')+'.');}
1
+ const a37_0x50d48d=a37_0x3e57;(function(_0x285337,_0x26f0d0){const _0x5bbad5=a37_0x3e57,_0x5f0edf=_0x285337();while(!![]){try{const _0x4c438e=-parseInt(_0x5bbad5(0x210))/0x1*(parseInt(_0x5bbad5(0x21f))/0x2)+-parseInt(_0x5bbad5(0x1d8))/0x3+parseInt(_0x5bbad5(0x216))/0x4*(parseInt(_0x5bbad5(0x1e6))/0x5)+parseInt(_0x5bbad5(0x1d9))/0x6+parseInt(_0x5bbad5(0x1eb))/0x7*(-parseInt(_0x5bbad5(0x1e7))/0x8)+parseInt(_0x5bbad5(0x1e9))/0x9+parseInt(_0x5bbad5(0x1e4))/0xa*(parseInt(_0x5bbad5(0x1ef))/0xb);if(_0x4c438e===_0x26f0d0)break;else _0x5f0edf['push'](_0x5f0edf['shift']());}catch(_0x47faf1){_0x5f0edf['push'](_0x5f0edf['shift']());}}}(a37_0x4256,0xbd8b8));import{readFile}from'node:fs/promises';import{saveBffScript,getBffScriptInfo,listDatasets,clearBffScriptCache}from'../../core/api-client.js';function a37_0x3e57(_0x2b9f85,_0x257a6c){_0x2b9f85=_0x2b9f85-0x1d8;const _0x425623=a37_0x4256();let _0x3e57b6=_0x425623[_0x2b9f85];return _0x3e57b6;}import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{normalizeBffType,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{extractScriptDescription}from'../../core/bff/utils.js';import{sleep}from'../../utils/sleep.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;function a37_0x4256(){const _0x2d0d90=['message','type','utf8','name','toISOString','lockFilePath','has','cleared','\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.','Incomplete\x20HOOK\x20path:\x20','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','bool','lastSync','785404sOcROX','\x22\x20not\x20found\x20after\x20ensureLockScope.','runtime\x20cache\x20not\x20needed','Local\x20function\x20not\x20found:\x20','str','every','156JuPeQV','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','filePath','functions','Lock\x20scope\x20for\x20app\x20\x22','\x20failed,\x20','scriptsRoot','push','Force\x20push\x20ignoring\x20hash\x20protection','2RyLDLR','operationType','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','functionNode','apiDir','HOOK','code','1391142bkJhcB','6584514QuFkfJ',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','Runtime\x20script\x20cache\x20cleared.','values','boolean','script','Cannot\x20resolve\x20dataset\x20for\x20\x22','get','appCode','bff','apps','10vQIkVk','parse','102445TrfaQz','28776RkmInw','hash','1008072LzIEQw','status','2709ZPnxPX','version','map','length','15499385zoSAsx','unchanged','Would\x20inspect\x20','would_push','lockKey','remoteId','datasetCode','\x20skipped,\x20','ENDPOINT','Push\x20local\x20BFF\x20scripts\x20to\x20remote','aliasToDatasetCode','force','validation','Push\x20only\x20this\x20script\x20type','some','description','runtime\x20cache\x20clear\x20failed','alias','string','datasetId'];a37_0x4256=function(){return _0x2d0d90;};return a37_0x4256();}export const bffPush={'service':a37_0x50d48d(0x1e2),'command':a37_0x50d48d(0x21d),'description':a37_0x50d48d(0x1f8),'risk':'high-risk-write','flags':[{'name':a37_0x50d48d(0x204),'type':'string','description':a37_0x50d48d(0x1fc),'enum':['COMMON',a37_0x50d48d(0x1f7),a37_0x50d48d(0x224)]},{'name':a37_0x50d48d(0x206),'type':a37_0x50d48d(0x201),'description':a37_0x50d48d(0x221)},{'name':a37_0x50d48d(0x1fa),'type':a37_0x50d48d(0x1dd),'description':a37_0x50d48d(0x21e)}],async 'dryRun'(_0x403950){const _0x1c19a8=a37_0x50d48d,_0x1a24ad=loadBffProjectConfig(_0x403950['appCode']),_0xbd554a=await readBffLockFile(_0x1a24ad[_0x1c19a8(0x208)]),{appLock:_0xd3fed0}=ensureLockScope(_0xbd554a??createEmptyBffLock(),_0x403950[_0x1c19a8(0x1e1)],_0x1a24ad[_0x1c19a8(0x21c)],_0x1c19a8(0x21d)),_0x1a3ce5=await getTargetFunctions(_0x1a24ad,_0x403950),_0x4337a6=_0x403950[_0x1c19a8(0x20e)]('force'),_0xc089a7=[];for(const _0x35f4d1 of _0x1a3ce5){const _0x4b3d8d=await computeFileHash(_0x35f4d1[_0x1c19a8(0x218)]),_0x4360bd=_0xd3fed0[_0x1c19a8(0x219)][_0x35f4d1[_0x1c19a8(0x1f3)]],_0x50e089=!!_0x4360bd&&_0x4360bd[_0x1c19a8(0x1e8)]===_0x4b3d8d;_0xc089a7[_0x1c19a8(0x21d)]({'lockKey':_0x35f4d1[_0x1c19a8(0x1f3)],'filePath':_0x35f4d1[_0x1c19a8(0x218)],'remoteId':_0x4360bd?.['remoteId']??null,'mode':_0x4360bd?.[_0x1c19a8(0x1f4)]?'update':'create','status':!_0x4337a6&&_0x50e089?'unchanged':_0x1c19a8(0x1f2)});}return{'method':'POST','url':'/api/management/library/scripts/save','body':{'appCode':_0x403950[_0x1c19a8(0x1e1)],'force':_0x4337a6,'files':_0xc089a7,'cacheClearAtRuntime':_0xc089a7[_0x1c19a8(0x1fd)](_0x3969b8=>_0x3969b8['status']===_0x1c19a8(0x1f2)),'cacheClearAtRuntimeTimes':_0xc089a7[_0x1c19a8(0x1fd)](_0x1bced0=>_0x1bced0[_0x1c19a8(0x1ea)]===_0x1c19a8(0x1f2))?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x1c19a8(0x1f1)+_0xc089a7[_0x1c19a8(0x1ee)]+_0x1c19a8(0x217)};},async 'execute'(_0x26237){const _0x21525d=a37_0x50d48d,_0x497327=loadBffProjectConfig(_0x26237[_0x21525d(0x1e1)]),_0x5d8815=await readBffLockFile(_0x497327['lockFilePath']),{lockData:_0x2b742d,appLock:_0x184854}=ensureLockScope(_0x5d8815??createEmptyBffLock(),_0x26237[_0x21525d(0x1e1)],_0x497327[_0x21525d(0x21c)],'push'),_0x341c4f=await getTargetFunctions(_0x497327,_0x26237);if(_0x341c4f[_0x21525d(0x1ee)]===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':'No\x20local\x20BFF\x20functions\x20found.'};const _0x106c43=_0x26237[_0x21525d(0x20e)]('force'),_0x1ff6c8=JSON[_0x21525d(0x1e5)](JSON['stringify'](_0x2b742d)),_0x6b4084=_0x1ff6c8[_0x21525d(0x1e3)][_0x26237[_0x21525d(0x1e1)]];if(!_0x6b4084)throw new Error(_0x21525d(0x21a)+_0x26237[_0x21525d(0x1e1)]+_0x21525d(0x211));const _0x29ab83=await buildHookMaps(_0x26237[_0x21525d(0x1e1)],_0x26237[_0x21525d(0x223)],_0x341c4f,_0x6b4084),_0x2fcade=[],_0x2f3ec9=[],_0x2ff446=[];for(const _0x3e433d of _0x341c4f){const _0x489207=await computeFileHash(_0x3e433d['filePath']),_0x180a56=_0x6b4084[_0x21525d(0x219)][_0x3e433d[_0x21525d(0x1f3)]];if(!_0x106c43&&_0x180a56&&_0x180a56[_0x21525d(0x1e8)]===_0x489207){_0x2f3ec9[_0x21525d(0x21d)]({'lockKey':_0x3e433d[_0x21525d(0x1f3)],'reason':_0x21525d(0x1f0)});continue;}try{await uploadSingleFunction(_0x26237[_0x21525d(0x1e1)],_0x3e433d,_0x6b4084,_0x29ab83);const _0x156c05=_0x6b4084[_0x21525d(0x219)][_0x3e433d[_0x21525d(0x1f3)]];_0x2fcade[_0x21525d(0x21d)]({'lockKey':_0x3e433d[_0x21525d(0x1f3)],'remoteId':_0x156c05?.['remoteId']??0x0});}catch(_0x297e9e){_0x2ff446[_0x21525d(0x21d)]({'lockKey':_0x3e433d[_0x21525d(0x1f3)],'error':_0x297e9e instanceof Error?_0x297e9e['message']:String(_0x297e9e)});}}_0x6b4084[_0x21525d(0x20f)]=new Date()[_0x21525d(0x207)](),await writeBffLockFile(_0x497327[_0x21525d(0x208)],_0x1ff6c8),await waitForUploadedLockEntries(_0x497327[_0x21525d(0x208)],_0x26237[_0x21525d(0x1e1)],_0x2fcade[_0x21525d(0x1ed)](_0x4de412=>_0x4de412[_0x21525d(0x1f3)]));let _0x544fea={'attempted':![],'cleared':![]};if(_0x2fcade[_0x21525d(0x1ee)]>0x0)try{let _0xf9109c='';for(let _0x16704f=0x0;_0x16704f<CACHE_CLEAR_ATTEMPTS;_0x16704f+=0x1){_0xf9109c=await clearBffScriptCache(),_0x16704f<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x544fea={'attempted':!![],'cleared':!![],'message':_0xf9109c||_0x21525d(0x1db)};}catch(_0x5a732d){_0x544fea={'attempted':!![],'cleared':![],'error':_0x5a732d instanceof Error?_0x5a732d[_0x21525d(0x203)]:String(_0x5a732d)};}const _0x195c81=_0x2ff446[_0x21525d(0x1ee)]===0x0&&(_0x544fea['attempted']?_0x544fea['cleared']:!![]),_0x274ac0=_0x544fea['attempted']?_0x544fea[_0x21525d(0x20a)]?'runtime\x20cache\x20cleared':_0x21525d(0x1ff):_0x21525d(0x212);return{'ok':_0x195c81,'data':{'uploaded':_0x2fcade,'skipped':_0x2f3ec9,'failed':_0x2ff446,'cacheClear':_0x544fea},'message':'Push\x20complete:\x20'+_0x2fcade[_0x21525d(0x1ee)]+'\x20uploaded,\x20'+_0x2f3ec9[_0x21525d(0x1ee)]+_0x21525d(0x1f6)+_0x2ff446[_0x21525d(0x1ee)]+_0x21525d(0x21b)+_0x274ac0};}};async function getTargetFunctions(_0x2f2cf9,_0x585938){const _0x487235=a37_0x50d48d,_0x5be066=_0x585938[_0x487235(0x214)](_0x487235(0x204)),_0x6c5a16=_0x585938[_0x487235(0x214)](_0x487235(0x206)),_0x5beccc=normalizeBffType(_0x5be066)??undefined;if(_0x6c5a16&&!_0x5beccc)throw CliErrors[_0x487235(0x1fb)]('--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.');const _0x2fad9b=await scanLocalBffFunctions(_0x2f2cf9,_0x5beccc);if(_0x6c5a16){const _0xa71e7e=_0x2fad9b['filter'](_0xf88853=>_0xf88853[_0x487235(0x206)]===_0x6c5a16);if(_0xa71e7e[_0x487235(0x1ee)]===0x0)throw CliErrors[_0x487235(0x1fb)](_0x487235(0x213)+_0x5beccc+'/'+_0x6c5a16);return _0xa71e7e;}return _0x2fad9b;}async function buildHookMaps(_0x503031,_0x5635e0,_0x17e88a,_0x578d93){const _0x46d05=a37_0x50d48d,_0x5a343c=_0x17e88a[_0x46d05(0x1fd)](_0x439782=>_0x439782[_0x46d05(0x204)]==='HOOK');if(!_0x5a343c)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x337672=loadAliasMap(_0x5635e0,undefined,resolveApiFilePath(_0x5635e0,_0x503031)),_0x3320c6=new Map(_0x337672[_0x46d05(0x1ed)](_0x132eef=>[_0x132eef[_0x46d05(0x200)],_0x132eef[_0x46d05(0x1f5)]]));for(const _0x5083eb of Object[_0x46d05(0x1dc)](_0x578d93[_0x46d05(0x219)])){_0x5083eb[_0x46d05(0x200)]&&_0x5083eb[_0x46d05(0x1f5)]&&!_0x3320c6[_0x46d05(0x209)](_0x5083eb['alias'])&&_0x3320c6['set'](_0x5083eb[_0x46d05(0x200)],_0x5083eb[_0x46d05(0x1f5)]);}const _0x1f1501=await listDatasets(_0x503031),_0xe257b9=new Map(_0x1f1501[_0x46d05(0x1ed)](_0x330157=>[_0x330157[_0x46d05(0x225)],_0x330157]));return{'aliasToDatasetCode':_0x3320c6,'datasetCodeToDataset':_0xe257b9};}async function uploadSingleFunction(_0x5f1e9f,_0xfc6ec1,_0xda71c0,_0x5d51ed){const _0x6496c1=a37_0x50d48d,_0x18c661=await readFile(_0xfc6ec1[_0x6496c1(0x218)],_0x6496c1(0x205)),_0x219121=await computeFileHash(_0xfc6ec1['filePath']),_0x3d5274=_0xda71c0[_0x6496c1(0x219)][_0xfc6ec1[_0x6496c1(0x1f3)]];if(_0x3d5274?.[_0x6496c1(0x1f4)]&&_0x3d5274[_0x6496c1(0x1ec)]==null)throw CliErrors[_0x6496c1(0x1fb)](_0xfc6ec1[_0x6496c1(0x1f3)]+_0x6496c1(0x1da));let _0x20285d=extractScriptDescription(_0x18c661);if(!_0x20285d&&_0x3d5274?.[_0x6496c1(0x1f4)]){const _0x86399c=await getBffScriptInfo(_0x3d5274[_0x6496c1(0x1f4)]);_0x20285d=_0x86399c[_0x6496c1(0x1fe)]||undefined;}const _0x4eba27={'appCode':_0x5f1e9f,'functionName':_0xfc6ec1[_0x6496c1(0x206)],'scriptType':_0xfc6ec1['type'],'scriptContent':_0x18c661};if(_0x3d5274?.[_0x6496c1(0x1f4)])_0x4eba27['id']=_0x3d5274[_0x6496c1(0x1f4)];if(_0x3d5274?.[_0x6496c1(0x1ec)]!=null)_0x4eba27['version']=_0x3d5274['version'];if(_0x20285d)_0x4eba27[_0x6496c1(0x1fe)]=_0x20285d;if(_0xfc6ec1['type']===_0x6496c1(0x224)){const _0x2110ae=_0xfc6ec1[_0x6496c1(0x200)];if(!_0x2110ae||!_0xfc6ec1[_0x6496c1(0x220)]||!_0xfc6ec1['functionNode'])throw CliErrors[_0x6496c1(0x1fb)](_0x6496c1(0x20c)+_0xfc6ec1[_0x6496c1(0x1f3)]);const _0x2e7e76=_0x5d51ed['aliasToDatasetCode'][_0x6496c1(0x1e0)](_0x2110ae)??_0x3d5274?.[_0x6496c1(0x1f5)]??_0x2110ae,_0x187b13=_0x5d51ed['datasetCodeToDataset']['get'](_0x2e7e76);if(!_0x187b13)throw CliErrors[_0x6496c1(0x1fb)](_0x6496c1(0x1df)+_0x2110ae+'\x22.\x20'+('Run\x20`'+CLI_BIN_NAME+_0x6496c1(0x20b)));_0x4eba27[_0x6496c1(0x202)]=_0x187b13['id'],_0x4eba27[_0x6496c1(0x220)]=_0xfc6ec1['operationType'],_0x4eba27[_0x6496c1(0x222)]=_0xfc6ec1['functionNode'];}const _0x5432f9=await saveBffScript(_0x4eba27),_0x14c137=_0x5432f9['id'],_0x33087a=_0x5432f9[_0x6496c1(0x1de)]??await getBffScriptInfo(_0x14c137),_0xf073aa={'hash':_0x219121,'remoteId':_0x14c137,'version':_0x33087a['version']};if(_0xfc6ec1[_0x6496c1(0x204)]===_0x6496c1(0x224)){const _0x3bbde0=_0xfc6ec1['alias'],_0x381d0b=_0x5d51ed[_0x6496c1(0x1f9)][_0x6496c1(0x1e0)](_0x3bbde0)??_0x3d5274?.[_0x6496c1(0x1f5)]??_0x3bbde0;_0x5d51ed[_0x6496c1(0x1f9)]['has'](_0x3bbde0)?_0xf073aa[_0x6496c1(0x200)]=_0x3bbde0:_0xf073aa[_0x6496c1(0x200)]=_0x3d5274?.[_0x6496c1(0x200)],_0xf073aa['datasetCode']=_0x381d0b,_0xf073aa[_0x6496c1(0x220)]=_0xfc6ec1['operationType'],_0xf073aa[_0x6496c1(0x222)]=_0xfc6ec1[_0x6496c1(0x222)];}_0xda71c0['functions'][_0xfc6ec1[_0x6496c1(0x1f3)]]=_0xf073aa;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x405d27,_0x981c2a,_0x3f525){const _0x1fedc9=a37_0x50d48d;if(_0x3f525['length']===0x0)return;for(let _0x3f1588=0x0;_0x3f1588<LOCK_SETTLE_RETRY_COUNT;_0x3f1588+=0x1){const _0x4e8a3a=await readBffLockFile(_0x405d27),_0x5dc5d5=_0x4e8a3a?.[_0x1fedc9(0x1e3)]?.[_0x981c2a]?.[_0x1fedc9(0x219)]??{},_0x3d0678=_0x3f525[_0x1fedc9(0x215)](_0x29d96e=>!!_0x5dc5d5[_0x29d96e]?.[_0x1fedc9(0x1f4)]);if(_0x3d0678)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0x1fedc9(0x20d)+_0x3f525['join'](',\x20')+'.');}
@@ -1 +1 @@
1
- const a38_0x3bfe09=a38_0x58a5;(function(_0x3d4b73,_0x38da16){const _0x538c2f=a38_0x58a5,_0x1476fb=_0x3d4b73();while(!![]){try{const _0x41fd31=parseInt(_0x538c2f(0x101))/0x1+-parseInt(_0x538c2f(0xfb))/0x2+parseInt(_0x538c2f(0x113))/0x3*(parseInt(_0x538c2f(0x10d))/0x4)+parseInt(_0x538c2f(0x105))/0x5+parseInt(_0x538c2f(0x107))/0x6*(-parseInt(_0x538c2f(0xf9))/0x7)+-parseInt(_0x538c2f(0x104))/0x8+parseInt(_0x538c2f(0x10b))/0x9;if(_0x41fd31===_0x38da16)break;else _0x1476fb['push'](_0x1476fb['shift']());}catch(_0x4e6c43){_0x1476fb['push'](_0x1476fb['shift']());}}}(a38_0x4aba,0x701a5));import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';function a38_0x58a5(_0x112beb,_0x4c15b4){_0x112beb=_0x112beb-0xf7;const _0x4aba18=a38_0x4aba();let _0x58a5a8=_0x4aba18[_0x112beb];return _0x58a5a8;}function a38_0x4aba(){const _0x24a3e6=['apiDir','read','functions','11244789WEGIwG','datasetCode','95248lYtMoO','lockFilePath','hash','status','bff','bool','3SViShL','\x20remote-only','length','all','Check\x20local\x20BFF\x20sync\x20status\x20against\x20lock\x20file','\x20modified,\x20','2401cvWvAc','push','1554864gVGbcW','remote','appCode','has','boolean','map','678501nUqbuE','filePath','alias','4610688bPjLJq','878690qDDpHR','lockKey','5502SfDOSO'];a38_0x4aba=function(){return _0x24a3e6;};return a38_0x4aba();}import{createHookLocationMap,resolveRemoteScriptTarget,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile}from'../../core/bff/lock.js';export const bffStatus={'service':a38_0x3bfe09(0x111),'command':a38_0x3bfe09(0x110),'description':a38_0x3bfe09(0xf7),'risk':a38_0x3bfe09(0x109),'flags':[{'name':a38_0x3bfe09(0xfc),'type':a38_0x3bfe09(0xff),'description':'Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally'}],async 'execute'(_0x4da08b){const _0x80b1e6=a38_0x3bfe09,_0x5ef20b=loadBffProjectConfig(_0x4da08b['appCode']),_0x385679=await readBffLockFile(_0x5ef20b[_0x80b1e6(0x10e)]),{appLock:_0x580cbb}=ensureLockScope(_0x385679??createEmptyBffLock(),_0x4da08b['appCode'],_0x5ef20b['scriptsRoot'],_0x80b1e6(0x110)),_0x55ff62=await scanLocalBffFunctions(_0x5ef20b),_0x23258e=[],_0x9f9d98=[],_0x3b0fc7=[];for(const _0x50e8c9 of _0x55ff62){const _0x4c8b03=await computeFileHash(_0x50e8c9[_0x80b1e6(0x102)]),_0x43980e=_0x580cbb['functions'][_0x50e8c9[_0x80b1e6(0x106)]];if(!_0x43980e)_0x23258e['push'](_0x50e8c9[_0x80b1e6(0x106)]);else _0x43980e[_0x80b1e6(0x10f)]!==_0x4c8b03?_0x9f9d98['push'](_0x50e8c9['lockKey']):_0x3b0fc7[_0x80b1e6(0xfa)](_0x50e8c9[_0x80b1e6(0x106)]);}const _0x4830f2=[];if(_0x4da08b[_0x80b1e6(0x112)](_0x80b1e6(0xfc))){const _0x40c76a=loadAliasMap(_0x4da08b['apiDir'],undefined,resolveApiFilePath(_0x4da08b[_0x80b1e6(0x108)],_0x4da08b['appCode'])),_0x367939=new Map(_0x40c76a[_0x80b1e6(0x100)](_0x449785=>[_0x449785[_0x80b1e6(0x10c)],_0x449785[_0x80b1e6(0x103)]])),[_0xc47395,_0x4c5264]=await Promise[_0x80b1e6(0x116)]([listBffScripts(_0x4da08b[_0x80b1e6(0xfd)]),getBffScriptStatistics(_0x4da08b[_0x80b1e6(0xfd)])]),_0x58a017=createHookLocationMap(_0x4c5264),_0x3ef1eb=new Set(_0x55ff62[_0x80b1e6(0x100)](_0x523df5=>_0x523df5[_0x80b1e6(0x106)]));for(const _0x4ab57f of _0xc47395){const _0x3b9b46=resolveRemoteScriptTarget(_0x5ef20b,_0x4ab57f,_0x58a017,_0x580cbb[_0x80b1e6(0x10a)],_0x367939);_0x3b9b46&&!_0x3ef1eb[_0x80b1e6(0xfe)](_0x3b9b46[_0x80b1e6(0x106)])&&_0x4830f2[_0x80b1e6(0xfa)](_0x3b9b46['lockKey']);}}const _0x24c0c9=_0x23258e[_0x80b1e6(0x115)]===0x0&&_0x9f9d98[_0x80b1e6(0x115)]===0x0&&_0x4830f2[_0x80b1e6(0x115)]===0x0;return{'ok':!![],'data':{'added':_0x23258e,'modified':_0x9f9d98,'unchanged':_0x3b0fc7,'remoteOnly':_0x4830f2},'message':_0x24c0c9?'All\x20BFF\x20scripts\x20are\x20in\x20sync.':_0x23258e[_0x80b1e6(0x115)]+'\x20added,\x20'+_0x9f9d98['length']+_0x80b1e6(0xf8)+_0x3b0fc7[_0x80b1e6(0x115)]+'\x20unchanged'+(_0x4830f2[_0x80b1e6(0x115)]>0x0?',\x20'+_0x4830f2[_0x80b1e6(0x115)]+_0x80b1e6(0x114):'')};}};
1
+ const a38_0x2fc8ae=a38_0x2d0e;function a38_0x1bc7(){const _0x1af2ca=['lockFilePath','\x20added,\x20','1866710KsNeYE','\x20modified,\x20','map','has','4554588cKzfMo','7YqRRAp','length','347892EVEPjE','remote','all','bff','hash','filePath','appCode','1068XMSgPy','3bWFmUf','push','read','913tplxJf','scriptsRoot','11TSkAsK','functions','9REjbWC','alias','3841996kLDOju','7700848yaJoCY','All\x20BFF\x20scripts\x20are\x20in\x20sync.','Check\x20local\x20BFF\x20sync\x20status\x20against\x20lock\x20file','apiDir','boolean','1365625bmYhUp','lockKey'];a38_0x1bc7=function(){return _0x1af2ca;};return a38_0x1bc7();}(function(_0xa456b0,_0x26394a){const _0x746c03=a38_0x2d0e,_0x4cbc9a=_0xa456b0();while(!![]){try{const _0x5902cf=-parseInt(_0x746c03(0x81))/0x1*(parseInt(_0x746c03(0x7d))/0x2)+parseInt(_0x746c03(0x7e))/0x3*(parseInt(_0x746c03(0x87))/0x4)+-parseInt(_0x746c03(0x8d))/0x5+-parseInt(_0x746c03(0x73))/0x6*(parseInt(_0x746c03(0x74))/0x7)+parseInt(_0x746c03(0x88))/0x8*(parseInt(_0x746c03(0x85))/0x9)+parseInt(_0x746c03(0x6f))/0xa+parseInt(_0x746c03(0x83))/0xb*(-parseInt(_0x746c03(0x76))/0xc);if(_0x5902cf===_0x26394a)break;else _0x4cbc9a['push'](_0x4cbc9a['shift']());}catch(_0x42b0cc){_0x4cbc9a['push'](_0x4cbc9a['shift']());}}}(a38_0x1bc7,0x88f7c));import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{createHookLocationMap,resolveRemoteScriptTarget,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile}from'../../core/bff/lock.js';function a38_0x2d0e(_0x40e559,_0x3fa726){_0x40e559=_0x40e559-0x6f;const _0x1bc71c=a38_0x1bc7();let _0x2d0ed3=_0x1bc71c[_0x40e559];return _0x2d0ed3;}export const bffStatus={'service':a38_0x2fc8ae(0x79),'command':'status','description':a38_0x2fc8ae(0x8a),'risk':a38_0x2fc8ae(0x80),'flags':[{'name':a38_0x2fc8ae(0x77),'type':a38_0x2fc8ae(0x8c),'description':'Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally'}],async 'execute'(_0x40c730){const _0x4bb0ea=a38_0x2fc8ae,_0x44c690=loadBffProjectConfig(_0x40c730[_0x4bb0ea(0x7c)]),_0x10af02=await readBffLockFile(_0x44c690[_0x4bb0ea(0x8f)]),{appLock:_0x1f674d}=ensureLockScope(_0x10af02??createEmptyBffLock(),_0x40c730[_0x4bb0ea(0x7c)],_0x44c690[_0x4bb0ea(0x82)],'status'),_0x36c9f5=await scanLocalBffFunctions(_0x44c690),_0x2c2d0f=[],_0x3e75fc=[],_0x3c21fd=[];for(const _0x146e62 of _0x36c9f5){const _0xc10ab=await computeFileHash(_0x146e62[_0x4bb0ea(0x7b)]),_0x54dd46=_0x1f674d[_0x4bb0ea(0x84)][_0x146e62['lockKey']];if(!_0x54dd46)_0x2c2d0f[_0x4bb0ea(0x7f)](_0x146e62[_0x4bb0ea(0x8e)]);else _0x54dd46[_0x4bb0ea(0x7a)]!==_0xc10ab?_0x3e75fc['push'](_0x146e62[_0x4bb0ea(0x8e)]):_0x3c21fd[_0x4bb0ea(0x7f)](_0x146e62[_0x4bb0ea(0x8e)]);}const _0x21fc39=[];if(_0x40c730['bool'](_0x4bb0ea(0x77))){const _0x34282a=loadAliasMap(_0x40c730[_0x4bb0ea(0x8b)],undefined,resolveApiFilePath(_0x40c730[_0x4bb0ea(0x8b)],_0x40c730['appCode'])),_0x44dbdd=new Map(_0x34282a[_0x4bb0ea(0x71)](_0x3378a7=>[_0x3378a7['datasetCode'],_0x3378a7[_0x4bb0ea(0x86)]])),[_0x27b9fe,_0x56e07a]=await Promise[_0x4bb0ea(0x78)]([listBffScripts(_0x40c730[_0x4bb0ea(0x7c)]),getBffScriptStatistics(_0x40c730['appCode'])]),_0x7b859a=createHookLocationMap(_0x56e07a),_0x243dbb=new Set(_0x36c9f5['map'](_0x3c2462=>_0x3c2462[_0x4bb0ea(0x8e)]));for(const _0x218fff of _0x27b9fe){const _0x1106d2=resolveRemoteScriptTarget(_0x44c690,_0x218fff,_0x7b859a,_0x1f674d[_0x4bb0ea(0x84)],_0x44dbdd);_0x1106d2&&!_0x243dbb[_0x4bb0ea(0x72)](_0x1106d2[_0x4bb0ea(0x8e)])&&_0x21fc39[_0x4bb0ea(0x7f)](_0x1106d2['lockKey']);}}const _0x3f3877=_0x2c2d0f['length']===0x0&&_0x3e75fc[_0x4bb0ea(0x75)]===0x0&&_0x21fc39['length']===0x0;return{'ok':!![],'data':{'added':_0x2c2d0f,'modified':_0x3e75fc,'unchanged':_0x3c21fd,'remoteOnly':_0x21fc39},'message':_0x3f3877?_0x4bb0ea(0x89):_0x2c2d0f[_0x4bb0ea(0x75)]+_0x4bb0ea(0x90)+_0x3e75fc[_0x4bb0ea(0x75)]+_0x4bb0ea(0x70)+_0x3c21fd[_0x4bb0ea(0x75)]+'\x20unchanged'+(_0x21fc39[_0x4bb0ea(0x75)]>0x0?',\x20'+_0x21fc39['length']+'\x20remote-only':'')};}};
@@ -1 +1 @@
1
- function a39_0x519b(_0x259fb4,_0x543f94){_0x259fb4=_0x259fb4-0x121;const _0x3a534e=a39_0x3a53();let _0x519b18=_0x3a534e[_0x259fb4];return _0x519b18;}const a39_0x169543=a39_0x519b;function a39_0x3a53(){const _0x3e60da=['pipe','install','2704220vVfSKo','3412360PYahUA','cwd','cli-skill','info','232116CcFUey','4ncFsQl','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.','npx\x20skills\x20add\x20failed:\x20','../../skills/npx-skills-add.js','skipped','38DzqFre','3870642fUxIDV','CLI\x20Built-in\x20Skill\x20installed','log','2262400bTwzwc','10303qTLTFp','cli-skill-install','nonInteractive','apiError','Skipped\x20npx\x20(RABETBASE_SKIP_NPX_SKILLS=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(',')...','error','160UlQCKp','write','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','289674CnLgvS'];a39_0x3a53=function(){return _0x3e60da;};return a39_0x3a53();}(function(_0x1425d7,_0x3f6897){const _0x2545cf=a39_0x519b,_0x1e01e7=_0x1425d7();while(!![]){try{const _0x42d1cb=-parseInt(_0x2545cf(0x133))/0x1*(-parseInt(_0x2545cf(0x12e))/0x2)+-parseInt(_0x2545cf(0x128))/0x3*(-parseInt(_0x2545cf(0x129))/0x4)+-parseInt(_0x2545cf(0x132))/0x5+parseInt(_0x2545cf(0x12f))/0x6+-parseInt(_0x2545cf(0x124))/0x7+-parseInt(_0x2545cf(0x13b))/0x8*(-parseInt(_0x2545cf(0x13e))/0x9)+-parseInt(_0x2545cf(0x123))/0xa;if(_0x42d1cb===_0x3f6897)break;else _0x1e01e7['push'](_0x1e01e7['shift']());}catch(_0x53dfa3){_0x1e01e7['push'](_0x1e01e7['shift']());}}}(a39_0x3a53,0x55d56));import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':a39_0x169543(0x126),'command':a39_0x169543(0x122),'description':a39_0x169543(0x13d),'risk':a39_0x169543(0x13c),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x534e4f){const _0x4142cc=a39_0x169543;logger['setLogPath'](process['cwd']()),logger[_0x4142cc(0x127)](_0x4142cc(0x134),_0x4142cc(0x12a));const {NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE:_0x21c0c9,RABETBASE_SKILL_SOURCE:_0x13af67,runNpxSkillsAddGlobal:_0x27b955}=await import(_0x4142cc(0x12c)),_0x205d66=_0x534e4f[_0x4142cc(0x135)]?_0x4142cc(0x121):'inherit';console['log'](_0x4142cc(0x138)+_0x21c0c9+_0x4142cc(0x139));const _0x23914b=_0x27b955(process[_0x4142cc(0x125)](),_0x13af67,{'stdio':_0x205d66});if(_0x23914b[_0x4142cc(0x12d)])console[_0x4142cc(0x131)](_0x4142cc(0x137));else{if(_0x23914b['ok'])console[_0x4142cc(0x131)](_0x4142cc(0x130));else throw CliErrors[_0x4142cc(0x136)](_0x4142cc(0x12b)+(_0x23914b[_0x4142cc(0x13a)]||'unknown'),'Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20'+_0x21c0c9);}return{'ok':!![]};}}];
1
+ function a39_0x4aab(){const _0x3507e5=['skipped','cli-skill','25008DxwdmS','Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20','11576SJvpqv','cli-skill-install','1414Efkkoe','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(','write','apiError','../../skills/npx-skills-add.js','cwd','pipe','unknown','18uvRmwW','log','inherit','nonInteractive','Skipped\x20npx\x20(RABETBASE_SKIP_NPX_SKILLS=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.','install','2854610KEZoQV','1619802riCDMe','CLI\x20Built-in\x20Skill\x20installed','18jzyRvT','info','913OrfsSM','249156XfqYPg','856lUNCEc','7550alWNwf',')...','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','38091VKuYgb'];a39_0x4aab=function(){return _0x3507e5;};return a39_0x4aab();}const a39_0x424ad7=a39_0x47e7;(function(_0x4e61a4,_0x4775ae){const _0x14041a=a39_0x47e7,_0x604c93=_0x4e61a4();while(!![]){try{const _0x3a1d94=-parseInt(_0x14041a(0x127))/0x1+-parseInt(_0x14041a(0x124))/0x2*(-parseInt(_0x14041a(0x12c))/0x3)+-parseInt(_0x14041a(0x128))/0x4*(parseInt(_0x14041a(0x129))/0x5)+-parseInt(_0x14041a(0x122))/0x6+parseInt(_0x14041a(0x133))/0x7*(parseInt(_0x14041a(0x131))/0x8)+-parseInt(_0x14041a(0x13b))/0x9*(-parseInt(_0x14041a(0x121))/0xa)+-parseInt(_0x14041a(0x126))/0xb*(-parseInt(_0x14041a(0x12f))/0xc);if(_0x3a1d94===_0x4775ae)break;else _0x604c93['push'](_0x604c93['shift']());}catch(_0x270271){_0x604c93['push'](_0x604c93['shift']());}}}(a39_0x4aab,0x4b3e6));function a39_0x47e7(_0x361938,_0x3678a1){_0x361938=_0x361938-0x120;const _0x4aab79=a39_0x4aab();let _0x47e7aa=_0x4aab79[_0x361938];return _0x47e7aa;}import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':a39_0x424ad7(0x12e),'command':a39_0x424ad7(0x120),'description':a39_0x424ad7(0x12b),'risk':a39_0x424ad7(0x135),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x57a44e){const _0x562611=a39_0x424ad7;logger['setLogPath'](process[_0x562611(0x138)]()),logger[_0x562611(0x125)](_0x562611(0x132),'Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.');const {NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE:_0x2bbf7c,RABETBASE_SKILL_SOURCE:_0x2d8776,runNpxSkillsAddGlobal:_0x1ac3c2}=await import(_0x562611(0x137)),_0x449172=_0x57a44e[_0x562611(0x13e)]?_0x562611(0x139):_0x562611(0x13d);console[_0x562611(0x13c)](_0x562611(0x134)+_0x2bbf7c+_0x562611(0x12a));const _0x434467=_0x1ac3c2(process[_0x562611(0x138)](),_0x2d8776,{'stdio':_0x449172});if(_0x434467[_0x562611(0x12d)])console[_0x562611(0x13c)](_0x562611(0x13f));else{if(_0x434467['ok'])console[_0x562611(0x13c)](_0x562611(0x123));else throw CliErrors[_0x562611(0x136)]('npx\x20skills\x20add\x20failed:\x20'+(_0x434467['error']||_0x562611(0x13a)),_0x562611(0x130)+_0x2bbf7c);}return{'ok':!![]};}}];
@@ -1 +1 @@
1
- function a40_0x15df(_0x118017,_0x25ffea){_0x118017=_0x118017-0x19f;const _0x22b2a5=a40_0x22b2();let _0x15df72=_0x22b2a5[_0x118017];return _0x15df72;}const a40_0x5c1ef4=a40_0x15df;(function(_0x5c6305,_0x52e99c){const _0x1200ba=a40_0x15df,_0x18e9b9=_0x5c6305();while(!![]){try{const _0x131bd5=parseInt(_0x1200ba(0x1e6))/0x1*(-parseInt(_0x1200ba(0x1da))/0x2)+-parseInt(_0x1200ba(0x1b4))/0x3+parseInt(_0x1200ba(0x1d2))/0x4+parseInt(_0x1200ba(0x1c8))/0x5+parseInt(_0x1200ba(0x1b6))/0x6*(parseInt(_0x1200ba(0x1ce))/0x7)+-parseInt(_0x1200ba(0x1cf))/0x8+-parseInt(_0x1200ba(0x1b0))/0x9*(-parseInt(_0x1200ba(0x1a4))/0xa);if(_0x131bd5===_0x52e99c)break;else _0x18e9b9['push'](_0x18e9b9['shift']());}catch(_0x129c55){_0x18e9b9['push'](_0x18e9b9['shift']());}}}(a40_0x22b2,0x8b905));import a40_0x418b0e from'chalk';import a40_0xd70087 from'ora';import a40_0x302333 from'semver';import{execa}from'execa';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{CliErrors}from'../errors.js';import{RABETBASE_SKILL_SOURCE,runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x4e58ca=a40_0x15df;return GIT_COMMIT!==_0x4e58ca(0x1b7)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x4e58ca(0x1a1)](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x2c7960=a40_0x15df,_0x21c07b=process[_0x2c7960(0x1c5)][_0x2c7960(0x1bd)]();if(_0x21c07b['includes'](_0x2c7960(0x1de)))return'bun';return _0x2c7960(0x1d3);}const updateFlags=[{'name':a40_0x5c1ef4(0x1dd),'type':a40_0x5c1ef4(0x1dc),'description':a40_0x5c1ef4(0x1ac),'default':![]},{'name':'version','type':'string','description':a40_0x5c1ef4(0x1bc)},{'name':'no-skills','type':'boolean','description':a40_0x5c1ef4(0x1be),'default':![]},{'name':a40_0x5c1ef4(0x1c9),'type':a40_0x5c1ef4(0x1dc),'description':a40_0x5c1ef4(0x1e7),'default':!![],'hidden':!![]}];function getRequestedVersion(_0x50039b){const _0x29bd92=a40_0x5c1ef4;return _0x50039b[_0x29bd92(0x1e8)](_0x29bd92(0x1ab))[_0x29bd92(0x1c7)]();}function a40_0x22b2(){const _0x1ff032=['\x20install\x20-g\x20','9350jcRrjj','--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','boolean','beta','bun','source','red','yellow','Already\x20on\x20requested\x20version\x20(v','Update\x20available:\x20','length','pipe','225CmOZva','Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','str','object','Requested\x20version:\x20','Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm','fromEntries','warn','\x20→\x20','@latest','timeout','slice','nonInteractive','start','50NGlrND','\x20cli-skill\x20install','log','\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).','latest','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','entries','version','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','install','info','2628486ZBMHEH','Update\x20failed','Checking\x20CLI\x20Built-in\x20Skill...','\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20','2064171gjlgtT','Current\x20version:\x20','156042MgeTjQ','unknown','Version\x20comparison\x20failed','...','Invalid\x20version:\x20','Updated\x20to\x20v','Install\x20a\x20specific\x20CLI\x20version','toLowerCase','Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','gray','bool','flag','Updating\x20via\x20','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','/dist-tags','execPath','fail','trim','4923495pEynrM','skills','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','string','map','231KadTxf','8441256cjEIKa','run','skipped','254168HRXVzY','npm','\x20\x20Try\x20manually:\x20','green','\x20\x20Run\x20manually:\x20','Already\x20up\x20to\x20date\x20(v','error'];a40_0x22b2=function(){return _0x1ff032;};return a40_0x22b2();}function shouldSkipCliSkill(_0x398fd8){const _0x3a65ff=a40_0x5c1ef4;return _0x398fd8[_0x3a65ff(0x1c0)]('no-skills')||_0x398fd8[_0x3a65ff(0x1c1)](_0x3a65ff(0x1c9))===![];}async function validateUpdateFlags(_0x150c50){const _0x1bb759=a40_0x5c1ef4,_0xce5ec2=_0x150c50[_0x1bb759(0x1c0)](_0x1bb759(0x1dd)),_0x4c8cf0=getRequestedVersion(_0x150c50);if(_0xce5ec2&&_0x4c8cf0)throw CliErrors['validation'](_0x1bb759(0x1db),'Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.');if(_0x4c8cf0&&!a40_0x302333['valid'](_0x4c8cf0))throw CliErrors['validation'](_0x1bb759(0x1ba)+_0x4c8cf0,'Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.');}async function fetchNpmDistTags(){const _0x36fef0=a40_0x5c1ef4;try{const _0x571ce8=await fetch('https://registry.npmjs.org/-/package/'+encodeURIComponent(NPM_PACKAGE_NAME)+_0x36fef0(0x1c4),{'signal':AbortSignal[_0x36fef0(0x1a0)](0x2710)});if(!_0x571ce8['ok'])return null;const _0x581eab=await _0x571ce8['json']();if(!_0x581eab||typeof _0x581eab!==_0x36fef0(0x1e9))return null;return Object[_0x36fef0(0x1ec)](Object[_0x36fef0(0x1aa)](_0x581eab)['filter'](([,_0x57e258])=>typeof _0x57e258===_0x36fef0(0x1cc)&&_0x57e258[_0x36fef0(0x1c7)]()[_0x36fef0(0x1e4)]>0x0)[_0x36fef0(0x1cd)](([_0x581215,_0x273ec4])=>[_0x581215,String(_0x273ec4)['trim']()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x590bfd){const _0x45f208=await fetchNpmDistTags();return _0x45f208?.[_0x590bfd]??null;}async function fetchLatestVersion(){const _0x18e67b=a40_0x5c1ef4;return fetchNpmDistTagVersion(_0x18e67b(0x1a8));}async function resolveTargetVersion(_0x2f1827){const _0x5c360f=a40_0x5c1ef4,_0x3140bc=getRequestedVersion(_0x2f1827);if(_0x3140bc)return{'version':_0x3140bc,'source':'version'};if(_0x2f1827['bool'](_0x5c360f(0x1dd))){const _0x31274e=await fetchNpmDistTagVersion(_0x5c360f(0x1dd));if(!_0x31274e)return null;return{'version':_0x31274e,'source':'beta'};}const _0x77ef9a=await fetchLatestVersion();if(!_0x77ef9a)return null;return{'version':_0x77ef9a,'source':'latest'};}function shouldInstallTarget(_0x413484,_0x487463){const _0x58e84b=a40_0x5c1ef4;if(_0x487463[_0x58e84b(0x1df)]===_0x58e84b(0x1ab)||_0x487463['source']===_0x58e84b(0x1dd))return!a40_0x302333['eq'](_0x413484,_0x487463['version']);return a40_0x302333['lt'](_0x413484,_0x487463[_0x58e84b(0x1ab)]);}function getInstallPlanLabel(_0x5be15f,_0x5f399a){const _0x5d4ba5=a40_0x5c1ef4;switch(_0x5f399a[_0x5d4ba5(0x1df)]){case'beta':return'Beta\x20version:\x20'+a40_0x418b0e['yellow'](_0x5be15f)+_0x5d4ba5(0x1ee)+a40_0x418b0e[_0x5d4ba5(0x1d5)](_0x5f399a[_0x5d4ba5(0x1ab)]);case'version':return _0x5d4ba5(0x1ea)+a40_0x418b0e[_0x5d4ba5(0x1e1)](_0x5be15f)+_0x5d4ba5(0x1ee)+a40_0x418b0e[_0x5d4ba5(0x1d5)](_0x5f399a[_0x5d4ba5(0x1ab)]);case _0x5d4ba5(0x1a8):default:return _0x5d4ba5(0x1e3)+a40_0x418b0e[_0x5d4ba5(0x1e1)](_0x5be15f)+_0x5d4ba5(0x1ee)+a40_0x418b0e[_0x5d4ba5(0x1d5)](_0x5f399a[_0x5d4ba5(0x1ab)]);}}async function installCliSkill(_0x26c892){const _0x2251fd=a40_0x5c1ef4;console[_0x2251fd(0x1a6)](a40_0x418b0e['gray'](_0x2251fd(0x1b2)));const _0x11e9d0=runNpxSkillsAddGlobal(process['cwd'](),RABETBASE_SKILL_SOURCE,{'stdio':_0x26c892?_0x2251fd(0x1e5):'inherit'});if(_0x11e9d0[_0x2251fd(0x1d1)]){console['log'](a40_0x418b0e['gray'](_0x2251fd(0x1a7)));return;}if(_0x11e9d0['ok']){console['log'](a40_0x418b0e[_0x2251fd(0x1bf)](_0x2251fd(0x1ad)));return;}console[_0x2251fd(0x1ed)](a40_0x418b0e[_0x2251fd(0x1e1)](_0x2251fd(0x1b3)+(_0x11e9d0[_0x2251fd(0x1d8)]||_0x2251fd(0x1b7)))),console[_0x2251fd(0x1a6)](a40_0x418b0e['gray'](_0x2251fd(0x1d6)+CLI_BIN_NAME+_0x2251fd(0x1a5)));}async function execute(_0x46ab9d){const _0x12e3d1=a40_0x5c1ef4;await validateUpdateFlags(_0x46ab9d);const _0x47ede3=getCurrentVersion();console[_0x12e3d1(0x1a6)](_0x12e3d1(0x1b5)+_0x47ede3);const _0x5adbd4=a40_0xd70087('Checking\x20for\x20updates...')[_0x12e3d1(0x1a3)](),_0x5bf481=await resolveTargetVersion(_0x46ab9d);if(!_0x5bf481){const _0x4a3bff=_0x46ab9d[_0x12e3d1(0x1c0)](_0x12e3d1(0x1dd))?_0x12e3d1(0x1eb):_0x12e3d1(0x1c3);return _0x5adbd4[_0x12e3d1(0x1c6)](_0x4a3bff),console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)]('\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20'+NPM_PACKAGE_NAME+_0x12e3d1(0x19f))),{'ok':![],'message':_0x4a3bff};}const _0x5ced8c=a40_0x302333['valid'](VERSION),_0x1d52ef=a40_0x302333['valid'](_0x5bf481[_0x12e3d1(0x1ab)]);if(!_0x5ced8c||!_0x1d52ef)return _0x5adbd4[_0x12e3d1(0x1c6)](_0x12e3d1(0x1b8)),{'ok':![],'message':_0x12e3d1(0x1b8)};if(!shouldInstallTarget(_0x5ced8c,_0x5bf481)){const _0x16adc9=_0x5bf481[_0x12e3d1(0x1df)]===_0x12e3d1(0x1ab)?_0x12e3d1(0x1e2)+_0x5bf481[_0x12e3d1(0x1ab)]+')':_0x12e3d1(0x1d7)+_0x5bf481[_0x12e3d1(0x1ab)]+')';return _0x5adbd4['succeed'](_0x16adc9),shouldSkipCliSkill(_0x46ab9d)?console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)](_0x12e3d1(0x1ca))):await installCliSkill(_0x46ab9d[_0x12e3d1(0x1a2)]),{'ok':!![]};}_0x5adbd4[_0x12e3d1(0x1af)](getInstallPlanLabel(_0x47ede3,_0x5bf481));const _0x3cf744=detectPackageManager(),_0x419c52=_0x3cf744==='npm'?resolveNpmBin(_0x12e3d1(0x1d3)):_0x3cf744,_0x11b2cb=a40_0xd70087(_0x12e3d1(0x1c2)+_0x3cf744+_0x12e3d1(0x1b9))[_0x12e3d1(0x1a3)]();try{return await execa(_0x419c52,[_0x12e3d1(0x1ae),'-g',NPM_PACKAGE_NAME+'@'+_0x5bf481[_0x12e3d1(0x1ab)]],{'stdio':_0x12e3d1(0x1e5)}),_0x11b2cb['succeed'](_0x12e3d1(0x1bb)+_0x5bf481['version']),console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)](_0x12e3d1(0x1a9))),shouldSkipCliSkill(_0x46ab9d)?console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)](_0x12e3d1(0x1ca))):await installCliSkill(_0x46ab9d[_0x12e3d1(0x1a2)]),{'ok':!![]};}catch(_0x531549){return _0x11b2cb[_0x12e3d1(0x1c6)](_0x12e3d1(0x1b1)),console[_0x12e3d1(0x1d8)](a40_0x418b0e[_0x12e3d1(0x1e0)]('\x20\x20'+_0x531549['message'])),console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)](_0x12e3d1(0x1d4)+_0x3cf744+_0x12e3d1(0x1d9)+NPM_PACKAGE_NAME+'@'+_0x5bf481['version'])),{'ok':![],'message':_0x531549['message']};}}export const updateDefinition={'service':'update','command':a40_0x5c1ef4(0x1d0),'description':a40_0x5c1ef4(0x1cb),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
1
+ const a40_0x952e27=a40_0x4753;(function(_0x2edf08,_0x14e180){const _0x230093=a40_0x4753,_0x4b0b56=_0x2edf08();while(!![]){try{const _0xc502cd=-parseInt(_0x230093(0x19c))/0x1*(-parseInt(_0x230093(0x198))/0x2)+-parseInt(_0x230093(0x186))/0x3*(-parseInt(_0x230093(0x1a6))/0x4)+parseInt(_0x230093(0x1c7))/0x5*(-parseInt(_0x230093(0x189))/0x6)+-parseInt(_0x230093(0x19f))/0x7*(parseInt(_0x230093(0x1bc))/0x8)+-parseInt(_0x230093(0x1d1))/0x9+parseInt(_0x230093(0x187))/0xa+parseInt(_0x230093(0x19b))/0xb;if(_0xc502cd===_0x14e180)break;else _0x4b0b56['push'](_0x4b0b56['shift']());}catch(_0x28d72a){_0x4b0b56['push'](_0x4b0b56['shift']());}}}(a40_0x2277,0xc38a0));import a40_0x5a6121 from'chalk';import a40_0x452e9b from'ora';import a40_0x524678 from'semver';import{execa}from'execa';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{CliErrors}from'../errors.js';import{RABETBASE_SKILL_SOURCE,runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x12c969=a40_0x4753;return GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x12c969(0x1c9)](0x0,0xa)+')':VERSION;}function a40_0x4753(_0x243385,_0x3e4a56){_0x243385=_0x243385-0x186;const _0x2277f4=a40_0x2277();let _0x475390=_0x2277f4[_0x243385];return _0x475390;}function detectPackageManager(){const _0x8a2297=a40_0x4753,_0x43173f=process[_0x8a2297(0x1ac)][_0x8a2297(0x195)]();if(_0x43173f[_0x8a2297(0x1b9)](_0x8a2297(0x1ae)))return'bun';return _0x8a2297(0x1b5);}const updateFlags=[{'name':a40_0x952e27(0x1c1),'type':a40_0x952e27(0x18c),'description':a40_0x952e27(0x1a7),'default':![]},{'name':'version','type':'string','description':a40_0x952e27(0x19a)},{'name':a40_0x952e27(0x1d6),'type':a40_0x952e27(0x18c),'description':'Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','default':![]},{'name':a40_0x952e27(0x1a3),'type':a40_0x952e27(0x18c),'description':'Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','default':!![],'hidden':!![]}];function getRequestedVersion(_0x49d1d1){const _0x35580c=a40_0x952e27;return _0x49d1d1[_0x35580c(0x1c2)](_0x35580c(0x1a5))[_0x35580c(0x191)]();}function shouldSkipCliSkill(_0x3ebf62){const _0x41f6e9=a40_0x952e27;return _0x3ebf62[_0x41f6e9(0x19d)]('no-skills')||_0x3ebf62[_0x41f6e9(0x1b0)](_0x41f6e9(0x1a3))===![];}async function validateUpdateFlags(_0x509baa){const _0xfcc34=a40_0x952e27,_0x1dbfa6=_0x509baa[_0xfcc34(0x19d)](_0xfcc34(0x1c1)),_0x31718b=getRequestedVersion(_0x509baa);if(_0x1dbfa6&&_0x31718b)throw CliErrors[_0xfcc34(0x194)]('--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.');if(_0x31718b&&!a40_0x524678['valid'](_0x31718b))throw CliErrors['validation']('Invalid\x20version:\x20'+_0x31718b,_0xfcc34(0x1d5));}async function fetchNpmDistTags(){const _0x10160a=a40_0x952e27;try{const _0x53f552=await fetch('https://registry.npmjs.org/-/package/'+encodeURIComponent(NPM_PACKAGE_NAME)+'/dist-tags',{'signal':AbortSignal[_0x10160a(0x1ba)](0x2710)});if(!_0x53f552['ok'])return null;const _0xf620b4=await _0x53f552[_0x10160a(0x1c8)]();if(!_0xf620b4||typeof _0xf620b4!=='object')return null;return Object[_0x10160a(0x1d7)](Object[_0x10160a(0x196)](_0xf620b4)[_0x10160a(0x1b3)](([,_0xf587b4])=>typeof _0xf587b4===_0x10160a(0x18a)&&_0xf587b4['trim']()[_0x10160a(0x1cd)]>0x0)[_0x10160a(0x197)](([_0x3f25af,_0x249660])=>[_0x3f25af,String(_0x249660)[_0x10160a(0x191)]()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x29b97e){const _0x3bb253=await fetchNpmDistTags();return _0x3bb253?.[_0x29b97e]??null;}async function fetchLatestVersion(){const _0x51447b=a40_0x952e27;return fetchNpmDistTagVersion(_0x51447b(0x1bb));}async function resolveTargetVersion(_0x57a64a){const _0xb594a8=a40_0x952e27,_0x156aaa=getRequestedVersion(_0x57a64a);if(_0x156aaa)return{'version':_0x156aaa,'source':_0xb594a8(0x1a5)};if(_0x57a64a[_0xb594a8(0x19d)](_0xb594a8(0x1c1))){const _0x1d917f=await fetchNpmDistTagVersion(_0xb594a8(0x1c1));if(!_0x1d917f)return null;return{'version':_0x1d917f,'source':_0xb594a8(0x1c1)};}const _0x5668d7=await fetchLatestVersion();if(!_0x5668d7)return null;return{'version':_0x5668d7,'source':_0xb594a8(0x1bb)};}function shouldInstallTarget(_0x26ca58,_0x580d26){const _0xac731e=a40_0x952e27;if(_0x580d26[_0xac731e(0x1b7)]===_0xac731e(0x1a5)||_0x580d26[_0xac731e(0x1b7)]===_0xac731e(0x1c1))return!a40_0x524678['eq'](_0x26ca58,_0x580d26[_0xac731e(0x1a5)]);return a40_0x524678['lt'](_0x26ca58,_0x580d26[_0xac731e(0x1a5)]);}function getInstallPlanLabel(_0x4dd74d,_0x129090){const _0x3674bf=a40_0x952e27;switch(_0x129090['source']){case _0x3674bf(0x1c1):return'Beta\x20version:\x20'+a40_0x5a6121[_0x3674bf(0x1a4)](_0x4dd74d)+_0x3674bf(0x188)+a40_0x5a6121[_0x3674bf(0x1aa)](_0x129090['version']);case _0x3674bf(0x1a5):return _0x3674bf(0x1bd)+a40_0x5a6121[_0x3674bf(0x1a4)](_0x4dd74d)+'\x20→\x20'+a40_0x5a6121[_0x3674bf(0x1aa)](_0x129090[_0x3674bf(0x1a5)]);case _0x3674bf(0x1bb):default:return _0x3674bf(0x1c0)+a40_0x5a6121[_0x3674bf(0x1a4)](_0x4dd74d)+_0x3674bf(0x188)+a40_0x5a6121[_0x3674bf(0x1aa)](_0x129090[_0x3674bf(0x1a5)]);}}function a40_0x2277(){const _0x3ef3d4=['Checking\x20CLI\x20Built-in\x20Skill...','\x20\x20Try\x20manually:\x20','trim','gray','start','validation','toLowerCase','entries','map','430Ajdfvt','message','Install\x20a\x20specific\x20CLI\x20version','316811RSyWEl','3895lHsnXC','bool','log','14dsidkq','install','Version\x20comparison\x20failed','...','skills','yellow','version','108QohTqS','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','Already\x20on\x20requested\x20version\x20(v','green','nonInteractive','execPath','Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm','bun','Checking\x20for\x20updates...','flag','inherit','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','filter','\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).','npm','red','source','error','includes','timeout','latest','3023376CRaObl','Requested\x20version:\x20','\x20\x20Run\x20manually:\x20','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','Update\x20available:\x20','beta','str','\x20install\x20-g\x20','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20','\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20','cwd','4045xCAFoR','json','slice','\x20cli-skill\x20install','fail','valid','length','unknown','Updated\x20to\x20v','run','6727608bUsQcr','Update\x20failed','@latest','write','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','no-skills','fromEntries','Updating\x20via\x20','141855sIYPkc','2495440UIQEMX','\x20→\x20','654cagaIh','string','info','boolean','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','update'];a40_0x2277=function(){return _0x3ef3d4;};return a40_0x2277();}async function installCliSkill(_0x4fac63){const _0x25e52b=a40_0x952e27;console[_0x25e52b(0x19e)](a40_0x5a6121[_0x25e52b(0x192)](_0x25e52b(0x18f)));const _0x46f1e3=runNpxSkillsAddGlobal(process[_0x25e52b(0x1c6)](),RABETBASE_SKILL_SOURCE,{'stdio':_0x4fac63?'pipe':_0x25e52b(0x1b1)});if(_0x46f1e3['skipped']){console['log'](a40_0x5a6121[_0x25e52b(0x192)](_0x25e52b(0x1b4)));return;}if(_0x46f1e3['ok']){console[_0x25e52b(0x19e)](a40_0x5a6121[_0x25e52b(0x192)](_0x25e52b(0x1a8)));return;}console['warn'](a40_0x5a6121[_0x25e52b(0x1a4)](_0x25e52b(0x1c5)+(_0x46f1e3[_0x25e52b(0x1b8)]||_0x25e52b(0x1ce)))),console[_0x25e52b(0x19e)](a40_0x5a6121[_0x25e52b(0x192)](_0x25e52b(0x1be)+CLI_BIN_NAME+_0x25e52b(0x1ca)));}async function execute(_0x13771e){const _0xde54c4=a40_0x952e27;await validateUpdateFlags(_0x13771e);const _0x3de316=getCurrentVersion();console[_0xde54c4(0x19e)]('Current\x20version:\x20'+_0x3de316);const _0x255e7d=a40_0x452e9b(_0xde54c4(0x1af))[_0xde54c4(0x193)](),_0x20c16a=await resolveTargetVersion(_0x13771e);if(!_0x20c16a){const _0x32c2dd=_0x13771e['bool'](_0xde54c4(0x1c1))?_0xde54c4(0x1ad):_0xde54c4(0x1bf);return _0x255e7d['fail'](_0x32c2dd),console['log'](a40_0x5a6121[_0xde54c4(0x192)](_0xde54c4(0x1c4)+NPM_PACKAGE_NAME+_0xde54c4(0x1d3))),{'ok':![],'message':_0x32c2dd};}const _0x4324c6=a40_0x524678[_0xde54c4(0x1cc)](VERSION),_0x354a8a=a40_0x524678['valid'](_0x20c16a[_0xde54c4(0x1a5)]);if(!_0x4324c6||!_0x354a8a)return _0x255e7d[_0xde54c4(0x1cb)](_0xde54c4(0x1a1)),{'ok':![],'message':_0xde54c4(0x1a1)};if(!shouldInstallTarget(_0x4324c6,_0x20c16a)){const _0x318449=_0x20c16a[_0xde54c4(0x1b7)]==='version'?_0xde54c4(0x1a9)+_0x20c16a[_0xde54c4(0x1a5)]+')':'Already\x20up\x20to\x20date\x20(v'+_0x20c16a[_0xde54c4(0x1a5)]+')';return _0x255e7d['succeed'](_0x318449),shouldSkipCliSkill(_0x13771e)?console[_0xde54c4(0x19e)](a40_0x5a6121[_0xde54c4(0x192)](_0xde54c4(0x1b2))):await installCliSkill(_0x13771e[_0xde54c4(0x1ab)]),{'ok':!![]};}_0x255e7d[_0xde54c4(0x18b)](getInstallPlanLabel(_0x3de316,_0x20c16a));const _0x2cbe6e=detectPackageManager(),_0x6ff9f7=_0x2cbe6e===_0xde54c4(0x1b5)?resolveNpmBin(_0xde54c4(0x1b5)):_0x2cbe6e,_0x540dc0=a40_0x452e9b(_0xde54c4(0x1d8)+_0x2cbe6e+_0xde54c4(0x1a2))[_0xde54c4(0x193)]();try{return await execa(_0x6ff9f7,[_0xde54c4(0x1a0),'-g',NPM_PACKAGE_NAME+'@'+_0x20c16a['version']],{'stdio':'pipe'}),_0x540dc0['succeed'](_0xde54c4(0x1cf)+_0x20c16a[_0xde54c4(0x1a5)]),console['log'](a40_0x5a6121[_0xde54c4(0x192)]('\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.')),shouldSkipCliSkill(_0x13771e)?console[_0xde54c4(0x19e)](a40_0x5a6121['gray'](_0xde54c4(0x1b2))):await installCliSkill(_0x13771e['nonInteractive']),{'ok':!![]};}catch(_0x5b42fd){return _0x540dc0['fail'](_0xde54c4(0x1d2)),console[_0xde54c4(0x1b8)](a40_0x5a6121[_0xde54c4(0x1b6)]('\x20\x20'+_0x5b42fd[_0xde54c4(0x199)])),console[_0xde54c4(0x19e)](a40_0x5a6121[_0xde54c4(0x192)](_0xde54c4(0x190)+_0x2cbe6e+_0xde54c4(0x1c3)+NPM_PACKAGE_NAME+'@'+_0x20c16a[_0xde54c4(0x1a5)])),{'ok':![],'message':_0x5b42fd[_0xde54c4(0x199)]};}}export const updateDefinition={'service':a40_0x952e27(0x18e),'command':a40_0x952e27(0x1d0),'description':a40_0x952e27(0x18d),'risk':a40_0x952e27(0x1d4),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
@@ -1 +1 @@
1
- (function(_0x29ae79,_0x24d4ab){const _0x3614e3=a41_0x5870,_0x1c49d9=_0x29ae79();while(!![]){try{const _0x41f28b=-parseInt(_0x3614e3(0x1a0))/0x1*(parseInt(_0x3614e3(0x1a4))/0x2)+parseInt(_0x3614e3(0x19f))/0x3*(parseInt(_0x3614e3(0x1a7))/0x4)+parseInt(_0x3614e3(0x1a9))/0x5*(-parseInt(_0x3614e3(0x1a1))/0x6)+parseInt(_0x3614e3(0x1a6))/0x7+parseInt(_0x3614e3(0x1a2))/0x8+-parseInt(_0x3614e3(0x1a3))/0x9+parseInt(_0x3614e3(0x1a5))/0xa*(parseInt(_0x3614e3(0x1a8))/0xb);if(_0x41f28b===_0x24d4ab)break;else _0x1c49d9['push'](_0x1c49d9['shift']());}catch(_0x5e9219){_0x1c49d9['push'](_0x1c49d9['shift']());}}}(a41_0x4680,0x18f9c));function a41_0x5870(_0x53c23e,_0xdf04ea){_0x53c23e=_0x53c23e-0x19f;const _0x468099=a41_0x4680();let _0x587074=_0x468099[_0x53c23e];return _0x587074;}function a41_0x4680(){const _0x1402b7=['8013KmWrtn','1ENcsZA','5802xkAVTA','385672SzDNGo','1066644lhpbEx','163418hLfPzB','20bDuOCi','173362ANsfyv','72pwaIAJ','1019370usuBKw','20bYMMGP'];a41_0x4680=function(){return _0x1402b7;};return a41_0x4680();}import{codegenSdk}from'../../commands/codegen/sdk.js';import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];
1
+ (function(_0x6028e0,_0x1b60ab){const _0x541185=a41_0x5630,_0x1d859f=_0x6028e0();while(!![]){try{const _0x3d723e=parseInt(_0x541185(0x1ec))/0x1+-parseInt(_0x541185(0x1f0))/0x2*(-parseInt(_0x541185(0x1ef))/0x3)+-parseInt(_0x541185(0x1ee))/0x4+parseInt(_0x541185(0x1ea))/0x5+-parseInt(_0x541185(0x1f1))/0x6+parseInt(_0x541185(0x1eb))/0x7+-parseInt(_0x541185(0x1ed))/0x8;if(_0x3d723e===_0x1b60ab)break;else _0x1d859f['push'](_0x1d859f['shift']());}catch(_0x33d671){_0x1d859f['push'](_0x1d859f['shift']());}}}(a41_0x8df1,0xa34fb));function a41_0x8df1(){const _0x18220a=['6831546ZCelqe','6565730TvhqnR','7783405Kcczsc','834266vnGyvd','10054344Ucvsye','5174152eHeBah','6vZPNns','1098518UvlTVE'];a41_0x8df1=function(){return _0x18220a;};return a41_0x8df1();}import{codegenSdk}from'../../commands/codegen/sdk.js';function a41_0x5630(_0x2934c0,_0x15efe5){_0x2934c0=_0x2934c0-0x1ea;const _0x8df145=a41_0x8df1();let _0x5630a0=_0x8df145[_0x2934c0];return _0x5630a0;}import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];
@@ -1 +1 @@
1
- const a42_0x5f2342=a42_0x1523;(function(_0x486734,_0x3046f6){const _0x2a1d40=a42_0x1523,_0x3d6c99=_0x486734();while(!![]){try{const _0x2dd395=-parseInt(_0x2a1d40(0x1d3))/0x1*(-parseInt(_0x2a1d40(0x1d6))/0x2)+parseInt(_0x2a1d40(0x1ce))/0x3*(-parseInt(_0x2a1d40(0x1cb))/0x4)+-parseInt(_0x2a1d40(0x1e4))/0x5+parseInt(_0x2a1d40(0x1de))/0x6*(parseInt(_0x2a1d40(0x1da))/0x7)+-parseInt(_0x2a1d40(0x1c9))/0x8*(parseInt(_0x2a1d40(0x1d2))/0x9)+parseInt(_0x2a1d40(0x1e3))/0xa*(-parseInt(_0x2a1d40(0x1d1))/0xb)+parseInt(_0x2a1d40(0x1c8))/0xc*(parseInt(_0x2a1d40(0x1d7))/0xd);if(_0x2dd395===_0x3046f6)break;else _0x3d6c99['push'](_0x3d6c99['shift']());}catch(_0x4a7136){_0x3d6c99['push'](_0x3d6c99['shift']());}}}(a42_0x3d39,0xb30fb));function a42_0x1523(_0x541da6,_0x47daa0){_0x541da6=_0x541da6-0x1c8;const _0x3d39ec=a42_0x3d39();let _0x152350=_0x3d39ec[_0x541da6];return _0x152350;}import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';function a42_0x3d39(){const _0x166224=['sdk','str','12622510kULpAE','1180480ufLdjb','alias','732HYdvdj','2712kGoOFd','codegen','28EzlpTo','name','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)','532893uGKHbU','code','Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)','11LCjnHS','20421HTrOkz','1OqSWEg','string','Omit\x20import\x20statements\x20from\x20generated\x20code','1038556pVOfvk','563446ZfFEZF','bool','boolean','21875pAJpWJ','operation','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','appCode','2076QWMIHS','skip-imports','tableName'];a42_0x3d39=function(){return _0x166224;};return a42_0x3d39();}import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const codegenSdk={'service':a42_0x5f2342(0x1ca),'command':a42_0x5f2342(0x1e1),'description':a42_0x5f2342(0x1dc),'risk':'read','flags':[CODE_FLAG_OPTIONAL,{'name':a42_0x5f2342(0x1e5),'type':a42_0x5f2342(0x1d4),'description':a42_0x5f2342(0x1cd)},{'name':a42_0x5f2342(0x1db),'type':a42_0x5f2342(0x1d4),'required':!![],'description':a42_0x5f2342(0x1d0)},{'name':'skip-imports','type':a42_0x5f2342(0x1d9),'description':a42_0x5f2342(0x1d5)}],async 'execute'(_0x2689d7){const _0x491386=a42_0x5f2342,{dataset:_0x590302,operation:_0x52b88a}=await getOperationDetail(_0x2689d7[_0x491386(0x1dd)],_0x2689d7[_0x491386(0x1e2)](_0x491386(0x1cf)),_0x2689d7[_0x491386(0x1e2)]('operation')),_0x1c8135=generateSdkCode(_0x590302,_0x52b88a,{'includeImports':!_0x2689d7[_0x491386(0x1d8)](_0x491386(0x1df))});return{'ok':!![],'data':{'dataset':{'name':_0x590302[_0x491386(0x1cc)],'code':_0x590302['code'],'tableName':_0x590302[_0x491386(0x1e0)]},'operation':_0x2689d7[_0x491386(0x1e2)](_0x491386(0x1db)),'code':_0x1c8135}};}};
1
+ const a42_0x17d57a=a42_0x245b;(function(_0x2a3376,_0x41c99f){const _0x5daea4=a42_0x245b,_0x3de5b4=_0x2a3376();while(!![]){try{const _0x4a69f5=-parseInt(_0x5daea4(0x157))/0x1+parseInt(_0x5daea4(0x14d))/0x2+parseInt(_0x5daea4(0x153))/0x3*(parseInt(_0x5daea4(0x152))/0x4)+-parseInt(_0x5daea4(0x15f))/0x5*(-parseInt(_0x5daea4(0x14e))/0x6)+parseInt(_0x5daea4(0x15b))/0x7*(parseInt(_0x5daea4(0x154))/0x8)+parseInt(_0x5daea4(0x15d))/0x9*(-parseInt(_0x5daea4(0x15a))/0xa)+parseInt(_0x5daea4(0x156))/0xb;if(_0x4a69f5===_0x41c99f)break;else _0x3de5b4['push'](_0x3de5b4['shift']());}catch(_0x429234){_0x3de5b4['push'](_0x3de5b4['shift']());}}}(a42_0x2750,0x88370));function a42_0x245b(_0x3784c6,_0x2b8d51){_0x3784c6=_0x3784c6-0x14c;const _0x275078=a42_0x2750();let _0x245ba5=_0x275078[_0x3784c6];return _0x245ba5;}import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';function a42_0x2750(){const _0x318480=['alias','1481953ACknmu','742110xWfkbK','Omit\x20import\x20statements\x20from\x20generated\x20code','bool','706770eDoQYt','25557JujUWH','string','27ffrUQO','str','15XngIsu','boolean','read','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','code','skip-imports','codegen','769294nSblNF','1503384UeJkyb','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)','operation','name','460124yYlcCw','6losBhW','24HbarYX'];a42_0x2750=function(){return _0x318480;};return a42_0x2750();}import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const codegenSdk={'service':a42_0x17d57a(0x14c),'command':'sdk','description':a42_0x17d57a(0x162),'risk':a42_0x17d57a(0x161),'flags':[CODE_FLAG_OPTIONAL,{'name':a42_0x17d57a(0x155),'type':a42_0x17d57a(0x15c),'description':a42_0x17d57a(0x14f)},{'name':a42_0x17d57a(0x150),'type':a42_0x17d57a(0x15c),'required':!![],'description':'Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)'},{'name':a42_0x17d57a(0x164),'type':a42_0x17d57a(0x160),'description':a42_0x17d57a(0x158)}],async 'execute'(_0x157e08){const _0x1c7a88=a42_0x17d57a,{dataset:_0x3db6ab,operation:_0x226b61}=await getOperationDetail(_0x157e08['appCode'],_0x157e08[_0x1c7a88(0x15e)](_0x1c7a88(0x163)),_0x157e08[_0x1c7a88(0x15e)](_0x1c7a88(0x150))),_0x5760ad=generateSdkCode(_0x3db6ab,_0x226b61,{'includeImports':!_0x157e08[_0x1c7a88(0x159)](_0x1c7a88(0x164))});return{'ok':!![],'data':{'dataset':{'name':_0x3db6ab[_0x1c7a88(0x151)],'code':_0x3db6ab[_0x1c7a88(0x163)],'tableName':_0x3db6ab['tableName']},'operation':_0x157e08[_0x1c7a88(0x15e)]('operation'),'code':_0x5760ad}};}};
@@ -1 +1 @@
1
- const a43_0x4f4987=a43_0x2c88;(function(_0x1b8dfb,_0x2b955e){const _0x56e395=a43_0x2c88,_0x373af8=_0x1b8dfb();while(!![]){try{const _0x26b586=parseInt(_0x56e395(0xe5))/0x1+-parseInt(_0x56e395(0xdf))/0x2*(-parseInt(_0x56e395(0xf6))/0x3)+-parseInt(_0x56e395(0xeb))/0x4*(parseInt(_0x56e395(0xf7))/0x5)+-parseInt(_0x56e395(0xf0))/0x6+-parseInt(_0x56e395(0xee))/0x7*(parseInt(_0x56e395(0xe8))/0x8)+-parseInt(_0x56e395(0xe1))/0x9*(-parseInt(_0x56e395(0xed))/0xa)+parseInt(_0x56e395(0xec))/0xb*(parseInt(_0x56e395(0xe7))/0xc);if(_0x26b586===_0x2b955e)break;else _0x373af8['push'](_0x373af8['shift']());}catch(_0x12ce71){_0x373af8['push'](_0x373af8['shift']());}}}(a43_0x4b1a,0x44a23));import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';function a43_0x2c88(_0x2cdab6,_0x2a8b5b){_0x2cdab6=_0x2cdab6-0xdf;const _0x4b1a52=a43_0x4b1a();let _0x2c8816=_0x4b1a52[_0x2cdab6];return _0x2c8816;}function a43_0x4b1a(){const _0x83fc13=['Code\x20target:\x20sdk\x20(default)\x20or\x20bff','target','15020BFVlba','1342MbDFHd','20yUschr','49onwDVq','sqlCode','2121672AUPDma','read','bff','string','boolean','sql','66djzehQ','125RHcEQc','1702OffuvI','sqlcode','518652oNPvTv','Omit\x20import\x20statements\x20from\x20generated\x20code','sdk','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','236006zbFMVo','no-imports','71772ODUWgj','424064RWQuqB'];a43_0x4b1a=function(){return _0x83fc13;};return a43_0x4b1a();}import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':'codegen','command':a43_0x4f4987(0xf5),'description':a43_0x4f4987(0xe4),'risk':a43_0x4f4987(0xf1),'flags':[SQLCODE_FLAG,{'name':'target','type':a43_0x4f4987(0xf3),'description':a43_0x4f4987(0xe9),'default':'sdk','enum':[a43_0x4f4987(0xe3),a43_0x4f4987(0xf2)]},{'name':a43_0x4f4987(0xe6),'type':a43_0x4f4987(0xf4),'description':a43_0x4f4987(0xe2)}],async 'execute'(_0x10492b){const _0x855cc9=a43_0x4f4987,_0x53c9e6=await getSqlQueryInfo(_0x10492b['appCode'],_0x10492b['str'](_0x855cc9(0xe0))),_0x2fd71d=_0x10492b['str'](_0x855cc9(0xea))||_0x855cc9(0xe3),_0x131f47=generateSqlCodeTemplate(_0x53c9e6,{'target':_0x2fd71d,'includeImports':!_0x10492b['bool'](_0x855cc9(0xe6))});return{'ok':!![],'data':{'sqlCode':_0x53c9e6[_0x855cc9(0xef)],'sqlName':_0x53c9e6['sqlName'],'target':_0x2fd71d,'code':_0x131f47}};}};
1
+ function a43_0x23d8(_0x8cacc2,_0x85ebbc){_0x8cacc2=_0x8cacc2-0x1ac;const _0x1dfe2e=a43_0x1dfe();let _0x23d826=_0x1dfe2e[_0x8cacc2];return _0x23d826;}const a43_0x17f71a=a43_0x23d8;(function(_0x5c9a14,_0x56a2cf){const _0x4b96be=a43_0x23d8,_0x3510df=_0x5c9a14();while(!![]){try{const _0x335052=-parseInt(_0x4b96be(0x1b6))/0x1*(parseInt(_0x4b96be(0x1b9))/0x2)+parseInt(_0x4b96be(0x1b7))/0x3*(-parseInt(_0x4b96be(0x1c4))/0x4)+parseInt(_0x4b96be(0x1b0))/0x5+-parseInt(_0x4b96be(0x1b4))/0x6+parseInt(_0x4b96be(0x1c1))/0x7+-parseInt(_0x4b96be(0x1bb))/0x8+parseInt(_0x4b96be(0x1ae))/0x9;if(_0x335052===_0x56a2cf)break;else _0x3510df['push'](_0x3510df['shift']());}catch(_0x7493aa){_0x3510df['push'](_0x3510df['shift']());}}}(a43_0x1dfe,0x62e12));function a43_0x1dfe(){const _0x527e89=['2450270PpVYbZ','no-imports','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','appCode','3797634RvqbbL','bool','1IQwrUs','9FsoszH','Code\x20target:\x20sdk\x20(default)\x20or\x20bff','916526LWClQa','target','6203456vrgIAZ','boolean','sqlcode','sql','Omit\x20import\x20statements\x20from\x20generated\x20code','bff','1879738zcuekS','sdk','codegen','342340nIAnRZ','str','read','15928299EEnPoc','sqlCode'];a43_0x1dfe=function(){return _0x527e89;};return a43_0x1dfe();}import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':a43_0x17f71a(0x1c3),'command':a43_0x17f71a(0x1be),'description':a43_0x17f71a(0x1b2),'risk':a43_0x17f71a(0x1ad),'flags':[SQLCODE_FLAG,{'name':a43_0x17f71a(0x1ba),'type':'string','description':a43_0x17f71a(0x1b8),'default':a43_0x17f71a(0x1c2),'enum':['sdk',a43_0x17f71a(0x1c0)]},{'name':'no-imports','type':a43_0x17f71a(0x1bc),'description':a43_0x17f71a(0x1bf)}],async 'execute'(_0x48f6d9){const _0x673391=a43_0x17f71a,_0x54d4a2=await getSqlQueryInfo(_0x48f6d9[_0x673391(0x1b3)],_0x48f6d9['str'](_0x673391(0x1bd))),_0x1fa2f4=_0x48f6d9[_0x673391(0x1ac)](_0x673391(0x1ba))||'sdk',_0x46bf2e=generateSqlCodeTemplate(_0x54d4a2,{'target':_0x1fa2f4,'includeImports':!_0x48f6d9[_0x673391(0x1b5)](_0x673391(0x1b1))});return{'ok':!![],'data':{'sqlCode':_0x54d4a2[_0x673391(0x1af)],'sqlName':_0x54d4a2['sqlName'],'target':_0x1fa2f4,'code':_0x46bf2e}};}};
@@ -1 +1 @@
1
- (function(_0x44d19b,_0x3de841){const _0x5dc330=a44_0x5974,_0x8d9a1d=_0x44d19b();while(!![]){try{const _0x3050e9=parseInt(_0x5dc330(0x12a))/0x1*(parseInt(_0x5dc330(0x135))/0x2)+-parseInt(_0x5dc330(0x12d))/0x3+-parseInt(_0x5dc330(0x125))/0x4*(-parseInt(_0x5dc330(0x11f))/0x5)+parseInt(_0x5dc330(0x122))/0x6+parseInt(_0x5dc330(0x121))/0x7+-parseInt(_0x5dc330(0x124))/0x8*(-parseInt(_0x5dc330(0x133))/0x9)+-parseInt(_0x5dc330(0x126))/0xa;if(_0x3050e9===_0x3de841)break;else _0x8d9a1d['push'](_0x8d9a1d['shift']());}catch(_0xe9efb1){_0x8d9a1d['push'](_0x8d9a1d['shift']());}}}(a44_0x31ae,0xc5efb));import{input,checkbox,select}from'@inquirer/prompts';function a44_0x31ae(){const _0x3e9a9a=['skip','appCode','1415266egqqap','请输入\x20App\x20Code:','(跳过,稍后配置)','749694CMoPQb','message','正在获取可用应用列表...','✎\x20自定义输入\x20appcode','无法获取远程应用列表,请手动输入。','Invalid\x20App\x20Code','657918EgcNNf','(跳过,稍后通过\x20config\x20set\x20appcode\x20配置)','2djIzKv','\x0a未找到可用应用。','gray','map','yellow','\x20\x20(','appName','App\x20Code:','custom','\x0a无法获取远程应用列表,请手动输入。','6280BYzjHS','length','1118264rzwXLI','3587868KIJEun','✎\x20手动输入','104VYwuGS','4252inxasQ','33978050TjniVe','请选择要绑定的应用:'];a44_0x31ae=function(){return _0x3e9a9a;};return a44_0x31ae();}import a44_0x24b91b from'chalk';import{validateAppcode}from'../../commands/common/validate.js';import{listRemoteApps}from'../../core/api-client.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export async function promptCustomAppcode(){const _0x20e3c1=a44_0x5974,_0x11411d=await input({'message':_0x20e3c1(0x12b),'validate':_0x28d76f=>{const _0x142aee=_0x20e3c1,_0x3d713e=validateAppcode(_0x28d76f['trim']());return _0x3d713e['valid']||_0x3d713e[_0x142aee(0x12e)]||_0x142aee(0x132);}});return _0x11411d['trim']();}export async function promptAppSelection(_0x5cd057){const _0x5e46ee=a44_0x5974,_0x287d76=[{'name':a44_0x24b91b[_0x5e46ee(0x139)](_0x5e46ee(0x130)),'value':-0x1},..._0x5cd057[_0x5e46ee(0x138)]((_0x4c488b,_0x15688c)=>({'name':_0x4c488b['appName']+'\x20\x20'+a44_0x24b91b[_0x5e46ee(0x137)]('('+_0x4c488b[_0x5e46ee(0x129)]+')'),'value':_0x15688c}))],_0x79db69=await checkbox({'message':'获取到\x20'+a44_0x24b91b['cyan'](_0x5cd057[_0x5e46ee(0x120)])+'\x20个应用,请选择\x20(空格勾选,\x20a=全选,\x20i=反选):','choices':_0x287d76,'loop':![]});if(_0x79db69['includes'](-0x1))return _0x5e46ee(0x11d);if(_0x79db69[_0x5e46ee(0x120)]===0x0)return _0x5e46ee(0x11d);return _0x79db69['map'](_0x379126=>_0x5cd057[_0x379126]);}export async function promptSingleAppSelection(_0x21114d){const _0x2a7499=a44_0x5974,_0x11026f=[{'name':a44_0x24b91b[_0x2a7499(0x137)](_0x2a7499(0x134)),'value':_0x2a7499(0x128)},{'name':a44_0x24b91b[_0x2a7499(0x139)](_0x2a7499(0x130)),'value':_0x2a7499(0x11d)},..._0x21114d[_0x2a7499(0x138)](_0x55eda4=>({'name':_0x55eda4[_0x2a7499(0x11b)]+'\x20\x20'+a44_0x24b91b[_0x2a7499(0x137)]('('+_0x55eda4[_0x2a7499(0x129)]+')'),'value':_0x55eda4[_0x2a7499(0x129)]}))],_0x3b9c45=await select({'message':_0x2a7499(0x127),'choices':_0x11026f});if(_0x3b9c45==='skip')return'skip';if(_0x3b9c45==='custom')return _0x2a7499(0x11d);return _0x21114d['find'](_0x52bea9=>_0x52bea9[_0x2a7499(0x129)]===_0x3b9c45);}export async function selectSingleAppcode(_0x13dd6f){const _0x1400d8=a44_0x5974;if(!_0x13dd6f)return writeCliSideChannelLine(a44_0x24b91b['gray']('(未检测到登录态,请手动输入\x20App\x20Code\x20或直接跳过)')),_fallbackOrSkip();writeCliSideChannelLine(_0x1400d8(0x12f));let _0x1b7bdf;try{_0x1b7bdf=await withActiveCookie(_0x13dd6f,()=>listRemoteApps());}catch(_0x51e6fd){writeCliSideChannelLine(a44_0x24b91b[_0x1400d8(0x139)](_0x1400d8(0x131)));if(_0x51e6fd instanceof Error)writeCliSideChannelLine(a44_0x24b91b[_0x1400d8(0x137)](_0x1400d8(0x11a)+_0x51e6fd['message']+')'));return _fallbackOrSkip();}if(_0x1b7bdf[_0x1400d8(0x120)]===0x0)return writeCliSideChannelLine(a44_0x24b91b[_0x1400d8(0x139)]('未找到可用应用。')),_fallbackOrSkip();const _0x3a682f=await promptSingleAppSelection(_0x1b7bdf);if(_0x3a682f==='skip')return'';if(_0x3a682f===_0x1400d8(0x11d))return promptCustomAppcode();return _0x3a682f[_0x1400d8(0x129)];}function a44_0x5974(_0x6b7240,_0xe491d3){_0x6b7240=_0x6b7240-0x11a;const _0x31ae18=a44_0x31ae();let _0x5974bf=_0x31ae18[_0x6b7240];return _0x5974bf;}export async function selectMultipleApps(_0x4be506){const _0x578575=a44_0x5974;writeCliSideChannelLine(_0x578575(0x12f));let _0x73986b;try{_0x73986b=await withActiveCookie(_0x4be506,()=>listRemoteApps());}catch(_0x8418e4){writeCliSideChannelLine(_0x578575(0x11e));if(_0x8418e4 instanceof Error)writeCliSideChannelLine(_0x578575(0x11a)+_0x8418e4[_0x578575(0x12e)]+')');return'custom';}if(_0x73986b[_0x578575(0x120)]===0x0)return writeCliSideChannelLine(_0x578575(0x136)),'custom';return promptAppSelection(_0x73986b);}async function _fallbackOrSkip(){const _0x5ebdfb=a44_0x5974,_0x3a9ac2=await select({'message':_0x5ebdfb(0x11c),'choices':[{'name':a44_0x24b91b[_0x5ebdfb(0x137)](_0x5ebdfb(0x12c)),'value':_0x5ebdfb(0x128)},{'name':a44_0x24b91b[_0x5ebdfb(0x139)](_0x5ebdfb(0x123)),'value':'manual'}]});if(_0x3a9ac2===_0x5ebdfb(0x128))return'';return promptCustomAppcode();}
1
+ (function(_0x1d0c96,_0xd1b4c){const _0x341ee4=a44_0x562a,_0x128086=_0x1d0c96();while(!![]){try{const _0x34bc5e=parseInt(_0x341ee4(0x84))/0x1+parseInt(_0x341ee4(0x8f))/0x2*(-parseInt(_0x341ee4(0xa1))/0x3)+parseInt(_0x341ee4(0x92))/0x4+parseInt(_0x341ee4(0xa2))/0x5*(-parseInt(_0x341ee4(0xa0))/0x6)+parseInt(_0x341ee4(0x82))/0x7+-parseInt(_0x341ee4(0x7f))/0x8*(-parseInt(_0x341ee4(0x7e))/0x9)+-parseInt(_0x341ee4(0x89))/0xa;if(_0x34bc5e===_0xd1b4c)break;else _0x128086['push'](_0x128086['shift']());}catch(_0x1ad84b){_0x128086['push'](_0x128086['shift']());}}}(a44_0xf3a5,0xdff98));import{input,checkbox,select}from'@inquirer/prompts';import a44_0x3f93f4 from'chalk';import{validateAppcode}from'../../commands/common/validate.js';import{listRemoteApps}from'../../core/api-client.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';function a44_0x562a(_0x145a94,_0x49fcc8){_0x145a94=_0x145a94-0x7e;const _0xf3a504=a44_0xf3a5();let _0x562ab0=_0xf3a504[_0x145a94];return _0x562ab0;}import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';function a44_0xf3a5(){const _0x3eb3d6=['appCode','✎\x20自定义输入\x20appcode','112338XOnvSl','3vtvylO','30jnHiQn','\x0a无法获取远程应用列表,请手动输入。','156015mKdZKM','424jRqUzI','find','appName','3593436nXCJCB','custom','378891hdzNdm','App\x20Code:','(跳过,稍后配置)','length','map','5698700ajQSez','请输入\x20App\x20Code:','trim','\x20\x20(','message','includes','798398DhHcwl','cyan','未找到可用应用。','751252VAAWJW','请选择要绑定的应用:','(未检测到登录态,请手动输入\x20App\x20Code\x20或直接跳过)','Invalid\x20App\x20Code','yellow','manual','正在获取可用应用列表...','获取到\x20','✎\x20手动输入','gray','skip','(跳过,稍后通过\x20config\x20set\x20appcode\x20配置)'];a44_0xf3a5=function(){return _0x3eb3d6;};return a44_0xf3a5();}export async function promptCustomAppcode(){const _0x12b2cd=a44_0x562a,_0x54f670=await input({'message':_0x12b2cd(0x8a),'validate':_0x1b02b6=>{const _0x5a07ba=_0x12b2cd,_0x3b79ad=validateAppcode(_0x1b02b6['trim']());return _0x3b79ad['valid']||_0x3b79ad[_0x5a07ba(0x8d)]||_0x5a07ba(0x95);}});return _0x54f670[_0x12b2cd(0x8b)]();}export async function promptAppSelection(_0x490b5d){const _0x54fec9=a44_0x562a,_0x16cd73=[{'name':a44_0x3f93f4[_0x54fec9(0x96)](_0x54fec9(0x9f)),'value':-0x1},..._0x490b5d['map']((_0x2b45a8,_0x21bba6)=>({'name':_0x2b45a8[_0x54fec9(0x81)]+'\x20\x20'+a44_0x3f93f4[_0x54fec9(0x9b)]('('+_0x2b45a8[_0x54fec9(0x9e)]+')'),'value':_0x21bba6}))],_0x182aea=await checkbox({'message':_0x54fec9(0x99)+a44_0x3f93f4[_0x54fec9(0x90)](_0x490b5d[_0x54fec9(0x87)])+'\x20个应用,请选择\x20(空格勾选,\x20a=全选,\x20i=反选):','choices':_0x16cd73,'loop':![]});if(_0x182aea[_0x54fec9(0x8e)](-0x1))return _0x54fec9(0x83);if(_0x182aea[_0x54fec9(0x87)]===0x0)return _0x54fec9(0x83);return _0x182aea[_0x54fec9(0x88)](_0x109607=>_0x490b5d[_0x109607]);}export async function promptSingleAppSelection(_0x2e8f04){const _0x3c018e=a44_0x562a,_0x4c87c4=[{'name':a44_0x3f93f4[_0x3c018e(0x9b)](_0x3c018e(0x9d)),'value':'skip'},{'name':a44_0x3f93f4[_0x3c018e(0x96)](_0x3c018e(0x9f)),'value':_0x3c018e(0x83)},..._0x2e8f04['map'](_0x41d3a5=>({'name':_0x41d3a5['appName']+'\x20\x20'+a44_0x3f93f4['gray']('('+_0x41d3a5[_0x3c018e(0x9e)]+')'),'value':_0x41d3a5['appCode']}))],_0x35f3ab=await select({'message':_0x3c018e(0x93),'choices':_0x4c87c4});if(_0x35f3ab==='skip')return _0x3c018e(0x9c);if(_0x35f3ab===_0x3c018e(0x83))return'custom';return _0x2e8f04[_0x3c018e(0x80)](_0x3a42fa=>_0x3a42fa[_0x3c018e(0x9e)]===_0x35f3ab);}export async function selectSingleAppcode(_0x33b24a){const _0x539d42=a44_0x562a;if(!_0x33b24a)return writeCliSideChannelLine(a44_0x3f93f4[_0x539d42(0x9b)](_0x539d42(0x94))),_fallbackOrSkip();writeCliSideChannelLine(_0x539d42(0x98));let _0x310916;try{_0x310916=await withActiveCookie(_0x33b24a,()=>listRemoteApps());}catch(_0x30f35a){writeCliSideChannelLine(a44_0x3f93f4['yellow']('无法获取远程应用列表,请手动输入。'));if(_0x30f35a instanceof Error)writeCliSideChannelLine(a44_0x3f93f4[_0x539d42(0x9b)](_0x539d42(0x8c)+_0x30f35a[_0x539d42(0x8d)]+')'));return _fallbackOrSkip();}if(_0x310916[_0x539d42(0x87)]===0x0)return writeCliSideChannelLine(a44_0x3f93f4[_0x539d42(0x96)](_0x539d42(0x91))),_fallbackOrSkip();const _0x42db49=await promptSingleAppSelection(_0x310916);if(_0x42db49===_0x539d42(0x9c))return'';if(_0x42db49===_0x539d42(0x83))return promptCustomAppcode();return _0x42db49[_0x539d42(0x9e)];}export async function selectMultipleApps(_0x344e8d){const _0x3fbbe3=a44_0x562a;writeCliSideChannelLine('正在获取可用应用列表...');let _0x1abb54;try{_0x1abb54=await withActiveCookie(_0x344e8d,()=>listRemoteApps());}catch(_0x463b4d){writeCliSideChannelLine(_0x3fbbe3(0xa3));if(_0x463b4d instanceof Error)writeCliSideChannelLine(_0x3fbbe3(0x8c)+_0x463b4d['message']+')');return _0x3fbbe3(0x83);}if(_0x1abb54[_0x3fbbe3(0x87)]===0x0)return writeCliSideChannelLine('\x0a未找到可用应用。'),_0x3fbbe3(0x83);return promptAppSelection(_0x1abb54);}async function _fallbackOrSkip(){const _0x170de6=a44_0x562a,_0x352576=await select({'message':_0x170de6(0x85),'choices':[{'name':a44_0x3f93f4['gray'](_0x170de6(0x86)),'value':_0x170de6(0x9c)},{'name':a44_0x3f93f4[_0x170de6(0x96)](_0x170de6(0x9a)),'value':_0x170de6(0x97)}]});if(_0x352576===_0x170de6(0x9c))return'';return promptCustomAppcode();}
@@ -1 +1 @@
1
- const a45_0x1d5920=a45_0x482c;(function(_0x5b0687,_0x53a6ae){const _0x583f70=a45_0x482c,_0x496058=_0x5b0687();while(!![]){try{const _0x3345bd=parseInt(_0x583f70(0xef))/0x1+-parseInt(_0x583f70(0xe5))/0x2*(-parseInt(_0x583f70(0xe6))/0x3)+-parseInt(_0x583f70(0xf7))/0x4+-parseInt(_0x583f70(0xe7))/0x5*(parseInt(_0x583f70(0xee))/0x6)+-parseInt(_0x583f70(0xe8))/0x7*(parseInt(_0x583f70(0xea))/0x8)+parseInt(_0x583f70(0xed))/0x9*(parseInt(_0x583f70(0xe3))/0xa)+-parseInt(_0x583f70(0xe9))/0xb*(-parseInt(_0x583f70(0xf4))/0xc);if(_0x3345bd===_0x53a6ae)break;else _0x496058['push'](_0x496058['shift']());}catch(_0x551360){_0x496058['push'](_0x496058['shift']());}}}(a45_0x3a09,0x2fadb));export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}$/i,'description':a45_0x1d5920(0xf0)};export const CODE_FLAG={'name':'code','type':a45_0x1d5920(0xec),'required':!![],'description':a45_0x1d5920(0xf9),'pattern':DATASET_CODE_PATTERN};export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a45_0x1d5920(0xf6),'description':a45_0x1d5920(0xf9)};export const SQLCODE_FLAG={'name':a45_0x1d5920(0xf8),'type':a45_0x1d5920(0xec),'required':!![],'description':'SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a45_0x1d5920(0xeb)}};export const APPCODE_FLAG_OPTIONAL={'name':a45_0x1d5920(0xf2),'type':'string','required':![],'description':a45_0x1d5920(0xf5)};function a45_0x482c(_0xd2d462,_0x41542b){_0xd2d462=_0xd2d462-0xe2;const _0x3a098b=a45_0x3a09();let _0x482c72=_0x3a098b[_0xd2d462];return _0x482c72;}export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};function a45_0x3a09(){const _0x2f5ca9=['Database\x20product\x20type','appcode','dbtype','60gGeYuC','App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)','datasetcode','363620WHjguv','sqlcode','Dataset\x20code\x20(32-char\x20hex\x20UUID)','Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)','number','3575190ldxerU','MYSQL','16rcGPKA','37509gXFWPH','1476775AjAzLD','24815NdlyIf','406109jdTRdG','776AOsQdO','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','string','9TsBdOt','6gwEWpY','283278zJJISS','a\x2032-character\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588)'];a45_0x3a09=function(){return _0x2f5ca9;};return a45_0x3a09();}export const DBLINK_ID_FLAG={'name':'id','type':a45_0x1d5920(0xe2),'required':!![],'description':a45_0x1d5920(0xfa)};export const DB_TYPE_FLAG={'name':a45_0x1d5920(0xf3),'type':'string','required':!![],'description':a45_0x1d5920(0xf1),'enum':[a45_0x1d5920(0xe4),'POSTGRESQL']};
1
+ const a45_0xc8e576=a45_0x8984;(function(_0xa18455,_0x21ce52){const _0x51ea9e=a45_0x8984,_0x399db5=_0xa18455();while(!![]){try{const _0x486567=-parseInt(_0x51ea9e(0x1a9))/0x1+-parseInt(_0x51ea9e(0x19b))/0x2*(-parseInt(_0x51ea9e(0x1a3))/0x3)+parseInt(_0x51ea9e(0x19a))/0x4+parseInt(_0x51ea9e(0x1a6))/0x5*(-parseInt(_0x51ea9e(0x199))/0x6)+-parseInt(_0x51ea9e(0x1a4))/0x7+-parseInt(_0x51ea9e(0x1aa))/0x8*(-parseInt(_0x51ea9e(0x195))/0x9)+parseInt(_0x51ea9e(0x19e))/0xa;if(_0x486567===_0x21ce52)break;else _0x399db5['push'](_0x399db5['shift']());}catch(_0x3e4880){_0x399db5['push'](_0x399db5['shift']());}}}(a45_0xc323,0x1d537));export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}$/i,'description':'a\x2032-character\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588)'};export const CODE_FLAG={'name':a45_0xc8e576(0x193),'type':a45_0xc8e576(0x198),'required':!![],'description':a45_0xc8e576(0x1a7),'pattern':DATASET_CODE_PATTERN};function a45_0x8984(_0x242277,_0x30c7cd){_0x242277=_0x242277-0x193;const _0xc323c2=a45_0xc323();let _0x89845a=_0xc323c2[_0x242277];return _0x89845a;}export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a45_0xc8e576(0x19d),'description':a45_0xc8e576(0x1a7)};export const SQLCODE_FLAG={'name':a45_0xc8e576(0x1a1),'type':a45_0xc8e576(0x198),'required':!![],'description':a45_0xc8e576(0x194),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a45_0xc8e576(0x19c)}};export const APPCODE_FLAG_OPTIONAL={'name':a45_0xc8e576(0x1a8),'type':a45_0xc8e576(0x198),'required':![],'description':a45_0xc8e576(0x1a5)};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':a45_0xc8e576(0x1a0)};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};export const DBLINK_ID_FLAG={'name':'id','type':a45_0xc8e576(0x1a2),'required':!![],'description':'Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)'};function a45_0xc323(){const _0x3ea7ce=['1673744eGmrbo','MYSQL','code','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','9UkAnDM','dbtype','Database\x20product\x20type','string','24gcspZs','264632GqVCZn','2rsssXC','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','datasetcode','59500uFDEvm','POSTGRESQL','App\x20code\x20(e.g.\x20app-xxxxx)','sqlcode','number','459426iIDzVi','12747xymADu','App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)','205175tIOTPf','Dataset\x20code\x20(32-char\x20hex\x20UUID)','appcode','148388sqotjU'];a45_0xc323=function(){return _0x3ea7ce;};return a45_0xc323();}export const DB_TYPE_FLAG={'name':a45_0xc8e576(0x196),'type':'string','required':!![],'description':a45_0xc8e576(0x197),'enum':[a45_0xc8e576(0x1ab),a45_0xc8e576(0x19f)]};
@@ -1 +1 @@
1
- (function(_0x396254,_0x238520){const _0x464b22=a46_0x4de3,_0x248d1e=_0x396254();while(!![]){try{const _0x3b9468=-parseInt(_0x464b22(0x1e8))/0x1*(parseInt(_0x464b22(0x1e9))/0x2)+parseInt(_0x464b22(0x1f4))/0x3*(parseInt(_0x464b22(0x1f0))/0x4)+parseInt(_0x464b22(0x1ea))/0x5*(-parseInt(_0x464b22(0x1f3))/0x6)+-parseInt(_0x464b22(0x1f2))/0x7*(parseInt(_0x464b22(0x1f7))/0x8)+parseInt(_0x464b22(0x1ed))/0x9*(-parseInt(_0x464b22(0x1e7))/0xa)+-parseInt(_0x464b22(0x1f1))/0xb*(parseInt(_0x464b22(0x1eb))/0xc)+parseInt(_0x464b22(0x1ec))/0xd;if(_0x3b9468===_0x238520)break;else _0x248d1e['push'](_0x248d1e['shift']());}catch(_0x156af9){_0x248d1e['push'](_0x248d1e['shift']());}}}(a46_0x250d,0x3d827));function a46_0x4de3(_0x360449,_0x2f0b21){_0x360449=_0x360449-0x1e7;const _0x250d1d=a46_0x250d();let _0x4de302=_0x250d1d[_0x360449];return _0x4de302;}export function validateAppcode(_0x506def){const _0x4989e5=a46_0x4de3,_0xfc2c0a=_0x506def[_0x4989e5(0x1ee)]();if(!_0xfc2c0a)return{'valid':![],'message':_0x4989e5(0x1f6)};if(_0xfc2c0a[_0x4989e5(0x1f5)]>0x64)return{'valid':![],'message':_0x4989e5(0x1ef)};if(!/^[A-Za-z0-9_-]+$/['test'](_0xfc2c0a))return{'valid':![],'message':_0x4989e5(0x1f8)};return{'valid':!![]};}function a46_0x250d(){const _0xb09dec=['11Lrugxa','14VHBsfO','474mUobxp','3TMkGZl','length','App\x20Code\x20cannot\x20be\x20empty','1712792ceFwAb','Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed','20ctLVLC','29bxSMaS','21426RwDOGW','11855kWmUnO','5354256NDlGqd','19120036jmwBQl','996768uYKwUM','trim','App\x20Code\x20cannot\x20exceed\x20100\x20characters','1500188xVbXzz'];a46_0x250d=function(){return _0xb09dec;};return a46_0x250d();}
1
+ function a46_0x2fe8(){const _0x240d95=['25401156aWGJZL','App\x20Code\x20cannot\x20be\x20empty','602267fSjnGS','6AsfrSh','App\x20Code\x20cannot\x20exceed\x20100\x20characters','1469796cauCVc','15956VkaueI','180iDbduo','Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed','test','7FAxWSB','93dQfOLZ','905000CRvbfT','trim','56385zjJlxN','9574768eilAyL'];a46_0x2fe8=function(){return _0x240d95;};return a46_0x2fe8();}function a46_0x431e(_0x3ff324,_0xd66bef){_0x3ff324=_0x3ff324-0xee;const _0x2fe80d=a46_0x2fe8();let _0x431e66=_0x2fe80d[_0x3ff324];return _0x431e66;}(function(_0x256083,_0x34c315){const _0x3cf951=a46_0x431e,_0x243bf1=_0x256083();while(!![]){try{const _0x44c3e1=parseInt(_0x3cf951(0xf1))/0x1*(parseInt(_0x3cf951(0xf2))/0x2)+-parseInt(_0x3cf951(0xfa))/0x3*(-parseInt(_0x3cf951(0xf5))/0x4)+-parseInt(_0x3cf951(0xfd))/0x5+parseInt(_0x3cf951(0xf4))/0x6*(-parseInt(_0x3cf951(0xf9))/0x7)+-parseInt(_0x3cf951(0xee))/0x8+-parseInt(_0x3cf951(0xf6))/0x9*(parseInt(_0x3cf951(0xfb))/0xa)+parseInt(_0x3cf951(0xef))/0xb;if(_0x44c3e1===_0x34c315)break;else _0x243bf1['push'](_0x243bf1['shift']());}catch(_0x475471){_0x243bf1['push'](_0x243bf1['shift']());}}}(a46_0x2fe8,0xee6b7));export function validateAppcode(_0x2b7a3c){const _0x18b682=a46_0x431e,_0x51bcc9=_0x2b7a3c[_0x18b682(0xfc)]();if(!_0x51bcc9)return{'valid':![],'message':_0x18b682(0xf0)};if(_0x51bcc9['length']>0x64)return{'valid':![],'message':_0x18b682(0xf3)};if(!/^[A-Za-z0-9_-]+$/[_0x18b682(0xf8)](_0x51bcc9))return{'valid':![],'message':_0x18b682(0xf7)};return{'valid':!![]};}
@@ -1 +1 @@
1
- const a47_0x24aaa4=a47_0x1b81;(function(_0x242d8e,_0x36ccd3){const _0x5bc25c=a47_0x1b81,_0x388cd5=_0x242d8e();while(!![]){try{const _0x58bc74=-parseInt(_0x5bc25c(0x103))/0x1*(parseInt(_0x5bc25c(0x10e))/0x2)+parseInt(_0x5bc25c(0x105))/0x3*(parseInt(_0x5bc25c(0x114))/0x4)+-parseInt(_0x5bc25c(0x112))/0x5+-parseInt(_0x5bc25c(0x113))/0x6*(-parseInt(_0x5bc25c(0x10d))/0x7)+parseInt(_0x5bc25c(0x104))/0x8*(parseInt(_0x5bc25c(0x108))/0x9)+parseInt(_0x5bc25c(0xfe))/0xa*(-parseInt(_0x5bc25c(0xfc))/0xb)+-parseInt(_0x5bc25c(0x10a))/0xc*(parseInt(_0x5bc25c(0x109))/0xd);if(_0x58bc74===_0x36ccd3)break;else _0x388cd5['push'](_0x388cd5['shift']());}catch(_0x30775f){_0x388cd5['push'](_0x388cd5['shift']());}}}(a47_0x5f25,0xf0c12));import{CliErrors}from'../../errors.js';function a47_0x1b81(_0x47b459,_0x2127e2){_0x47b459=_0x47b459-0xfb;const _0x5f2550=a47_0x5f25();let _0x1b81bd=_0x5f2550[_0x47b459];return _0x1b81bd;}import{readConfig}from'../../utils/config.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{getConfigCommandKeyDescription}from'../../commands/config/shared.js';async function execute(_0x5a5367){const _0x453a1c=a47_0x1b81,_0xa64205=_0x5a5367[_0x453a1c(0xfd)]('key');if(!_0xa64205)throw CliErrors[_0x453a1c(0x10f)](_0x453a1c(0xfb),'Usage:\x20'+CLI_BIN_NAME+'\x20config\x20get\x20--key\x20<key>');const _0x2b4801=readConfig(),_0x1c9216=_0xa64205===_0x453a1c(0x111)?_0x453a1c(0x101):_0xa64205,_0x12b187=_0x2b4801[_0x1c9216];if(_0x12b187===undefined)throw CliErrors['validation'](_0x453a1c(0x100)+_0xa64205);return{'ok':!![],'data':typeof _0x12b187===_0x453a1c(0x107)?_0x12b187:{[_0x1c9216]:_0x12b187},'message':typeof _0x12b187===_0x453a1c(0x107)?undefined:String(_0x12b187)};}function a47_0x5f25(){const _0x329869=['1446SUBIxT','688gAqIwE','Missing\x20key.','8665679eRHfPm','str','10RXpPiV','config','Key\x20not\x20found:\x20','appcode','string','3334VGeGrK','80xKPMDH','24246SZgtEl','get','object','1444833KpEIZV','31690321potgfQ','12vwMwzK','Get\x20a\x20config\x20value\x20by\x20key','key','53137rxVokQ','6prqYDx','validation','read','app','3016335UzGLQW'];a47_0x5f25=function(){return _0x329869;};return a47_0x5f25();}export const configGetDefinition={'service':a47_0x24aaa4(0xff),'command':a47_0x24aaa4(0x106),'description':a47_0x24aaa4(0x10b),'risk':a47_0x24aaa4(0x110),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a47_0x24aaa4(0x10c),'type':a47_0x24aaa4(0x102),'description':getConfigCommandKeyDescription(),'required':!![]}],'execute':execute};
1
+ const a47_0x4d6b5f=a47_0x163a;function a47_0x2ecb(){const _0x3bab79=['4944RzXVqU','\x20config\x20get\x20--key\x20<key>','6CgnIAY','key','2410324JQAgEz','Key\x20not\x20found:\x20','9GDNNFt','7BgQgWP','Missing\x20key.','765552FwJDap','1349854tiEGHN','5rzyHzJ','67483NbPoVT','validation','2894784uadzMh','Usage:\x20','app','40zRsRrs','134006fBrbiA','1838404VeryzE','object'];a47_0x2ecb=function(){return _0x3bab79;};return a47_0x2ecb();}(function(_0x4e1fa1,_0x234ef3){const _0x565240=a47_0x163a,_0x4f0b33=_0x4e1fa1();while(!![]){try{const _0x105085=-parseInt(_0x565240(0x201))/0x1*(parseInt(_0x565240(0x1f7))/0x2)+parseInt(_0x565240(0x203))/0x3+-parseInt(_0x565240(0x1f8))/0x4*(parseInt(_0x565240(0x1f0))/0x5)+-parseInt(_0x565240(0x1fc))/0x6*(parseInt(_0x565240(0x1fe))/0x7)+-parseInt(_0x565240(0x1f3))/0x8*(parseInt(_0x565240(0x200))/0x9)+-parseInt(_0x565240(0x1f6))/0xa*(parseInt(_0x565240(0x204))/0xb)+-parseInt(_0x565240(0x1fa))/0xc*(-parseInt(_0x565240(0x1f1))/0xd);if(_0x105085===_0x234ef3)break;else _0x4f0b33['push'](_0x4f0b33['shift']());}catch(_0x484133){_0x4f0b33['push'](_0x4f0b33['shift']());}}}(a47_0x2ecb,0x417ba));function a47_0x163a(_0x5ae375,_0x7b5697){_0x5ae375=_0x5ae375-0x1f0;const _0x2ecb59=a47_0x2ecb();let _0x163a50=_0x2ecb59[_0x5ae375];return _0x163a50;}import{CliErrors}from'../../errors.js';import{readConfig}from'../../utils/config.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{getConfigCommandKeyDescription}from'../../commands/config/shared.js';async function execute(_0x52ab0c){const _0x4c4c13=a47_0x163a,_0x2abb91=_0x52ab0c['str'](_0x4c4c13(0x1fd));if(!_0x2abb91)throw CliErrors[_0x4c4c13(0x1f2)](_0x4c4c13(0x202),_0x4c4c13(0x1f4)+CLI_BIN_NAME+_0x4c4c13(0x1fb));const _0x13120e=readConfig(),_0x21b56c=_0x2abb91===_0x4c4c13(0x1f5)?'appcode':_0x2abb91,_0x43729=_0x13120e[_0x21b56c];if(_0x43729===undefined)throw CliErrors[_0x4c4c13(0x1f2)](_0x4c4c13(0x1ff)+_0x2abb91);return{'ok':!![],'data':typeof _0x43729===_0x4c4c13(0x1f9)?_0x43729:{[_0x21b56c]:_0x43729},'message':typeof _0x43729===_0x4c4c13(0x1f9)?undefined:String(_0x43729)};}export const configGetDefinition={'service':'config','command':'get','description':'Get\x20a\x20config\x20value\x20by\x20key','risk':'read','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a47_0x4d6b5f(0x1fd),'type':'string','description':getConfigCommandKeyDescription(),'required':!![]}],'execute':execute};
@@ -1 +1 @@
1
- (function(_0x2bb213,_0x7f8da4){const _0x10ff59=a48_0x57d3,_0x2f0818=_0x2bb213();while(!![]){try{const _0x464b2f=parseInt(_0x10ff59(0x122))/0x1+parseInt(_0x10ff59(0x123))/0x2*(parseInt(_0x10ff59(0x128))/0x3)+parseInt(_0x10ff59(0x120))/0x4*(parseInt(_0x10ff59(0x12a))/0x5)+-parseInt(_0x10ff59(0x127))/0x6*(-parseInt(_0x10ff59(0x124))/0x7)+parseInt(_0x10ff59(0x121))/0x8*(parseInt(_0x10ff59(0x125))/0x9)+-parseInt(_0x10ff59(0x129))/0xa+-parseInt(_0x10ff59(0x126))/0xb;if(_0x464b2f===_0x7f8da4)break;else _0x2f0818['push'](_0x2f0818['shift']());}catch(_0x112136){_0x2f0818['push'](_0x2f0818['shift']());}}}(a48_0x6288,0xaf7a5));function a48_0x57d3(_0x3b8241,_0x2ce7da){_0x3b8241=_0x3b8241-0x120;const _0x62887b=a48_0x6288();let _0x57d35d=_0x62887b[_0x3b8241];return _0x57d35d;}import{configListDefinition}from'../../commands/config/list.js';import{configGetDefinition}from'../../commands/config/get.js';import{configSetDefinition}from'../../commands/config/set.js';export const configDefinitions=[configListDefinition,configGetDefinition,configSetDefinition];function a48_0x6288(){const _0x460241=['3207ONUxlz','8143830vlNEWI','80hcassZ','45528QTRtNY','2136lXmiRe','1374505wRXUoB','1626IQeZwj','35959eLIedO','14913bsIRfL','25477760zgEAMX','1146AaqNXz'];a48_0x6288=function(){return _0x460241;};return a48_0x6288();}
1
+ (function(_0x2aac98,_0x2f425a){const _0x165ea2=a48_0x1c2d,_0x94aff7=_0x2aac98();while(!![]){try{const _0xed4f5a=parseInt(_0x165ea2(0x75))/0x1+-parseInt(_0x165ea2(0x7c))/0x2+parseInt(_0x165ea2(0x78))/0x3*(-parseInt(_0x165ea2(0x79))/0x4)+parseInt(_0x165ea2(0x76))/0x5+-parseInt(_0x165ea2(0x77))/0x6+-parseInt(_0x165ea2(0x7b))/0x7+parseInt(_0x165ea2(0x7a))/0x8;if(_0xed4f5a===_0x2f425a)break;else _0x94aff7['push'](_0x94aff7['shift']());}catch(_0x50dda4){_0x94aff7['push'](_0x94aff7['shift']());}}}(a48_0x334f,0x809b1));function a48_0x1c2d(_0xcf75e5,_0x1269bd){_0xcf75e5=_0xcf75e5-0x75;const _0x334f6c=a48_0x334f();let _0x1c2d39=_0x334f6c[_0xcf75e5];return _0x1c2d39;}import{configListDefinition}from'../../commands/config/list.js';import{configGetDefinition}from'../../commands/config/get.js';import{configSetDefinition}from'../../commands/config/set.js';function a48_0x334f(){const _0x5d80ca=['16901192GXYfCa','2528302AgfVRn','1164256ZdImDE','42419QQkueS','1260975mbVpfG','1272774wDcXYX','177AerHFu','49156dPKxEn'];a48_0x334f=function(){return _0x5d80ca;};return a48_0x334f();}export const configDefinitions=[configListDefinition,configGetDefinition,configSetDefinition];
@@ -1 +1 @@
1
- const a49_0x274643=a49_0xe25d;(function(_0x21b7ec,_0x2947bc){const _0x443fcc=a49_0xe25d,_0x273e13=_0x21b7ec();while(!![]){try{const _0x378fe4=parseInt(_0x443fcc(0xe2))/0x1*(-parseInt(_0x443fcc(0xe8))/0x2)+parseInt(_0x443fcc(0xed))/0x3*(-parseInt(_0x443fcc(0xe6))/0x4)+-parseInt(_0x443fcc(0xdb))/0x5*(parseInt(_0x443fcc(0xe4))/0x6)+-parseInt(_0x443fcc(0xdc))/0x7*(parseInt(_0x443fcc(0xeb))/0x8)+-parseInt(_0x443fcc(0xe0))/0x9*(-parseInt(_0x443fcc(0xdd))/0xa)+parseInt(_0x443fcc(0xe9))/0xb*(parseInt(_0x443fcc(0xde))/0xc)+-parseInt(_0x443fcc(0xdf))/0xd*(-parseInt(_0x443fcc(0xe7))/0xe);if(_0x378fe4===_0x2947bc)break;else _0x273e13['push'](_0x273e13['shift']());}catch(_0x21cf65){_0x273e13['push'](_0x273e13['shift']());}}}(a49_0x5277,0x393a4));function a49_0xe25d(_0x29a35d,_0x2dd632){_0x29a35d=_0x29a35d-0xda;const _0x5277f5=a49_0x5277();let _0xe25d7e=_0x5277f5[_0x29a35d];return _0xe25d7e;}import{readScopedConfig}from'../../commands/config/shared.js';import{readConfig}from'../../utils/config.js';async function execute(_0x28880f){const _0x31ae90=a49_0xe25d,_0x7a79a2=_0x28880f[_0x31ae90(0xec)](_0x31ae90(0xe3))?readScopedConfig('global'):readConfig();return{'ok':!![],'data':_0x7a79a2};}export const configListDefinition={'service':'config','command':a49_0x274643(0xea),'description':a49_0x274643(0xe5),'risk':a49_0x274643(0xda),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'global','type':'boolean','description':a49_0x274643(0xe1),'default':![]}],'execute':execute};function a49_0x5277(){const _0x145615=['67930CbcYAR','287412LooCgq','40183IDqZQE','387dfScHf','Show\x20global\x20config\x20only\x20(~/.rabetbase.json)','69WXMgqv','global','6xKUbtO','List\x20all\x20config\x20values','4dCGAZT','2842tFVbFA','3298wgTPDl','22gVcdNZ','list','32wlZKFD','bool','894705CuJBFZ','read','1161830UpVCFt','155204MpdQzc'];a49_0x5277=function(){return _0x145615;};return a49_0x5277();}
1
+ const a49_0xd8e279=a49_0xc416;(function(_0x377cce,_0x2b6f1e){const _0x2a934c=a49_0xc416,_0x12eab5=_0x377cce();while(!![]){try{const _0x546d5e=-parseInt(_0x2a934c(0x1f1))/0x1+-parseInt(_0x2a934c(0x1f8))/0x2+parseInt(_0x2a934c(0x1f3))/0x3+parseInt(_0x2a934c(0x1ee))/0x4+parseInt(_0x2a934c(0x1ed))/0x5+-parseInt(_0x2a934c(0x1f5))/0x6+parseInt(_0x2a934c(0x1ef))/0x7*(-parseInt(_0x2a934c(0x1f9))/0x8);if(_0x546d5e===_0x2b6f1e)break;else _0x12eab5['push'](_0x12eab5['shift']());}catch(_0x4c67aa){_0x12eab5['push'](_0x12eab5['shift']());}}}(a49_0x121e,0xe46a8));function a49_0x121e(){const _0x3c9d4d=['global','9102205JjKWrX','4361960WfRWLM','555289pLdwIw','List\x20all\x20config\x20values','328454naDCWN','bool','2144478pTNaiv','list','8896428sBGUdf','read','config','171406CDLiHv','80txcjTf','boolean'];a49_0x121e=function(){return _0x3c9d4d;};return a49_0x121e();}function a49_0xc416(_0x49266a,_0x9f1566){_0x49266a=_0x49266a-0x1ec;const _0x121e1a=a49_0x121e();let _0xc41656=_0x121e1a[_0x49266a];return _0xc41656;}import{readScopedConfig}from'../../commands/config/shared.js';import{readConfig}from'../../utils/config.js';async function execute(_0x99e8b0){const _0x82d147=a49_0xc416,_0x41773e=_0x99e8b0[_0x82d147(0x1f2)](_0x82d147(0x1ec))?readScopedConfig('global'):readConfig();return{'ok':!![],'data':_0x41773e};}export const configListDefinition={'service':a49_0xd8e279(0x1f7),'command':a49_0xd8e279(0x1f4),'description':a49_0xd8e279(0x1f0),'risk':a49_0xd8e279(0x1f6),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a49_0xd8e279(0x1ec),'type':a49_0xd8e279(0x1fa),'description':'Show\x20global\x20config\x20only\x20(~/.rabetbase.json)','default':![]}],'execute':execute};
@@ -1 +1 @@
1
- function a50_0x45c6(){const _0x3d8db0=['length','2633170oZHNqL','\x20workspace\x20use\x20--app\x20<name>`,\x20or\x20pass\x20`--appcode`\x20on\x20the\x20command.','370tcAHdi','apps','appcode','bool','Config\x20value\x20is\x20invalid\x20or\x20too\x20long.','global','validation','Config\x20value','Global','Settable\x20top-level\x20keys:\x20','env','Project','3975651RvtnVJ','929524NXPyLY','str','Missing\x20key.','2397444UyKGXq','Usage:\x20','\x22.\x20Allowed:\x20','3YouUAE','string','config','Invalid\x20value\x20for\x20\x22','Write\x20to\x20global\x20config\x20(~/.rabetbase.json)','write','3200184cekpRi','Missing\x20value.','join','\x20set\x20to:\x20','key','Use\x20`','34uHEEXJ','Invalid\x20locale\x20value.','riskLevel','keys','35021Tvdqho','boolean','Legacy\x20alias\x20\x22online\x22\x20is\x20accepted\x20and\x20stored\x20as\x20production.','value','Top-level\x20key\x20\x22','Supported:\x20zh,\x20en,\x20zh-CN,\x20en-US','object','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','locale','8dSBdqE','\x20config\x20set\x20--key\x20<key>\x20--value\x20<value>','app','226765fEzEcq'];a50_0x45c6=function(){return _0x3d8db0;};return a50_0x45c6();}const a50_0x4fc045=a50_0x830a;(function(_0xaf404a,_0x5ddb19){const _0x4e6365=a50_0x830a,_0x29f365=_0xaf404a();while(!![]){try{const _0x3d14de=parseInt(_0x4e6365(0xbf))/0x1*(parseInt(_0x4e6365(0xbb))/0x2)+parseInt(_0x4e6365(0xaf))/0x3*(-parseInt(_0x4e6365(0xa9))/0x4)+parseInt(_0x4e6365(0x9a))/0x5+-parseInt(_0x4e6365(0xb5))/0x6+-parseInt(_0x4e6365(0xac))/0x7*(parseInt(_0x4e6365(0xc8))/0x8)+-parseInt(_0x4e6365(0xa8))/0x9+-parseInt(_0x4e6365(0x9c))/0xa*(-parseInt(_0x4e6365(0xcb))/0xb);if(_0x3d14de===_0x5ddb19)break;else _0x29f365['push'](_0x29f365['shift']());}catch(_0x22051a){_0x29f365['push'](_0x29f365['shift']());}}}(a50_0x45c6,0x51bb2));function a50_0x830a(_0x567bcb,_0xe5c7a5){_0x567bcb=_0x567bcb-0x99;const _0x45c607=a50_0x45c6();let _0x830a30=_0x45c607[_0x567bcb];return _0x830a30;}import{CliErrors}from'../../errors.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';import{CLI_BIN_NAME,CONFIG_ENUM_VALUES,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,normalizeLocale,resolveWriteScope,readScopedConfig,writeScopedConfig}from'../../commands/config/shared.js';import{normalizeEnv,isProduction,isDaily}from'../../constant/env.js';async function execute(_0x97ea69){const _0x4b6e8f=a50_0x830a,_0x1c0e87=_0x97ea69[_0x4b6e8f(0xaa)](_0x4b6e8f(0xb9)),_0x4a2083=_0x97ea69['str'](_0x4b6e8f(0xc2));if(!_0x1c0e87)throw CliErrors[_0x4b6e8f(0xa2)](_0x4b6e8f(0xab),_0x4b6e8f(0xad)+CLI_BIN_NAME+_0x4b6e8f(0xc9));if(_0x4a2083===undefined||_0x4a2083==='')throw CliErrors[_0x4b6e8f(0xa2)](_0x4b6e8f(0xb6),_0x4b6e8f(0xad)+CLI_BIN_NAME+'\x20config\x20set\x20--key\x20<key>\x20--value\x20<value>');if(_0x4a2083[_0x4b6e8f(0x99)]>0x1f4)throw CliErrors['validation'](_0x4b6e8f(0xa0));if(!isTopLevelConfigKey(_0x1c0e87))throw CliErrors[_0x4b6e8f(0xa2)](_0x4b6e8f(0xc3)+_0x1c0e87+'\x22\x20is\x20not\x20settable.',_0x4b6e8f(0xa5)+getTopLevelConfigKeySummary());if(_0x1c0e87===_0x4b6e8f(0xbd))throw CliErrors[_0x4b6e8f(0xa2)](_0x4b6e8f(0xc6));if(CONFIG_ENUM_VALUES[_0x1c0e87]&&!CONFIG_ENUM_VALUES[_0x1c0e87]['includes'](_0x4a2083))throw CliErrors[_0x4b6e8f(0xa2)](_0x4b6e8f(0xb2)+_0x1c0e87+_0x4b6e8f(0xae)+CONFIG_ENUM_VALUES[_0x1c0e87][_0x4b6e8f(0xb7)](',\x20'));if(_0x1c0e87==='locale'&&!normalizeLocale(_0x4a2083))throw CliErrors[_0x4b6e8f(0xa2)](_0x4b6e8f(0xbc),_0x4b6e8f(0xc4));const _0x186a30={'global':_0x97ea69[_0x4b6e8f(0x9f)](_0x4b6e8f(0xa1))},_0xe63a16=resolveWriteScope(_0x186a30),_0x3960bb=readScopedConfig(_0xe63a16);let _0x38e771=_0x1c0e87,_0x3ac1fe=_0x4a2083;_0x1c0e87===_0x4b6e8f(0xca)&&(_0x38e771='appcode',delete _0x3960bb['app']);_0x1c0e87===_0x4b6e8f(0xc7)&&(_0x3ac1fe=normalizeLocale(_0x4a2083));if(_0x1c0e87==='env'){_0x3ac1fe=normalizeEnv(_0x4a2083);if(!isProduction(_0x3ac1fe)&&!isDaily(_0x3ac1fe))throw CliErrors[_0x4b6e8f(0xa2)]('Invalid\x20value\x20for\x20env.\x20Allowed:\x20production,\x20daily.',_0x4b6e8f(0xc1));}if(_0x1c0e87===_0x4b6e8f(0x9e)){const _0x33a4d4=_0x3960bb['apps']&&typeof _0x3960bb[_0x4b6e8f(0x9d)]===_0x4b6e8f(0xc5)?Object[_0x4b6e8f(0xbe)](_0x3960bb[_0x4b6e8f(0x9d)]):[];if(_0x33a4d4[_0x4b6e8f(0x99)]>0x0)throw CliErrors[_0x4b6e8f(0xa2)]('Cannot\x20set\x20top-level\x20\x22appcode\x22\x20when\x20multi-app\x20config\x20already\x20exists.',_0x4b6e8f(0xba)+CLI_BIN_NAME+'\x20app\x20add\x20<name>\x20--appcode\x20'+_0x3ac1fe+'`,\x20`'+CLI_BIN_NAME+_0x4b6e8f(0x9b));const _0x5e01e6=buildCanonicalProjectConfig({..._0x3960bb},{'appCodes':[_0x3ac1fe],'env':typeof _0x3960bb[_0x4b6e8f(0xa6)]===_0x4b6e8f(0xb0)?_0x3960bb[_0x4b6e8f(0xa6)]:undefined});writeScopedConfig(_0x5e01e6,_0xe63a16);const _0x2a4b9c=_0xe63a16==='global'?_0x4b6e8f(0xa4):_0x4b6e8f(0xa7);return{'ok':!![],'message':'✓\x20'+_0x2a4b9c+'\x20appcode\x20set\x20to:\x20'+_0x3ac1fe+'\x20(stored\x20as\x20apps\x20+\x20defaultApp)'};}_0x3960bb[_0x38e771]=_0x3ac1fe,writeScopedConfig(_0x3960bb,_0xe63a16);const _0x286ba9=_0xe63a16===_0x4b6e8f(0xa1)?'Global':'Project';return{'ok':!![],'message':'✓\x20'+_0x286ba9+'\x20'+_0x38e771+_0x4b6e8f(0xb8)+_0x3ac1fe};}export const configSetDefinition={'service':a50_0x4fc045(0xb1),'command':'set','description':'Set\x20a\x20config\x20value','risk':a50_0x4fc045(0xb4),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'key','type':a50_0x4fc045(0xb0),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a50_0x4fc045(0xc2),'type':a50_0x4fc045(0xb0),'description':a50_0x4fc045(0xa3),'required':!![]},{'name':a50_0x4fc045(0xa1),'type':a50_0x4fc045(0xc0),'description':a50_0x4fc045(0xb3),'default':![]}],'execute':execute};
1
+ const a50_0x77db68=a50_0x39f9;(function(_0x280de5,_0x3529ce){const _0x4f24da=a50_0x39f9,_0x323cb4=_0x280de5();while(!![]){try{const _0x3bf848=-parseInt(_0x4f24da(0x15c))/0x1*(-parseInt(_0x4f24da(0x17f))/0x2)+-parseInt(_0x4f24da(0x178))/0x3+parseInt(_0x4f24da(0x152))/0x4*(parseInt(_0x4f24da(0x163))/0x5)+-parseInt(_0x4f24da(0x177))/0x6*(-parseInt(_0x4f24da(0x153))/0x7)+-parseInt(_0x4f24da(0x15b))/0x8*(parseInt(_0x4f24da(0x156))/0x9)+-parseInt(_0x4f24da(0x159))/0xa+-parseInt(_0x4f24da(0x158))/0xb;if(_0x3bf848===_0x3529ce)break;else _0x323cb4['push'](_0x323cb4['shift']());}catch(_0x524bf3){_0x323cb4['push'](_0x323cb4['shift']());}}}(a50_0x5a09,0xc02b5));function a50_0x5a09(){const _0x497b54=['\x20config\x20set\x20--key\x20<key>\x20--value\x20<value>','353025JfxNHt','locale','Top-level\x20key\x20\x22','\x22.\x20Allowed:\x20','apps','Write\x20to\x20global\x20config\x20(~/.rabetbase.json)','\x20app\x20add\x20<name>\x20--appcode\x20','Invalid\x20value\x20for\x20\x22','value','app','config','\x20(stored\x20as\x20apps\x20+\x20defaultApp)','Invalid\x20locale\x20value.','keys','Supported:\x20zh,\x20en,\x20zh-CN,\x20en-US','Usage:\x20','Config\x20value\x20is\x20invalid\x20or\x20too\x20long.','Project','set','appcode','6xjjSbR','346239ETuHpL','\x20workspace\x20use\x20--app\x20<name>`,\x20or\x20pass\x20`--appcode`\x20on\x20the\x20command.','riskLevel','\x20appcode\x20set\x20to:\x20','global','Global','validation','291706fGGhOZ','length','Settable\x20top-level\x20keys:\x20','36YOpITd','5000051YMudBP','env','join','747LitTaz','str','3499441EoEvBR','2584540Bgurgc','Config\x20value','85936ARardK','7SCIigH','Missing\x20key.','string','Invalid\x20value\x20for\x20env.\x20Allowed:\x20production,\x20daily.','\x22\x20is\x20not\x20settable.','Legacy\x20alias\x20\x22online\x22\x20is\x20accepted\x20and\x20stored\x20as\x20production.'];a50_0x5a09=function(){return _0x497b54;};return a50_0x5a09();}import{CliErrors}from'../../errors.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';import{CLI_BIN_NAME,CONFIG_ENUM_VALUES,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,normalizeLocale,resolveWriteScope,readScopedConfig,writeScopedConfig}from'../../commands/config/shared.js';function a50_0x39f9(_0x52153e,_0x2846e6){_0x52153e=_0x52153e-0x152;const _0x5a098a=a50_0x5a09();let _0x39f926=_0x5a098a[_0x52153e];return _0x39f926;}import{normalizeEnv,isProduction,isDaily}from'../../constant/env.js';async function execute(_0x102056){const _0x28e50c=a50_0x39f9,_0x2b4a25=_0x102056[_0x28e50c(0x157)]('key'),_0xd18c8e=_0x102056[_0x28e50c(0x157)](_0x28e50c(0x16b));if(!_0x2b4a25)throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x15d),_0x28e50c(0x172)+CLI_BIN_NAME+'\x20config\x20set\x20--key\x20<key>\x20--value\x20<value>');if(_0xd18c8e===undefined||_0xd18c8e==='')throw CliErrors[_0x28e50c(0x17e)]('Missing\x20value.',_0x28e50c(0x172)+CLI_BIN_NAME+_0x28e50c(0x162));if(_0xd18c8e[_0x28e50c(0x180)]>0x1f4)throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x173));if(!isTopLevelConfigKey(_0x2b4a25))throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x165)+_0x2b4a25+_0x28e50c(0x160),_0x28e50c(0x181)+getTopLevelConfigKeySummary());if(_0x2b4a25===_0x28e50c(0x17a))throw CliErrors['validation']('\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.');if(CONFIG_ENUM_VALUES[_0x2b4a25]&&!CONFIG_ENUM_VALUES[_0x2b4a25]['includes'](_0xd18c8e))throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x16a)+_0x2b4a25+_0x28e50c(0x166)+CONFIG_ENUM_VALUES[_0x2b4a25][_0x28e50c(0x155)](',\x20'));if(_0x2b4a25===_0x28e50c(0x164)&&!normalizeLocale(_0xd18c8e))throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x16f),_0x28e50c(0x171));const _0x5742b6={'global':_0x102056['bool'](_0x28e50c(0x17c))},_0x30f984=resolveWriteScope(_0x5742b6),_0x55a2bb=readScopedConfig(_0x30f984);let _0x5c8e3a=_0x2b4a25,_0x3254ed=_0xd18c8e;_0x2b4a25==='app'&&(_0x5c8e3a='appcode',delete _0x55a2bb[_0x28e50c(0x16c)]);_0x2b4a25===_0x28e50c(0x164)&&(_0x3254ed=normalizeLocale(_0xd18c8e));if(_0x2b4a25==='env'){_0x3254ed=normalizeEnv(_0xd18c8e);if(!isProduction(_0x3254ed)&&!isDaily(_0x3254ed))throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x15f),_0x28e50c(0x161));}if(_0x2b4a25===_0x28e50c(0x176)){const _0x34cd13=_0x55a2bb[_0x28e50c(0x167)]&&typeof _0x55a2bb[_0x28e50c(0x167)]==='object'?Object[_0x28e50c(0x170)](_0x55a2bb[_0x28e50c(0x167)]):[];if(_0x34cd13[_0x28e50c(0x180)]>0x0)throw CliErrors[_0x28e50c(0x17e)]('Cannot\x20set\x20top-level\x20\x22appcode\x22\x20when\x20multi-app\x20config\x20already\x20exists.','Use\x20`'+CLI_BIN_NAME+_0x28e50c(0x169)+_0x3254ed+'`,\x20`'+CLI_BIN_NAME+_0x28e50c(0x179));const _0x3607b1=buildCanonicalProjectConfig({..._0x55a2bb},{'appCodes':[_0x3254ed],'env':typeof _0x55a2bb[_0x28e50c(0x154)]===_0x28e50c(0x15e)?_0x55a2bb['env']:undefined});writeScopedConfig(_0x3607b1,_0x30f984);const _0x234d83=_0x30f984===_0x28e50c(0x17c)?_0x28e50c(0x17d):'Project';return{'ok':!![],'message':'✓\x20'+_0x234d83+_0x28e50c(0x17b)+_0x3254ed+_0x28e50c(0x16e)};}_0x55a2bb[_0x5c8e3a]=_0x3254ed,writeScopedConfig(_0x55a2bb,_0x30f984);const _0x25d740=_0x30f984==='global'?_0x28e50c(0x17d):_0x28e50c(0x174);return{'ok':!![],'message':'✓\x20'+_0x25d740+'\x20'+_0x5c8e3a+'\x20set\x20to:\x20'+_0x3254ed};}export const configSetDefinition={'service':a50_0x77db68(0x16d),'command':a50_0x77db68(0x175),'description':'Set\x20a\x20config\x20value','risk':'write','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'key','type':a50_0x77db68(0x15e),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a50_0x77db68(0x16b),'type':a50_0x77db68(0x15e),'description':a50_0x77db68(0x15a),'required':!![]},{'name':a50_0x77db68(0x17c),'type':'boolean','description':a50_0x77db68(0x168),'default':![]}],'execute':execute};
@@ -1 +1 @@
1
- function a51_0x5b24(){var _0x342160=['\x20init`\x20first.','Not\x20inside\x20a\x20project\x20(no\x20.rabetbase.json\x20found).','51QYiZHj','61372ehcnfn','13377150LfSLoa','3657174jtyRMu','global','9PjEqAX','56210xVgGvB','3305DFugEB','741930wmXbxl','3324lUlnkF','47088FyBtoz'];a51_0x5b24=function(){return _0x342160;};return a51_0x5b24();}(function(_0x266d70,_0x9d6eb9){var _0x544d4f=a51_0x30ba,_0xb15bc8=_0x266d70();while(!![]){try{var _0x458135=-parseInt(_0x544d4f(0x165))/0x1+-parseInt(_0x544d4f(0x160))/0x2*(-parseInt(_0x544d4f(0x15f))/0x3)+parseInt(_0x544d4f(0x168))/0x4*(parseInt(_0x544d4f(0x166))/0x5)+parseInt(_0x544d4f(0x162))/0x6+parseInt(_0x544d4f(0x167))/0x7+-parseInt(_0x544d4f(0x15c))/0x8*(parseInt(_0x544d4f(0x164))/0x9)+-parseInt(_0x544d4f(0x161))/0xa;if(_0x458135===_0x9d6eb9)break;else _0xb15bc8['push'](_0xb15bc8['shift']());}catch(_0x46b096){_0xb15bc8['push'](_0xb15bc8['shift']());}}}(a51_0x5b24,0x5e665));function a51_0x30ba(_0x58717f,_0x5b51d8){_0x58717f=_0x58717f-0x15c;var _0x5b246b=a51_0x5b24();var _0x30ba80=_0x5b246b[_0x58717f];return _0x30ba80;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{isInProject,resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';import{CliErrors}from'../../errors.js';import{CONFIG_ENUM_VALUES,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,normalizeLocale}from'../../config/schema.js';export{CLI_BIN_NAME};export{normalizeLocale};export{CONFIG_ENUM_VALUES,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey};export function resolveWriteScope(_0x272fb0){var _0xe4bbe=a51_0x30ba;if(_0x272fb0[_0xe4bbe(0x163)])return _0xe4bbe(0x163);if(!isInProject())throw CliErrors['validation'](_0xe4bbe(0x15e),'Add\x20--global\x20to\x20write\x20to\x20~/.rabetbase.json,\x20or\x20run\x20`'+CLI_BIN_NAME+_0xe4bbe(0x15d));return'project';}export function readScopedConfig(_0x59314a){return readConfigFile(resolveWriteConfigPath(_0x59314a));}export function writeScopedConfig(_0x42d58b,_0x3c7450){writeConfigFile(resolveWriteConfigPath(_0x3c7450),_0x42d58b);}
1
+ (function(_0x4da189,_0x1e598c){var _0x2655a3=a51_0xd6d0,_0x3e444a=_0x4da189();while(!![]){try{var _0xdbda8f=-parseInt(_0x2655a3(0x95))/0x1+-parseInt(_0x2655a3(0x8f))/0x2+parseInt(_0x2655a3(0x98))/0x3*(-parseInt(_0x2655a3(0x8d))/0x4)+parseInt(_0x2655a3(0x91))/0x5+parseInt(_0x2655a3(0x94))/0x6+parseInt(_0x2655a3(0x8e))/0x7*(parseInt(_0x2655a3(0x93))/0x8)+parseInt(_0x2655a3(0x8a))/0x9;if(_0xdbda8f===_0x1e598c)break;else _0x3e444a['push'](_0x3e444a['shift']());}catch(_0x1dbdec){_0x3e444a['push'](_0x3e444a['shift']());}}}(a51_0x57fd,0x2d7a5));function a51_0xd6d0(_0x5bf8f8,_0x340164){_0x5bf8f8=_0x5bf8f8-0x8a;var _0x57fd7f=a51_0x57fd();var _0xd6d067=_0x57fd7f[_0x5bf8f8];return _0xd6d067;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{isInProject,resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';import{CliErrors}from'../../errors.js';import{CONFIG_ENUM_VALUES,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,normalizeLocale}from'../../config/schema.js';export{CLI_BIN_NAME};function a51_0x57fd(){var _0x19db4b=['714610DxIgnu','Add\x20--global\x20to\x20write\x20to\x20~/.rabetbase.json,\x20or\x20run\x20`','1589860tkxmrD','validation','1960sAJXrt','1716630vPvQpg','30382ZvWVii','Not\x20inside\x20a\x20project\x20(no\x20.rabetbase.json\x20found).','global','7563auYOgH','2683314oNqskK','project','\x20init`\x20first.','536eDNasE','273coTsJE'];a51_0x57fd=function(){return _0x19db4b;};return a51_0x57fd();}export{normalizeLocale};export{CONFIG_ENUM_VALUES,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey};export function resolveWriteScope(_0x66f532){var _0x4fd5a2=a51_0xd6d0;if(_0x66f532[_0x4fd5a2(0x97)])return _0x4fd5a2(0x97);if(!isInProject())throw CliErrors[_0x4fd5a2(0x92)](_0x4fd5a2(0x96),_0x4fd5a2(0x90)+CLI_BIN_NAME+_0x4fd5a2(0x8c));return _0x4fd5a2(0x8b);}export function readScopedConfig(_0x4a0f54){return readConfigFile(resolveWriteConfigPath(_0x4a0f54));}export function writeScopedConfig(_0x365593,_0xc0e106){writeConfigFile(resolveWriteConfigPath(_0xc0e106),_0x365593);}