@lovrabet/rabetbase-cli 2.3.16-beta.6 → 2.3.16-beta.7

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 (279) 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/index.js +1 -1
  20. package/lib/commands/app/list.js +1 -1
  21. package/lib/commands/app/members-list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/shared.js +1 -1
  24. package/lib/commands/app-config/delete.js +1 -1
  25. package/lib/commands/app-config/get.js +1 -1
  26. package/lib/commands/app-config/index.js +1 -1
  27. package/lib/commands/app-config/list.js +1 -1
  28. package/lib/commands/app-config/set.js +1 -1
  29. package/lib/commands/app-config/shared.js +1 -1
  30. package/lib/commands/auth/index.js +1 -1
  31. package/lib/commands/bff/create.js +1 -1
  32. package/lib/commands/bff/delete.js +1 -1
  33. package/lib/commands/bff/detail.js +1 -1
  34. package/lib/commands/bff/index.js +1 -1
  35. package/lib/commands/bff/list.js +1 -1
  36. package/lib/commands/bff/pull.js +1 -1
  37. package/lib/commands/bff/push.js +1 -1
  38. package/lib/commands/bff/status.js +1 -1
  39. package/lib/commands/cli-skill/index.js +1 -1
  40. package/lib/commands/cli-update.js +1 -1
  41. package/lib/commands/codegen/index.js +1 -1
  42. package/lib/commands/codegen/sdk.js +1 -1
  43. package/lib/commands/codegen/sql.js +1 -1
  44. package/lib/commands/common/app-registry.js +1 -1
  45. package/lib/commands/common/app-selector.js +1 -1
  46. package/lib/commands/common/async-task.js +1 -1
  47. package/lib/commands/common/dry-run.js +1 -1
  48. package/lib/commands/common/flags.js +1 -1
  49. package/lib/commands/common/local-file.js +1 -1
  50. package/lib/commands/common/validate.js +1 -1
  51. package/lib/commands/config/get.js +1 -1
  52. package/lib/commands/config/index.js +1 -1
  53. package/lib/commands/config/list.js +1 -1
  54. package/lib/commands/config/set.js +1 -1
  55. package/lib/commands/config/shared.js +1 -1
  56. package/lib/commands/data/filter.js +1 -1
  57. package/lib/commands/data/getOne.js +1 -1
  58. package/lib/commands/data/index.js +1 -1
  59. package/lib/commands/data/shared.js +1 -1
  60. package/lib/commands/dataset/business-group-update.js +1 -1
  61. package/lib/commands/dataset/capability.js +1 -1
  62. package/lib/commands/dataset/delete.js +1 -1
  63. package/lib/commands/dataset/detail.js +1 -1
  64. package/lib/commands/dataset/extend-update.js +1 -1
  65. package/lib/commands/dataset/field-update.js +1 -1
  66. package/lib/commands/dataset/generate.js +1 -1
  67. package/lib/commands/dataset/index.js +1 -1
  68. package/lib/commands/dataset/list.js +1 -1
  69. package/lib/commands/dataset/operations.js +1 -1
  70. package/lib/commands/dataset/relation-audit.js +1 -1
  71. package/lib/commands/dataset/relation-create.js +1 -1
  72. package/lib/commands/dataset/relation-delete.js +1 -1
  73. package/lib/commands/dataset/relation-shared.js +1 -1
  74. package/lib/commands/dataset/relation-update.js +1 -1
  75. package/lib/commands/dataset/relations.js +1 -1
  76. package/lib/commands/dataset/rename.js +1 -1
  77. package/lib/commands/dataset/restore.js +1 -1
  78. package/lib/commands/db/analysis-batching.js +1 -1
  79. package/lib/commands/db/analyze-batch-plan.js +1 -1
  80. package/lib/commands/db/analyze-cancel.js +1 -1
  81. package/lib/commands/db/analyze-start.js +1 -1
  82. package/lib/commands/db/analyze-status.js +1 -1
  83. package/lib/commands/db/create.js +1 -1
  84. package/lib/commands/db/delete.js +1 -1
  85. package/lib/commands/db/detail.js +1 -1
  86. package/lib/commands/db/diff.js +1 -1
  87. package/lib/commands/db/index.js +1 -1
  88. package/lib/commands/db/list.js +1 -1
  89. package/lib/commands/db/shared.js +1 -1
  90. package/lib/commands/db/tables.js +1 -1
  91. package/lib/commands/db/test.js +1 -1
  92. package/lib/commands/db/update.js +1 -1
  93. package/lib/commands/doctor.js +1 -1
  94. package/lib/commands/file/index.js +1 -1
  95. package/lib/commands/init/index.js +1 -1
  96. package/lib/commands/issue/index.js +1 -1
  97. package/lib/commands/issue/nudge.js +1 -1
  98. package/lib/commands/issue/report.js +1 -1
  99. package/lib/commands/issue/shared.js +1 -1
  100. package/lib/commands/kb/create.js +1 -1
  101. package/lib/commands/kb/delete.js +1 -1
  102. package/lib/commands/kb/detail.js +1 -1
  103. package/lib/commands/kb/index.js +1 -1
  104. package/lib/commands/kb/list.js +1 -1
  105. package/lib/commands/kb/shared.js +1 -1
  106. package/lib/commands/kb/update.js +1 -1
  107. package/lib/commands/logs/index.js +1 -1
  108. package/lib/commands/menu/asset-update.js +1 -1
  109. package/lib/commands/menu/delete.js +1 -1
  110. package/lib/commands/menu/external-link-create.js +1 -1
  111. package/lib/commands/menu/external-link-update.js +1 -1
  112. package/lib/commands/menu/group-create.js +1 -1
  113. package/lib/commands/menu/group-update.js +1 -1
  114. package/lib/commands/menu/index.js +1 -1
  115. package/lib/commands/menu/list.js +1 -1
  116. package/lib/commands/menu/move.js +1 -1
  117. package/lib/commands/menu/regroup-start.js +1 -1
  118. package/lib/commands/menu/rename.js +1 -1
  119. package/lib/commands/menu/shared/compare-table.js +1 -1
  120. package/lib/commands/menu/shared/delete-plan.js +1 -1
  121. package/lib/commands/menu/shared/facts.js +1 -1
  122. package/lib/commands/menu/shared/index.js +1 -1
  123. package/lib/commands/menu/shared/inquirer.js +1 -1
  124. package/lib/commands/menu/shared/local-pages.js +1 -1
  125. package/lib/commands/menu/shared/logic.js +1 -1
  126. package/lib/commands/menu/shared/mutations.js +1 -1
  127. package/lib/commands/menu/shared/service.js +1 -1
  128. package/lib/commands/menu/shared/sync-core.js +1 -1
  129. package/lib/commands/menu/shared/update-core.js +1 -1
  130. package/lib/commands/menu/shared/valid-url.js +1 -1
  131. package/lib/commands/menu/sync.js +1 -1
  132. package/lib/commands/notification/config-list.js +1 -1
  133. package/lib/commands/notification/index.js +1 -1
  134. package/lib/commands/ocr/index.js +1 -1
  135. package/lib/commands/page/generate-start.js +1 -1
  136. package/lib/commands/page/generate-status.js +1 -1
  137. package/lib/commands/page/index.js +1 -1
  138. package/lib/commands/page/pull.js +1 -1
  139. package/lib/commands/page/push.js +1 -1
  140. package/lib/commands/page/relation-audit.js +1 -1
  141. package/lib/commands/page/restore.js +1 -1
  142. package/lib/commands/page/shared.js +1 -1
  143. package/lib/commands/page/standard-page-status.js +1 -1
  144. package/lib/commands/page/sync.js +1 -1
  145. package/lib/commands/permit/index.js +1 -1
  146. package/lib/commands/permit/page-get.js +1 -1
  147. package/lib/commands/permit/page-set.js +1 -1
  148. package/lib/commands/permit/role-apis-set.js +1 -1
  149. package/lib/commands/permit/role-menus-set.js +1 -1
  150. package/lib/commands/permit/role-menus.js +1 -1
  151. package/lib/commands/permit/shared.js +1 -1
  152. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  153. package/lib/commands/project/create/format-elapsed.js +1 -1
  154. package/lib/commands/project/create/main.js +1 -1
  155. package/lib/commands/project/create/non-interactive.js +1 -1
  156. package/lib/commands/project/create/project-template-path.js +1 -1
  157. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  158. package/lib/commands/project/create/use-format-code.js +1 -1
  159. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  160. package/lib/commands/project/index.js +1 -1
  161. package/lib/commands/project/upgrade.js +1 -1
  162. package/lib/commands/registry.js +1 -1
  163. package/lib/commands/role/create.js +1 -1
  164. package/lib/commands/role/delete.js +1 -1
  165. package/lib/commands/role/detail.js +1 -1
  166. package/lib/commands/role/index.js +1 -1
  167. package/lib/commands/role/list.js +1 -1
  168. package/lib/commands/role/shared.js +1 -1
  169. package/lib/commands/role/update.js +1 -1
  170. package/lib/commands/role/user-add.js +1 -1
  171. package/lib/commands/role/user-remove.js +1 -1
  172. package/lib/commands/role/user-resolve.js +1 -1
  173. package/lib/commands/run/index.js +1 -1
  174. package/lib/commands/schema.js +1 -1
  175. package/lib/commands/sql/create.js +1 -1
  176. package/lib/commands/sql/delete.js +1 -1
  177. package/lib/commands/sql/detail.js +1 -1
  178. package/lib/commands/sql/exec.js +1 -1
  179. package/lib/commands/sql/index.js +1 -1
  180. package/lib/commands/sql/list.js +1 -1
  181. package/lib/commands/sql/pull.js +1 -1
  182. package/lib/commands/sql/push.js +1 -1
  183. package/lib/commands/sql/shared.js +1 -1
  184. package/lib/commands/sql/status.js +1 -1
  185. package/lib/commands/sql/validate.js +1 -1
  186. package/lib/commands/task/index.js +1 -1
  187. package/lib/commands/task/status.js +1 -1
  188. package/lib/commands/tenant/index.js +1 -1
  189. package/lib/commands/tenant/members-list.js +1 -1
  190. package/lib/commands/tenant/shared.js +1 -1
  191. package/lib/commands/workspace/add.js +1 -1
  192. package/lib/commands/workspace/index.js +1 -1
  193. package/lib/commands/workspace/remove.js +1 -1
  194. package/lib/config/schema.js +1 -1
  195. package/lib/constant/cdn.js +1 -1
  196. package/lib/constant/cli.js +1 -1
  197. package/lib/constant/defaults.js +1 -1
  198. package/lib/constant/domain.js +1 -1
  199. package/lib/constant/env.js +1 -1
  200. package/lib/constant/output.js +1 -1
  201. package/lib/constant/paths.js +1 -1
  202. package/lib/constant/risk.js +1 -1
  203. package/lib/context/app-resolver.js +1 -1
  204. package/lib/context/auth-resolver.js +1 -1
  205. package/lib/context/config-loader.js +1 -1
  206. package/lib/context.d.ts +1 -1
  207. package/lib/context.js +1 -1
  208. package/lib/core/alias-resolver.js +1 -1
  209. package/lib/core/api-client.js +1 -1
  210. package/lib/core/bff/config.js +1 -1
  211. package/lib/core/bff/file-system.js +1 -1
  212. package/lib/core/bff/hash.js +1 -1
  213. package/lib/core/bff/lock.js +1 -1
  214. package/lib/core/bff/utils.js +1 -1
  215. package/lib/core/db-resolver.js +1 -1
  216. package/lib/core/page/file-system.js +1 -1
  217. package/lib/core/page/hash.js +1 -1
  218. package/lib/core/page/lock.js +1 -1
  219. package/lib/core/sql-index-auditor.js +1 -1
  220. package/lib/core/sql-sync/config.js +1 -1
  221. package/lib/core/sql-sync/file-system.js +1 -1
  222. package/lib/core/sql-sync/hash.js +1 -1
  223. package/lib/core/sql-sync/lock.js +1 -1
  224. package/lib/core/sql-sync/utils.js +1 -1
  225. package/lib/core/sql-validator.js +1 -1
  226. package/lib/errors.js +1 -1
  227. package/lib/framework/build-all-flags.js +1 -1
  228. package/lib/framework/error-output.js +1 -1
  229. package/lib/framework/explicit-yes.js +1 -1
  230. package/lib/framework/flags.js +1 -1
  231. package/lib/framework/help.js +1 -1
  232. package/lib/framework/index.js +1 -1
  233. package/lib/framework/output.js +1 -1
  234. package/lib/framework/response.js +1 -1
  235. package/lib/framework/runner-alias.js +1 -1
  236. package/lib/framework/runner.js +1 -1
  237. package/lib/framework/schema-export.js +1 -1
  238. package/lib/framework/types.js +1 -1
  239. package/lib/generated/build-info.d.ts +4 -4
  240. package/lib/generated/build-info.js +1 -1
  241. package/lib/help.js +1 -1
  242. package/lib/runtime/confirmation.js +1 -1
  243. package/lib/runtime/event.js +1 -1
  244. package/lib/runtime/index.js +1 -1
  245. package/lib/runtime/queue.js +1 -1
  246. package/lib/runtime/resolve.js +1 -1
  247. package/lib/skills/main.js +1 -1
  248. package/lib/skills/npx-skills-add.js +1 -1
  249. package/lib/skills/skill-presence.js +1 -1
  250. package/lib/telemetry/cli-command-trace.js +1 -1
  251. package/lib/telemetry/cli-help-trace.js +1 -1
  252. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  253. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  254. package/lib/telemetry/send-cli-trace-log.js +1 -1
  255. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  256. package/lib/utils/ai_config.js +1 -1
  257. package/lib/utils/apply-jq-filter.js +1 -1
  258. package/lib/utils/cdn-config.js +1 -1
  259. package/lib/utils/check-sdk-version.js +1 -1
  260. package/lib/utils/cli-version-check.js +1 -1
  261. package/lib/utils/cli-version-policy.js +1 -1
  262. package/lib/utils/config.js +1 -1
  263. package/lib/utils/copy-directory.js +1 -1
  264. package/lib/utils/entity-with-id.js +1 -1
  265. package/lib/utils/file-utils.js +1 -1
  266. package/lib/utils/guides-cdn.js +1 -1
  267. package/lib/utils/http-client.js +1 -1
  268. package/lib/utils/is-non-interactive.js +1 -1
  269. package/lib/utils/logger.js +1 -1
  270. package/lib/utils/params.js +1 -1
  271. package/lib/utils/platform.js +1 -1
  272. package/lib/utils/rules-cdn.js +1 -1
  273. package/lib/utils/sleep.js +1 -1
  274. package/lib/utils/template-replacer.js +1 -1
  275. package/lib/utils/update-notice.js +1 -1
  276. package/lib/utils/version.js +1 -1
  277. package/lib/utils/with-active-cookie.js +1 -1
  278. package/lib/utils/write-cli-side-channel.js +1 -1
  279. package/package.json +1 -1
@@ -1 +1 @@
1
- const a34_0x480370=a34_0x750d;function a34_0x750d(_0x43eb75,_0x55f17d){_0x43eb75=_0x43eb75-0x1ce;const _0x3567cc=a34_0x3567();let _0x750da7=_0x3567cc[_0x43eb75];return _0x750da7;}(function(_0x13cf10,_0x422208){const _0x2edec7=a34_0x750d,_0x37a849=_0x13cf10();while(!![]){try{const _0x25d687=-parseInt(_0x2edec7(0x1d3))/0x1*(parseInt(_0x2edec7(0x1e8))/0x2)+parseInt(_0x2edec7(0x1d6))/0x3*(parseInt(_0x2edec7(0x1dd))/0x4)+parseInt(_0x2edec7(0x1d2))/0x5*(-parseInt(_0x2edec7(0x1eb))/0x6)+parseInt(_0x2edec7(0x1ea))/0x7*(parseInt(_0x2edec7(0x1e3))/0x8)+-parseInt(_0x2edec7(0x1dc))/0x9*(-parseInt(_0x2edec7(0x1df))/0xa)+-parseInt(_0x2edec7(0x1e2))/0xb*(parseInt(_0x2edec7(0x1cf))/0xc)+-parseInt(_0x2edec7(0x1e6))/0xd*(-parseInt(_0x2edec7(0x1ed))/0xe);if(_0x25d687===_0x422208)break;else _0x37a849['push'](_0x37a849['shift']());}catch(_0x443a48){_0x37a849['push'](_0x37a849['shift']());}}}(a34_0x3567,0x6960a));function a34_0x3567(){const _0x3a7cc1=['133ifPbTt','234fDdlTZ','str','11914arjoKn','verbose','120VKwJiS','length','scriptType','58570fKVToN','1JECDtt','type','Script\x20type\x20filter','8109hoVIHY','bool','name','ENDPOINT','map','description','1526193sCvDRm','104yErhsf','bff','10qrFmCm','string','functionName','602195qeBfDq','205592GjdelF','read','COMMON','16367uaQmZF','list','727246kdNtcJ','List\x20BFF\x20scripts'];a34_0x3567=function(){return _0x3a7cc1;};return a34_0x3567();}import{listBffScripts}from'../../core/api-client.js';export const bffList={'service':a34_0x480370(0x1de),'command':a34_0x480370(0x1e7),'description':a34_0x480370(0x1e9),'risk':a34_0x480370(0x1e4),'flags':[{'name':a34_0x480370(0x1d4),'type':'string','description':a34_0x480370(0x1d5),'default':a34_0x480370(0x1d9),'enum':[a34_0x480370(0x1d9),a34_0x480370(0x1e5)]},{'name':'name','type':a34_0x480370(0x1e0),'description':'Filter\x20by\x20script\x20name'},{'name':a34_0x480370(0x1ce),'type':'boolean','description':'Return\x20full\x20script\x20objects'}],async 'execute'(_0x402fdb){const _0x306285=a34_0x480370,_0x4d716a=await listBffScripts(_0x402fdb['appCode'],_0x402fdb[_0x306285(0x1ec)](_0x306285(0x1d4)),{'scriptName':_0x402fdb[_0x306285(0x1ec)](_0x306285(0x1d8))||undefined}),_0x2d2212=_0x402fdb[_0x306285(0x1d7)]('verbose');return{'ok':!![],'data':_0x2d2212?_0x4d716a:_0x4d716a[_0x306285(0x1da)](_0x2f5942=>({'id':_0x2f5942['id'],'functionName':_0x2f5942[_0x306285(0x1e1)]??'','description':_0x2f5942[_0x306285(0x1db)]||'(unnamed)','scriptType':_0x2f5942[_0x306285(0x1d1)]})),'message':_0x4d716a[_0x306285(0x1d0)]===0x0?'No\x20BFF\x20scripts\x20found.':undefined};}};
1
+ const a34_0x120863=a34_0x5877;(function(_0x582f44,_0x1c1017){const _0x1cfb1f=a34_0x5877,_0x3761e8=_0x582f44();while(!![]){try{const _0x44825a=parseInt(_0x1cfb1f(0x1ca))/0x1*(-parseInt(_0x1cfb1f(0x1c7))/0x2)+parseInt(_0x1cfb1f(0x1cd))/0x3+parseInt(_0x1cfb1f(0x1c2))/0x4*(-parseInt(_0x1cfb1f(0x1d1))/0x5)+parseInt(_0x1cfb1f(0x1be))/0x6+parseInt(_0x1cfb1f(0x1cc))/0x7+parseInt(_0x1cfb1f(0x1c8))/0x8*(parseInt(_0x1cfb1f(0x1d6))/0x9)+parseInt(_0x1cfb1f(0x1c6))/0xa*(-parseInt(_0x1cfb1f(0x1c5))/0xb);if(_0x44825a===_0x1c1017)break;else _0x3761e8['push'](_0x3761e8['shift']());}catch(_0x153969){_0x3761e8['push'](_0x3761e8['shift']());}}}(a34_0x3b46,0xe01b1));function a34_0x5877(_0x42123a,_0x513b5b){_0x42123a=_0x42123a-0x1bc;const _0x3b465c=a34_0x3b46();let _0x587705=_0x3b465c[_0x42123a];return _0x587705;}import{listBffScripts}from'../../core/api-client.js';function a34_0x3b46(){const _0x2c50ed=['(unnamed)','Script\x20type\x20filter','11265ezoNhn','length','Filter\x20by\x20script\x20name','boolean','Return\x20full\x20script\x20objects','18FQbrcm','appCode','description','verbose','COMMON','4344228vkeCsL','map','scriptType','str','236XaiTWw','List\x20BFF\x20scripts','read','104401iOzIOX','1380vOVozM','5458QRlDep','4345288neBWDP','bff','448ibEAbT','type','3265346EkuNcj','3919128tUQDdq','name'];a34_0x3b46=function(){return _0x2c50ed;};return a34_0x3b46();}export const bffList={'service':a34_0x120863(0x1c9),'command':'list','description':a34_0x120863(0x1c3),'risk':a34_0x120863(0x1c4),'flags':[{'name':'type','type':'string','description':a34_0x120863(0x1d0),'default':'ENDPOINT','enum':['ENDPOINT',a34_0x120863(0x1bd)]},{'name':a34_0x120863(0x1ce),'type':'string','description':a34_0x120863(0x1d3)},{'name':'verbose','type':a34_0x120863(0x1d4),'description':a34_0x120863(0x1d5)}],async 'execute'(_0x20e911){const _0x5f09a4=a34_0x120863,_0x131028=await listBffScripts(_0x20e911[_0x5f09a4(0x1d7)],_0x20e911['str'](_0x5f09a4(0x1cb)),{'scriptName':_0x20e911[_0x5f09a4(0x1c1)](_0x5f09a4(0x1ce))||undefined}),_0x166c66=_0x20e911['bool'](_0x5f09a4(0x1bc));return{'ok':!![],'data':_0x166c66?_0x131028:_0x131028[_0x5f09a4(0x1bf)](_0x26a73f=>({'id':_0x26a73f['id'],'functionName':_0x26a73f['functionName']??'','description':_0x26a73f[_0x5f09a4(0x1d8)]||_0x5f09a4(0x1cf),'scriptType':_0x26a73f[_0x5f09a4(0x1c0)]})),'message':_0x131028[_0x5f09a4(0x1d2)]===0x0?'No\x20BFF\x20scripts\x20found.':undefined};}};
@@ -1 +1 @@
1
- const a35_0x1ba252=a35_0x906a;(function(_0x145f97,_0x1ca1be){const _0x94150e=a35_0x906a,_0x41d247=_0x145f97();while(!![]){try{const _0x37d465=parseInt(_0x94150e(0x224))/0x1*(-parseInt(_0x94150e(0x22a))/0x2)+parseInt(_0x94150e(0x1eb))/0x3*(-parseInt(_0x94150e(0x232))/0x4)+parseInt(_0x94150e(0x1ff))/0x5+parseInt(_0x94150e(0x219))/0x6+-parseInt(_0x94150e(0x1fc))/0x7*(-parseInt(_0x94150e(0x212))/0x8)+-parseInt(_0x94150e(0x1ee))/0x9+parseInt(_0x94150e(0x202))/0xa*(parseInt(_0x94150e(0x1f5))/0xb);if(_0x37d465===_0x1ca1be)break;else _0x41d247['push'](_0x41d247['shift']());}catch(_0x157f98){_0x41d247['push'](_0x41d247['shift']());}}}(a35_0x8ce6,0xcf64a));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';import{CliErrors}from'../../errors.js';export const bffPull={'service':a35_0x1ba252(0x1f4),'command':a35_0x1ba252(0x208),'description':a35_0x1ba252(0x228),'risk':a35_0x1ba252(0x216),'flags':[{'name':'type','type':a35_0x1ba252(0x21a),'description':a35_0x1ba252(0x229),'enum':[a35_0x1ba252(0x1f8),a35_0x1ba252(0x1f1),'HOOK']},{'name':a35_0x1ba252(0x1fa),'type':'boolean','description':'Force\x20overwrite\x20local\x20unsynced\x20changes'}],async 'dryRun'(_0x17d3a9){const _0x111105=a35_0x1ba252,_0x42881b=loadBffProjectConfig(_0x17d3a9[_0x111105(0x205)]),_0x16509a=await readBffLockFile(_0x42881b[_0x111105(0x1fb)]),{appLock:_0x116988}=ensureLockScope(_0x16509a??createEmptyBffLock(),_0x17d3a9[_0x111105(0x205)],_0x42881b[_0x111105(0x204)],_0x111105(0x208)),_0x204fbb=normalizeBffType(_0x17d3a9[_0x111105(0x209)]('type'))??undefined,_0x29659c=buildDatasetCodeToAliasMap(_0x17d3a9[_0x111105(0x201)],_0x17d3a9['appCode']),[_0x33d6d4,_0x37f948]=await Promise[_0x111105(0x21d)]([listBffScripts(_0x17d3a9[_0x111105(0x205)],_0x204fbb),getBffScriptStatistics(_0x17d3a9[_0x111105(0x205)])]),_0x1a1e83=createHookLocationMap(_0x37f948),_0x445ef4=[];for(const _0x3e525e of _0x33d6d4){const _0x46a2f5=resolveRemoteScriptTarget(_0x42881b,_0x3e525e,_0x1a1e83,_0x116988[_0x111105(0x211)],_0x29659c);if(!_0x46a2f5){_0x445ef4[_0x111105(0x1ed)]({'scriptType':_0x3e525e[_0x111105(0x21f)],'functionName':_0x3e525e[_0x111105(0x230)]??'','status':'skipped','reason':'unresolvable\x20target\x20path'});continue;}const _0x14963e=_0x116988[_0x111105(0x211)][_0x46a2f5['lockKey']],_0x2a2b79=_0x3e525e[_0x111105(0x1ef)]!=null?computeContentHash(_0x3e525e[_0x111105(0x1ef)]):undefined,_0x54d62f=await hasUnsyncedLocalChanges(_0x46a2f5[_0x111105(0x20b)],_0x14963e,_0x2a2b79);_0x445ef4[_0x111105(0x1ed)]({'lockKey':_0x46a2f5['lockKey'],'filePath':_0x46a2f5[_0x111105(0x20b)],'remoteId':_0x3e525e['id']??null,'status':_0x54d62f?'conflict':_0x111105(0x1e9)});}return{'method':_0x111105(0x226),'url':_0x111105(0x20a)+_0x17d3a9[_0x111105(0x205)]+(_0x204fbb?_0x111105(0x1ec)+_0x204fbb:''),'body':{'appCode':_0x17d3a9[_0x111105(0x205)],'filterType':_0x204fbb??null,'files':_0x445ef4},'description':_0x111105(0x206)+_0x445ef4[_0x111105(0x1f3)]+_0x111105(0x227)};},async 'execute'(_0x5afdf9){const _0x16dac7=a35_0x1ba252,_0x4bacd2=loadBffProjectConfig(_0x5afdf9[_0x16dac7(0x205)]),_0x1698cc=await readBffLockFile(_0x4bacd2[_0x16dac7(0x1fb)]),{lockData:_0x284295,appLock:_0x49205e}=ensureLockScope(_0x1698cc??createEmptyBffLock(),_0x5afdf9[_0x16dac7(0x205)],_0x4bacd2[_0x16dac7(0x204)],_0x16dac7(0x208)),_0x40c257=normalizeBffType(_0x5afdf9['str']('type'))??undefined;if(_0x5afdf9[_0x16dac7(0x209)](_0x16dac7(0x1fe))&&!_0x40c257)throw CliErrors[_0x16dac7(0x1f7)](_0x16dac7(0x221));const [_0x2f570f,_0x4b04f7]=await Promise[_0x16dac7(0x21d)]([listBffScripts(_0x5afdf9['appCode'],_0x40c257),getBffScriptStatistics(_0x5afdf9[_0x16dac7(0x205)])]);if(_0x2f570f['length']===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x16dac7(0x20f)};const _0x3f2cd2=_0x5afdf9[_0x16dac7(0x22e)](_0x16dac7(0x1fa));if(_0x3f2cd2&&!_0x5afdf9[_0x16dac7(0x1ea)]){const _0x43752e=await confirmForce();if(!_0x43752e)throw CliErrors[_0x16dac7(0x217)](_0x16dac7(0x215));}if(_0x3f2cd2&&_0x5afdf9[_0x16dac7(0x1ea)]){}const _0x34985d=buildDatasetCodeToAliasMap(_0x5afdf9[_0x16dac7(0x201)],_0x5afdf9[_0x16dac7(0x205)]),_0x2d9ad3=createHookLocationMap(_0x4b04f7),_0x28154c=JSON[_0x16dac7(0x22d)](JSON[_0x16dac7(0x22c)](_0x284295)),_0x4e62bd=_0x5afdf9['appCode'],_0x4f2b43=_0x28154c[_0x16dac7(0x21c)][_0x4e62bd];if(!_0x4f2b43)throw new Error(_0x16dac7(0x20c)+_0x4e62bd+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x256ca1=[],_0x11525f=[],_0x29c8be=[];for(const _0x4de535 of _0x2f570f){const _0x4b4af1=resolveRemoteScriptTarget(_0x4bacd2,_0x4de535,_0x2d9ad3,_0x49205e[_0x16dac7(0x211)],_0x34985d);if(!_0x4b4af1){_0x11525f[_0x16dac7(0x1ed)]({'lockKey':_0x4de535[_0x16dac7(0x21f)]+'/'+_0x4de535[_0x16dac7(0x230)],'reason':_0x16dac7(0x22b)});continue;}const _0x577347=_0x49205e[_0x16dac7(0x211)][_0x4b4af1[_0x16dac7(0x1f6)]];try{if(!_0x4de535['id'])throw new Error('Remote\x20script\x20missing\x20id.');if(_0x4de535[_0x16dac7(0x1ef)]==null)throw new Error(_0x16dac7(0x231));const _0x248501=_0x4de535[_0x16dac7(0x1ef)],_0x530251=computeContentHash(_0x248501);if(!_0x3f2cd2){const _0x566dae=await hasUnsyncedLocalChanges(_0x4b4af1[_0x16dac7(0x20b)],_0x577347,_0x530251);if(_0x566dae){_0x11525f[_0x16dac7(0x1ed)]({'lockKey':_0x4b4af1[_0x16dac7(0x1f6)],'reason':_0x16dac7(0x222)});continue;}}await ensureParentDirectory(_0x4b4af1[_0x16dac7(0x20b)]),await writeFile(_0x4b4af1[_0x16dac7(0x20b)],_0x248501,_0x16dac7(0x20d));const _0x85f0bd={'hash':_0x530251,'remoteId':_0x4de535['id'],'version':_0x4de535[_0x16dac7(0x1f2)]};_0x4b4af1[_0x16dac7(0x1fe)]===_0x16dac7(0x21e)&&_0x4b4af1['hookLocation']&&(_0x85f0bd[_0x16dac7(0x1fd)]=_0x4b4af1[_0x16dac7(0x203)][_0x16dac7(0x1fd)],_0x85f0bd[_0x16dac7(0x223)]=_0x4b4af1['hookLocation'][_0x16dac7(0x223)],_0x85f0bd['operationType']=_0x4b4af1[_0x16dac7(0x203)][_0x16dac7(0x218)],_0x85f0bd[_0x16dac7(0x210)]=_0x4b4af1[_0x16dac7(0x203)][_0x16dac7(0x210)]),_0x4f2b43['functions'][_0x4b4af1[_0x16dac7(0x1f6)]]=_0x85f0bd,_0x256ca1[_0x16dac7(0x1ed)]({'lockKey':_0x4b4af1[_0x16dac7(0x1f6)],'remoteId':_0x4de535['id']});}catch(_0x2f9ba0){_0x29c8be[_0x16dac7(0x1ed)]({'lockKey':_0x4b4af1[_0x16dac7(0x1f6)],'error':_0x2f9ba0 instanceof Error?_0x2f9ba0['message']:String(_0x2f9ba0)});}}return _0x4f2b43['lastSync']=new Date()[_0x16dac7(0x220)](),await writeBffLockFile(_0x4bacd2[_0x16dac7(0x1fb)],_0x28154c),{'ok':_0x29c8be[_0x16dac7(0x1f3)]===0x0,'data':{'pulled':_0x256ca1,'skipped':_0x11525f,'failed':_0x29c8be},'message':'Pull\x20complete:\x20'+_0x256ca1[_0x16dac7(0x1f3)]+'\x20pulled,\x20'+_0x11525f[_0x16dac7(0x1f3)]+_0x16dac7(0x213)+_0x29c8be[_0x16dac7(0x1f3)]+_0x16dac7(0x207)};}};async function hasUnsyncedLocalChanges(_0x41eadd,_0x5eb8ff,_0x50120a){const _0x306b64=a35_0x1ba252;if(!await fileExists(_0x41eadd))return![];const _0x3ca092=await computeFileHash(_0x41eadd);if(!_0x5eb8ff)return _0x50120a?_0x3ca092!==_0x50120a:!![];return _0x3ca092!==_0x5eb8ff[_0x306b64(0x1f9)];}function a35_0x906a(_0x28a747,_0x28a327){_0x28a747=_0x28a747-0x1e9;const _0x8ce6f5=a35_0x8ce6();let _0x906ada=_0x8ce6f5[_0x28a747];return _0x906ada;}function a35_0x8ce6(){const _0x669db7=['77jlfXcQ','lockKey','validation','COMMON','hash','force','lockFilePath','35rGRkEy','alias','type','3426935ofUtGN','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','apiDir','4038230aiBcoR','hookLocation','scriptsRoot','appCode','Would\x20inspect\x20','\x20failed','pull','str','/api/management/library/scripts/list?appCode=','filePath','Lock\x20scope\x20for\x20app\x20\x22','utf8','stdin','No\x20remote\x20BFF\x20scripts\x20found.','functionNode','functions','1402216bsNUAM','\x20skipped,\x20','map','Force\x20pull\x20cancelled.','read','cancelled','operationType','781896ovDQRd','string','toLowerCase','apps','all','HOOK','scriptType','toISOString','--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.','local\x20unsynced\x20changes','datasetCode','226557nEmzVd','stderr','GET','\x20remote\x20BFF\x20script(s)\x20for\x20pull','Pull\x20remote\x20BFF\x20scripts\x20to\x20local','Pull\x20only\x20this\x20script\x20type','14ESPWlt','unresolvable\x20target\x20path','stringify','parse','bool','yes','functionName','Remote\x20script\x20missing\x20content.','26580rcknnL','would_pull','nonInteractive','225oMBxXm','&type=','push','14265837hCdqii','scriptContent','includes','ENDPOINT','version','length','bff'];a35_0x8ce6=function(){return _0x669db7;};return a35_0x8ce6();}function buildDatasetCodeToAliasMap(_0x28acd6,_0x28f8ae){const _0x4dddc3=a35_0x1ba252,_0x5b2626=loadAliasMap(_0x28acd6,undefined,resolveApiFilePath(_0x28acd6,_0x28f8ae));return new Map(_0x5b2626[_0x4dddc3(0x214)](_0x5277c6=>[_0x5277c6[_0x4dddc3(0x223)],_0x5277c6['alias']]));}async function confirmForce(){const _0x3a3a27=a35_0x1ba252,_0x51c283=createInterface({'input':process[_0x3a3a27(0x20e)],'output':process[_0x3a3a27(0x225)]}),_0x4a8483=await new Promise(_0x3723cf=>{const _0x3de9d6=_0x3a3a27;_0x51c283['question'](_0x3de9d6(0x200),_0x3723cf);});return _0x51c283['close'](),['y',_0x3a3a27(0x22f)][_0x3a3a27(0x1f0)](_0x4a8483['trim']()[_0x3a3a27(0x21b)]());}
1
+ const a35_0x32cdb1=a35_0x4b71;(function(_0x3f12cf,_0x18740e){const _0xab12b7=a35_0x4b71,_0x363eb7=_0x3f12cf();while(!![]){try{const _0x1ce3c0=parseInt(_0xab12b7(0xab))/0x1*(-parseInt(_0xab12b7(0x99))/0x2)+-parseInt(_0xab12b7(0x77))/0x3+parseInt(_0xab12b7(0xbe))/0x4*(-parseInt(_0xab12b7(0x83))/0x5)+-parseInt(_0xab12b7(0x82))/0x6+parseInt(_0xab12b7(0xa3))/0x7*(parseInt(_0xab12b7(0xbc))/0x8)+-parseInt(_0xab12b7(0xa1))/0x9+-parseInt(_0xab12b7(0xae))/0xa*(-parseInt(_0xab12b7(0xb6))/0xb);if(_0x1ce3c0===_0x18740e)break;else _0x363eb7['push'](_0x363eb7['shift']());}catch(_0x4457af){_0x363eb7['push'](_0x363eb7['shift']());}}}(a35_0x5826,0x827af));import{createInterface}from'node:readline';import{writeFile}from'node:fs/promises';function a35_0x5826(){const _0x4a8bbe=['2920350cdiYFI','3035kLltft','functions','would_pull','functionName','force','\x20skipped,\x20','HOOK','\x20pulled,\x20','scriptType','type','validation','alias','stdin','bool','scriptsRoot','lastSync','apiDir','lockFilePath','filePath','scriptContent','pull','\x20failed','70umXmYo','toLowerCase','close','Force\x20overwrite\x20local\x20unsynced\x20changes','datasetCode','Remote\x20script\x20missing\x20id.','operationType','includes','2350053hNBAQj','ENDPOINT','981666zIbfar','trim','utf8','appCode','cancelled','read','hash','/api/management/library/scripts/list?appCode=','13434dYJTZT','\x20remote\x20BFF\x20script(s)\x20for\x20pull','COMMON','50FnEtpU','Pull\x20complete:\x20','toISOString','all','stderr','hookLocation','Pull\x20remote\x20BFF\x20scripts\x20to\x20local','nonInteractive','6097894RJdkGz','&type=','boolean','lockKey','yes','Lock\x20scope\x20for\x20app\x20\x22','8Rmicvn','Force\x20pull\x20cancelled.','4456TjANBk','unresolvable\x20target\x20path','bff','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','1449993AgPZtc','functionNode','No\x20remote\x20BFF\x20scripts\x20found.','length','skipped','apps','str','message','local\x20unsynced\x20changes','push','GET'];a35_0x5826=function(){return _0x4a8bbe;};return a35_0x5826();}function a35_0x4b71(_0x53b9f5,_0x1b2a08){_0x53b9f5=_0x53b9f5-0x76;const _0x5826e3=a35_0x5826();let _0x4b71ea=_0x5826e3[_0x53b9f5];return _0x4b71ea;}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';import{CliErrors}from'../../errors.js';export const bffPull={'service':a35_0x32cdb1(0xc0),'command':a35_0x32cdb1(0x97),'description':a35_0x32cdb1(0xb4),'risk':a35_0x32cdb1(0xa8),'flags':[{'name':a35_0x32cdb1(0x8c),'type':'string','description':'Pull\x20only\x20this\x20script\x20type','enum':[a35_0x32cdb1(0xad),a35_0x32cdb1(0xa2),a35_0x32cdb1(0x89)]},{'name':a35_0x32cdb1(0x87),'type':a35_0x32cdb1(0xb8),'description':a35_0x32cdb1(0x9c)}],async 'dryRun'(_0x31d343){const _0x56e3f5=a35_0x32cdb1,_0x122fb3=loadBffProjectConfig(_0x31d343['appCode']),_0x29d9b6=await readBffLockFile(_0x122fb3['lockFilePath']),{appLock:_0x5111cf}=ensureLockScope(_0x29d9b6??createEmptyBffLock(),_0x31d343[_0x56e3f5(0xa6)],_0x122fb3[_0x56e3f5(0x91)],_0x56e3f5(0x97)),_0x506ca9=normalizeBffType(_0x31d343['str'](_0x56e3f5(0x8c)))??undefined,_0xac8d80=buildDatasetCodeToAliasMap(_0x31d343[_0x56e3f5(0x93)],_0x31d343['appCode']),[_0x38b070,_0x18f07b]=await Promise[_0x56e3f5(0xb1)]([listBffScripts(_0x31d343[_0x56e3f5(0xa6)],_0x506ca9),getBffScriptStatistics(_0x31d343[_0x56e3f5(0xa6)])]),_0xb7de6f=createHookLocationMap(_0x18f07b),_0x1b103c=[];for(const _0x154f7b of _0x38b070){const _0x544483=resolveRemoteScriptTarget(_0x122fb3,_0x154f7b,_0xb7de6f,_0x5111cf[_0x56e3f5(0x84)],_0xac8d80);if(!_0x544483){_0x1b103c[_0x56e3f5(0x80)]({'scriptType':_0x154f7b[_0x56e3f5(0x8b)],'functionName':_0x154f7b[_0x56e3f5(0x86)]??'','status':_0x56e3f5(0x7b),'reason':_0x56e3f5(0xbf)});continue;}const _0xddc4cc=_0x5111cf[_0x56e3f5(0x84)][_0x544483['lockKey']],_0xd19068=_0x154f7b[_0x56e3f5(0x96)]!=null?computeContentHash(_0x154f7b['scriptContent']):undefined,_0x2d33db=await hasUnsyncedLocalChanges(_0x544483['filePath'],_0xddc4cc,_0xd19068);_0x1b103c['push']({'lockKey':_0x544483[_0x56e3f5(0xb9)],'filePath':_0x544483[_0x56e3f5(0x95)],'remoteId':_0x154f7b['id']??null,'status':_0x2d33db?'conflict':_0x56e3f5(0x85)});}return{'method':_0x56e3f5(0x81),'url':_0x56e3f5(0xaa)+_0x31d343[_0x56e3f5(0xa6)]+(_0x506ca9?_0x56e3f5(0xb7)+_0x506ca9:''),'body':{'appCode':_0x31d343['appCode'],'filterType':_0x506ca9??null,'files':_0x1b103c},'description':'Would\x20inspect\x20'+_0x1b103c[_0x56e3f5(0x7a)]+_0x56e3f5(0xac)};},async 'execute'(_0x5a26d2){const _0x2ec9af=a35_0x32cdb1,_0x597f2e=loadBffProjectConfig(_0x5a26d2[_0x2ec9af(0xa6)]),_0x1faf95=await readBffLockFile(_0x597f2e[_0x2ec9af(0x94)]),{lockData:_0x1d765d,appLock:_0x35537f}=ensureLockScope(_0x1faf95??createEmptyBffLock(),_0x5a26d2[_0x2ec9af(0xa6)],_0x597f2e[_0x2ec9af(0x91)],'pull'),_0x39f422=normalizeBffType(_0x5a26d2['str']('type'))??undefined;if(_0x5a26d2[_0x2ec9af(0x7d)]('type')&&!_0x39f422)throw CliErrors[_0x2ec9af(0x8d)]('--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.');const [_0x5bdd4d,_0x24a1f8]=await Promise[_0x2ec9af(0xb1)]([listBffScripts(_0x5a26d2['appCode'],_0x39f422),getBffScriptStatistics(_0x5a26d2[_0x2ec9af(0xa6)])]);if(_0x5bdd4d[_0x2ec9af(0x7a)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x2ec9af(0x79)};const _0x587d17=_0x5a26d2[_0x2ec9af(0x90)](_0x2ec9af(0x87));if(_0x587d17&&!_0x5a26d2['nonInteractive']){const _0x368fcb=await confirmForce();if(!_0x368fcb)throw CliErrors[_0x2ec9af(0xa7)](_0x2ec9af(0xbd));}if(_0x587d17&&_0x5a26d2[_0x2ec9af(0xb5)]){}const _0x45932b=buildDatasetCodeToAliasMap(_0x5a26d2['apiDir'],_0x5a26d2[_0x2ec9af(0xa6)]),_0x1a8334=createHookLocationMap(_0x24a1f8),_0x36b67f=JSON['parse'](JSON['stringify'](_0x1d765d)),_0x4ea55e=_0x5a26d2[_0x2ec9af(0xa6)],_0xbb0732=_0x36b67f[_0x2ec9af(0x7c)][_0x4ea55e];if(!_0xbb0732)throw new Error(_0x2ec9af(0xbb)+_0x4ea55e+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x34fc8b=[],_0xb2cf9f=[],_0x1a6f2d=[];for(const _0x48b65a of _0x5bdd4d){const _0x9c47e9=resolveRemoteScriptTarget(_0x597f2e,_0x48b65a,_0x1a8334,_0x35537f[_0x2ec9af(0x84)],_0x45932b);if(!_0x9c47e9){_0xb2cf9f[_0x2ec9af(0x80)]({'lockKey':_0x48b65a[_0x2ec9af(0x8b)]+'/'+_0x48b65a[_0x2ec9af(0x86)],'reason':_0x2ec9af(0xbf)});continue;}const _0x4b47e3=_0x35537f['functions'][_0x9c47e9[_0x2ec9af(0xb9)]];try{if(!_0x48b65a['id'])throw new Error(_0x2ec9af(0x9e));if(_0x48b65a[_0x2ec9af(0x96)]==null)throw new Error('Remote\x20script\x20missing\x20content.');const _0x5875b0=_0x48b65a[_0x2ec9af(0x96)],_0x3d996a=computeContentHash(_0x5875b0);if(!_0x587d17){const _0xb8f8bb=await hasUnsyncedLocalChanges(_0x9c47e9['filePath'],_0x4b47e3,_0x3d996a);if(_0xb8f8bb){_0xb2cf9f['push']({'lockKey':_0x9c47e9['lockKey'],'reason':_0x2ec9af(0x7f)});continue;}}await ensureParentDirectory(_0x9c47e9[_0x2ec9af(0x95)]),await writeFile(_0x9c47e9[_0x2ec9af(0x95)],_0x5875b0,_0x2ec9af(0xa5));const _0x3eca55={'hash':_0x3d996a,'remoteId':_0x48b65a['id'],'version':_0x48b65a['version']};_0x9c47e9['type']===_0x2ec9af(0x89)&&_0x9c47e9[_0x2ec9af(0xb3)]&&(_0x3eca55['alias']=_0x9c47e9[_0x2ec9af(0xb3)]['alias'],_0x3eca55[_0x2ec9af(0x9d)]=_0x9c47e9[_0x2ec9af(0xb3)][_0x2ec9af(0x9d)],_0x3eca55[_0x2ec9af(0x9f)]=_0x9c47e9['hookLocation'][_0x2ec9af(0x9f)],_0x3eca55[_0x2ec9af(0x78)]=_0x9c47e9[_0x2ec9af(0xb3)][_0x2ec9af(0x78)]),_0xbb0732[_0x2ec9af(0x84)][_0x9c47e9['lockKey']]=_0x3eca55,_0x34fc8b['push']({'lockKey':_0x9c47e9[_0x2ec9af(0xb9)],'remoteId':_0x48b65a['id']});}catch(_0x3dfb68){_0x1a6f2d[_0x2ec9af(0x80)]({'lockKey':_0x9c47e9['lockKey'],'error':_0x3dfb68 instanceof Error?_0x3dfb68[_0x2ec9af(0x7e)]:String(_0x3dfb68)});}}return _0xbb0732[_0x2ec9af(0x92)]=new Date()[_0x2ec9af(0xb0)](),await writeBffLockFile(_0x597f2e[_0x2ec9af(0x94)],_0x36b67f),{'ok':_0x1a6f2d['length']===0x0,'data':{'pulled':_0x34fc8b,'skipped':_0xb2cf9f,'failed':_0x1a6f2d},'message':_0x2ec9af(0xaf)+_0x34fc8b[_0x2ec9af(0x7a)]+_0x2ec9af(0x8a)+_0xb2cf9f['length']+_0x2ec9af(0x88)+_0x1a6f2d[_0x2ec9af(0x7a)]+_0x2ec9af(0x98)};}};async function hasUnsyncedLocalChanges(_0x3a7338,_0x51836e,_0x3c0a68){const _0x46f23b=a35_0x32cdb1;if(!await fileExists(_0x3a7338))return![];const _0x218330=await computeFileHash(_0x3a7338);if(!_0x51836e)return _0x3c0a68?_0x218330!==_0x3c0a68:!![];return _0x218330!==_0x51836e[_0x46f23b(0xa9)];}function buildDatasetCodeToAliasMap(_0x67be1b,_0x43615b){const _0x392dd0=a35_0x32cdb1,_0x4a361d=loadAliasMap(_0x67be1b,undefined,resolveApiFilePath(_0x67be1b,_0x43615b));return new Map(_0x4a361d['map'](_0x15e4b5=>[_0x15e4b5[_0x392dd0(0x9d)],_0x15e4b5[_0x392dd0(0x8e)]]));}async function confirmForce(){const _0x74e906=a35_0x32cdb1,_0x457fa9=createInterface({'input':process[_0x74e906(0x8f)],'output':process[_0x74e906(0xb2)]}),_0x13555e=await new Promise(_0x3d4700=>{const _0x2fabf9=_0x74e906;_0x457fa9['question'](_0x2fabf9(0x76),_0x3d4700);});return _0x457fa9[_0x74e906(0x9b)](),['y',_0x74e906(0xba)][_0x74e906(0xa0)](_0x13555e[_0x74e906(0xa4)]()[_0x74e906(0x9a)]());}
@@ -1 +1 @@
1
- const a36_0x467fd1=a36_0x1ee4;(function(_0x35ae96,_0x1daa55){const _0x42f272=a36_0x1ee4,_0xe11b0b=_0x35ae96();while(!![]){try{const _0x3d31d2=parseInt(_0x42f272(0x1e0))/0x1+-parseInt(_0x42f272(0x1db))/0x2+parseInt(_0x42f272(0x1aa))/0x3+parseInt(_0x42f272(0x19a))/0x4+parseInt(_0x42f272(0x1d3))/0x5*(-parseInt(_0x42f272(0x1c5))/0x6)+-parseInt(_0x42f272(0x19e))/0x7*(-parseInt(_0x42f272(0x1b1))/0x8)+-parseInt(_0x42f272(0x1b4))/0x9;if(_0x3d31d2===_0x1daa55)break;else _0xe11b0b['push'](_0xe11b0b['shift']());}catch(_0x3bff59){_0xe11b0b['push'](_0xe11b0b['shift']());}}}(a36_0x5bfa,0xc495d));function a36_0x1ee4(_0x1f34ca,_0x5b13ac){_0x1f34ca=_0x1f34ca-0x194;const _0x5bfa0d=a36_0x5bfa();let _0x1ee49d=_0x5bfa0d[_0x1f34ca];return _0x1ee49d;}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';import{extractScriptDescription}from'../../core/bff/utils.js';function a36_0x5bfa(){const _0x5de285=['Cannot\x20resolve\x20dataset\x20for\x20\x22','824712JEIpuR','No\x20local\x20BFF\x20functions\x20found.','cleared','Push\x20local\x20BFF\x20scripts\x20to\x20remote','\x20skipped,\x20','697666fvVYwt','has','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','description','code','status','HOOK','remoteId','lockFilePath','runtime\x20cache\x20cleared','4000672yuEqza','stringify','--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','script','38899rvuyyT','functions','lockKey','Force\x20push\x20ignoring\x20hash\x20protection','Push\x20only\x20this\x20script\x20type','datasetCode','type','datasetId','scriptsRoot','attempted','apps','would_push','2108772FlIZSu','unchanged','boolean','aliasToDatasetCode','parse','hash','\x20uploaded,\x20','384CNCWrU','functionNode','\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.','6853347YCJUzT','version','get','ENDPOINT','update','bool','str','bff','Run\x20`','runtime\x20cache\x20not\x20needed','join','operationType','\x20failed,\x20','name','COMMON','create','high-risk-write','4130652zkxNkS','map','some','message','lastSync','force','datasetCodeToDataset','push','appCode','apiDir','runtime\x20cache\x20clear\x20failed','utf8','POST','string','5LyowED','Incomplete\x20HOOK\x20path:\x20','filePath','alias','validation','length','\x22.\x20'];a36_0x5bfa=function(){return _0x5de285;};return a36_0x5bfa();}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;export const bffPush={'service':a36_0x467fd1(0x1bb),'command':a36_0x467fd1(0x1cc),'description':a36_0x467fd1(0x1de),'risk':a36_0x467fd1(0x1c4),'flags':[{'name':'type','type':a36_0x467fd1(0x1d2),'description':a36_0x467fd1(0x1a2),'enum':[a36_0x467fd1(0x1c2),a36_0x467fd1(0x1b7),a36_0x467fd1(0x196)]},{'name':a36_0x467fd1(0x1c1),'type':a36_0x467fd1(0x1d2),'description':a36_0x467fd1(0x1e2)},{'name':a36_0x467fd1(0x1ca),'type':a36_0x467fd1(0x1ac),'description':a36_0x467fd1(0x1a1)}],async 'dryRun'(_0x508180){const _0x24294b=a36_0x467fd1,_0x1f4c89=loadBffProjectConfig(_0x508180[_0x24294b(0x1cd)]),_0x534b20=await readBffLockFile(_0x1f4c89['lockFilePath']),{appLock:_0x185799}=ensureLockScope(_0x534b20??createEmptyBffLock(),_0x508180[_0x24294b(0x1cd)],_0x1f4c89[_0x24294b(0x1a6)],'push'),_0x1595a5=await getTargetFunctions(_0x1f4c89,_0x508180),_0xbaf0f5=_0x508180[_0x24294b(0x1b9)]('force'),_0x4ed317=[];for(const _0x5d69f5 of _0x1595a5){const _0xb7cc54=await computeFileHash(_0x5d69f5['filePath']),_0x18f4bd=_0x185799[_0x24294b(0x19f)][_0x5d69f5[_0x24294b(0x1a0)]],_0x2bd975=!!_0x18f4bd&&_0x18f4bd[_0x24294b(0x1af)]===_0xb7cc54;_0x4ed317['push']({'lockKey':_0x5d69f5[_0x24294b(0x1a0)],'filePath':_0x5d69f5[_0x24294b(0x1d5)],'remoteId':_0x18f4bd?.[_0x24294b(0x197)]??null,'mode':_0x18f4bd?.[_0x24294b(0x197)]?_0x24294b(0x1b8):_0x24294b(0x1c3),'status':!_0xbaf0f5&&_0x2bd975?_0x24294b(0x1ab):_0x24294b(0x1a9)});}return{'method':_0x24294b(0x1d1),'url':'/api/management/library/scripts/save','body':{'appCode':_0x508180['appCode'],'force':_0xbaf0f5,'files':_0x4ed317,'cacheClearAtRuntime':_0x4ed317['some'](_0xd6b351=>_0xd6b351['status']==='would_push'),'cacheClearAtRuntimeTimes':_0x4ed317[_0x24294b(0x1c7)](_0x5e1f03=>_0x5e1f03[_0x24294b(0x195)]==='would_push')?CACHE_CLEAR_ATTEMPTS:0x0},'description':'Would\x20inspect\x20'+_0x4ed317[_0x24294b(0x1d8)]+'\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded'};},async 'execute'(_0xe2b802){const _0x272dfc=a36_0x467fd1,_0x53b55c=loadBffProjectConfig(_0xe2b802[_0x272dfc(0x1cd)]),_0x4311ba=await readBffLockFile(_0x53b55c[_0x272dfc(0x198)]),{lockData:_0x279a4e,appLock:_0x2712a2}=ensureLockScope(_0x4311ba??createEmptyBffLock(),_0xe2b802[_0x272dfc(0x1cd)],_0x53b55c['scriptsRoot'],_0x272dfc(0x1cc)),_0x336fd7=await getTargetFunctions(_0x53b55c,_0xe2b802);if(_0x336fd7[_0x272dfc(0x1d8)]===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':_0x272dfc(0x1dc)};const _0x1297dc=_0xe2b802[_0x272dfc(0x1b9)](_0x272dfc(0x1ca)),_0x1737f8=JSON[_0x272dfc(0x1ae)](JSON[_0x272dfc(0x19b)](_0x279a4e)),_0x37ccd0=_0x1737f8[_0x272dfc(0x1a8)][_0xe2b802[_0x272dfc(0x1cd)]];if(!_0x37ccd0)throw new Error('Lock\x20scope\x20for\x20app\x20\x22'+_0xe2b802['appCode']+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x317e33=await buildHookMaps(_0xe2b802['appCode'],_0xe2b802[_0x272dfc(0x1ce)],_0x336fd7,_0x37ccd0),_0x460696=[],_0x5568c4=[],_0x576a95=[];for(const _0x509b10 of _0x336fd7){const _0x121224=await computeFileHash(_0x509b10[_0x272dfc(0x1d5)]),_0x2b42e4=_0x37ccd0[_0x272dfc(0x19f)][_0x509b10[_0x272dfc(0x1a0)]];if(!_0x1297dc&&_0x2b42e4&&_0x2b42e4[_0x272dfc(0x1af)]===_0x121224){_0x5568c4[_0x272dfc(0x1cc)]({'lockKey':_0x509b10[_0x272dfc(0x1a0)],'reason':'unchanged'});continue;}try{await uploadSingleFunction(_0xe2b802['appCode'],_0x509b10,_0x37ccd0,_0x317e33);const _0x2c50b5=_0x37ccd0[_0x272dfc(0x19f)][_0x509b10[_0x272dfc(0x1a0)]];_0x460696[_0x272dfc(0x1cc)]({'lockKey':_0x509b10[_0x272dfc(0x1a0)],'remoteId':_0x2c50b5?.[_0x272dfc(0x197)]??0x0});}catch(_0x4bda23){_0x576a95['push']({'lockKey':_0x509b10['lockKey'],'error':_0x4bda23 instanceof Error?_0x4bda23[_0x272dfc(0x1c8)]:String(_0x4bda23)});}}_0x37ccd0[_0x272dfc(0x1c9)]=new Date()['toISOString'](),await writeBffLockFile(_0x53b55c[_0x272dfc(0x198)],_0x1737f8),await waitForUploadedLockEntries(_0x53b55c[_0x272dfc(0x198)],_0xe2b802[_0x272dfc(0x1cd)],_0x460696[_0x272dfc(0x1c6)](_0x3b373f=>_0x3b373f['lockKey']));let _0x49a626={'attempted':![],'cleared':![]};if(_0x460696[_0x272dfc(0x1d8)]>0x0)try{let _0x137ab5='';for(let _0x219375=0x0;_0x219375<CACHE_CLEAR_ATTEMPTS;_0x219375+=0x1){_0x137ab5=await clearBffScriptCache(),_0x219375<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x49a626={'attempted':!![],'cleared':!![],'message':_0x137ab5||'Runtime\x20script\x20cache\x20cleared.'};}catch(_0x228dab){_0x49a626={'attempted':!![],'cleared':![],'error':_0x228dab instanceof Error?_0x228dab['message']:String(_0x228dab)};}const _0x46bd3e=_0x576a95['length']===0x0&&(_0x49a626[_0x272dfc(0x1a7)]?_0x49a626[_0x272dfc(0x1dd)]:!![]),_0x2e102b=_0x49a626[_0x272dfc(0x1a7)]?_0x49a626[_0x272dfc(0x1dd)]?_0x272dfc(0x199):_0x272dfc(0x1cf):_0x272dfc(0x1bd);return{'ok':_0x46bd3e,'data':{'uploaded':_0x460696,'skipped':_0x5568c4,'failed':_0x576a95,'cacheClear':_0x49a626},'message':'Push\x20complete:\x20'+_0x460696['length']+_0x272dfc(0x1b0)+_0x5568c4['length']+_0x272dfc(0x1df)+_0x576a95[_0x272dfc(0x1d8)]+_0x272dfc(0x1c0)+_0x2e102b};}};async function getTargetFunctions(_0x421b01,_0x22bd06){const _0x15f093=a36_0x467fd1,_0x1c556c=_0x22bd06[_0x15f093(0x1ba)](_0x15f093(0x1a4)),_0x2d2777=_0x22bd06['str'](_0x15f093(0x1c1)),_0x4c0853=normalizeBffType(_0x1c556c)??undefined;if(_0x2d2777&&!_0x4c0853)throw CliErrors[_0x15f093(0x1d7)](_0x15f093(0x19c));const _0x3ee595=await scanLocalBffFunctions(_0x421b01,_0x4c0853);if(_0x2d2777){const _0x534fc2=_0x3ee595['filter'](_0x2ccf38=>_0x2ccf38[_0x15f093(0x1c1)]===_0x2d2777);if(_0x534fc2[_0x15f093(0x1d8)]===0x0)throw CliErrors[_0x15f093(0x1d7)]('Local\x20function\x20not\x20found:\x20'+_0x4c0853+'/'+_0x2d2777);return _0x534fc2;}return _0x3ee595;}async function buildHookMaps(_0x1975e0,_0x39e086,_0x3964b4,_0xfebc42){const _0x1dbe85=a36_0x467fd1,_0x138e40=_0x3964b4['some'](_0x3b9880=>_0x3b9880[_0x1dbe85(0x1a4)]===_0x1dbe85(0x196));if(!_0x138e40)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x3ca157=loadAliasMap(_0x39e086,undefined,resolveApiFilePath(_0x39e086,_0x1975e0)),_0x33308e=new Map(_0x3ca157[_0x1dbe85(0x1c6)](_0x52ec0e=>[_0x52ec0e[_0x1dbe85(0x1d6)],_0x52ec0e['datasetCode']]));for(const _0x1fd8b1 of Object['values'](_0xfebc42[_0x1dbe85(0x19f)])){_0x1fd8b1['alias']&&_0x1fd8b1[_0x1dbe85(0x1a3)]&&!_0x33308e[_0x1dbe85(0x1e1)](_0x1fd8b1['alias'])&&_0x33308e['set'](_0x1fd8b1[_0x1dbe85(0x1d6)],_0x1fd8b1[_0x1dbe85(0x1a3)]);}const _0x145f17=await listDatasets(_0x1975e0),_0x1b0bb1=new Map(_0x145f17[_0x1dbe85(0x1c6)](_0xa7a9a6=>[_0xa7a9a6[_0x1dbe85(0x194)],_0xa7a9a6]));return{'aliasToDatasetCode':_0x33308e,'datasetCodeToDataset':_0x1b0bb1};}async function uploadSingleFunction(_0x4aa531,_0x1a45b5,_0x1401e7,_0x36e306){const _0x33b51b=a36_0x467fd1,_0x323f04=await readFile(_0x1a45b5[_0x33b51b(0x1d5)],_0x33b51b(0x1d0)),_0x41ac15=await computeFileHash(_0x1a45b5['filePath']),_0x36dc45=_0x1401e7[_0x33b51b(0x19f)][_0x1a45b5[_0x33b51b(0x1a0)]];if(_0x36dc45?.['remoteId']&&_0x36dc45[_0x33b51b(0x1b5)]==null)throw CliErrors[_0x33b51b(0x1d7)](_0x1a45b5[_0x33b51b(0x1a0)]+':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.');let _0x3ba27c=extractScriptDescription(_0x323f04);if(!_0x3ba27c&&_0x36dc45?.[_0x33b51b(0x197)]){const _0x298a50=await getBffScriptInfo(_0x36dc45[_0x33b51b(0x197)]);_0x3ba27c=_0x298a50[_0x33b51b(0x1e3)]||undefined;}const _0x119ce6={'appCode':_0x4aa531,'functionName':_0x1a45b5[_0x33b51b(0x1c1)],'scriptType':_0x1a45b5[_0x33b51b(0x1a4)],'scriptContent':_0x323f04};if(_0x36dc45?.[_0x33b51b(0x197)])_0x119ce6['id']=_0x36dc45[_0x33b51b(0x197)];if(_0x36dc45?.['version']!=null)_0x119ce6['version']=_0x36dc45[_0x33b51b(0x1b5)];if(_0x3ba27c)_0x119ce6['description']=_0x3ba27c;if(_0x1a45b5['type']===_0x33b51b(0x196)){const _0x59222d=_0x1a45b5[_0x33b51b(0x1d6)];if(!_0x59222d||!_0x1a45b5[_0x33b51b(0x1bf)]||!_0x1a45b5[_0x33b51b(0x1b2)])throw CliErrors[_0x33b51b(0x1d7)](_0x33b51b(0x1d4)+_0x1a45b5[_0x33b51b(0x1a0)]);const _0x415f4c=_0x36e306['aliasToDatasetCode'][_0x33b51b(0x1b6)](_0x59222d)??_0x36dc45?.[_0x33b51b(0x1a3)]??_0x59222d,_0x220b14=_0x36e306[_0x33b51b(0x1cb)]['get'](_0x415f4c);if(!_0x220b14)throw CliErrors[_0x33b51b(0x1d7)](_0x33b51b(0x1da)+_0x59222d+_0x33b51b(0x1d9)+(_0x33b51b(0x1bc)+CLI_BIN_NAME+_0x33b51b(0x1b3)));_0x119ce6[_0x33b51b(0x1a5)]=_0x220b14['id'],_0x119ce6['operationType']=_0x1a45b5[_0x33b51b(0x1bf)],_0x119ce6[_0x33b51b(0x1b2)]=_0x1a45b5[_0x33b51b(0x1b2)];}const _0x37a680=await saveBffScript(_0x119ce6),_0x21ca98=_0x37a680['id'],_0x3e1922=_0x37a680[_0x33b51b(0x19d)]??await getBffScriptInfo(_0x21ca98),_0x548556={'hash':_0x41ac15,'remoteId':_0x21ca98,'version':_0x3e1922[_0x33b51b(0x1b5)]};if(_0x1a45b5[_0x33b51b(0x1a4)]===_0x33b51b(0x196)){const _0x4b1d3e=_0x1a45b5['alias'],_0x38457a=_0x36e306['aliasToDatasetCode'][_0x33b51b(0x1b6)](_0x4b1d3e)??_0x36dc45?.[_0x33b51b(0x1a3)]??_0x4b1d3e;_0x36e306[_0x33b51b(0x1ad)]['has'](_0x4b1d3e)?_0x548556[_0x33b51b(0x1d6)]=_0x4b1d3e:_0x548556[_0x33b51b(0x1d6)]=_0x36dc45?.[_0x33b51b(0x1d6)],_0x548556['datasetCode']=_0x38457a,_0x548556[_0x33b51b(0x1bf)]=_0x1a45b5[_0x33b51b(0x1bf)],_0x548556[_0x33b51b(0x1b2)]=_0x1a45b5[_0x33b51b(0x1b2)];}_0x1401e7[_0x33b51b(0x19f)][_0x1a45b5['lockKey']]=_0x548556;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x280600,_0x277327,_0x337fab){const _0x38f88e=a36_0x467fd1;if(_0x337fab[_0x38f88e(0x1d8)]===0x0)return;for(let _0xfc167b=0x0;_0xfc167b<LOCK_SETTLE_RETRY_COUNT;_0xfc167b+=0x1){const _0x32e77e=await readBffLockFile(_0x280600),_0x41ca32=_0x32e77e?.[_0x38f88e(0x1a8)]?.[_0x277327]?.[_0x38f88e(0x19f)]??{},_0x3b5c4a=_0x337fab['every'](_0x33c727=>!!_0x41ca32[_0x33c727]?.[_0x38f88e(0x197)]);if(_0x3b5c4a)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error('Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20'+_0x337fab[_0x38f88e(0x1be)](',\x20')+'.');}
1
+ const a36_0x256746=a36_0x4b04;(function(_0x5c767a,_0x2aa957){const _0x352b57=a36_0x4b04,_0x4b9cbc=_0x5c767a();while(!![]){try{const _0x330096=-parseInt(_0x352b57(0xd8))/0x1*(parseInt(_0x352b57(0xc0))/0x2)+parseInt(_0x352b57(0x100))/0x3*(parseInt(_0x352b57(0xb3))/0x4)+parseInt(_0x352b57(0xba))/0x5+-parseInt(_0x352b57(0xb6))/0x6+parseInt(_0x352b57(0xec))/0x7*(-parseInt(_0x352b57(0xfb))/0x8)+parseInt(_0x352b57(0xd2))/0x9+parseInt(_0x352b57(0xb7))/0xa;if(_0x330096===_0x2aa957)break;else _0x4b9cbc['push'](_0x4b9cbc['shift']());}catch(_0x1cd690){_0x4b9cbc['push'](_0x4b9cbc['shift']());}}}(a36_0xbc97,0xe0dbd));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';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 a36_0x4b04(_0x54b2c8,_0x133cab){_0x54b2c8=_0x54b2c8-0xae;const _0xbc97c=a36_0xbc97();let _0x4b0404=_0xbc97c[_0x54b2c8];return _0x4b0404;}const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;export const bffPush={'service':a36_0x256746(0xbd),'command':a36_0x256746(0xdc),'description':a36_0x256746(0xc1),'risk':a36_0x256746(0xfc),'flags':[{'name':a36_0x256746(0xbb),'type':'string','description':'Push\x20only\x20this\x20script\x20type','enum':['COMMON',a36_0x256746(0xed),'HOOK']},{'name':a36_0x256746(0xe8),'type':'string','description':'Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)'},{'name':a36_0x256746(0xd4),'type':a36_0x256746(0xe5),'description':a36_0x256746(0xc7)}],async 'dryRun'(_0x539e20){const _0x5e5421=a36_0x256746,_0x5b4632=loadBffProjectConfig(_0x539e20[_0x5e5421(0xcf)]),_0x12f878=await readBffLockFile(_0x5b4632[_0x5e5421(0xae)]),{appLock:_0x15f602}=ensureLockScope(_0x12f878??createEmptyBffLock(),_0x539e20['appCode'],_0x5b4632[_0x5e5421(0xcd)],_0x5e5421(0xdc)),_0x427870=await getTargetFunctions(_0x5b4632,_0x539e20),_0x339858=_0x539e20['bool'](_0x5e5421(0xd4)),_0x46908f=[];for(const _0x3e52a1 of _0x427870){const _0x3fc417=await computeFileHash(_0x3e52a1[_0x5e5421(0xf2)]),_0x1ff5cb=_0x15f602['functions'][_0x3e52a1[_0x5e5421(0xde)]],_0x4ae916=!!_0x1ff5cb&&_0x1ff5cb[_0x5e5421(0xf3)]===_0x3fc417;_0x46908f[_0x5e5421(0xdc)]({'lockKey':_0x3e52a1[_0x5e5421(0xde)],'filePath':_0x3e52a1['filePath'],'remoteId':_0x1ff5cb?.[_0x5e5421(0xe7)]??null,'mode':_0x1ff5cb?.['remoteId']?_0x5e5421(0xe9):_0x5e5421(0xf8),'status':!_0x339858&&_0x4ae916?_0x5e5421(0xdd):_0x5e5421(0xfd)});}return{'method':_0x5e5421(0x101),'url':_0x5e5421(0xdf),'body':{'appCode':_0x539e20[_0x5e5421(0xcf)],'force':_0x339858,'files':_0x46908f,'cacheClearAtRuntime':_0x46908f[_0x5e5421(0xb5)](_0xa29a1=>_0xa29a1[_0x5e5421(0xd1)]===_0x5e5421(0xfd)),'cacheClearAtRuntimeTimes':_0x46908f[_0x5e5421(0xb5)](_0xd44ef8=>_0xd44ef8[_0x5e5421(0xd1)]==='would_push')?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x5e5421(0xd6)+_0x46908f[_0x5e5421(0xea)]+_0x5e5421(0xb8)};},async 'execute'(_0x1efd95){const _0x1adbb2=a36_0x256746,_0x163f34=loadBffProjectConfig(_0x1efd95[_0x1adbb2(0xcf)]),_0x4c9399=await readBffLockFile(_0x163f34[_0x1adbb2(0xae)]),{lockData:_0x2137ac,appLock:_0x5b82d2}=ensureLockScope(_0x4c9399??createEmptyBffLock(),_0x1efd95[_0x1adbb2(0xcf)],_0x163f34[_0x1adbb2(0xcd)],'push'),_0x4bd290=await getTargetFunctions(_0x163f34,_0x1efd95);if(_0x4bd290[_0x1adbb2(0xea)]===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':_0x1adbb2(0xca)};const _0x17040d=_0x1efd95['bool'](_0x1adbb2(0xd4)),_0x24272a=JSON['parse'](JSON[_0x1adbb2(0xd9)](_0x2137ac)),_0x5ae4ef=_0x24272a[_0x1adbb2(0xdb)][_0x1efd95['appCode']];if(!_0x5ae4ef)throw new Error(_0x1adbb2(0xe0)+_0x1efd95[_0x1adbb2(0xcf)]+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x56a572=await buildHookMaps(_0x1efd95['appCode'],_0x1efd95[_0x1adbb2(0xff)],_0x4bd290,_0x5ae4ef),_0x16824f=[],_0xc38643=[],_0x4ed930=[];for(const _0x35b1ff of _0x4bd290){const _0xcd589e=await computeFileHash(_0x35b1ff[_0x1adbb2(0xf2)]),_0x2ec1c5=_0x5ae4ef['functions'][_0x35b1ff[_0x1adbb2(0xde)]];if(!_0x17040d&&_0x2ec1c5&&_0x2ec1c5[_0x1adbb2(0xf3)]===_0xcd589e){_0xc38643[_0x1adbb2(0xdc)]({'lockKey':_0x35b1ff[_0x1adbb2(0xde)],'reason':_0x1adbb2(0xdd)});continue;}try{await uploadSingleFunction(_0x1efd95[_0x1adbb2(0xcf)],_0x35b1ff,_0x5ae4ef,_0x56a572);const _0x415e85=_0x5ae4ef[_0x1adbb2(0xcc)][_0x35b1ff['lockKey']];_0x16824f['push']({'lockKey':_0x35b1ff[_0x1adbb2(0xde)],'remoteId':_0x415e85?.['remoteId']??0x0});}catch(_0x2bd89f){_0x4ed930[_0x1adbb2(0xdc)]({'lockKey':_0x35b1ff[_0x1adbb2(0xde)],'error':_0x2bd89f instanceof Error?_0x2bd89f['message']:String(_0x2bd89f)});}}_0x5ae4ef[_0x1adbb2(0xc9)]=new Date()['toISOString'](),await writeBffLockFile(_0x163f34[_0x1adbb2(0xae)],_0x24272a),await waitForUploadedLockEntries(_0x163f34[_0x1adbb2(0xae)],_0x1efd95[_0x1adbb2(0xcf)],_0x16824f[_0x1adbb2(0xce)](_0x4fa873=>_0x4fa873[_0x1adbb2(0xde)]));let _0x41d73c={'attempted':![],'cleared':![]};if(_0x16824f[_0x1adbb2(0xea)]>0x0)try{let _0x3a0f31='';for(let _0x5479d7=0x0;_0x5479d7<CACHE_CLEAR_ATTEMPTS;_0x5479d7+=0x1){_0x3a0f31=await clearBffScriptCache(),_0x5479d7<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x41d73c={'attempted':!![],'cleared':!![],'message':_0x3a0f31||'Runtime\x20script\x20cache\x20cleared.'};}catch(_0x3dde3d){_0x41d73c={'attempted':!![],'cleared':![],'error':_0x3dde3d instanceof Error?_0x3dde3d[_0x1adbb2(0xd5)]:String(_0x3dde3d)};}const _0x21495d=_0x4ed930[_0x1adbb2(0xea)]===0x0&&(_0x41d73c[_0x1adbb2(0xe1)]?_0x41d73c[_0x1adbb2(0xeb)]:!![]),_0x54bc83=_0x41d73c[_0x1adbb2(0xe1)]?_0x41d73c['cleared']?_0x1adbb2(0xc6):_0x1adbb2(0xda):_0x1adbb2(0xb0);return{'ok':_0x21495d,'data':{'uploaded':_0x16824f,'skipped':_0xc38643,'failed':_0x4ed930,'cacheClear':_0x41d73c},'message':'Push\x20complete:\x20'+_0x16824f[_0x1adbb2(0xea)]+_0x1adbb2(0xe2)+_0xc38643['length']+_0x1adbb2(0xe3)+_0x4ed930['length']+_0x1adbb2(0xd0)+_0x54bc83};}};async function getTargetFunctions(_0x4592ac,_0x2e4812){const _0x17871a=a36_0x256746,_0x1a086=_0x2e4812[_0x17871a(0xaf)](_0x17871a(0xbb)),_0x4c38e3=_0x2e4812[_0x17871a(0xaf)](_0x17871a(0xe8)),_0xec929f=normalizeBffType(_0x1a086)??undefined;if(_0x4c38e3&&!_0xec929f)throw CliErrors[_0x17871a(0xee)](_0x17871a(0xc3));const _0x4d4c38=await scanLocalBffFunctions(_0x4592ac,_0xec929f);if(_0x4c38e3){const _0x411ddf=_0x4d4c38[_0x17871a(0xf5)](_0x2a0273=>_0x2a0273['name']===_0x4c38e3);if(_0x411ddf[_0x17871a(0xea)]===0x0)throw CliErrors[_0x17871a(0xee)](_0x17871a(0x102)+_0xec929f+'/'+_0x4c38e3);return _0x411ddf;}return _0x4d4c38;}async function buildHookMaps(_0x16cb20,_0x142cb8,_0xa6aa5,_0x409938){const _0x25aa00=a36_0x256746,_0x4dbe23=_0xa6aa5[_0x25aa00(0xb5)](_0x41c8aa=>_0x41c8aa[_0x25aa00(0xbb)]===_0x25aa00(0xc2));if(!_0x4dbe23)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x185664=loadAliasMap(_0x142cb8,undefined,resolveApiFilePath(_0x142cb8,_0x16cb20)),_0x2939a0=new Map(_0x185664[_0x25aa00(0xce)](_0x5af6f=>[_0x5af6f['alias'],_0x5af6f[_0x25aa00(0xe4)]]));for(const _0x5ab115 of Object[_0x25aa00(0xfe)](_0x409938['functions'])){_0x5ab115[_0x25aa00(0xd3)]&&_0x5ab115[_0x25aa00(0xe4)]&&!_0x2939a0[_0x25aa00(0xd7)](_0x5ab115[_0x25aa00(0xd3)])&&_0x2939a0[_0x25aa00(0xb4)](_0x5ab115[_0x25aa00(0xd3)],_0x5ab115[_0x25aa00(0xe4)]);}const _0x69eb2e=await listDatasets(_0x16cb20),_0x551c42=new Map(_0x69eb2e[_0x25aa00(0xce)](_0x392353=>[_0x392353[_0x25aa00(0xc8)],_0x392353]));return{'aliasToDatasetCode':_0x2939a0,'datasetCodeToDataset':_0x551c42};}async function uploadSingleFunction(_0x4f3f36,_0x2fc705,_0x31a858,_0x264f96){const _0x1477c1=a36_0x256746,_0x5f064a=await readFile(_0x2fc705[_0x1477c1(0xf2)],_0x1477c1(0xb1)),_0x420de2=await computeFileHash(_0x2fc705[_0x1477c1(0xf2)]),_0x2a8394=_0x31a858['functions'][_0x2fc705[_0x1477c1(0xde)]];if(_0x2a8394?.[_0x1477c1(0xe7)]&&_0x2a8394[_0x1477c1(0xef)]==null)throw CliErrors['validation'](_0x2fc705[_0x1477c1(0xde)]+_0x1477c1(0xf6));let _0xde6365=extractScriptDescription(_0x5f064a);if(!_0xde6365&&_0x2a8394?.[_0x1477c1(0xe7)]){const _0x31bb26=await getBffScriptInfo(_0x2a8394[_0x1477c1(0xe7)]);_0xde6365=_0x31bb26[_0x1477c1(0xf7)]||undefined;}const _0x53781d={'appCode':_0x4f3f36,'functionName':_0x2fc705['name'],'scriptType':_0x2fc705[_0x1477c1(0xbb)],'scriptContent':_0x5f064a};if(_0x2a8394?.[_0x1477c1(0xe7)])_0x53781d['id']=_0x2a8394['remoteId'];if(_0x2a8394?.[_0x1477c1(0xef)]!=null)_0x53781d[_0x1477c1(0xef)]=_0x2a8394[_0x1477c1(0xef)];if(_0xde6365)_0x53781d[_0x1477c1(0xf7)]=_0xde6365;if(_0x2fc705[_0x1477c1(0xbb)]===_0x1477c1(0xc2)){const _0x42b6e4=_0x2fc705['alias'];if(!_0x42b6e4||!_0x2fc705[_0x1477c1(0xb9)]||!_0x2fc705[_0x1477c1(0xf9)])throw CliErrors[_0x1477c1(0xee)](_0x1477c1(0xbf)+_0x2fc705[_0x1477c1(0xde)]);const _0x5eae12=_0x264f96['aliasToDatasetCode'][_0x1477c1(0xe6)](_0x42b6e4)??_0x2a8394?.[_0x1477c1(0xe4)]??_0x42b6e4,_0x479530=_0x264f96[_0x1477c1(0xf0)][_0x1477c1(0xe6)](_0x5eae12);if(!_0x479530)throw CliErrors[_0x1477c1(0xee)](_0x1477c1(0xcb)+_0x42b6e4+_0x1477c1(0xfa)+(_0x1477c1(0xc4)+CLI_BIN_NAME+_0x1477c1(0x103)));_0x53781d[_0x1477c1(0xc5)]=_0x479530['id'],_0x53781d[_0x1477c1(0xb9)]=_0x2fc705[_0x1477c1(0xb9)],_0x53781d[_0x1477c1(0xf9)]=_0x2fc705[_0x1477c1(0xf9)];}const _0x2eb768=await saveBffScript(_0x53781d),_0x5c2e55=_0x2eb768['id'],_0x599177=_0x2eb768[_0x1477c1(0xb2)]??await getBffScriptInfo(_0x5c2e55),_0x5b5fa2={'hash':_0x420de2,'remoteId':_0x5c2e55,'version':_0x599177[_0x1477c1(0xef)]};if(_0x2fc705[_0x1477c1(0xbb)]==='HOOK'){const _0x375ddc=_0x2fc705[_0x1477c1(0xd3)],_0x362249=_0x264f96[_0x1477c1(0xbe)][_0x1477c1(0xe6)](_0x375ddc)??_0x2a8394?.[_0x1477c1(0xe4)]??_0x375ddc;_0x264f96['aliasToDatasetCode'][_0x1477c1(0xd7)](_0x375ddc)?_0x5b5fa2[_0x1477c1(0xd3)]=_0x375ddc:_0x5b5fa2['alias']=_0x2a8394?.['alias'],_0x5b5fa2[_0x1477c1(0xe4)]=_0x362249,_0x5b5fa2[_0x1477c1(0xb9)]=_0x2fc705['operationType'],_0x5b5fa2[_0x1477c1(0xf9)]=_0x2fc705[_0x1477c1(0xf9)];}_0x31a858['functions'][_0x2fc705[_0x1477c1(0xde)]]=_0x5b5fa2;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;function a36_0xbc97(){const _0x4e7bfd=['lockFilePath','str','runtime\x20cache\x20not\x20needed','utf8','script','8iaGCLb','set','some','6056754XqBSzD','10699640UVXzbd','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','operationType','5871415rroWDs','type','every','bff','aliasToDatasetCode','Incomplete\x20HOOK\x20path:\x20','115312OcKPYy','Push\x20local\x20BFF\x20scripts\x20to\x20remote','HOOK','--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','Run\x20`','datasetId','runtime\x20cache\x20cleared','Force\x20push\x20ignoring\x20hash\x20protection','code','lastSync','No\x20local\x20BFF\x20functions\x20found.','Cannot\x20resolve\x20dataset\x20for\x20\x22','functions','scriptsRoot','map','appCode','\x20failed,\x20','status','8663112XYCNNM','alias','force','message','Would\x20inspect\x20','has','4SfsfEN','stringify','runtime\x20cache\x20clear\x20failed','apps','push','unchanged','lockKey','/api/management/library/scripts/save','Lock\x20scope\x20for\x20app\x20\x22','attempted','\x20uploaded,\x20','\x20skipped,\x20','datasetCode','boolean','get','remoteId','name','update','length','cleared','5859WPUFNe','ENDPOINT','validation','version','datasetCodeToDataset','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','filePath','hash','join','filter',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','description','create','functionNode','\x22.\x20','15592TJsAno','high-risk-write','would_push','values','apiDir','878403LwAUQu','POST','Local\x20function\x20not\x20found:\x20','\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.'];a36_0xbc97=function(){return _0x4e7bfd;};return a36_0xbc97();}async function waitForUploadedLockEntries(_0x21da8c,_0x2d4e56,_0x248de7){const _0x5ef7a3=a36_0x256746;if(_0x248de7[_0x5ef7a3(0xea)]===0x0)return;for(let _0x4c532d=0x0;_0x4c532d<LOCK_SETTLE_RETRY_COUNT;_0x4c532d+=0x1){const _0x1d14cc=await readBffLockFile(_0x21da8c),_0x4c3909=_0x1d14cc?.[_0x5ef7a3(0xdb)]?.[_0x2d4e56]?.[_0x5ef7a3(0xcc)]??{},_0x1c59a4=_0x248de7[_0x5ef7a3(0xbc)](_0x5479ba=>!!_0x4c3909[_0x5479ba]?.[_0x5ef7a3(0xe7)]);if(_0x1c59a4)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0x5ef7a3(0xf1)+_0x248de7[_0x5ef7a3(0xf4)](',\x20')+'.');}
@@ -1 +1 @@
1
- const a37_0xcf25b2=a37_0x420d;(function(_0x1074be,_0x3da69e){const _0x348b33=a37_0x420d,_0x2a8b9e=_0x1074be();while(!![]){try{const _0x18f965=-parseInt(_0x348b33(0x16e))/0x1*(parseInt(_0x348b33(0x16b))/0x2)+parseInt(_0x348b33(0x17b))/0x3*(-parseInt(_0x348b33(0x174))/0x4)+-parseInt(_0x348b33(0x17f))/0x5*(parseInt(_0x348b33(0x177))/0x6)+-parseInt(_0x348b33(0x168))/0x7+parseInt(_0x348b33(0x17e))/0x8+-parseInt(_0x348b33(0x175))/0x9+parseInt(_0x348b33(0x179))/0xa;if(_0x18f965===_0x3da69e)break;else _0x2a8b9e['push'](_0x2a8b9e['shift']());}catch(_0x15af8e){_0x2a8b9e['push'](_0x2a8b9e['shift']());}}}(a37_0x52f4,0xcafa8));import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';function a37_0x52f4(){const _0x3af426=['3819215qXABCw','push','alias','read','has','lockKey','\x20added,\x20','bff','all','Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally','9303287HUppXB','filePath','length','2MkseIC','status','map','1052819wnEPmn','remote','scriptsRoot','appCode','boolean','Check\x20local\x20BFF\x20sync\x20status\x20against\x20lock\x20file','204bxHLEo','14004126oxcdeq','\x20remote-only','6ZQgObp','lockFilePath','51963680XQyWiA','functions','47412fwgKlU','\x20unchanged','apiDir','9142024auhrFF'];a37_0x52f4=function(){return _0x3af426;};return a37_0x52f4();}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 a37_0x420d(_0x3bf6a6,_0x1346d3){_0x3bf6a6=_0x3bf6a6-0x163;const _0x52f46c=a37_0x52f4();let _0x420da2=_0x52f46c[_0x3bf6a6];return _0x420da2;}export const bffStatus={'service':a37_0xcf25b2(0x165),'command':a37_0xcf25b2(0x16c),'description':a37_0xcf25b2(0x173),'risk':a37_0xcf25b2(0x182),'flags':[{'name':'remote','type':a37_0xcf25b2(0x172),'description':a37_0xcf25b2(0x167)}],async 'execute'(_0x28e980){const _0x28dfa2=a37_0xcf25b2,_0x2893c5=loadBffProjectConfig(_0x28e980[_0x28dfa2(0x171)]),_0x101eb7=await readBffLockFile(_0x2893c5[_0x28dfa2(0x178)]),{appLock:_0x460c71}=ensureLockScope(_0x101eb7??createEmptyBffLock(),_0x28e980[_0x28dfa2(0x171)],_0x2893c5[_0x28dfa2(0x170)],_0x28dfa2(0x16c)),_0x32fff4=await scanLocalBffFunctions(_0x2893c5),_0x193bea=[],_0x4b5f0a=[],_0x3fecb3=[];for(const _0x27e3f4 of _0x32fff4){const _0x2f3a99=await computeFileHash(_0x27e3f4[_0x28dfa2(0x169)]),_0x18733f=_0x460c71[_0x28dfa2(0x17a)][_0x27e3f4[_0x28dfa2(0x163)]];if(!_0x18733f)_0x193bea['push'](_0x27e3f4[_0x28dfa2(0x163)]);else _0x18733f['hash']!==_0x2f3a99?_0x4b5f0a[_0x28dfa2(0x180)](_0x27e3f4[_0x28dfa2(0x163)]):_0x3fecb3[_0x28dfa2(0x180)](_0x27e3f4[_0x28dfa2(0x163)]);}const _0x5cf938=[];if(_0x28e980['bool'](_0x28dfa2(0x16f))){const _0x2fa758=loadAliasMap(_0x28e980[_0x28dfa2(0x17d)],undefined,resolveApiFilePath(_0x28e980[_0x28dfa2(0x17d)],_0x28e980[_0x28dfa2(0x171)])),_0x47c8b6=new Map(_0x2fa758[_0x28dfa2(0x16d)](_0x3e5d44=>[_0x3e5d44['datasetCode'],_0x3e5d44[_0x28dfa2(0x181)]])),[_0x2affa1,_0x2ed163]=await Promise[_0x28dfa2(0x166)]([listBffScripts(_0x28e980['appCode']),getBffScriptStatistics(_0x28e980[_0x28dfa2(0x171)])]),_0x584ab4=createHookLocationMap(_0x2ed163),_0x3bb6c8=new Set(_0x32fff4[_0x28dfa2(0x16d)](_0x35a152=>_0x35a152[_0x28dfa2(0x163)]));for(const _0x19b73d of _0x2affa1){const _0x3a3b01=resolveRemoteScriptTarget(_0x2893c5,_0x19b73d,_0x584ab4,_0x460c71[_0x28dfa2(0x17a)],_0x47c8b6);_0x3a3b01&&!_0x3bb6c8[_0x28dfa2(0x183)](_0x3a3b01[_0x28dfa2(0x163)])&&_0x5cf938[_0x28dfa2(0x180)](_0x3a3b01[_0x28dfa2(0x163)]);}}const _0x12ab85=_0x193bea[_0x28dfa2(0x16a)]===0x0&&_0x4b5f0a[_0x28dfa2(0x16a)]===0x0&&_0x5cf938['length']===0x0;return{'ok':!![],'data':{'added':_0x193bea,'modified':_0x4b5f0a,'unchanged':_0x3fecb3,'remoteOnly':_0x5cf938},'message':_0x12ab85?'All\x20BFF\x20scripts\x20are\x20in\x20sync.':_0x193bea['length']+_0x28dfa2(0x164)+_0x4b5f0a[_0x28dfa2(0x16a)]+'\x20modified,\x20'+_0x3fecb3[_0x28dfa2(0x16a)]+_0x28dfa2(0x17c)+(_0x5cf938[_0x28dfa2(0x16a)]>0x0?',\x20'+_0x5cf938['length']+_0x28dfa2(0x176):'')};}};
1
+ const a37_0x536f00=a37_0x2d91;(function(_0x279d18,_0x10bacb){const _0x582a62=a37_0x2d91,_0x3bb918=_0x279d18();while(!![]){try{const _0x33d290=-parseInt(_0x582a62(0x18b))/0x1*(-parseInt(_0x582a62(0x19c))/0x2)+parseInt(_0x582a62(0x1a5))/0x3*(-parseInt(_0x582a62(0x1a3))/0x4)+-parseInt(_0x582a62(0x186))/0x5*(-parseInt(_0x582a62(0x1a2))/0x6)+-parseInt(_0x582a62(0x187))/0x7+-parseInt(_0x582a62(0x197))/0x8+-parseInt(_0x582a62(0x1a0))/0x9*(-parseInt(_0x582a62(0x19d))/0xa)+parseInt(_0x582a62(0x19a))/0xb;if(_0x33d290===_0x10bacb)break;else _0x3bb918['push'](_0x3bb918['shift']());}catch(_0x4c0e20){_0x3bb918['push'](_0x3bb918['shift']());}}}(a37_0x3c9f,0xe5159));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';function a37_0x2d91(_0x2d2140,_0x14a498){_0x2d2140=_0x2d2140-0x182;const _0x3c9f7c=a37_0x3c9f();let _0x2d9113=_0x3c9f7c[_0x2d2140];return _0x2d9113;}import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile}from'../../core/bff/lock.js';function a37_0x3c9f(){const _0x320cd8=['11286oKhOvf','822090zVVjUh','remote','length','81tfQNuf','datasetCode','2184552LNmmnB','378188mzTFxq','Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally','3bscAyb','alias','map','\x20added,\x20','Check\x20local\x20BFF\x20sync\x20status\x20against\x20lock\x20file','5wZjWjl','5354223Lctyzx','filePath','appCode','status','120txMTlK','\x20remote-only','\x20modified,\x20','has','lockFilePath','push','bool','\x20unchanged','boolean','bff','apiDir','lockKey','356792TCAMcC','functions','read','673541AOMYYT','scriptsRoot'];a37_0x3c9f=function(){return _0x320cd8;};return a37_0x3c9f();}export const bffStatus={'service':a37_0x536f00(0x194),'command':'status','description':a37_0x536f00(0x185),'risk':a37_0x536f00(0x199),'flags':[{'name':a37_0x536f00(0x19e),'type':a37_0x536f00(0x193),'description':a37_0x536f00(0x1a4)}],async 'execute'(_0x44928c){const _0x5724eb=a37_0x536f00,_0x1d7ae9=loadBffProjectConfig(_0x44928c[_0x5724eb(0x189)]),_0x2f68ba=await readBffLockFile(_0x1d7ae9[_0x5724eb(0x18f)]),{appLock:_0x301e80}=ensureLockScope(_0x2f68ba??createEmptyBffLock(),_0x44928c['appCode'],_0x1d7ae9[_0x5724eb(0x19b)],_0x5724eb(0x18a)),_0x3fdc8c=await scanLocalBffFunctions(_0x1d7ae9),_0x3959ac=[],_0x251bc1=[],_0x4bbe8f=[];for(const _0x330346 of _0x3fdc8c){const _0x553772=await computeFileHash(_0x330346[_0x5724eb(0x188)]),_0x3aa45c=_0x301e80[_0x5724eb(0x198)][_0x330346[_0x5724eb(0x196)]];if(!_0x3aa45c)_0x3959ac[_0x5724eb(0x190)](_0x330346[_0x5724eb(0x196)]);else _0x3aa45c['hash']!==_0x553772?_0x251bc1['push'](_0x330346['lockKey']):_0x4bbe8f['push'](_0x330346[_0x5724eb(0x196)]);}const _0x1002e8=[];if(_0x44928c[_0x5724eb(0x191)](_0x5724eb(0x19e))){const _0x5abdf7=loadAliasMap(_0x44928c[_0x5724eb(0x195)],undefined,resolveApiFilePath(_0x44928c[_0x5724eb(0x195)],_0x44928c['appCode'])),_0x5cf9f8=new Map(_0x5abdf7[_0x5724eb(0x183)](_0x5af96d=>[_0x5af96d[_0x5724eb(0x1a1)],_0x5af96d[_0x5724eb(0x182)]])),[_0xb4e89c,_0x36023d]=await Promise['all']([listBffScripts(_0x44928c[_0x5724eb(0x189)]),getBffScriptStatistics(_0x44928c[_0x5724eb(0x189)])]),_0x547d85=createHookLocationMap(_0x36023d),_0x1530aa=new Set(_0x3fdc8c['map'](_0x474aac=>_0x474aac[_0x5724eb(0x196)]));for(const _0x2a61b4 of _0xb4e89c){const _0x5c7ab4=resolveRemoteScriptTarget(_0x1d7ae9,_0x2a61b4,_0x547d85,_0x301e80[_0x5724eb(0x198)],_0x5cf9f8);_0x5c7ab4&&!_0x1530aa[_0x5724eb(0x18e)](_0x5c7ab4[_0x5724eb(0x196)])&&_0x1002e8[_0x5724eb(0x190)](_0x5c7ab4[_0x5724eb(0x196)]);}}const _0x524846=_0x3959ac['length']===0x0&&_0x251bc1[_0x5724eb(0x19f)]===0x0&&_0x1002e8['length']===0x0;return{'ok':!![],'data':{'added':_0x3959ac,'modified':_0x251bc1,'unchanged':_0x4bbe8f,'remoteOnly':_0x1002e8},'message':_0x524846?'All\x20BFF\x20scripts\x20are\x20in\x20sync.':_0x3959ac[_0x5724eb(0x19f)]+_0x5724eb(0x184)+_0x251bc1[_0x5724eb(0x19f)]+_0x5724eb(0x18d)+_0x4bbe8f[_0x5724eb(0x19f)]+_0x5724eb(0x192)+(_0x1002e8[_0x5724eb(0x19f)]>0x0?',\x20'+_0x1002e8[_0x5724eb(0x19f)]+_0x5724eb(0x18c):'')};}};
@@ -1 +1 @@
1
- const a38_0x5b0307=a38_0x3605;(function(_0x2c9210,_0x553d9a){const _0x1c8c29=a38_0x3605,_0x5dfa69=_0x2c9210();while(!![]){try{const _0x42e6cd=-parseInt(_0x1c8c29(0x1ec))/0x1*(parseInt(_0x1c8c29(0x1f8))/0x2)+parseInt(_0x1c8c29(0x1ee))/0x3*(parseInt(_0x1c8c29(0x1ed))/0x4)+-parseInt(_0x1c8c29(0x1e6))/0x5*(-parseInt(_0x1c8c29(0x1e8))/0x6)+parseInt(_0x1c8c29(0x1f6))/0x7+parseInt(_0x1c8c29(0x1f7))/0x8+parseInt(_0x1c8c29(0x1dd))/0x9+-parseInt(_0x1c8c29(0x1f1))/0xa;if(_0x42e6cd===_0x553d9a)break;else _0x5dfa69['push'](_0x5dfa69['shift']());}catch(_0x508265){_0x5dfa69['push'](_0x5dfa69['shift']());}}}(a38_0x76a7,0xefc6a));function a38_0x76a7(){const _0x563c06=['cli-skill','330RVTYTS','pipe','77676HSvSdf','apiError','log','read','3WOOkxu','4ZReQFy','3390951SkMAjA',')...','cwd','14721950KoWxqS','inherit','unknown','npx\x20skills\x20add\x20failed:\x20','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(','2550142CYvyHF','1498144RoNHAs','1119214ZgcmwY','14371299WKWkLA','error','install','skipped','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','Skipped\x20npx\x20(RABETBASE_SKIP_NPX_SKILLS=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.','setLogPath','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.'];a38_0x76a7=function(){return _0x563c06;};return a38_0x76a7();}import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';function a38_0x3605(_0x59597e,_0x38b3ed){_0x59597e=_0x59597e-0x1dd;const _0x76a7e2=a38_0x76a7();let _0x360563=_0x76a7e2[_0x59597e];return _0x360563;}export const cliSkillDefinitions=[{'service':a38_0x5b0307(0x1e5),'command':a38_0x5b0307(0x1df),'description':a38_0x5b0307(0x1e1),'risk':a38_0x5b0307(0x1eb),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x291cc7){const _0x4b2e88=a38_0x5b0307;logger[_0x4b2e88(0x1e3)](process['cwd']()),logger['info']('cli-skill-install',_0x4b2e88(0x1e4));const {NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE:_0x4ef033,RABETBASE_SKILL_SOURCE:_0x314989,runNpxSkillsAddGlobal:_0x1d1bfe}=await import('../../skills/npx-skills-add.js'),_0x4ae842=_0x291cc7['nonInteractive']?_0x4b2e88(0x1e7):_0x4b2e88(0x1f2);console[_0x4b2e88(0x1ea)](_0x4b2e88(0x1f5)+_0x4ef033+_0x4b2e88(0x1ef));const _0x549c24=_0x1d1bfe(process[_0x4b2e88(0x1f0)](),_0x314989,{'stdio':_0x4ae842});if(_0x549c24[_0x4b2e88(0x1e0)])console[_0x4b2e88(0x1ea)](_0x4b2e88(0x1e2));else{if(_0x549c24['ok'])console[_0x4b2e88(0x1ea)]('CLI\x20Built-in\x20Skill\x20installed');else throw CliErrors[_0x4b2e88(0x1e9)](_0x4b2e88(0x1f4)+(_0x549c24[_0x4b2e88(0x1de)]||_0x4b2e88(0x1f3)),'Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20'+_0x4ef033);}return{'ok':!![]};}}];
1
+ function a38_0x5019(){const _0x111d76=['apiError','install','80205JVhVjn','npx\x20skills\x20add\x20failed:\x20','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','1505357nVUNdu','60nXcotu','55956JpZnIs','nonInteractive','cli-skill','4lpWxpe','18EOBmXD','474561FLDpHD','cwd','cli-skill-install','skipped','../../skills/npx-skills-add.js','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.','pipe','read','1991BCaXxv','329376sPvyXp','Skipped\x20npx\x20(RABETBASE_SKIP_NPX_SKILLS=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.','2746528UqBeBL','CLI\x20Built-in\x20Skill\x20installed','log','48ARDMcU','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(','Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20','967390TVrpBe','setLogPath',')...','unknown'];a38_0x5019=function(){return _0x111d76;};return a38_0x5019();}const a38_0x509a2f=a38_0x33fc;function a38_0x33fc(_0x5bdc57,_0x58d835){_0x5bdc57=_0x5bdc57-0xe3;const _0x501964=a38_0x5019();let _0x33fcb4=_0x501964[_0x5bdc57];return _0x33fcb4;}(function(_0x414942,_0xeee06a){const _0x4097d6=a38_0x33fc,_0x30723a=_0x414942();while(!![]){try{const _0x4dd52d=-parseInt(_0x4097d6(0xf8))/0x1*(-parseInt(_0x4097d6(0x103))/0x2)+-parseInt(_0x4097d6(0xf0))/0x3*(-parseInt(_0x4097d6(0xe7))/0x4)+parseInt(_0x4097d6(0xea))/0x5+parseInt(_0x4097d6(0xf9))/0x6*(-parseInt(_0x4097d6(0xf3))/0x7)+parseInt(_0x4097d6(0xe4))/0x8+-parseInt(_0x4097d6(0xfa))/0x9*(-parseInt(_0x4097d6(0xf4))/0xa)+-parseInt(_0x4097d6(0x102))/0xb*(parseInt(_0x4097d6(0xf5))/0xc);if(_0x4dd52d===_0xeee06a)break;else _0x30723a['push'](_0x30723a['shift']());}catch(_0x352b4c){_0x30723a['push'](_0x30723a['shift']());}}}(a38_0x5019,0x53e20));import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':a38_0x509a2f(0xf7),'command':a38_0x509a2f(0xef),'description':a38_0x509a2f(0xf2),'risk':a38_0x509a2f(0x101),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x5ab85b){const _0x3277f5=a38_0x509a2f;logger[_0x3277f5(0xeb)](process['cwd']()),logger['info'](_0x3277f5(0xfc),_0x3277f5(0xff));const {NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE:_0x39f159,RABETBASE_SKILL_SOURCE:_0x2d10c8,runNpxSkillsAddGlobal:_0x1bad3e}=await import(_0x3277f5(0xfe)),_0x1eccdd=_0x5ab85b[_0x3277f5(0xf6)]?_0x3277f5(0x100):'inherit';console['log'](_0x3277f5(0xe8)+_0x39f159+_0x3277f5(0xec));const _0x317455=_0x1bad3e(process[_0x3277f5(0xfb)](),_0x2d10c8,{'stdio':_0x1eccdd});if(_0x317455[_0x3277f5(0xfd)])console[_0x3277f5(0xe6)](_0x3277f5(0xe3));else{if(_0x317455['ok'])console[_0x3277f5(0xe6)](_0x3277f5(0xe5));else throw CliErrors[_0x3277f5(0xee)](_0x3277f5(0xf1)+(_0x317455['error']||_0x3277f5(0xed)),_0x3277f5(0xe9)+_0x39f159);}return{'ok':!![]};}}];
@@ -1 +1 @@
1
- const a39_0x45dd45=a39_0x2060;(function(_0x413f1d,_0x3f19e4){const _0x20f59f=a39_0x2060,_0x3e72ff=_0x413f1d();while(!![]){try{const _0x1ac400=-parseInt(_0x20f59f(0x1f9))/0x1+parseInt(_0x20f59f(0x205))/0x2*(parseInt(_0x20f59f(0x1ff))/0x3)+-parseInt(_0x20f59f(0x1c9))/0x4*(parseInt(_0x20f59f(0x1de))/0x5)+-parseInt(_0x20f59f(0x1e3))/0x6*(-parseInt(_0x20f59f(0x210))/0x7)+parseInt(_0x20f59f(0x1da))/0x8*(parseInt(_0x20f59f(0x1d6))/0x9)+parseInt(_0x20f59f(0x20c))/0xa+-parseInt(_0x20f59f(0x20b))/0xb*(parseInt(_0x20f59f(0x1ce))/0xc);if(_0x1ac400===_0x3f19e4)break;else _0x3e72ff['push'](_0x3e72ff['shift']());}catch(_0x407f9e){_0x3e72ff['push'](_0x3e72ff['shift']());}}}(a39_0x5242,0x188f2));import a39_0x4f71f7 from'chalk';import a39_0xdf470d from'ora';function a39_0x5242(){const _0x1ac73c=['\x20install\x20-g\x20','\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20','error','76hhzUpH','boolean','\x20\x20Try\x20manually:\x20','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','yellow','24KlPclP','green','update','log','@latest','map','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','latest','193554lsKtGf','Checking\x20CLI\x20Built-in\x20Skill...','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20','valid','24hZmwTg','Version\x20comparison\x20failed','Updating\x20via\x20','fromEntries','45635uitHic','Requested\x20version:\x20','https://registry.npmjs.org/-/package/','bun','gray','258DUNbYr','Invalid\x20version:\x20','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.','skills','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','\x20→\x20','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','string','run','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','unknown','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','\x20\x20Run\x20manually:\x20','includes','version','succeed','Already\x20on\x20requested\x20version\x20(v','beta','Checking\x20for\x20updates...','length','message','Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm','90905RIstJO','flag','fail','\x20cli-skill\x20install','validation','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','545289LjLWhp','info','bool','inherit','toLowerCase','json','2aXEARZ','warn','npm','Current\x20version:\x20','trim','...','1349458CWbpla','1811080WGipSK','source','read','install','29771ZSAmXt','no-skills','start','skipped','/dist-tags'];a39_0x5242=function(){return _0x1ac73c;};return a39_0x5242();}import a39_0x486e75 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 _0x23b8e8=a39_0x2060;return GIT_COMMIT!==_0x23b8e8(0x1ed)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION;}function a39_0x2060(_0x2815cb,_0x4af26f){_0x2815cb=_0x2815cb-0x1c9;const _0x524257=a39_0x5242();let _0x20601c=_0x524257[_0x2815cb];return _0x20601c;}function detectPackageManager(){const _0x4d563d=a39_0x2060,_0x2a9c1c=process['execPath'][_0x4d563d(0x203)]();if(_0x2a9c1c[_0x4d563d(0x1f0)]('bun'))return _0x4d563d(0x1e1);return _0x4d563d(0x207);}const updateFlags=[{'name':a39_0x45dd45(0x1f4),'type':'boolean','description':a39_0x45dd45(0x1ee),'default':![]},{'name':a39_0x45dd45(0x1f1),'type':a39_0x45dd45(0x1ea),'description':'Install\x20a\x20specific\x20CLI\x20version'},{'name':a39_0x45dd45(0x211),'type':'boolean','description':'Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','default':![]},{'name':'skills','type':a39_0x45dd45(0x1ca),'description':'Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','default':!![],'hidden':!![]}];function getRequestedVersion(_0x2e1a4b){const _0x28f51c=a39_0x45dd45;return _0x2e1a4b['str'](_0x28f51c(0x1f1))[_0x28f51c(0x209)]();}function shouldSkipCliSkill(_0x6e7d78){const _0x4e010d=a39_0x45dd45;return _0x6e7d78[_0x4e010d(0x201)](_0x4e010d(0x211))||_0x6e7d78[_0x4e010d(0x1fa)](_0x4e010d(0x1e6))===![];}async function validateUpdateFlags(_0x834d55){const _0x414499=a39_0x45dd45,_0x3263b0=_0x834d55[_0x414499(0x201)](_0x414499(0x1f4)),_0x346b28=getRequestedVersion(_0x834d55);if(_0x3263b0&&_0x346b28)throw CliErrors[_0x414499(0x1fd)]('--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.',_0x414499(0x1e5));if(_0x346b28&&!a39_0x486e75[_0x414499(0x1d9)](_0x346b28))throw CliErrors['validation'](_0x414499(0x1e4)+_0x346b28,_0x414499(0x1e7));}async function fetchNpmDistTags(){const _0x3311aa=a39_0x45dd45;try{const _0x46ec64=await fetch(_0x3311aa(0x1e0)+encodeURIComponent(NPM_PACKAGE_NAME)+_0x3311aa(0x214),{'signal':AbortSignal['timeout'](0x2710)});if(!_0x46ec64['ok'])return null;const _0x1dea64=await _0x46ec64[_0x3311aa(0x204)]();if(!_0x1dea64||typeof _0x1dea64!=='object')return null;return Object[_0x3311aa(0x1dd)](Object['entries'](_0x1dea64)['filter'](([,_0x10a6ed])=>typeof _0x10a6ed===_0x3311aa(0x1ea)&&_0x10a6ed[_0x3311aa(0x209)]()[_0x3311aa(0x1f6)]>0x0)[_0x3311aa(0x1d3)](([_0x3b5d7d,_0x2932da])=>[_0x3b5d7d,String(_0x2932da)[_0x3311aa(0x209)]()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x5adb60){const _0x257c3a=await fetchNpmDistTags();return _0x257c3a?.[_0x5adb60]??null;}async function fetchLatestVersion(){const _0x37a1a6=a39_0x45dd45;return fetchNpmDistTagVersion(_0x37a1a6(0x1d5));}async function resolveTargetVersion(_0x530bf4){const _0x4b0a15=a39_0x45dd45,_0xee537b=getRequestedVersion(_0x530bf4);if(_0xee537b)return{'version':_0xee537b,'source':_0x4b0a15(0x1f1)};if(_0x530bf4[_0x4b0a15(0x201)](_0x4b0a15(0x1f4))){const _0x42c480=await fetchNpmDistTagVersion('beta');if(!_0x42c480)return null;return{'version':_0x42c480,'source':_0x4b0a15(0x1f4)};}const _0x596262=await fetchLatestVersion();if(!_0x596262)return null;return{'version':_0x596262,'source':_0x4b0a15(0x1d5)};}function shouldInstallTarget(_0x3e6195,_0x29fc96){const _0xcde800=a39_0x45dd45;if(_0x29fc96[_0xcde800(0x20d)]==='version'||_0x29fc96[_0xcde800(0x20d)]==='beta')return!a39_0x486e75['eq'](_0x3e6195,_0x29fc96[_0xcde800(0x1f1)]);return a39_0x486e75['lt'](_0x3e6195,_0x29fc96[_0xcde800(0x1f1)]);}function getInstallPlanLabel(_0x46018f,_0x4ff451){const _0x3a52ac=a39_0x45dd45;switch(_0x4ff451[_0x3a52ac(0x20d)]){case'beta':return'Beta\x20version:\x20'+a39_0x4f71f7[_0x3a52ac(0x1cd)](_0x46018f)+_0x3a52ac(0x1e8)+a39_0x4f71f7[_0x3a52ac(0x1cf)](_0x4ff451[_0x3a52ac(0x1f1)]);case _0x3a52ac(0x1f1):return _0x3a52ac(0x1df)+a39_0x4f71f7[_0x3a52ac(0x1cd)](_0x46018f)+_0x3a52ac(0x1e8)+a39_0x4f71f7[_0x3a52ac(0x1cf)](_0x4ff451[_0x3a52ac(0x1f1)]);case _0x3a52ac(0x1d5):default:return'Update\x20available:\x20'+a39_0x4f71f7['yellow'](_0x46018f)+_0x3a52ac(0x1e8)+a39_0x4f71f7[_0x3a52ac(0x1cf)](_0x4ff451[_0x3a52ac(0x1f1)]);}}async function installCliSkill(_0x5a3214){const _0x5bced2=a39_0x45dd45;console[_0x5bced2(0x1d1)](a39_0x4f71f7[_0x5bced2(0x1e2)](_0x5bced2(0x1d7)));const _0x3d1d99=runNpxSkillsAddGlobal(process['cwd'](),RABETBASE_SKILL_SOURCE,{'stdio':_0x5a3214?'pipe':_0x5bced2(0x202)});if(_0x3d1d99[_0x5bced2(0x213)]){console[_0x5bced2(0x1d1)](a39_0x4f71f7[_0x5bced2(0x1e2)]('\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).'));return;}if(_0x3d1d99['ok']){console[_0x5bced2(0x1d1)](a39_0x4f71f7[_0x5bced2(0x1e2)](_0x5bced2(0x1e9)));return;}console[_0x5bced2(0x206)](a39_0x4f71f7[_0x5bced2(0x1cd)](_0x5bced2(0x216)+(_0x3d1d99['error']||_0x5bced2(0x1ed)))),console['log'](a39_0x4f71f7[_0x5bced2(0x1e2)](_0x5bced2(0x1ef)+CLI_BIN_NAME+_0x5bced2(0x1fc)));}async function execute(_0x458283){const _0x3fec7d=a39_0x45dd45;await validateUpdateFlags(_0x458283);const _0x2449f6=getCurrentVersion();console[_0x3fec7d(0x1d1)](_0x3fec7d(0x208)+_0x2449f6);const _0x5cc95c=a39_0xdf470d(_0x3fec7d(0x1f5))[_0x3fec7d(0x212)](),_0x2caf89=await resolveTargetVersion(_0x458283);if(!_0x2caf89){const _0x1e5c1d=_0x458283[_0x3fec7d(0x201)](_0x3fec7d(0x1f4))?_0x3fec7d(0x1f8):_0x3fec7d(0x1cc);return _0x5cc95c[_0x3fec7d(0x1fb)](_0x1e5c1d),console[_0x3fec7d(0x1d1)](a39_0x4f71f7[_0x3fec7d(0x1e2)](_0x3fec7d(0x1d8)+NPM_PACKAGE_NAME+_0x3fec7d(0x1d2))),{'ok':![],'message':_0x1e5c1d};}const _0x49bfd8=a39_0x486e75['valid'](VERSION),_0x1c54a9=a39_0x486e75[_0x3fec7d(0x1d9)](_0x2caf89[_0x3fec7d(0x1f1)]);if(!_0x49bfd8||!_0x1c54a9)return _0x5cc95c[_0x3fec7d(0x1fb)](_0x3fec7d(0x1db)),{'ok':![],'message':_0x3fec7d(0x1db)};if(!shouldInstallTarget(_0x49bfd8,_0x2caf89)){const _0x75cbd5=_0x2caf89[_0x3fec7d(0x20d)]===_0x3fec7d(0x1f1)?_0x3fec7d(0x1f3)+_0x2caf89['version']+')':'Already\x20up\x20to\x20date\x20(v'+_0x2caf89[_0x3fec7d(0x1f1)]+')';return _0x5cc95c[_0x3fec7d(0x1f2)](_0x75cbd5),shouldSkipCliSkill(_0x458283)?console[_0x3fec7d(0x1d1)](a39_0x4f71f7[_0x3fec7d(0x1e2)](_0x3fec7d(0x1fe))):await installCliSkill(_0x458283['nonInteractive']),{'ok':!![]};}_0x5cc95c[_0x3fec7d(0x200)](getInstallPlanLabel(_0x2449f6,_0x2caf89));const _0x146260=detectPackageManager(),_0x4fdc58=_0x146260===_0x3fec7d(0x207)?resolveNpmBin(_0x3fec7d(0x207)):_0x146260,_0x355286=a39_0xdf470d(_0x3fec7d(0x1dc)+_0x146260+_0x3fec7d(0x20a))[_0x3fec7d(0x212)]();try{return await execa(_0x4fdc58,[_0x3fec7d(0x20f),'-g',NPM_PACKAGE_NAME+'@'+_0x2caf89[_0x3fec7d(0x1f1)]],{'stdio':'pipe'}),_0x355286['succeed']('Updated\x20to\x20v'+_0x2caf89[_0x3fec7d(0x1f1)]),console[_0x3fec7d(0x1d1)](a39_0x4f71f7[_0x3fec7d(0x1e2)](_0x3fec7d(0x1d4))),shouldSkipCliSkill(_0x458283)?console['log'](a39_0x4f71f7[_0x3fec7d(0x1e2)](_0x3fec7d(0x1fe))):await installCliSkill(_0x458283['nonInteractive']),{'ok':!![]};}catch(_0x3f060e){return _0x355286['fail']('Update\x20failed'),console[_0x3fec7d(0x217)](a39_0x4f71f7['red']('\x20\x20'+_0x3f060e[_0x3fec7d(0x1f7)])),console[_0x3fec7d(0x1d1)](a39_0x4f71f7[_0x3fec7d(0x1e2)](_0x3fec7d(0x1cb)+_0x146260+_0x3fec7d(0x215)+NPM_PACKAGE_NAME+'@'+_0x2caf89[_0x3fec7d(0x1f1)])),{'ok':![],'message':_0x3f060e[_0x3fec7d(0x1f7)]};}}export const updateDefinition={'service':a39_0x45dd45(0x1d0),'command':a39_0x45dd45(0x1eb),'description':a39_0x45dd45(0x1ec),'risk':a39_0x45dd45(0x20e),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
1
+ const a39_0x3dc2db=a39_0x49ec;(function(_0x5809dc,_0x48afdf){const _0x22c44e=a39_0x49ec,_0x1cb171=_0x5809dc();while(!![]){try{const _0x72ea94=parseInt(_0x22c44e(0x117))/0x1+-parseInt(_0x22c44e(0x10d))/0x2+parseInt(_0x22c44e(0x131))/0x3*(parseInt(_0x22c44e(0xf2))/0x4)+parseInt(_0x22c44e(0xef))/0x5*(-parseInt(_0x22c44e(0x12f))/0x6)+parseInt(_0x22c44e(0x110))/0x7*(-parseInt(_0x22c44e(0x13e))/0x8)+-parseInt(_0x22c44e(0x116))/0x9+parseInt(_0x22c44e(0x126))/0xa*(parseInt(_0x22c44e(0xfd))/0xb);if(_0x72ea94===_0x48afdf)break;else _0x1cb171['push'](_0x1cb171['shift']());}catch(_0x1cd4b8){_0x1cb171['push'](_0x1cb171['shift']());}}}(a39_0x3bd9,0xd9a63));import a39_0x45f65f from'chalk';import a39_0x1ab039 from'ora';function a39_0x49ec(_0x4965ae,_0x3c06a9){_0x4965ae=_0x4965ae-0xea;const _0x3bd9e6=a39_0x3bd9();let _0x49ecb2=_0x3bd9e6[_0x4965ae];return _0x49ecb2;}import a39_0x3544a5 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 _0x4dca09=a39_0x49ec;return GIT_COMMIT!==_0x4dca09(0xf5)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x2cd86f=a39_0x49ec,_0x5779d7=process[_0x2cd86f(0x113)]['toLowerCase']();if(_0x5779d7['includes'](_0x2cd86f(0x138)))return'bun';return _0x2cd86f(0x124);}const updateFlags=[{'name':a39_0x3dc2db(0xf6),'type':'boolean','description':a39_0x3dc2db(0x127),'default':![]},{'name':a39_0x3dc2db(0x12d),'type':a39_0x3dc2db(0x12c),'description':a39_0x3dc2db(0x135)},{'name':a39_0x3dc2db(0x106),'type':a39_0x3dc2db(0x120),'description':'Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','default':![]},{'name':a39_0x3dc2db(0xea),'type':'boolean','description':a39_0x3dc2db(0xf1),'default':!![],'hidden':!![]}];function a39_0x3bd9(){const _0x1d5d3b=['1375703cBktiB','str','run','\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','green','Requested\x20version:\x20','succeed','nonInteractive','boolean','log','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20','object','npm','inherit','10pUuJNl','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','Updated\x20to\x20v','Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm','validation','\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).','string','version','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','18DcXUNQ','Invalid\x20version:\x20','443637vFvrfC','error','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','Install\x20a\x20specific\x20CLI\x20version','source','fromEntries','bun','map','read','Version\x20comparison\x20failed','https://registry.npmjs.org/-/package/','--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','24MXMWvt','skills','flag','Checking\x20for\x20updates...','json','\x20\x20Run\x20manually:\x20','2481535jVuqMj','latest','Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','8PMTRfT','yellow','Update\x20failed','unknown','beta','install','filter','Checking\x20CLI\x20Built-in\x20Skill...','warn','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','\x20install\x20-g\x20','57176152msGTXG','start','/dist-tags','message','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','red','Already\x20up\x20to\x20date\x20(v','bool','info','no-skills','fail','valid','Update\x20available:\x20','\x20cli-skill\x20install','trim','gray','2693906QdmLxo','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','Already\x20on\x20requested\x20version\x20(v','4109840xlSbzy','length','pipe','execPath','\x20\x20Try\x20manually:\x20','entries','12425112ldEBOa'];a39_0x3bd9=function(){return _0x1d5d3b;};return a39_0x3bd9();}function getRequestedVersion(_0x35d30a){const _0x1e78a3=a39_0x3dc2db;return _0x35d30a[_0x1e78a3(0x118)](_0x1e78a3(0x12d))[_0x1e78a3(0x10b)]();}function shouldSkipCliSkill(_0x1509b2){const _0x4761af=a39_0x3dc2db;return _0x1509b2[_0x4761af(0x104)](_0x4761af(0x106))||_0x1509b2[_0x4761af(0xeb)]('skills')===![];}async function validateUpdateFlags(_0x3e484e){const _0x5229d8=a39_0x3dc2db,_0x3bb6dc=_0x3e484e[_0x5229d8(0x104)](_0x5229d8(0xf6)),_0x5161ee=getRequestedVersion(_0x3e484e);if(_0x3bb6dc&&_0x5161ee)throw CliErrors[_0x5229d8(0x12a)](_0x5229d8(0x13d),_0x5229d8(0x133));if(_0x5161ee&&!a39_0x3544a5['valid'](_0x5161ee))throw CliErrors['validation'](_0x5229d8(0x130)+_0x5161ee,_0x5229d8(0x134));}async function fetchNpmDistTags(){const _0x1c8d40=a39_0x3dc2db;try{const _0x4faf21=await fetch(_0x1c8d40(0x13c)+encodeURIComponent(NPM_PACKAGE_NAME)+_0x1c8d40(0xff),{'signal':AbortSignal['timeout'](0x2710)});if(!_0x4faf21['ok'])return null;const _0x5b93c6=await _0x4faf21[_0x1c8d40(0xed)]();if(!_0x5b93c6||typeof _0x5b93c6!==_0x1c8d40(0x123))return null;return Object[_0x1c8d40(0x137)](Object[_0x1c8d40(0x115)](_0x5b93c6)[_0x1c8d40(0xf8)](([,_0x3da481])=>typeof _0x3da481===_0x1c8d40(0x12c)&&_0x3da481[_0x1c8d40(0x10b)]()[_0x1c8d40(0x111)]>0x0)[_0x1c8d40(0x139)](([_0x28c482,_0x107cc4])=>[_0x28c482,String(_0x107cc4)[_0x1c8d40(0x10b)]()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x3460dc){const _0x4c8669=await fetchNpmDistTags();return _0x4c8669?.[_0x3460dc]??null;}async function fetchLatestVersion(){const _0x33eb3f=a39_0x3dc2db;return fetchNpmDistTagVersion(_0x33eb3f(0xf0));}async function resolveTargetVersion(_0x2ab369){const _0x55a89a=a39_0x3dc2db,_0x31a2c1=getRequestedVersion(_0x2ab369);if(_0x31a2c1)return{'version':_0x31a2c1,'source':_0x55a89a(0x12d)};if(_0x2ab369[_0x55a89a(0x104)](_0x55a89a(0xf6))){const _0x36f4e2=await fetchNpmDistTagVersion('beta');if(!_0x36f4e2)return null;return{'version':_0x36f4e2,'source':_0x55a89a(0xf6)};}const _0x4702d9=await fetchLatestVersion();if(!_0x4702d9)return null;return{'version':_0x4702d9,'source':_0x55a89a(0xf0)};}function shouldInstallTarget(_0x1c03fc,_0x5b4387){const _0x377d8e=a39_0x3dc2db;if(_0x5b4387['source']==='version'||_0x5b4387[_0x377d8e(0x136)]===_0x377d8e(0xf6))return!a39_0x3544a5['eq'](_0x1c03fc,_0x5b4387[_0x377d8e(0x12d)]);return a39_0x3544a5['lt'](_0x1c03fc,_0x5b4387['version']);}function getInstallPlanLabel(_0x2c600c,_0x272e7c){const _0x1159f0=a39_0x3dc2db;switch(_0x272e7c[_0x1159f0(0x136)]){case _0x1159f0(0xf6):return'Beta\x20version:\x20'+a39_0x45f65f['yellow'](_0x2c600c)+'\x20→\x20'+a39_0x45f65f[_0x1159f0(0x11c)](_0x272e7c[_0x1159f0(0x12d)]);case _0x1159f0(0x12d):return _0x1159f0(0x11d)+a39_0x45f65f['yellow'](_0x2c600c)+'\x20→\x20'+a39_0x45f65f[_0x1159f0(0x11c)](_0x272e7c['version']);case _0x1159f0(0xf0):default:return _0x1159f0(0x109)+a39_0x45f65f[_0x1159f0(0xf3)](_0x2c600c)+'\x20→\x20'+a39_0x45f65f[_0x1159f0(0x11c)](_0x272e7c[_0x1159f0(0x12d)]);}}async function installCliSkill(_0x5a27bd){const _0x5a1097=a39_0x3dc2db;console[_0x5a1097(0x121)](a39_0x45f65f[_0x5a1097(0x10c)](_0x5a1097(0xf9)));const _0x3d0892=runNpxSkillsAddGlobal(process['cwd'](),RABETBASE_SKILL_SOURCE,{'stdio':_0x5a27bd?_0x5a1097(0x112):_0x5a1097(0x125)});if(_0x3d0892['skipped']){console[_0x5a1097(0x121)](a39_0x45f65f[_0x5a1097(0x10c)](_0x5a1097(0x12b)));return;}if(_0x3d0892['ok']){console[_0x5a1097(0x121)](a39_0x45f65f[_0x5a1097(0x10c)](_0x5a1097(0x12e)));return;}console[_0x5a1097(0xfa)](a39_0x45f65f[_0x5a1097(0xf3)](_0x5a1097(0x11a)+(_0x3d0892[_0x5a1097(0x132)]||_0x5a1097(0xf5)))),console[_0x5a1097(0x121)](a39_0x45f65f[_0x5a1097(0x10c)](_0x5a1097(0xee)+CLI_BIN_NAME+_0x5a1097(0x10a)));}async function execute(_0x17a598){const _0x5d271e=a39_0x3dc2db;await validateUpdateFlags(_0x17a598);const _0x3872d8=getCurrentVersion();console[_0x5d271e(0x121)]('Current\x20version:\x20'+_0x3872d8);const _0x2cea68=a39_0x1ab039(_0x5d271e(0xec))[_0x5d271e(0xfe)](),_0x1f5910=await resolveTargetVersion(_0x17a598);if(!_0x1f5910){const _0x279c55=_0x17a598[_0x5d271e(0x104)]('beta')?_0x5d271e(0x129):_0x5d271e(0x101);return _0x2cea68[_0x5d271e(0x107)](_0x279c55),console['log'](a39_0x45f65f['gray'](_0x5d271e(0x122)+NPM_PACKAGE_NAME+'@latest')),{'ok':![],'message':_0x279c55};}const _0xa76a66=a39_0x3544a5['valid'](VERSION),_0x5ab1ca=a39_0x3544a5[_0x5d271e(0x108)](_0x1f5910[_0x5d271e(0x12d)]);if(!_0xa76a66||!_0x5ab1ca)return _0x2cea68[_0x5d271e(0x107)](_0x5d271e(0x13b)),{'ok':![],'message':'Version\x20comparison\x20failed'};if(!shouldInstallTarget(_0xa76a66,_0x1f5910)){const _0x9ff42c=_0x1f5910[_0x5d271e(0x136)]===_0x5d271e(0x12d)?_0x5d271e(0x10f)+_0x1f5910[_0x5d271e(0x12d)]+')':_0x5d271e(0x103)+_0x1f5910[_0x5d271e(0x12d)]+')';return _0x2cea68[_0x5d271e(0x11e)](_0x9ff42c),shouldSkipCliSkill(_0x17a598)?console[_0x5d271e(0x121)](a39_0x45f65f[_0x5d271e(0x10c)](_0x5d271e(0x11b))):await installCliSkill(_0x17a598[_0x5d271e(0x11f)]),{'ok':!![]};}_0x2cea68[_0x5d271e(0x105)](getInstallPlanLabel(_0x3872d8,_0x1f5910));const _0x351fcc=detectPackageManager(),_0x3aa548=_0x351fcc===_0x5d271e(0x124)?resolveNpmBin(_0x5d271e(0x124)):_0x351fcc,_0x6d5319=a39_0x1ab039('Updating\x20via\x20'+_0x351fcc+'...')[_0x5d271e(0xfe)]();try{return await execa(_0x3aa548,[_0x5d271e(0xf7),'-g',NPM_PACKAGE_NAME+'@'+_0x1f5910[_0x5d271e(0x12d)]],{'stdio':'pipe'}),_0x6d5319[_0x5d271e(0x11e)](_0x5d271e(0x128)+_0x1f5910[_0x5d271e(0x12d)]),console[_0x5d271e(0x121)](a39_0x45f65f['gray'](_0x5d271e(0x10e))),shouldSkipCliSkill(_0x17a598)?console[_0x5d271e(0x121)](a39_0x45f65f[_0x5d271e(0x10c)](_0x5d271e(0x11b))):await installCliSkill(_0x17a598[_0x5d271e(0x11f)]),{'ok':!![]};}catch(_0x1a4927){return _0x6d5319[_0x5d271e(0x107)](_0x5d271e(0xf4)),console[_0x5d271e(0x132)](a39_0x45f65f[_0x5d271e(0x102)]('\x20\x20'+_0x1a4927[_0x5d271e(0x100)])),console[_0x5d271e(0x121)](a39_0x45f65f[_0x5d271e(0x10c)](_0x5d271e(0x114)+_0x351fcc+_0x5d271e(0xfc)+NPM_PACKAGE_NAME+'@'+_0x1f5910[_0x5d271e(0x12d)])),{'ok':![],'message':_0x1a4927['message']};}}export const updateDefinition={'service':'update','command':a39_0x3dc2db(0x119),'description':a39_0x3dc2db(0xfb),'risk':a39_0x3dc2db(0x13a),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
@@ -1 +1 @@
1
- (function(_0x2f9540,_0x3a5d25){const _0x5247fc=a40_0x243b,_0x48fb14=_0x2f9540();while(!![]){try{const _0x2a9e99=-parseInt(_0x5247fc(0x18e))/0x1*(parseInt(_0x5247fc(0x185))/0x2)+parseInt(_0x5247fc(0x186))/0x3*(-parseInt(_0x5247fc(0x18b))/0x4)+-parseInt(_0x5247fc(0x18d))/0x5+-parseInt(_0x5247fc(0x18c))/0x6+-parseInt(_0x5247fc(0x188))/0x7+parseInt(_0x5247fc(0x18a))/0x8+-parseInt(_0x5247fc(0x187))/0x9*(-parseInt(_0x5247fc(0x189))/0xa);if(_0x2a9e99===_0x3a5d25)break;else _0x48fb14['push'](_0x48fb14['shift']());}catch(_0x524062){_0x48fb14['push'](_0x48fb14['shift']());}}}(a40_0x31b2,0xb5485));import{codegenSdk}from'../../commands/codegen/sdk.js';function a40_0x243b(_0x3059f7,_0x4ed1f8){_0x3059f7=_0x3059f7-0x185;const _0x31b20c=a40_0x31b2();let _0x243b68=_0x31b20c[_0x3059f7];return _0x243b68;}function a40_0x31b2(){const _0x5449a5=['8DTfmcr','692304jlJFaj','4897205nPckFL','59KvtgTQ','29738chxVyH','1051818TocmLR','9333FYmROp','5406205DMEsvg','29570bWHMAc','8973976CVTevc'];a40_0x31b2=function(){return _0x5449a5;};return a40_0x31b2();}import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];
1
+ (function(_0x248670,_0x4bca1a){const _0x14390a=a40_0x3513,_0xb86f7c=_0x248670();while(!![]){try{const _0x5854ce=-parseInt(_0x14390a(0x1ad))/0x1+parseInt(_0x14390a(0x1b1))/0x2*(parseInt(_0x14390a(0x1b2))/0x3)+-parseInt(_0x14390a(0x1b5))/0x4*(-parseInt(_0x14390a(0x1b7))/0x5)+parseInt(_0x14390a(0x1b4))/0x6+-parseInt(_0x14390a(0x1b0))/0x7+-parseInt(_0x14390a(0x1b3))/0x8*(parseInt(_0x14390a(0x1ae))/0x9)+parseInt(_0x14390a(0x1af))/0xa*(parseInt(_0x14390a(0x1b6))/0xb);if(_0x5854ce===_0x4bca1a)break;else _0xb86f7c['push'](_0xb86f7c['shift']());}catch(_0x5ccc45){_0xb86f7c['push'](_0xb86f7c['shift']());}}}(a40_0x26d2,0xb2c97));function a40_0x3513(_0x54bd46,_0x1019b0){_0x54bd46=_0x54bd46-0x1ad;const _0x26d2db=a40_0x26d2();let _0x351387=_0x26d2db[_0x54bd46];return _0x351387;}function a40_0x26d2(){const _0x26d26d=['2826VClVMB','358896TZAFBU','2940492MUxBuz','1562804lOpsnd','910261myvANq','15XQUoqb','1317988ZVHmCQ','63WwEjIE','40Txzrkb','7246834guxDlM','2986rNozkk'];a40_0x26d2=function(){return _0x26d26d;};return a40_0x26d2();}import{codegenSdk}from'../../commands/codegen/sdk.js';import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];
@@ -1 +1 @@
1
- const a41_0x24d0c1=a41_0x2cc9;(function(_0x5a8010,_0x2e41d6){const _0x4c6f23=a41_0x2cc9,_0x278309=_0x5a8010();while(!![]){try{const _0x31619b=parseInt(_0x4c6f23(0x168))/0x1+-parseInt(_0x4c6f23(0x16a))/0x2+-parseInt(_0x4c6f23(0x177))/0x3+-parseInt(_0x4c6f23(0x171))/0x4*(parseInt(_0x4c6f23(0x166))/0x5)+-parseInt(_0x4c6f23(0x17a))/0x6+parseInt(_0x4c6f23(0x178))/0x7+parseInt(_0x4c6f23(0x17d))/0x8*(parseInt(_0x4c6f23(0x167))/0x9);if(_0x31619b===_0x2e41d6)break;else _0x278309['push'](_0x278309['shift']());}catch(_0x1bf28d){_0x278309['push'](_0x278309['shift']());}}}(a41_0x2e82,0x3253d));import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const codegenSdk={'service':a41_0x24d0c1(0x16d),'command':a41_0x24d0c1(0x17b),'description':a41_0x24d0c1(0x16e),'risk':a41_0x24d0c1(0x176),'flags':[CODE_FLAG_OPTIONAL,{'name':a41_0x24d0c1(0x173),'type':a41_0x24d0c1(0x170),'description':'Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)'},{'name':a41_0x24d0c1(0x172),'type':a41_0x24d0c1(0x170),'required':!![],'description':'Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)'},{'name':a41_0x24d0c1(0x17c),'type':a41_0x24d0c1(0x16f),'description':a41_0x24d0c1(0x169)}],async 'execute'(_0x33da5b){const _0x427018=a41_0x24d0c1,{dataset:_0x68f72e,operation:_0x3b71bd}=await getOperationDetail(_0x33da5b[_0x427018(0x175)],_0x33da5b[_0x427018(0x16b)](_0x427018(0x174)),_0x33da5b['str'](_0x427018(0x172))),_0xb9806a=generateSdkCode(_0x68f72e,_0x3b71bd,{'includeImports':!_0x33da5b['bool'](_0x427018(0x17c))});return{'ok':!![],'data':{'dataset':{'name':_0x68f72e[_0x427018(0x179)],'code':_0x68f72e[_0x427018(0x174)],'tableName':_0x68f72e[_0x427018(0x16c)]},'operation':_0x33da5b[_0x427018(0x16b)](_0x427018(0x172)),'code':_0xb9806a}};}};function a41_0x2cc9(_0x567721,_0x367f7f){_0x567721=_0x567721-0x166;const _0x2e823e=a41_0x2e82();let _0x2cc9d7=_0x2e823e[_0x567721];return _0x2cc9d7;}function a41_0x2e82(){const _0x6a9d97=['Omit\x20import\x20statements\x20from\x20generated\x20code','114402lSYpQa','str','tableName','codegen','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','boolean','string','232mIKFlw','operation','alias','code','appCode','read','1134564qkSqgR','1664516wrfaZs','name','1435152vSEOWY','sdk','skip-imports','20000PikEmA','28610OeTHJk','2682UTXskm','229810NHKoeL'];a41_0x2e82=function(){return _0x6a9d97;};return a41_0x2e82();}
1
+ const a41_0x4dd388=a41_0x4fdf;(function(_0x4486a3,_0x579fab){const _0xe81bca=a41_0x4fdf,_0x2d337c=_0x4486a3();while(!![]){try{const _0x5980f0=-parseInt(_0xe81bca(0x1d8))/0x1+parseInt(_0xe81bca(0x1d6))/0x2*(-parseInt(_0xe81bca(0x1ea))/0x3)+-parseInt(_0xe81bca(0x1d9))/0x4+parseInt(_0xe81bca(0x1e5))/0x5+parseInt(_0xe81bca(0x1e9))/0x6*(parseInt(_0xe81bca(0x1e4))/0x7)+-parseInt(_0xe81bca(0x1e7))/0x8+parseInt(_0xe81bca(0x1dc))/0x9*(parseInt(_0xe81bca(0x1e8))/0xa);if(_0x5980f0===_0x579fab)break;else _0x2d337c['push'](_0x2d337c['shift']());}catch(_0x18ba4b){_0x2d337c['push'](_0x2d337c['shift']());}}}(a41_0x435d,0x990d2));import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';function a41_0x4fdf(_0xd1e2ee,_0x30cf9b){_0xd1e2ee=_0xd1e2ee-0x1d4;const _0x435d33=a41_0x435d();let _0x4fdf3e=_0x435d33[_0xd1e2ee];return _0x4fdf3e;}import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a41_0x435d(){const _0xba4d9e=['str','bool','22624119fHTYcK','boolean','Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)','alias','Omit\x20import\x20statements\x20from\x20generated\x20code','operation','read','codegen','41335YTpmTa','1924530PyUnbp','name','4247952unHSxK','10gbIIGd','834iWFliq','3006615TCXkOB','appCode','sdk','2xdJkRn','string','746161czxZpC','3252936TzolYH'];a41_0x435d=function(){return _0xba4d9e;};return a41_0x435d();}export const codegenSdk={'service':a41_0x4dd388(0x1e3),'command':a41_0x4dd388(0x1d5),'description':'Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','risk':a41_0x4dd388(0x1e2),'flags':[CODE_FLAG_OPTIONAL,{'name':a41_0x4dd388(0x1df),'type':a41_0x4dd388(0x1d7),'description':'Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)'},{'name':a41_0x4dd388(0x1e1),'type':'string','required':!![],'description':a41_0x4dd388(0x1de)},{'name':'skip-imports','type':a41_0x4dd388(0x1dd),'description':a41_0x4dd388(0x1e0)}],async 'execute'(_0x2fe7b3){const _0x3a490a=a41_0x4dd388,{dataset:_0x4066b1,operation:_0x4fb0f2}=await getOperationDetail(_0x2fe7b3[_0x3a490a(0x1d4)],_0x2fe7b3[_0x3a490a(0x1da)]('code'),_0x2fe7b3['str']('operation')),_0x3968e0=generateSdkCode(_0x4066b1,_0x4fb0f2,{'includeImports':!_0x2fe7b3[_0x3a490a(0x1db)]('skip-imports')});return{'ok':!![],'data':{'dataset':{'name':_0x4066b1[_0x3a490a(0x1e6)],'code':_0x4066b1['code'],'tableName':_0x4066b1['tableName']},'operation':_0x2fe7b3[_0x3a490a(0x1da)](_0x3a490a(0x1e1)),'code':_0x3968e0}};}};
@@ -1 +1 @@
1
- const a42_0x32ea69=a42_0x6ba3;(function(_0x436e53,_0x526671){const _0x774f7f=a42_0x6ba3,_0x24a411=_0x436e53();while(!![]){try{const _0xfba231=-parseInt(_0x774f7f(0x1bb))/0x1+parseInt(_0x774f7f(0x1b8))/0x2*(parseInt(_0x774f7f(0x1ba))/0x3)+-parseInt(_0x774f7f(0x1b6))/0x4+-parseInt(_0x774f7f(0x1ab))/0x5+-parseInt(_0x774f7f(0x1a8))/0x6+parseInt(_0x774f7f(0x1ac))/0x7+parseInt(_0x774f7f(0x1b7))/0x8;if(_0xfba231===_0x526671)break;else _0x24a411['push'](_0x24a411['shift']());}catch(_0x226dc4){_0x24a411['push'](_0x24a411['shift']());}}}(a42_0x5a1b,0x5bea3));function a42_0x6ba3(_0x1e3fb8,_0x338dfb){_0x1e3fb8=_0x1e3fb8-0x1a5;const _0x5a1b93=a42_0x5a1b();let _0x6ba3b6=_0x5a1b93[_0x1e3fb8];return _0x6ba3b6;}function a42_0x5a1b(){const _0x22aed5=['bool','appCode','3762710vfvTKZ','1285879NVMCqJ','str','sdk','no-imports','sqlcode','boolean','sql','read','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','string','2074164FKfqTR','21438008WFewyF','2UpCNpn','Omit\x20import\x20statements\x20from\x20generated\x20code','708051WHnjcC','752174kpBlmf','target','sqlCode','Code\x20target:\x20sdk\x20(default)\x20or\x20bff','codegen','sqlName','4198350sLwdFi'];a42_0x5a1b=function(){return _0x22aed5;};return a42_0x5a1b();}import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':a42_0x32ea69(0x1a6),'command':a42_0x32ea69(0x1b2),'description':a42_0x32ea69(0x1b4),'risk':a42_0x32ea69(0x1b3),'flags':[SQLCODE_FLAG,{'name':a42_0x32ea69(0x1bc),'type':a42_0x32ea69(0x1b5),'description':a42_0x32ea69(0x1a5),'default':a42_0x32ea69(0x1ae),'enum':[a42_0x32ea69(0x1ae),'bff']},{'name':'no-imports','type':a42_0x32ea69(0x1b1),'description':a42_0x32ea69(0x1b9)}],async 'execute'(_0x53fe83){const _0x4697e2=a42_0x32ea69,_0x159209=await getSqlQueryInfo(_0x53fe83[_0x4697e2(0x1aa)],_0x53fe83[_0x4697e2(0x1ad)](_0x4697e2(0x1b0))),_0x2751e3=_0x53fe83['str'](_0x4697e2(0x1bc))||_0x4697e2(0x1ae),_0x2ff19d=generateSqlCodeTemplate(_0x159209,{'target':_0x2751e3,'includeImports':!_0x53fe83[_0x4697e2(0x1a9)](_0x4697e2(0x1af))});return{'ok':!![],'data':{'sqlCode':_0x159209[_0x4697e2(0x1bd)],'sqlName':_0x159209[_0x4697e2(0x1a7)],'target':_0x2751e3,'code':_0x2ff19d}};}};
1
+ const a42_0x4fe002=a42_0x30fe;function a42_0x30fe(_0x5c1883,_0x2d5a55){_0x5c1883=_0x5c1883-0x1ae;const _0x4f2f18=a42_0x4f2f();let _0x30fe8d=_0x4f2f18[_0x5c1883];return _0x30fe8d;}function a42_0x4f2f(){const _0x21e9ba=['sdk','string','read','Omit\x20import\x20statements\x20from\x20generated\x20code','972972YWEpUB','339nrOPmh','1718230HIycBE','str','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','1138685loKMUV','sqlcode','2116PYiTqb','no-imports','boolean','sqlName','105108oaGNEb','1879368poPdni','sqlCode','18uUdFoI','Code\x20target:\x20sdk\x20(default)\x20or\x20bff','target','sql','4tGBosH','bff','226311GpCeNZ','appCode'];a42_0x4f2f=function(){return _0x21e9ba;};return a42_0x4f2f();}(function(_0x5b8ff2,_0x396219){const _0x4aa539=a42_0x30fe,_0x192c01=_0x5b8ff2();while(!![]){try{const _0x5bac51=-parseInt(_0x4aa539(0x1b0))/0x1*(parseInt(_0x4aa539(0x1ae))/0x2)+-parseInt(_0x4aa539(0x1b7))/0x3*(parseInt(_0x4aa539(0x1bd))/0x4)+parseInt(_0x4aa539(0x1bb))/0x5+parseInt(_0x4aa539(0x1c1))/0x6+-parseInt(_0x4aa539(0x1b6))/0x7+-parseInt(_0x4aa539(0x1c2))/0x8*(-parseInt(_0x4aa539(0x1c4))/0x9)+parseInt(_0x4aa539(0x1b8))/0xa;if(_0x5bac51===_0x396219)break;else _0x192c01['push'](_0x192c01['shift']());}catch(_0xc6ee6a){_0x192c01['push'](_0x192c01['shift']());}}}(a42_0x4f2f,0x39805));import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':'codegen','command':a42_0x4fe002(0x1c7),'description':a42_0x4fe002(0x1ba),'risk':a42_0x4fe002(0x1b4),'flags':[SQLCODE_FLAG,{'name':a42_0x4fe002(0x1c6),'type':a42_0x4fe002(0x1b3),'description':a42_0x4fe002(0x1c5),'default':a42_0x4fe002(0x1b2),'enum':['sdk',a42_0x4fe002(0x1af)]},{'name':'no-imports','type':a42_0x4fe002(0x1bf),'description':a42_0x4fe002(0x1b5)}],async 'execute'(_0x39832d){const _0x35ca78=a42_0x4fe002,_0x3b8567=await getSqlQueryInfo(_0x39832d[_0x35ca78(0x1b1)],_0x39832d['str'](_0x35ca78(0x1bc))),_0x4a589f=_0x39832d[_0x35ca78(0x1b9)](_0x35ca78(0x1c6))||_0x35ca78(0x1b2),_0x14e286=generateSqlCodeTemplate(_0x3b8567,{'target':_0x4a589f,'includeImports':!_0x39832d['bool'](_0x35ca78(0x1be))});return{'ok':!![],'data':{'sqlCode':_0x3b8567[_0x35ca78(0x1c3)],'sqlName':_0x3b8567[_0x35ca78(0x1c0)],'target':_0x4a589f,'code':_0x14e286}};}};
@@ -1 +1 @@
1
- function a43_0x4f8d(_0x15d3bf,_0xb3dcbd){_0x15d3bf=_0x15d3bf-0xdb;const _0x5adf8c=a43_0x5adf();let _0x4f8d6d=_0x5adf8c[_0x15d3bf];return _0x4f8d6d;}(function(_0x152e88,_0x1aab89){const _0x58e2da=a43_0x4f8d,_0x294b3d=_0x152e88();while(!![]){try{const _0x41938f=parseInt(_0x58e2da(0xef))/0x1*(-parseInt(_0x58e2da(0xeb))/0x2)+-parseInt(_0x58e2da(0xed))/0x3+-parseInt(_0x58e2da(0xdf))/0x4*(parseInt(_0x58e2da(0x104))/0x5)+-parseInt(_0x58e2da(0xe0))/0x6+parseInt(_0x58e2da(0xfc))/0x7*(-parseInt(_0x58e2da(0x105))/0x8)+parseInt(_0x58e2da(0xf3))/0x9+-parseInt(_0x58e2da(0xfb))/0xa*(-parseInt(_0x58e2da(0xea))/0xb);if(_0x41938f===_0x1aab89)break;else _0x294b3d['push'](_0x294b3d['shift']());}catch(_0x165396){_0x294b3d['push'](_0x294b3d['shift']());}}}(a43_0x5adf,0xb5065));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{collectAppProfileOverrides,getAppProfileFlagDefs}from'../../config/schema.js';import{readRawConfigWithLayers}from'../../context.js';function a43_0x5adf(){const _0x4d1730=['Use\x20global\x20config\x20scope','329895QOebdW','2762808ZYmKvL','\x22\x20still\x20defined\x20in\x20','App\x20code','globalConfig','Updated','Missing\x20app\x20name.','52eFOuAA','2512296oOeRnJ','appcode','\x22\x20not\x20found.','bool','boolean','\x20Note:\x20app\x20\x22','\x20app\x20\x22','both','global','\x20config.','22nGIrTx','46294ocFLxR','\x22\x20(appcode:\x20','1774485xwoCze','App\x20\x22','37pvLwyj','\x20Default\x20app\x20changed\x20to\x20\x22','Usage:\x20','defaultApp','3338145kpBxsg','\x20<name>','validation','keys','\x20<name>\x20--appcode\x20<code>','length','str','project','20655010sZQbtg','21XjTFsF','apps','string','projectConfig','args','object','trim'];a43_0x5adf=function(){return _0x4d1730;};return a43_0x5adf();}import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';export function buildAppAddFlags(){const _0x245e97=a43_0x4f8d;return[{'name':'appcode','type':_0x245e97(0xfe),'description':_0x245e97(0xdb),'required':!![]},{'name':_0x245e97(0xe8),'type':_0x245e97(0xe4),'description':_0x245e97(0x103),'default':![]},...getAppProfileFlagDefs()];}export function buildAppRemoveFlags(){const _0x270951=a43_0x4f8d;return[{'name':_0x270951(0xe8),'type':_0x270951(0xe4),'description':_0x270951(0x103),'default':![]}];}export async function validateAppName(_0x5dc8ec,_0x288f3e){const _0x323ee9=a43_0x4f8d,_0x1d4652=_0x5dc8ec[_0x323ee9(0x100)][0x0]?.[_0x323ee9(0x102)]();if(!_0x1d4652)throw CliErrors[_0x323ee9(0xf5)](_0x323ee9(0xde),_0x323ee9(0xf1)+CLI_BIN_NAME+'\x20'+_0x288f3e+_0x323ee9(0xf4));}export async function runAppAdd(_0x4e28d7,_0x52cf63){const _0x6157c3=a43_0x4f8d,_0x5a4749=_0x4e28d7['args'][0x0]?.[_0x6157c3(0x102)]();if(!_0x5a4749)throw CliErrors[_0x6157c3(0xf5)]('Missing\x20app\x20name.','Usage:\x20'+CLI_BIN_NAME+'\x20'+_0x52cf63+_0x6157c3(0xf7));const _0x134b55=_0x4e28d7['str'](_0x6157c3(0xe1));if(!_0x134b55)throw CliErrors['flagMissing'](_0x6157c3(0xe1),_0x6157c3(0xf1)+CLI_BIN_NAME+'\x20'+_0x52cf63+_0x6157c3(0xf7));const _0x4d6fa6={'global':_0x4e28d7[_0x6157c3(0xe3)](_0x6157c3(0xe8))},_0x2a5ad0=readConfig(_0x4d6fa6);if(!_0x2a5ad0[_0x6157c3(0xfd)])_0x2a5ad0[_0x6157c3(0xfd)]={};const _0x332797={'appcode':_0x134b55,...collectAppProfileOverrides(_0x18aeb3=>_0x4e28d7[_0x6157c3(0xf9)](_0x18aeb3))},_0x521b5a=_0x2a5ad0[_0x6157c3(0xfd)],_0x287327=!!_0x521b5a[_0x5a4749];_0x521b5a[_0x5a4749]=_0x332797;if(!_0x2a5ad0[_0x6157c3(0xf2)])_0x2a5ad0['defaultApp']=_0x5a4749;writeConfig(_0x2a5ad0,_0x4d6fa6);const _0x556258=!_0x287327&&_0x2a5ad0[_0x6157c3(0xf2)]===_0x5a4749?'\x20Set\x20as\x20default\x20app.':'',_0x374056=(_0x287327?_0x6157c3(0xdd):'Added')+_0x6157c3(0xe6)+_0x5a4749+_0x6157c3(0xec)+_0x134b55+')'+scopeLabel(_0x4d6fa6)+'.'+_0x556258;return{'ok':!![],'message':_0x374056};}export async function runAppRemove(_0x37bacb,_0x539de){const _0x24dc20=a43_0x4f8d,_0x4790c2=_0x37bacb[_0x24dc20(0x100)][0x0]?.['trim']();if(!_0x4790c2)throw CliErrors['validation'](_0x24dc20(0xde),_0x24dc20(0xf1)+CLI_BIN_NAME+'\x20'+_0x539de+'\x20<name>\x20[--global]');const _0x2fa295=_0x37bacb[_0x24dc20(0xe3)](_0x24dc20(0xe8)),{config:_0x567626,layers:_0x3ce8e2}=readRawConfigWithLayers(),_0x430dc6=_0x567626[_0x24dc20(0xfd)]??{};if(!_0x430dc6[_0x4790c2])throw CliErrors[_0x24dc20(0xf5)](_0x24dc20(0xee)+_0x4790c2+_0x24dc20(0xe2));const _0x54af80=_0x3ce8e2[_0x24dc20(0xdc)][_0x24dc20(0xfd)]&&typeof _0x3ce8e2[_0x24dc20(0xdc)]['apps']===_0x24dc20(0x101)?_0x3ce8e2[_0x24dc20(0xdc)][_0x24dc20(0xfd)]:{},_0x55d0de=_0x3ce8e2[_0x24dc20(0xff)]['apps']&&typeof _0x3ce8e2[_0x24dc20(0xff)]['apps']==='object'?_0x3ce8e2[_0x24dc20(0xff)]['apps']:{},_0x4f9168=appDefinedIn(_0x4790c2,_0x54af80,_0x55d0de,_0x3ce8e2[_0x24dc20(0xff)]['inherit']===![]),_0x532449=resolveAppScopeForWrite(_0x4790c2,_0x2fa295,_0x3ce8e2),_0x52fd42={'global':_0x532449===_0x24dc20(0xe8)},_0x616e7f=readConfig(_0x52fd42),_0x5881b4=_0x616e7f[_0x24dc20(0xfd)];if(!_0x5881b4||!_0x5881b4[_0x4790c2])throw CliErrors['validation'](_0x24dc20(0xee)+_0x4790c2+_0x24dc20(0xe2));delete _0x5881b4[_0x4790c2];let _0x57e2e2='';if(_0x616e7f[_0x24dc20(0xf2)]===_0x4790c2){const _0x6e2b18=Object['keys'](_0x5881b4);_0x616e7f[_0x24dc20(0xf2)]=_0x6e2b18[_0x24dc20(0xf8)]>0x0?_0x6e2b18[0x0]:undefined,_0x616e7f[_0x24dc20(0xf2)]?_0x57e2e2=_0x24dc20(0xf0)+_0x616e7f[_0x24dc20(0xf2)]+'\x22.':delete _0x616e7f[_0x24dc20(0xf2)];}Object[_0x24dc20(0xf6)](_0x5881b4)['length']===0x0&&(delete _0x616e7f[_0x24dc20(0xfd)],delete _0x616e7f['defaultApp']);writeConfig(_0x616e7f,_0x52fd42);const _0x17f798=_0x4f9168===_0x24dc20(0xe7)?_0x24dc20(0xe5)+_0x4790c2+_0x24dc20(0x106)+(_0x532449===_0x24dc20(0xfa)?_0x24dc20(0xe8):'project')+_0x24dc20(0xe9):'';return{'ok':!![],'message':'Removed\x20app\x20\x22'+_0x4790c2+'\x22'+scopeLabel(_0x52fd42)+'.'+_0x57e2e2+_0x17f798};}
1
+ (function(_0x3e5f8b,_0x338b9b){const _0x43940a=a43_0x1f6c,_0x16cc18=_0x3e5f8b();while(!![]){try{const _0x51d0b3=parseInt(_0x43940a(0xee))/0x1*(parseInt(_0x43940a(0xf1))/0x2)+-parseInt(_0x43940a(0xd0))/0x3+parseInt(_0x43940a(0xe9))/0x4+parseInt(_0x43940a(0xf9))/0x5+parseInt(_0x43940a(0xd2))/0x6*(-parseInt(_0x43940a(0xdc))/0x7)+-parseInt(_0x43940a(0xe0))/0x8+parseInt(_0x43940a(0xda))/0x9;if(_0x51d0b3===_0x338b9b)break;else _0x16cc18['push'](_0x16cc18['shift']());}catch(_0x28620f){_0x16cc18['push'](_0x16cc18['shift']());}}}(a43_0x2834,0xaf64b));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{collectAppProfileOverrides,getAppProfileFlagDefs}from'../../config/schema.js';function a43_0x2834(){const _0x574c28=['apps','args','105890zntcQm','Use\x20global\x20config\x20scope','defaultApp','\x20Default\x20app\x20changed\x20to\x20\x22','both','str','\x22\x20(appcode:\x20','\x22\x20not\x20found.','3446690mwtVBo','\x20Note:\x20app\x20\x22','project','3847161YoSvKy','Missing\x20app\x20name.','324wMFoCA','flagMissing','boolean','Removed\x20app\x20\x22','App\x20\x22','\x20<name>','projectConfig','\x20Set\x20as\x20default\x20app.','10872675mGkyal','\x22\x20still\x20defined\x20in\x20','167377sBbHpj','inherit','bool','Updated','3919032Gonvin','Usage:\x20','\x20app\x20\x22','globalConfig','appcode','validation','App\x20code','length','Added','2243332rtkxbM','trim','global','object','keys','25cKsJaG'];a43_0x2834=function(){return _0x574c28;};return a43_0x2834();}import{readRawConfigWithLayers}from'../../context.js';import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';export function buildAppAddFlags(){const _0x45e36a=a43_0x1f6c;return[{'name':_0x45e36a(0xe4),'type':'string','description':_0x45e36a(0xe6),'required':!![]},{'name':_0x45e36a(0xeb),'type':_0x45e36a(0xd4),'description':'Use\x20global\x20config\x20scope','default':![]},...getAppProfileFlagDefs()];}export function buildAppRemoveFlags(){const _0x29d083=a43_0x1f6c;return[{'name':'global','type':_0x29d083(0xd4),'description':_0x29d083(0xf2),'default':![]}];}export async function validateAppName(_0x53f3a7,_0x443683){const _0x543612=a43_0x1f6c,_0x447439=_0x53f3a7[_0x543612(0xf0)][0x0]?.[_0x543612(0xea)]();if(!_0x447439)throw CliErrors[_0x543612(0xe5)](_0x543612(0xd1),_0x543612(0xe1)+CLI_BIN_NAME+'\x20'+_0x443683+_0x543612(0xd7));}export async function runAppAdd(_0x4b6743,_0x1d7976){const _0x6c059d=a43_0x1f6c,_0x1547f7=_0x4b6743[_0x6c059d(0xf0)][0x0]?.[_0x6c059d(0xea)]();if(!_0x1547f7)throw CliErrors[_0x6c059d(0xe5)](_0x6c059d(0xd1),'Usage:\x20'+CLI_BIN_NAME+'\x20'+_0x1d7976+'\x20<name>\x20--appcode\x20<code>');const _0x3377ef=_0x4b6743[_0x6c059d(0xf6)]('appcode');if(!_0x3377ef)throw CliErrors[_0x6c059d(0xd3)](_0x6c059d(0xe4),_0x6c059d(0xe1)+CLI_BIN_NAME+'\x20'+_0x1d7976+'\x20<name>\x20--appcode\x20<code>');const _0x267935={'global':_0x4b6743['bool'](_0x6c059d(0xeb))},_0x53bb18=readConfig(_0x267935);if(!_0x53bb18[_0x6c059d(0xef)])_0x53bb18[_0x6c059d(0xef)]={};const _0x3bd2a5={'appcode':_0x3377ef,...collectAppProfileOverrides(_0x29cb39=>_0x4b6743[_0x6c059d(0xf6)](_0x29cb39))},_0x21b7c2=_0x53bb18[_0x6c059d(0xef)],_0xa23b84=!!_0x21b7c2[_0x1547f7];_0x21b7c2[_0x1547f7]=_0x3bd2a5;if(!_0x53bb18[_0x6c059d(0xf3)])_0x53bb18[_0x6c059d(0xf3)]=_0x1547f7;writeConfig(_0x53bb18,_0x267935);const _0xe6f6f6=!_0xa23b84&&_0x53bb18[_0x6c059d(0xf3)]===_0x1547f7?_0x6c059d(0xd9):'',_0x4fad5c=(_0xa23b84?_0x6c059d(0xdf):_0x6c059d(0xe8))+_0x6c059d(0xe2)+_0x1547f7+_0x6c059d(0xf7)+_0x3377ef+')'+scopeLabel(_0x267935)+'.'+_0xe6f6f6;return{'ok':!![],'message':_0x4fad5c};}function a43_0x1f6c(_0x32ad2c,_0x2604a7){_0x32ad2c=_0x32ad2c-0xce;const _0x2834f6=a43_0x2834();let _0x1f6c78=_0x2834f6[_0x32ad2c];return _0x1f6c78;}export async function runAppRemove(_0x26406c,_0x27bd87){const _0x174e66=a43_0x1f6c,_0x2d04ee=_0x26406c['args'][0x0]?.[_0x174e66(0xea)]();if(!_0x2d04ee)throw CliErrors[_0x174e66(0xe5)](_0x174e66(0xd1),_0x174e66(0xe1)+CLI_BIN_NAME+'\x20'+_0x27bd87+'\x20<name>\x20[--global]');const _0x3e8e1f=_0x26406c[_0x174e66(0xde)](_0x174e66(0xeb)),{config:_0x35a3dd,layers:_0x1638f3}=readRawConfigWithLayers(),_0x885020=_0x35a3dd[_0x174e66(0xef)]??{};if(!_0x885020[_0x2d04ee])throw CliErrors[_0x174e66(0xe5)](_0x174e66(0xd6)+_0x2d04ee+_0x174e66(0xf8));const _0x18823c=_0x1638f3[_0x174e66(0xe3)][_0x174e66(0xef)]&&typeof _0x1638f3[_0x174e66(0xe3)]['apps']===_0x174e66(0xec)?_0x1638f3[_0x174e66(0xe3)]['apps']:{},_0x69e086=_0x1638f3['projectConfig'][_0x174e66(0xef)]&&typeof _0x1638f3[_0x174e66(0xd8)][_0x174e66(0xef)]==='object'?_0x1638f3[_0x174e66(0xd8)][_0x174e66(0xef)]:{},_0x1b2aec=appDefinedIn(_0x2d04ee,_0x18823c,_0x69e086,_0x1638f3[_0x174e66(0xd8)][_0x174e66(0xdd)]===![]),_0x47efb7=resolveAppScopeForWrite(_0x2d04ee,_0x3e8e1f,_0x1638f3),_0x43024a={'global':_0x47efb7===_0x174e66(0xeb)},_0x189714=readConfig(_0x43024a),_0x232b90=_0x189714[_0x174e66(0xef)];if(!_0x232b90||!_0x232b90[_0x2d04ee])throw CliErrors[_0x174e66(0xe5)](_0x174e66(0xd6)+_0x2d04ee+'\x22\x20not\x20found.');delete _0x232b90[_0x2d04ee];let _0x1dfb63='';if(_0x189714['defaultApp']===_0x2d04ee){const _0xc179bb=Object[_0x174e66(0xed)](_0x232b90);_0x189714[_0x174e66(0xf3)]=_0xc179bb[_0x174e66(0xe7)]>0x0?_0xc179bb[0x0]:undefined,_0x189714[_0x174e66(0xf3)]?_0x1dfb63=_0x174e66(0xf4)+_0x189714['defaultApp']+'\x22.':delete _0x189714['defaultApp'];}Object[_0x174e66(0xed)](_0x232b90)['length']===0x0&&(delete _0x189714[_0x174e66(0xef)],delete _0x189714['defaultApp']);writeConfig(_0x189714,_0x43024a);const _0xaebfc1=_0x1b2aec===_0x174e66(0xf5)?_0x174e66(0xce)+_0x2d04ee+_0x174e66(0xdb)+(_0x47efb7===_0x174e66(0xcf)?_0x174e66(0xeb):_0x174e66(0xcf))+'\x20config.':'';return{'ok':!![],'message':_0x174e66(0xd5)+_0x2d04ee+'\x22'+scopeLabel(_0x43024a)+'.'+_0x1dfb63+_0xaebfc1};}
@@ -1 +1 @@
1
- (function(_0x1c3871,_0x492593){const _0x5489fb=a44_0xaf7b,_0x17d99d=_0x1c3871();while(!![]){try{const _0x1fb6d6=parseInt(_0x5489fb(0x1e8))/0x1*(parseInt(_0x5489fb(0x1d3))/0x2)+-parseInt(_0x5489fb(0x1e0))/0x3+-parseInt(_0x5489fb(0x1e6))/0x4+-parseInt(_0x5489fb(0x1cd))/0x5+-parseInt(_0x5489fb(0x1e3))/0x6*(-parseInt(_0x5489fb(0x1d5))/0x7)+-parseInt(_0x5489fb(0x1db))/0x8*(-parseInt(_0x5489fb(0x1ed))/0x9)+-parseInt(_0x5489fb(0x1e2))/0xa*(-parseInt(_0x5489fb(0x1eb))/0xb);if(_0x1fb6d6===_0x492593)break;else _0x17d99d['push'](_0x17d99d['shift']());}catch(_0x2bdb4d){_0x17d99d['push'](_0x17d99d['shift']());}}}(a44_0x1156,0xf2843));import{input,checkbox,select}from'@inquirer/prompts';import a44_0x295650 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_0x1156(){const _0x515e85=['find','7353112xnqwjP','gray','1fvnmXW','appCode','请输入\x20App\x20Code:','34337171XSXpMq','正在获取可用应用列表...','954675arQjUX','获取到\x20','\x20个应用,请选择\x20(空格勾选,\x20a=全选,\x20i=反选):','trim','6618245AlfibV','message','(未检测到登录态,请手动输入\x20App\x20Code\x20或直接跳过)','(跳过,稍后通过\x20config\x20set\x20appcode\x20配置)','✎\x20自定义输入\x20appcode','appName','217942MzRjzZ','custom','7OhJmsL','cyan','skip','\x20\x20(','length','yellow','88IxWcpx','\x0a未找到可用应用。','map','(跳过,稍后配置)','Invalid\x20App\x20Code','5317035SSnubO','includes','10LEVDDA','9181572uireVl','valid'];a44_0x1156=function(){return _0x515e85;};return a44_0x1156();}import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export async function promptCustomAppcode(){const _0x1a240b=a44_0xaf7b,_0x113ece=await input({'message':_0x1a240b(0x1ea),'validate':_0x6a98b6=>{const _0x35ea61=_0x1a240b,_0x536770=validateAppcode(_0x6a98b6[_0x35ea61(0x1cc)]());return _0x536770[_0x35ea61(0x1e4)]||_0x536770[_0x35ea61(0x1ce)]||_0x35ea61(0x1df);}});return _0x113ece['trim']();}export async function promptAppSelection(_0xc8fe56){const _0xc17bb5=a44_0xaf7b,_0x2a3ae6=[{'name':a44_0x295650[_0xc17bb5(0x1da)]('✎\x20自定义输入\x20appcode'),'value':-0x1},..._0xc8fe56[_0xc17bb5(0x1dd)]((_0x1ce38b,_0x116955)=>({'name':_0x1ce38b[_0xc17bb5(0x1d2)]+'\x20\x20'+a44_0x295650['gray']('('+_0x1ce38b[_0xc17bb5(0x1e9)]+')'),'value':_0x116955}))],_0x3adf0b=await checkbox({'message':_0xc17bb5(0x1ee)+a44_0x295650[_0xc17bb5(0x1d6)](_0xc8fe56[_0xc17bb5(0x1d9)])+_0xc17bb5(0x1ef),'choices':_0x2a3ae6,'loop':![]});if(_0x3adf0b[_0xc17bb5(0x1e1)](-0x1))return _0xc17bb5(0x1d4);if(_0x3adf0b[_0xc17bb5(0x1d9)]===0x0)return'custom';return _0x3adf0b['map'](_0x3d2ee5=>_0xc8fe56[_0x3d2ee5]);}export async function promptSingleAppSelection(_0x36c29f){const _0x18a071=a44_0xaf7b,_0x121489=[{'name':a44_0x295650[_0x18a071(0x1e7)](_0x18a071(0x1d0)),'value':'skip'},{'name':a44_0x295650[_0x18a071(0x1da)](_0x18a071(0x1d1)),'value':_0x18a071(0x1d4)},..._0x36c29f['map'](_0x3cbbb2=>({'name':_0x3cbbb2[_0x18a071(0x1d2)]+'\x20\x20'+a44_0x295650[_0x18a071(0x1e7)]('('+_0x3cbbb2[_0x18a071(0x1e9)]+')'),'value':_0x3cbbb2[_0x18a071(0x1e9)]}))],_0x2c24aa=await select({'message':'请选择要绑定的应用:','choices':_0x121489});if(_0x2c24aa===_0x18a071(0x1d7))return'skip';if(_0x2c24aa===_0x18a071(0x1d4))return _0x18a071(0x1d4);return _0x36c29f[_0x18a071(0x1e5)](_0x38f2f5=>_0x38f2f5[_0x18a071(0x1e9)]===_0x2c24aa);}export async function selectSingleAppcode(_0x35c1c2){const _0x327574=a44_0xaf7b;if(!_0x35c1c2)return writeCliSideChannelLine(a44_0x295650[_0x327574(0x1e7)](_0x327574(0x1cf))),_fallbackOrSkip();writeCliSideChannelLine(_0x327574(0x1ec));let _0x402f0d;try{_0x402f0d=await withActiveCookie(_0x35c1c2,()=>listRemoteApps());}catch(_0x294539){writeCliSideChannelLine(a44_0x295650[_0x327574(0x1da)]('无法获取远程应用列表,请手动输入。'));if(_0x294539 instanceof Error)writeCliSideChannelLine(a44_0x295650[_0x327574(0x1e7)](_0x327574(0x1d8)+_0x294539[_0x327574(0x1ce)]+')'));return _fallbackOrSkip();}if(_0x402f0d['length']===0x0)return writeCliSideChannelLine(a44_0x295650[_0x327574(0x1da)]('未找到可用应用。')),_fallbackOrSkip();const _0x22e9ba=await promptSingleAppSelection(_0x402f0d);if(_0x22e9ba===_0x327574(0x1d7))return'';if(_0x22e9ba===_0x327574(0x1d4))return promptCustomAppcode();return _0x22e9ba[_0x327574(0x1e9)];}export async function selectMultipleApps(_0xdd1fb7){const _0x425342=a44_0xaf7b;writeCliSideChannelLine(_0x425342(0x1ec));let _0x54d342;try{_0x54d342=await withActiveCookie(_0xdd1fb7,()=>listRemoteApps());}catch(_0x392307){writeCliSideChannelLine('\x0a无法获取远程应用列表,请手动输入。');if(_0x392307 instanceof Error)writeCliSideChannelLine(_0x425342(0x1d8)+_0x392307['message']+')');return _0x425342(0x1d4);}if(_0x54d342[_0x425342(0x1d9)]===0x0)return writeCliSideChannelLine(_0x425342(0x1dc)),_0x425342(0x1d4);return promptAppSelection(_0x54d342);}function a44_0xaf7b(_0x2266c3,_0x3d8d01){_0x2266c3=_0x2266c3-0x1cc;const _0x1156e8=a44_0x1156();let _0xaf7b45=_0x1156e8[_0x2266c3];return _0xaf7b45;}async function _fallbackOrSkip(){const _0x41e3c9=a44_0xaf7b,_0xf59c27=await select({'message':'App\x20Code:','choices':[{'name':a44_0x295650[_0x41e3c9(0x1e7)](_0x41e3c9(0x1de)),'value':_0x41e3c9(0x1d7)},{'name':a44_0x295650[_0x41e3c9(0x1da)]('✎\x20手动输入'),'value':'manual'}]});if(_0xf59c27==='skip')return'';return promptCustomAppcode();}
1
+ (function(_0x4f0790,_0x429ba0){const _0x5c24e9=a44_0x215d,_0x1db011=_0x4f0790();while(!![]){try{const _0x175546=-parseInt(_0x5c24e9(0x1b6))/0x1+-parseInt(_0x5c24e9(0x1c6))/0x2+-parseInt(_0x5c24e9(0x1b5))/0x3*(-parseInt(_0x5c24e9(0x1b2))/0x4)+parseInt(_0x5c24e9(0x1b4))/0x5*(parseInt(_0x5c24e9(0x1ba))/0x6)+parseInt(_0x5c24e9(0x1bb))/0x7+-parseInt(_0x5c24e9(0x1c3))/0x8+-parseInt(_0x5c24e9(0x1b7))/0x9*(-parseInt(_0x5c24e9(0x1d0))/0xa);if(_0x175546===_0x429ba0)break;else _0x1db011['push'](_0x1db011['shift']());}catch(_0x3ec205){_0x1db011['push'](_0x1db011['shift']());}}}(a44_0x40ab,0x6c12b));import{input,checkbox,select}from'@inquirer/prompts';import a44_0x3f4c00 from'chalk';import{validateAppcode}from'../../commands/common/validate.js';import{listRemoteApps}from'../../core/api-client.js';function a44_0x40ab(){const _0x306e4c=['includes','获取到\x20','1300XyAEpn','(跳过,稍后通过\x20config\x20set\x20appcode\x20配置)','appName','(跳过,稍后配置)','skip','manual','请选择要绑定的应用:','\x0a无法获取远程应用列表,请手动输入。','376JkXVyG','正在获取可用应用列表...','5ydYgim','19953fOhdSy','385060tgjVyq','12519bGhepe','length','\x0a未找到可用应用。','901686luYtew','1771084TBZjBq','trim','未找到可用应用。','custom','yellow','无法获取远程应用列表,请手动输入。','(未检测到登录态,请手动输入\x20App\x20Code\x20或直接跳过)','✎\x20自定义输入\x20appcode','1159480SunerC','map','appCode','473310NIUBJP','\x20\x20(','gray','cyan','✎\x20手动输入','message','App\x20Code:','Invalid\x20App\x20Code'];a44_0x40ab=function(){return _0x306e4c;};return a44_0x40ab();}import{withActiveCookie}from'../../utils/with-active-cookie.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export async function promptCustomAppcode(){const _0x4fff2d=await input({'message':'请输入\x20App\x20Code:','validate':_0x4d21a0=>{const _0x3a3bcc=a44_0x215d,_0x85b8a1=validateAppcode(_0x4d21a0[_0x3a3bcc(0x1bc)]());return _0x85b8a1['valid']||_0x85b8a1[_0x3a3bcc(0x1cb)]||_0x3a3bcc(0x1cd);}});return _0x4fff2d['trim']();}export async function promptAppSelection(_0x55fab6){const _0xcd0e04=a44_0x215d,_0x57a0f9=[{'name':a44_0x3f4c00[_0xcd0e04(0x1bf)](_0xcd0e04(0x1c2)),'value':-0x1},..._0x55fab6[_0xcd0e04(0x1c4)]((_0x19336a,_0x17c54e)=>({'name':_0x19336a[_0xcd0e04(0x1d2)]+'\x20\x20'+a44_0x3f4c00[_0xcd0e04(0x1c8)]('('+_0x19336a[_0xcd0e04(0x1c5)]+')'),'value':_0x17c54e}))],_0x1e0f65=await checkbox({'message':_0xcd0e04(0x1cf)+a44_0x3f4c00[_0xcd0e04(0x1c9)](_0x55fab6['length'])+'\x20个应用,请选择\x20(空格勾选,\x20a=全选,\x20i=反选):','choices':_0x57a0f9,'loop':![]});if(_0x1e0f65[_0xcd0e04(0x1ce)](-0x1))return _0xcd0e04(0x1be);if(_0x1e0f65[_0xcd0e04(0x1b8)]===0x0)return'custom';return _0x1e0f65['map'](_0x36d730=>_0x55fab6[_0x36d730]);}export async function promptSingleAppSelection(_0x2f2461){const _0x5b4789=a44_0x215d,_0x12a0bf=[{'name':a44_0x3f4c00['gray'](_0x5b4789(0x1d1)),'value':_0x5b4789(0x1ae)},{'name':a44_0x3f4c00[_0x5b4789(0x1bf)](_0x5b4789(0x1c2)),'value':'custom'},..._0x2f2461['map'](_0x539700=>({'name':_0x539700[_0x5b4789(0x1d2)]+'\x20\x20'+a44_0x3f4c00['gray']('('+_0x539700['appCode']+')'),'value':_0x539700[_0x5b4789(0x1c5)]}))],_0xf7a029=await select({'message':_0x5b4789(0x1b0),'choices':_0x12a0bf});if(_0xf7a029===_0x5b4789(0x1ae))return _0x5b4789(0x1ae);if(_0xf7a029==='custom')return _0x5b4789(0x1be);return _0x2f2461['find'](_0x59b7e2=>_0x59b7e2[_0x5b4789(0x1c5)]===_0xf7a029);}function a44_0x215d(_0x862055,_0x1c2632){_0x862055=_0x862055-0x1ae;const _0x40ab29=a44_0x40ab();let _0x215da4=_0x40ab29[_0x862055];return _0x215da4;}export async function selectSingleAppcode(_0x29045e){const _0x28385e=a44_0x215d;if(!_0x29045e)return writeCliSideChannelLine(a44_0x3f4c00[_0x28385e(0x1c8)](_0x28385e(0x1c1))),_fallbackOrSkip();writeCliSideChannelLine(_0x28385e(0x1b3));let _0x58a6a8;try{_0x58a6a8=await withActiveCookie(_0x29045e,()=>listRemoteApps());}catch(_0x3d5be4){writeCliSideChannelLine(a44_0x3f4c00['yellow'](_0x28385e(0x1c0)));if(_0x3d5be4 instanceof Error)writeCliSideChannelLine(a44_0x3f4c00[_0x28385e(0x1c8)](_0x28385e(0x1c7)+_0x3d5be4['message']+')'));return _fallbackOrSkip();}if(_0x58a6a8[_0x28385e(0x1b8)]===0x0)return writeCliSideChannelLine(a44_0x3f4c00[_0x28385e(0x1bf)](_0x28385e(0x1bd))),_fallbackOrSkip();const _0x4dc2=await promptSingleAppSelection(_0x58a6a8);if(_0x4dc2===_0x28385e(0x1ae))return'';if(_0x4dc2===_0x28385e(0x1be))return promptCustomAppcode();return _0x4dc2[_0x28385e(0x1c5)];}export async function selectMultipleApps(_0x1887e1){const _0x489ec2=a44_0x215d;writeCliSideChannelLine(_0x489ec2(0x1b3));let _0x10c31e;try{_0x10c31e=await withActiveCookie(_0x1887e1,()=>listRemoteApps());}catch(_0x8d413d){writeCliSideChannelLine(_0x489ec2(0x1b1));if(_0x8d413d instanceof Error)writeCliSideChannelLine(_0x489ec2(0x1c7)+_0x8d413d['message']+')');return _0x489ec2(0x1be);}if(_0x10c31e[_0x489ec2(0x1b8)]===0x0)return writeCliSideChannelLine(_0x489ec2(0x1b9)),_0x489ec2(0x1be);return promptAppSelection(_0x10c31e);}async function _fallbackOrSkip(){const _0x20871f=a44_0x215d,_0x2bde5a=await select({'message':_0x20871f(0x1cc),'choices':[{'name':a44_0x3f4c00[_0x20871f(0x1c8)](_0x20871f(0x1d3)),'value':_0x20871f(0x1ae)},{'name':a44_0x3f4c00[_0x20871f(0x1bf)](_0x20871f(0x1ca)),'value':_0x20871f(0x1af)}]});if(_0x2bde5a==='skip')return'';return promptCustomAppcode();}
@@ -1 +1 @@
1
- const a45_0x2d6a27=a45_0x1e52;(function(_0x3b5ab1,_0x52c000){const _0x5f220d=a45_0x1e52,_0x31ddce=_0x3b5ab1();while(!![]){try{const _0x243084=parseInt(_0x5f220d(0xa8))/0x1*(-parseInt(_0x5f220d(0x9f))/0x2)+parseInt(_0x5f220d(0x95))/0x3+parseInt(_0x5f220d(0xab))/0x4+parseInt(_0x5f220d(0x9e))/0x5*(parseInt(_0x5f220d(0xa1))/0x6)+parseInt(_0x5f220d(0x97))/0x7*(parseInt(_0x5f220d(0x96))/0x8)+parseInt(_0x5f220d(0xb1))/0x9+-parseInt(_0x5f220d(0x9d))/0xa;if(_0x243084===_0x52c000)break;else _0x31ddce['push'](_0x31ddce['shift']());}catch(_0x5811db){_0x31ddce['push'](_0x31ddce['shift']());}}}(a45_0x2614,0x24e2a));import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';const TERMINAL_STATUSES=new Set(['SUCCESS',a45_0x2d6a27(0x99)]),NON_TERMINAL_STATUSES=new Set(['PENDING',a45_0x2d6a27(0xa2)]);function a45_0x1e52(_0x5b623c,_0x58eac4){_0x5b623c=_0x5b623c-0x95;const _0x26147b=a45_0x2614();let _0x1e52e7=_0x26147b[_0x5b623c];return _0x1e52e7;}function a45_0x2614(){const _0x6ca24a=['string','replace','SUCCESS','13932gKGGko','40384vqGBBv','322nUFGuo','has','FAILED','toUpperCase','\x20failed.','PENDING','6154820irswlg','435jfZGUX','8AEAHMp','status','19506xXIDBv','PROCESSING','taskId','Task\x20','Async\x20task\x20','\x20failed:\x20','\x20response\x20did\x20not\x20contain\x20a\x20status.','22051SBpLIg','trim','apiError','602596KuZKQV','\x27\x5c\x27\x27','\x20is\x20processing.','\x20returned\x20unknown\x20status\x20','\x20completed\x20successfully.','\x20is\x20pending.','1659870PLkdmE','errorMessage'];a45_0x2614=function(){return _0x6ca24a;};return a45_0x2614();}export function normalizeAsyncTask(_0x1ebc51){const _0x3502eb=a45_0x2d6a27,_0x6de70b=typeof _0x1ebc51?.[_0x3502eb(0xa3)]===_0x3502eb(0xb3)?_0x1ebc51['taskId']['trim']():'';if(!_0x6de70b)throw CliErrors[_0x3502eb(0xaa)]('Async\x20task\x20response\x20did\x20not\x20contain\x20a\x20taskId.');const _0x5b19ad=typeof _0x1ebc51['status']==='string'?_0x1ebc51[_0x3502eb(0xa0)][_0x3502eb(0xa9)]()[_0x3502eb(0x9a)]():'';if(!_0x5b19ad)throw CliErrors[_0x3502eb(0xaa)](_0x3502eb(0xa5)+_0x6de70b+_0x3502eb(0xa7));return{'taskId':_0x6de70b,'status':_0x5b19ad,'errorMessage':typeof _0x1ebc51[_0x3502eb(0xb2)]===_0x3502eb(0xb3)&&_0x1ebc51[_0x3502eb(0xb2)][_0x3502eb(0xa9)]()?_0x1ebc51[_0x3502eb(0xb2)][_0x3502eb(0xa9)]():null,'isTerminal':TERMINAL_STATUSES[_0x3502eb(0x98)](_0x5b19ad),'knownStatus':TERMINAL_STATUSES[_0x3502eb(0x98)](_0x5b19ad)||NON_TERMINAL_STATUSES['has'](_0x5b19ad)};}export function buildAsyncTaskStatusCommand(_0x5588d1,_0xbff78f){return CLI_BIN_NAME+'\x20task\x20status\x20--task-id\x20'+quoteShellArg(_0x5588d1)+'\x20--appcode\x20'+quoteShellArg(_0xbff78f)+'\x20--format\x20compress';}export function asyncTaskMessage(_0x923ce4){const _0x3ac964=a45_0x2d6a27;switch(_0x923ce4['status']){case _0x3ac964(0x9c):return'Task\x20'+_0x923ce4[_0x3ac964(0xa3)]+_0x3ac964(0xb0);case _0x3ac964(0xa2):return _0x3ac964(0xa4)+_0x923ce4[_0x3ac964(0xa3)]+_0x3ac964(0xad);case _0x3ac964(0xb5):return'Task\x20'+_0x923ce4[_0x3ac964(0xa3)]+_0x3ac964(0xaf);case _0x3ac964(0x99):return _0x923ce4[_0x3ac964(0xb2)]?_0x3ac964(0xa4)+_0x923ce4[_0x3ac964(0xa3)]+_0x3ac964(0xa6)+_0x923ce4['errorMessage']:_0x3ac964(0xa4)+_0x923ce4[_0x3ac964(0xa3)]+_0x3ac964(0x9b);default:return _0x3ac964(0xa4)+_0x923ce4['taskId']+_0x3ac964(0xae)+_0x923ce4[_0x3ac964(0xa0)]+'.';}}function quoteShellArg(_0x271eb0){const _0x4d37bc=a45_0x2d6a27;return'\x27'+_0x271eb0[_0x4d37bc(0xb4)](/'/g,_0x4d37bc(0xac))+'\x27';}
1
+ const a45_0x29b1b7=a45_0x2628;(function(_0x1b829d,_0x28e5d4){const _0xd29e03=a45_0x2628,_0x8fe4c9=_0x1b829d();while(!![]){try{const _0x7665c2=-parseInt(_0xd29e03(0x209))/0x1*(parseInt(_0xd29e03(0x1fa))/0x2)+parseInt(_0xd29e03(0x204))/0x3+parseInt(_0xd29e03(0x200))/0x4+-parseInt(_0xd29e03(0x205))/0x5*(-parseInt(_0xd29e03(0x206))/0x6)+parseInt(_0xd29e03(0x203))/0x7*(-parseInt(_0xd29e03(0x20f))/0x8)+-parseInt(_0xd29e03(0x207))/0x9+-parseInt(_0xd29e03(0x1f4))/0xa*(-parseInt(_0xd29e03(0x213))/0xb);if(_0x7665c2===_0x28e5d4)break;else _0x8fe4c9['push'](_0x8fe4c9['shift']());}catch(_0x349981){_0x8fe4c9['push'](_0x8fe4c9['shift']());}}}(a45_0xf679,0xa49e1));import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';function a45_0xf679(){const _0x28fed9=['\x20failed.','244370uadKLX','taskId','string','\x20is\x20pending.','replace','SUCCESS','52lOcZuu','PENDING','errorMessage','Task\x20','\x20task\x20status\x20--task-id\x20','Async\x20task\x20','2716880GrnMTc','PROCESSING','\x20response\x20did\x20not\x20contain\x20a\x20status.','887957ywqibQ','3261195xUKpQx','170ojXxxU','116400XsGDpB','10218816sREaIi','\x20is\x20processing.','40438GWgdQF','\x20completed\x20successfully.','\x20failed:\x20','\x20returned\x20unknown\x20status\x20','trim','\x20--appcode\x20','8SWmnqB','status','FAILED','has','253yBppiR','\x20--format\x20compress','apiError','Async\x20task\x20response\x20did\x20not\x20contain\x20a\x20taskId.'];a45_0xf679=function(){return _0x28fed9;};return a45_0xf679();}const TERMINAL_STATUSES=new Set(['SUCCESS',a45_0x29b1b7(0x211)]),NON_TERMINAL_STATUSES=new Set([a45_0x29b1b7(0x1fb),a45_0x29b1b7(0x201)]);function a45_0x2628(_0x205dfd,_0x492347){_0x205dfd=_0x205dfd-0x1f2;const _0xf679b9=a45_0xf679();let _0x262887=_0xf679b9[_0x205dfd];return _0x262887;}export function normalizeAsyncTask(_0x1f3804){const _0x39ca9f=a45_0x29b1b7,_0x158205=typeof _0x1f3804?.[_0x39ca9f(0x1f5)]==='string'?_0x1f3804['taskId'][_0x39ca9f(0x20d)]():'';if(!_0x158205)throw CliErrors[_0x39ca9f(0x215)](_0x39ca9f(0x1f2));const _0x3ab11a=typeof _0x1f3804[_0x39ca9f(0x210)]===_0x39ca9f(0x1f6)?_0x1f3804[_0x39ca9f(0x210)][_0x39ca9f(0x20d)]()['toUpperCase']():'';if(!_0x3ab11a)throw CliErrors['apiError'](_0x39ca9f(0x1ff)+_0x158205+_0x39ca9f(0x202));return{'taskId':_0x158205,'status':_0x3ab11a,'errorMessage':typeof _0x1f3804[_0x39ca9f(0x1fc)]===_0x39ca9f(0x1f6)&&_0x1f3804[_0x39ca9f(0x1fc)]['trim']()?_0x1f3804['errorMessage'][_0x39ca9f(0x20d)]():null,'isTerminal':TERMINAL_STATUSES[_0x39ca9f(0x212)](_0x3ab11a),'knownStatus':TERMINAL_STATUSES[_0x39ca9f(0x212)](_0x3ab11a)||NON_TERMINAL_STATUSES['has'](_0x3ab11a)};}export function buildAsyncTaskStatusCommand(_0x479e22,_0x541696){const _0x236426=a45_0x29b1b7;return CLI_BIN_NAME+_0x236426(0x1fe)+quoteShellArg(_0x479e22)+_0x236426(0x20e)+quoteShellArg(_0x541696)+_0x236426(0x214);}export function asyncTaskMessage(_0x4864eb){const _0x348ca5=a45_0x29b1b7;switch(_0x4864eb[_0x348ca5(0x210)]){case _0x348ca5(0x1fb):return _0x348ca5(0x1fd)+_0x4864eb[_0x348ca5(0x1f5)]+_0x348ca5(0x1f7);case _0x348ca5(0x201):return _0x348ca5(0x1fd)+_0x4864eb[_0x348ca5(0x1f5)]+_0x348ca5(0x208);case _0x348ca5(0x1f9):return _0x348ca5(0x1fd)+_0x4864eb[_0x348ca5(0x1f5)]+_0x348ca5(0x20a);case _0x348ca5(0x211):return _0x4864eb[_0x348ca5(0x1fc)]?'Task\x20'+_0x4864eb['taskId']+_0x348ca5(0x20b)+_0x4864eb[_0x348ca5(0x1fc)]:_0x348ca5(0x1fd)+_0x4864eb[_0x348ca5(0x1f5)]+_0x348ca5(0x1f3);default:return _0x348ca5(0x1fd)+_0x4864eb[_0x348ca5(0x1f5)]+_0x348ca5(0x20c)+_0x4864eb[_0x348ca5(0x210)]+'.';}}function quoteShellArg(_0xa91d58){const _0x21b625=a45_0x29b1b7;return'\x27'+_0xa91d58[_0x21b625(0x1f8)](/'/g,'\x27\x5c\x27\x27')+'\x27';}
@@ -1 +1 @@
1
- function a46_0x18a8(_0x5a7bba,_0x86821b){_0x5a7bba=_0x5a7bba-0x1f0;var _0x19df6b=a46_0x19df();var _0x18a847=_0x19df6b[_0x5a7bba];return _0x18a847;}(function(_0x1034c9,_0x4bb915){var _0x11ca81=a46_0x18a8,_0x49b6e2=_0x1034c9();while(!![]){try{var _0x3e58d1=parseInt(_0x11ca81(0x1fd))/0x1*(parseInt(_0x11ca81(0x1fe))/0x2)+parseInt(_0x11ca81(0x1fc))/0x3+-parseInt(_0x11ca81(0x1f7))/0x4*(-parseInt(_0x11ca81(0x1fa))/0x5)+parseInt(_0x11ca81(0x1f8))/0x6*(-parseInt(_0x11ca81(0x1fb))/0x7)+parseInt(_0x11ca81(0x1f5))/0x8*(parseInt(_0x11ca81(0x1f3))/0x9)+-parseInt(_0x11ca81(0x1f9))/0xa+-parseInt(_0x11ca81(0x1f0))/0xb*(parseInt(_0x11ca81(0x1f4))/0xc);if(_0x3e58d1===_0x4bb915)break;else _0x49b6e2['push'](_0x49b6e2['shift']());}catch(_0x12bbc1){_0x49b6e2['push'](_0x49b6e2['shift']());}}}(a46_0x19df,0x251a8));export function asDryRunResult(_0x55da60,_0x582133){var _0x378786=a46_0x18a8;return Object[_0x378786(0x1f2)](_0x55da60,{'method':{'value':_0x582133['method'],'enumerable':![]},'url':{'value':_0x582133[_0x378786(0x1f1)],'enumerable':![]},..._0x582133[_0x378786(0x1f6)]?{'description':{'value':_0x582133[_0x378786(0x1f6)],'enumerable':![]}}:{}});}function a46_0x19df(){var _0x24660e=['211977KTrLYS','1968108SDEFMI','48DUTmuz','description','196812xEsuuS','300zkenGO','625680OHiIAz','15diaIOp','18781nNIczW','642129EnlNPE','1ggguRS','347484RdXgWa','22mAJhxA','url','defineProperties'];a46_0x19df=function(){return _0x24660e;};return a46_0x19df();}
1
+ function a46_0x4133(){var _0x21c153=['url','1929052uByGwO','92SrmUgV','description','17376RFqAAs','method','5QWinFS','11mNFNUE','4038642zDjeEU','4760860JjeHJX','100242EZQLyB','1442XTKSnS','4461dXYKoK','defineProperties','4987620jJJoEw'];a46_0x4133=function(){return _0x21c153;};return a46_0x4133();}function a46_0x40d6(_0x217649,_0x2fe508){_0x217649=_0x217649-0x151;var _0x4133d2=a46_0x4133();var _0x40d6fc=_0x4133d2[_0x217649];return _0x40d6fc;}(function(_0xcceed9,_0x4fa44a){var _0x3a3c89=a46_0x40d6,_0xcaffe4=_0xcceed9();while(!![]){try{var _0x139c49=parseInt(_0x3a3c89(0x157))/0x1+parseInt(_0x3a3c89(0x15e))/0x2*(-parseInt(_0x3a3c89(0x159))/0x3)+-parseInt(_0x3a3c89(0x15d))/0x4*(parseInt(_0x3a3c89(0x153))/0x5)+-parseInt(_0x3a3c89(0x155))/0x6+parseInt(_0x3a3c89(0x158))/0x7*(parseInt(_0x3a3c89(0x151))/0x8)+parseInt(_0x3a3c89(0x15b))/0x9+parseInt(_0x3a3c89(0x156))/0xa*(parseInt(_0x3a3c89(0x154))/0xb);if(_0x139c49===_0x4fa44a)break;else _0xcaffe4['push'](_0xcaffe4['shift']());}catch(_0x4a2e42){_0xcaffe4['push'](_0xcaffe4['shift']());}}}(a46_0x4133,0x56778));export function asDryRunResult(_0x19f191,_0x2135be){var _0x3dd740=a46_0x40d6;return Object[_0x3dd740(0x15a)](_0x19f191,{'method':{'value':_0x2135be[_0x3dd740(0x152)],'enumerable':![]},'url':{'value':_0x2135be[_0x3dd740(0x15c)],'enumerable':![]},..._0x2135be['description']?{'description':{'value':_0x2135be[_0x3dd740(0x15f)],'enumerable':![]}}:{}});}
@@ -1 +1 @@
1
- const a47_0x498053=a47_0x181b;(function(_0x759dc8,_0xc15763){const _0x2131ea=a47_0x181b,_0x30baee=_0x759dc8();while(!![]){try{const _0x3e880b=-parseInt(_0x2131ea(0x1af))/0x1+parseInt(_0x2131ea(0x1ae))/0x2*(-parseInt(_0x2131ea(0x1a2))/0x3)+parseInt(_0x2131ea(0x1a1))/0x4*(-parseInt(_0x2131ea(0x1a7))/0x5)+-parseInt(_0x2131ea(0x1b2))/0x6*(-parseInt(_0x2131ea(0x1b1))/0x7)+parseInt(_0x2131ea(0x1ad))/0x8+parseInt(_0x2131ea(0x1b3))/0x9+parseInt(_0x2131ea(0x1a5))/0xa;if(_0x3e880b===_0xc15763)break;else _0x30baee['push'](_0x30baee['shift']());}catch(_0x29bb84){_0x30baee['push'](_0x30baee['shift']());}}}(a47_0x1f62,0x48132));function a47_0x1f62(){const _0x4f6fc2=['Database\x20product\x20type','1000690isBmUv','Dataset\x20code\x20(32-char\x20hex\x20UUID)','5BRxLrc','appcode','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','string','Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)','code','3241472hAByYk','2aOCjmC','73217bcIsaB','App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)','21476OcRpSl','102pSFRkn','3838050cLvvVJ','number','sqlcode','dbtype','370668QcVSlt','1568271unbBed','POSTGRESQL'];a47_0x1f62=function(){return _0x4f6fc2;};return a47_0x1f62();}function a47_0x181b(_0x4e48b7,_0x21d06c){_0x4e48b7=_0x4e48b7-0x1a1;const _0x1f621c=a47_0x1f62();let _0x181b94=_0x1f621c[_0x4e48b7];return _0x181b94;}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':a47_0x498053(0x1ac),'type':'string','required':!![],'description':a47_0x498053(0x1a6),'pattern':DATASET_CODE_PATTERN};export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':'datasetcode','description':'Dataset\x20code\x20(32-char\x20hex\x20UUID)'};export const SQLCODE_FLAG={'name':a47_0x498053(0x1b5),'type':a47_0x498053(0x1aa),'required':!![],'description':a47_0x498053(0x1a9),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':'SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)'}};export const APPCODE_FLAG_OPTIONAL={'name':a47_0x498053(0x1a8),'type':'string','required':![],'description':a47_0x498053(0x1b0)};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':'App\x20code\x20(e.g.\x20app-xxxxx)'};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};export const DBLINK_ID_FLAG={'name':'id','type':a47_0x498053(0x1b4),'required':!![],'description':a47_0x498053(0x1ab)};export const DB_TYPE_FLAG={'name':a47_0x498053(0x1b6),'type':'string','required':!![],'description':a47_0x498053(0x1a4),'enum':['MYSQL',a47_0x498053(0x1a3)]};
1
+ const a47_0x16b5b9=a47_0x266d;(function(_0x5ddaaa,_0x4d9d2e){const _0x4a2a13=a47_0x266d,_0x107833=_0x5ddaaa();while(!![]){try{const _0xa154bf=-parseInt(_0x4a2a13(0x12d))/0x1+parseInt(_0x4a2a13(0x134))/0x2+parseInt(_0x4a2a13(0x138))/0x3+parseInt(_0x4a2a13(0x127))/0x4*(parseInt(_0x4a2a13(0x12f))/0x5)+-parseInt(_0x4a2a13(0x132))/0x6+-parseInt(_0x4a2a13(0x12c))/0x7+parseInt(_0x4a2a13(0x136))/0x8*(parseInt(_0x4a2a13(0x129))/0x9);if(_0xa154bf===_0x4d9d2e)break;else _0x107833['push'](_0x107833['shift']());}catch(_0x29a8eb){_0x107833['push'](_0x107833['shift']());}}}(a47_0x5730,0xb87b0));export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}$/i,'description':a47_0x16b5b9(0x12b)};export const CODE_FLAG={'name':a47_0x16b5b9(0x137),'type':a47_0x16b5b9(0x12a),'required':!![],'description':a47_0x16b5b9(0x133),'pattern':DATASET_CODE_PATTERN};export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a47_0x16b5b9(0x139),'description':a47_0x16b5b9(0x133)};export const SQLCODE_FLAG={'name':a47_0x16b5b9(0x131),'type':'string','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':'SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)'}};function a47_0x5730(){const _0x225406=['a\x2032-character\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588)','5647572Mfgwjq','63932KtSRHV','MYSQL','90oyFsCC','appcode','sqlcode','97542tApJdb','Dataset\x20code\x20(32-char\x20hex\x20UUID)','720722BkGPer','App\x20code\x20(e.g.\x20app-xxxxx)','364024vFnfnC','code','199809eZJyUO','datasetcode','POSTGRESQL','dbtype','App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)','138692FcshxW','Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)','117ksELDs','string'];a47_0x5730=function(){return _0x225406;};return a47_0x5730();}export const APPCODE_FLAG_OPTIONAL={'name':a47_0x16b5b9(0x130),'type':a47_0x16b5b9(0x12a),'required':![],'description':a47_0x16b5b9(0x126)};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':a47_0x16b5b9(0x135)};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};function a47_0x266d(_0x3b9d29,_0x49afee){_0x3b9d29=_0x3b9d29-0x124;const _0x57309d=a47_0x5730();let _0x266d6b=_0x57309d[_0x3b9d29];return _0x266d6b;}export const DBLINK_ID_FLAG={'name':'id','type':'number','required':!![],'description':a47_0x16b5b9(0x128)};export const DB_TYPE_FLAG={'name':a47_0x16b5b9(0x125),'type':'string','required':!![],'description':'Database\x20product\x20type','enum':[a47_0x16b5b9(0x12e),a47_0x16b5b9(0x124)]};
@@ -1 +1 @@
1
- (function(_0x5cca76,_0x357bfe){const _0x5dee83=a48_0x1d8c,_0x2284df=_0x5cca76();while(!![]){try{const _0xed1313=-parseInt(_0x5dee83(0x126))/0x1*(-parseInt(_0x5dee83(0x116))/0x2)+parseInt(_0x5dee83(0x11a))/0x3+-parseInt(_0x5dee83(0x124))/0x4+parseInt(_0x5dee83(0x11e))/0x5*(-parseInt(_0x5dee83(0x11c))/0x6)+-parseInt(_0x5dee83(0x129))/0x7+parseInt(_0x5dee83(0x11d))/0x8+-parseInt(_0x5dee83(0x117))/0x9*(-parseInt(_0x5dee83(0x119))/0xa);if(_0xed1313===_0x357bfe)break;else _0x2284df['push'](_0x2284df['shift']());}catch(_0x524709){_0x2284df['push'](_0x2284df['shift']());}}}(a48_0x2447,0x931b3));import{existsSync,statSync}from'node:fs';import{CliErrors}from'../../errors.js';const BYTES_PER_MB=0x400*0x400;function a48_0x1d8c(_0x2e03ce,_0x4b4d7f){_0x2e03ce=_0x2e03ce-0x116;const _0x244769=a48_0x2447();let _0x1d8cb8=_0x244769[_0x2e03ce];return _0x1d8cb8;}function a48_0x2447(){const _0x53b87a=['36745ODAphq','File\x20is\x20not\x20a\x20regular\x20file:\x20','ceil','3594941MoMhJd','6OBCyaF','207TUVLZe','toFixed','233600pPHGqT','1964841VlSXDc','validation','6EOSPDN','6575928WVUbih','2264235MJMWks','File\x20exceeds\x20the\x20development\x20upload\x20limit\x20of\x2050\x20MB:\x20','\x20MB','\x20path\x20is\x20required.','size','File\x20not\x20found:\x20','2221984YysjTm','trim'];a48_0x2447=function(){return _0x53b87a;};return a48_0x2447();}export const DEVELOPMENT_UPLOAD_MAX_BYTES=0x32*BYTES_PER_MB;function formatBytes(_0x16648f){const _0x1eac6a=a48_0x1d8c;if(_0x16648f>=BYTES_PER_MB){const _0xfea9a6=Math[_0x1eac6a(0x128)](_0x16648f/BYTES_PER_MB*0x64)/0x64;return _0xfea9a6[_0x1eac6a(0x118)](0x2)+_0x1eac6a(0x120);}return _0x16648f+'\x20B';}export function requireDevelopmentUploadFile(_0x55c699,_0x4618e0){const _0x4f7988=a48_0x1d8c,_0x17f1a9=_0x55c699[_0x4f7988(0x125)]();if(!_0x17f1a9)throw CliErrors['validation'](_0x4618e0+_0x4f7988(0x121));if(!existsSync(_0x17f1a9))throw CliErrors[_0x4f7988(0x11b)](_0x4f7988(0x123)+_0x17f1a9);const _0x30b1ad=statSync(_0x17f1a9);if(!_0x30b1ad['isFile']())throw CliErrors[_0x4f7988(0x11b)](_0x4f7988(0x127)+_0x17f1a9);if(_0x30b1ad['size']>DEVELOPMENT_UPLOAD_MAX_BYTES)throw CliErrors['validation'](_0x4f7988(0x11f)+_0x17f1a9+'\x20('+formatBytes(_0x30b1ad['size'])+')');return{'path':_0x17f1a9,'size':_0x30b1ad[_0x4f7988(0x122)]};}
1
+ function a48_0x1afd(){const _0x81c470=['isFile','validation','14291968tcDvSH','File\x20not\x20found:\x20','1130VRobHr','6xJUVWy','158006FAMhWB','15037pEiJHz','size','toFixed','File\x20exceeds\x20the\x20development\x20upload\x20limit\x20of\x2050\x20MB:\x20','4CGCBzd','\x20MB','12984qEjoGZ','7813482Flltst','File\x20is\x20not\x20a\x20regular\x20file:\x20','7DxyjQZ','trim','2371415PecEAL','381975BVTKIT','3114xlpWQG'];a48_0x1afd=function(){return _0x81c470;};return a48_0x1afd();}(function(_0x2c0bdc,_0x37cab8){const _0x594c50=a48_0x55cb,_0x148ad7=_0x2c0bdc();while(!![]){try{const _0x6c5bcd=-parseInt(_0x594c50(0x196))/0x1*(parseInt(_0x594c50(0x195))/0x2)+parseInt(_0x594c50(0x18e))/0x3*(-parseInt(_0x594c50(0x19b))/0x4)+-parseInt(_0x594c50(0x18d))/0x5+parseInt(_0x594c50(0x19e))/0x6*(-parseInt(_0x594c50(0x1a0))/0x7)+parseInt(_0x594c50(0x192))/0x8+-parseInt(_0x594c50(0x18f))/0x9*(-parseInt(_0x594c50(0x194))/0xa)+-parseInt(_0x594c50(0x197))/0xb*(-parseInt(_0x594c50(0x19d))/0xc);if(_0x6c5bcd===_0x37cab8)break;else _0x148ad7['push'](_0x148ad7['shift']());}catch(_0x494a6e){_0x148ad7['push'](_0x148ad7['shift']());}}}(a48_0x1afd,0xe245f));import{existsSync,statSync}from'node:fs';function a48_0x55cb(_0x54b75d,_0x37893e){_0x54b75d=_0x54b75d-0x18d;const _0x1afd3a=a48_0x1afd();let _0x55cbe9=_0x1afd3a[_0x54b75d];return _0x55cbe9;}import{CliErrors}from'../../errors.js';const BYTES_PER_MB=0x400*0x400;export const DEVELOPMENT_UPLOAD_MAX_BYTES=0x32*BYTES_PER_MB;function formatBytes(_0x5049bb){const _0x29bef3=a48_0x55cb;if(_0x5049bb>=BYTES_PER_MB){const _0x184ac6=Math['ceil'](_0x5049bb/BYTES_PER_MB*0x64)/0x64;return _0x184ac6[_0x29bef3(0x199)](0x2)+_0x29bef3(0x19c);}return _0x5049bb+'\x20B';}export function requireDevelopmentUploadFile(_0x580ee6,_0x1b41f1){const _0x4f1350=a48_0x55cb,_0x105aa8=_0x580ee6[_0x4f1350(0x1a1)]();if(!_0x105aa8)throw CliErrors[_0x4f1350(0x191)](_0x1b41f1+'\x20path\x20is\x20required.');if(!existsSync(_0x105aa8))throw CliErrors[_0x4f1350(0x191)](_0x4f1350(0x193)+_0x105aa8);const _0x3ef02d=statSync(_0x105aa8);if(!_0x3ef02d[_0x4f1350(0x190)]())throw CliErrors['validation'](_0x4f1350(0x19f)+_0x105aa8);if(_0x3ef02d['size']>DEVELOPMENT_UPLOAD_MAX_BYTES)throw CliErrors[_0x4f1350(0x191)](_0x4f1350(0x19a)+_0x105aa8+'\x20('+formatBytes(_0x3ef02d['size'])+')');return{'path':_0x105aa8,'size':_0x3ef02d[_0x4f1350(0x198)]};}
@@ -1 +1 @@
1
- function a49_0x2c15(_0x2bea72,_0x1a4a48){_0x2bea72=_0x2bea72-0x9a;const _0x29392b=a49_0x2939();let _0x2c152a=_0x29392b[_0x2bea72];return _0x2c152a;}(function(_0x1f622d,_0x462bc2){const _0x4c7278=a49_0x2c15,_0xaba1b4=_0x1f622d();while(!![]){try{const _0x5b5f22=parseInt(_0x4c7278(0x9b))/0x1*(parseInt(_0x4c7278(0xa8))/0x2)+-parseInt(_0x4c7278(0x9e))/0x3+-parseInt(_0x4c7278(0xa3))/0x4*(-parseInt(_0x4c7278(0xa4))/0x5)+parseInt(_0x4c7278(0x9d))/0x6+-parseInt(_0x4c7278(0xa1))/0x7*(parseInt(_0x4c7278(0x9a))/0x8)+-parseInt(_0x4c7278(0xa0))/0x9+parseInt(_0x4c7278(0xa9))/0xa;if(_0x5b5f22===_0x462bc2)break;else _0xaba1b4['push'](_0xaba1b4['shift']());}catch(_0x467a59){_0xaba1b4['push'](_0xaba1b4['shift']());}}}(a49_0x2939,0x865b1));function a49_0x2939(){const _0x1d5521=['63BtjogX','App\x20Code\x20cannot\x20exceed\x20100\x20characters','28MLMOLg','474795BQtESJ','length','trim','App\x20Code\x20cannot\x20be\x20empty','26yttVvE','1950070EhKDkB','840816ZBPsyV','25457GNBgzI','Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed','3616368CYBTvB','785979OapOkW','test','316413XqnqiF'];a49_0x2939=function(){return _0x1d5521;};return a49_0x2939();}export function validateAppcode(_0x4bec88){const _0x10d03c=a49_0x2c15,_0x36a019=_0x4bec88[_0x10d03c(0xa6)]();if(!_0x36a019)return{'valid':![],'message':_0x10d03c(0xa7)};if(_0x36a019[_0x10d03c(0xa5)]>0x64)return{'valid':![],'message':_0x10d03c(0xa2)};if(!/^[A-Za-z0-9_-]+$/[_0x10d03c(0x9f)](_0x36a019))return{'valid':![],'message':_0x10d03c(0x9c)};return{'valid':!![]};}
1
+ (function(_0x234fbf,_0x20d368){const _0x10ce66=a49_0x4448,_0x533700=_0x234fbf();while(!![]){try{const _0xdaf22a=-parseInt(_0x10ce66(0x175))/0x1+parseInt(_0x10ce66(0x16a))/0x2+-parseInt(_0x10ce66(0x16d))/0x3*(parseInt(_0x10ce66(0x16e))/0x4)+-parseInt(_0x10ce66(0x171))/0x5*(-parseInt(_0x10ce66(0x173))/0x6)+-parseInt(_0x10ce66(0x168))/0x7*(-parseInt(_0x10ce66(0x176))/0x8)+parseInt(_0x10ce66(0x166))/0x9+-parseInt(_0x10ce66(0x172))/0xa*(parseInt(_0x10ce66(0x174))/0xb);if(_0xdaf22a===_0x20d368)break;else _0x533700['push'](_0x533700['shift']());}catch(_0x36b9fd){_0x533700['push'](_0x533700['shift']());}}}(a49_0x5f4b,0x44897));function a49_0x5f4b(){const _0x2ed0e1=['496208MYPTPB','test','App\x20Code\x20cannot\x20be\x20empty','159mIPOVz','14468laxlRt','trim','App\x20Code\x20cannot\x20exceed\x20100\x20characters','187060VrSRbm','6850670SRyMaD','24ZSAizx','11xhJfWp','149461dOgOCs','328zOJrpB','4969953EqdzMo','length','60949GtuQwn','Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed'];a49_0x5f4b=function(){return _0x2ed0e1;};return a49_0x5f4b();}function a49_0x4448(_0x1ab414,_0x5d50f9){_0x1ab414=_0x1ab414-0x166;const _0x5f4be9=a49_0x5f4b();let _0x44487d=_0x5f4be9[_0x1ab414];return _0x44487d;}export function validateAppcode(_0x2accf0){const _0x32a142=a49_0x4448,_0x19ca63=_0x2accf0[_0x32a142(0x16f)]();if(!_0x19ca63)return{'valid':![],'message':_0x32a142(0x16c)};if(_0x19ca63[_0x32a142(0x167)]>0x64)return{'valid':![],'message':_0x32a142(0x170)};if(!/^[A-Za-z0-9_-]+$/[_0x32a142(0x16b)](_0x19ca63))return{'valid':![],'message':_0x32a142(0x169)};return{'valid':!![]};}