@lovrabet/rabetbase-cli 2.5.1-beta.6 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) 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/api/generate-sdk-config-file.js +1 -1
  5. package/lib/auth/auth-server-ui.js +1 -1
  6. package/lib/auth/auth-server.js +1 -1
  7. package/lib/auth/constant.js +1 -1
  8. package/lib/auth/get-cookie.js +1 -1
  9. package/lib/auth/get-session-user.js +1 -1
  10. package/lib/auth/is-session-valid.js +1 -1
  11. package/lib/auth/login-success-html.js +1 -1
  12. package/lib/auth/logout.js +1 -1
  13. package/lib/cli-flags.js +1 -1
  14. package/lib/cli.js +1 -1
  15. package/lib/commands/api/generate.js +1 -1
  16. package/lib/commands/api/index.js +1 -1
  17. package/lib/commands/api/list.js +1 -1
  18. package/lib/commands/api/pull.js +1 -1
  19. package/lib/commands/api/shared.js +1 -1
  20. package/lib/commands/app/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/members-list.js +1 -1
  23. package/lib/commands/app/remote-directory.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/async-task.js +1 -1
  48. package/lib/commands/common/dry-run.js +1 -1
  49. package/lib/commands/common/flags.js +1 -1
  50. package/lib/commands/common/local-file.js +1 -1
  51. package/lib/commands/common/validate.js +1 -1
  52. package/lib/commands/config/delete.js +1 -1
  53. package/lib/commands/config/get.js +1 -1
  54. package/lib/commands/config/index.js +1 -1
  55. package/lib/commands/config/init.js +1 -1
  56. package/lib/commands/config/list.js +1 -1
  57. package/lib/commands/config/set.js +1 -1
  58. package/lib/commands/config/shared.js +1 -1
  59. package/lib/commands/dataset/business-group-update.js +1 -1
  60. package/lib/commands/dataset/business-groups.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-restore.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  80. package/lib/commands/db/analysis-batching.js +1 -1
  81. package/lib/commands/db/analyze-batch-plan.js +1 -1
  82. package/lib/commands/db/analyze-cancel.js +1 -1
  83. package/lib/commands/db/analyze-start.js +1 -1
  84. package/lib/commands/db/analyze-status.js +1 -1
  85. package/lib/commands/db/create.js +1 -1
  86. package/lib/commands/db/delete.js +1 -1
  87. package/lib/commands/db/detail.js +1 -1
  88. package/lib/commands/db/diff-refresh-start.js +1 -1
  89. package/lib/commands/db/diff-refresh-status.js +1 -1
  90. package/lib/commands/db/diff.js +1 -1
  91. package/lib/commands/db/index.js +1 -1
  92. package/lib/commands/db/list.js +1 -1
  93. package/lib/commands/db/shared.js +1 -1
  94. package/lib/commands/db/table-diff-shared.js +1 -1
  95. package/lib/commands/db/tables.js +1 -1
  96. package/lib/commands/db/test.js +1 -1
  97. package/lib/commands/db/update.js +1 -1
  98. package/lib/commands/deployment/auto-sync.js +1 -1
  99. package/lib/commands/deployment/index.js +1 -1
  100. package/lib/commands/deployment/sync.js +1 -1
  101. package/lib/commands/doctor.js +1 -1
  102. package/lib/commands/file/index.js +1 -1
  103. package/lib/commands/issue/index.js +1 -1
  104. package/lib/commands/issue/nudge.js +1 -1
  105. package/lib/commands/issue/report.js +1 -1
  106. package/lib/commands/issue/shared.js +1 -1
  107. package/lib/commands/kb/create.js +1 -1
  108. package/lib/commands/kb/delete.js +1 -1
  109. package/lib/commands/kb/detail.js +1 -1
  110. package/lib/commands/kb/index.js +1 -1
  111. package/lib/commands/kb/list.js +1 -1
  112. package/lib/commands/kb/search.js +1 -1
  113. package/lib/commands/kb/shared.js +1 -1
  114. package/lib/commands/kb/update.js +1 -1
  115. package/lib/commands/logs/index.js +1 -1
  116. package/lib/commands/menu/asset-update.js +1 -1
  117. package/lib/commands/menu/delete.js +1 -1
  118. package/lib/commands/menu/external-link-create.js +1 -1
  119. package/lib/commands/menu/external-link-update.js +1 -1
  120. package/lib/commands/menu/group-create.js +1 -1
  121. package/lib/commands/menu/group-update.js +1 -1
  122. package/lib/commands/menu/index.js +1 -1
  123. package/lib/commands/menu/list.js +1 -1
  124. package/lib/commands/menu/move.js +1 -1
  125. package/lib/commands/menu/regroup-start.js +1 -1
  126. package/lib/commands/menu/rename.js +1 -1
  127. package/lib/commands/menu/shared/compare-table.js +1 -1
  128. package/lib/commands/menu/shared/delete-plan.js +1 -1
  129. package/lib/commands/menu/shared/facts.js +1 -1
  130. package/lib/commands/menu/shared/index.js +1 -1
  131. package/lib/commands/menu/shared/inquirer.js +1 -1
  132. package/lib/commands/menu/shared/local-pages.js +1 -1
  133. package/lib/commands/menu/shared/logic.js +1 -1
  134. package/lib/commands/menu/shared/mutations.js +1 -1
  135. package/lib/commands/menu/shared/service.js +1 -1
  136. package/lib/commands/menu/shared/sync-core.js +1 -1
  137. package/lib/commands/menu/shared/update-core.js +1 -1
  138. package/lib/commands/menu/shared/valid-url.js +1 -1
  139. package/lib/commands/menu/sync.js +1 -1
  140. package/lib/commands/menu/visibility-update.js +1 -1
  141. package/lib/commands/notification/config-create.js +1 -1
  142. package/lib/commands/notification/config-delete.js +1 -1
  143. package/lib/commands/notification/config-list.js +1 -1
  144. package/lib/commands/notification/config-update.js +1 -1
  145. package/lib/commands/notification/index.js +1 -1
  146. package/lib/commands/notification/shared.js +1 -1
  147. package/lib/commands/ocr/index.js +1 -1
  148. package/lib/commands/page/create.js +1 -1
  149. package/lib/commands/page/custom/detail.js +1 -1
  150. package/lib/commands/page/custom/list.js +1 -1
  151. package/lib/commands/page/custom/publish.js +1 -1
  152. package/lib/commands/page/custom/shared.js +1 -1
  153. package/lib/commands/page/custom/syntax.js +1 -1
  154. package/lib/commands/page/custom/template.js +1 -1
  155. package/lib/commands/page/custom/update.js +1 -1
  156. package/lib/commands/page/data-list-status.js +1 -1
  157. package/lib/commands/page/generate-start.js +1 -1
  158. package/lib/commands/page/generate-status.js +1 -1
  159. package/lib/commands/page/index.js +1 -1
  160. package/lib/commands/page/pull.js +1 -1
  161. package/lib/commands/page/push.js +1 -1
  162. package/lib/commands/page/relation-audit.js +1 -1
  163. package/lib/commands/page/restore.js +1 -1
  164. package/lib/commands/page/shared.js +1 -1
  165. package/lib/commands/page/sync.js +1 -1
  166. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  167. package/lib/commands/project/create/format-elapsed.js +1 -1
  168. package/lib/commands/project/create/main.js +1 -1
  169. package/lib/commands/project/create/materialize-project-template.js +1 -1
  170. package/lib/commands/project/create/project-name.js +1 -1
  171. package/lib/commands/project/create/project-template-archive.js +1 -1
  172. package/lib/commands/project/create/project-template-path.js +1 -1
  173. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  174. package/lib/commands/project/create/use-format-code.js +1 -1
  175. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  176. package/lib/commands/project/domain-routing-sync.js +1 -1
  177. package/lib/commands/project/index.js +1 -1
  178. package/lib/commands/project/upgrade.js +1 -1
  179. package/lib/commands/registry.js +1 -1
  180. package/lib/commands/role/delete.js +1 -1
  181. package/lib/commands/role/detail.js +1 -1
  182. package/lib/commands/role/index.js +1 -1
  183. package/lib/commands/role/list.js +1 -1
  184. package/lib/commands/role/shared.js +1 -1
  185. package/lib/commands/role/update.js +1 -1
  186. package/lib/commands/role/user-add.js +1 -1
  187. package/lib/commands/role/user-remove.js +1 -1
  188. package/lib/commands/role/user-resolve.js +1 -1
  189. package/lib/commands/rule/get.js +1 -1
  190. package/lib/commands/rule/index.js +1 -1
  191. package/lib/commands/rule/list.js +1 -1
  192. package/lib/commands/rule/set.js +1 -1
  193. package/lib/commands/rule/shared.js +1 -1
  194. package/lib/commands/run/index.js +1 -1
  195. package/lib/commands/schema.js +1 -1
  196. package/lib/commands/sql/create.js +1 -1
  197. package/lib/commands/sql/delete.js +1 -1
  198. package/lib/commands/sql/detail.js +1 -1
  199. package/lib/commands/sql/exec.js +1 -1
  200. package/lib/commands/sql/index.js +1 -1
  201. package/lib/commands/sql/list.js +1 -1
  202. package/lib/commands/sql/pull.js +1 -1
  203. package/lib/commands/sql/push.js +1 -1
  204. package/lib/commands/sql/shared.js +1 -1
  205. package/lib/commands/sql/status.js +1 -1
  206. package/lib/commands/sql/validate.js +1 -1
  207. package/lib/commands/task/index.js +1 -1
  208. package/lib/commands/task/status.js +1 -1
  209. package/lib/commands/tenant/index.js +1 -1
  210. package/lib/commands/tenant/members-list.js +1 -1
  211. package/lib/commands/tenant/shared.js +1 -1
  212. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  213. package/lib/commands/user-account/index.js +1 -1
  214. package/lib/commands/workspace/add.js +1 -1
  215. package/lib/commands/workspace/index.js +1 -1
  216. package/lib/commands/workspace/remove.js +1 -1
  217. package/lib/config/deployment-sync.js +1 -1
  218. package/lib/config/domain-config.js +1 -1
  219. package/lib/config/project-domain-routing.js +1 -1
  220. package/lib/config/schema.js +1 -1
  221. package/lib/constant/cdn.js +1 -1
  222. package/lib/constant/cli.js +1 -1
  223. package/lib/constant/defaults.js +1 -1
  224. package/lib/constant/domain.js +1 -1
  225. package/lib/constant/env.js +1 -1
  226. package/lib/constant/output.js +1 -1
  227. package/lib/constant/paths.js +1 -1
  228. package/lib/constant/region.js +1 -1
  229. package/lib/constant/risk.js +1 -1
  230. package/lib/constant/routing-profile.js +1 -1
  231. package/lib/context/app-resolver.js +1 -1
  232. package/lib/context/auth-resolver.js +1 -1
  233. package/lib/context/config-loader.js +1 -1
  234. package/lib/context.js +1 -1
  235. package/lib/core/alias-resolver.js +1 -1
  236. package/lib/core/api-client.js +1 -1
  237. package/lib/core/bff/config.js +1 -1
  238. package/lib/core/bff/file-system.js +1 -1
  239. package/lib/core/bff/hash.js +1 -1
  240. package/lib/core/bff/lock.js +1 -1
  241. package/lib/core/bff/utils.js +1 -1
  242. package/lib/core/db-resolver.js +1 -1
  243. package/lib/core/kb-search-client.js +1 -1
  244. package/lib/core/page/file-system.js +1 -1
  245. package/lib/core/page/hash.js +1 -1
  246. package/lib/core/page/lock.js +1 -1
  247. package/lib/core/sql-index-auditor.js +1 -1
  248. package/lib/core/sql-sync/config.js +1 -1
  249. package/lib/core/sql-sync/file-system.js +1 -1
  250. package/lib/core/sql-sync/hash.js +1 -1
  251. package/lib/core/sql-sync/lock.js +1 -1
  252. package/lib/core/sql-sync/utils.js +1 -1
  253. package/lib/core/sql-validator.js +1 -1
  254. package/lib/errors.js +1 -1
  255. package/lib/framework/build-all-flags.js +1 -1
  256. package/lib/framework/error-output.js +1 -1
  257. package/lib/framework/explicit-yes.js +1 -1
  258. package/lib/framework/flags.js +1 -1
  259. package/lib/framework/help.js +1 -1
  260. package/lib/framework/index.js +1 -1
  261. package/lib/framework/output.js +1 -1
  262. package/lib/framework/response.js +1 -1
  263. package/lib/framework/runner-alias.js +1 -1
  264. package/lib/framework/runner.js +1 -1
  265. package/lib/framework/schema-export.js +1 -1
  266. package/lib/framework/types.js +1 -1
  267. package/lib/generated/build-info.d.ts +4 -4
  268. package/lib/generated/build-info.js +1 -1
  269. package/lib/generated/official-routing.js +1 -1
  270. package/lib/generated/routing-contract.js +1 -1
  271. package/lib/help.js +1 -1
  272. package/lib/postinstall.js +1 -1
  273. package/lib/runtime/confirmation.js +1 -1
  274. package/lib/runtime/event.js +1 -1
  275. package/lib/runtime/index.js +1 -1
  276. package/lib/runtime/queue.js +1 -1
  277. package/lib/runtime/resolve.js +1 -1
  278. package/lib/skills/builtin-skill.js +1 -1
  279. package/lib/skills/main.js +1 -1
  280. package/lib/skills/npx-skills-add.js +1 -1
  281. package/lib/skills/skill-presence.js +1 -1
  282. package/lib/telemetry/cli-command-trace.js +1 -1
  283. package/lib/telemetry/cli-help-trace.js +1 -1
  284. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  285. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  286. package/lib/telemetry/send-cli-trace-log.js +1 -1
  287. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  288. package/lib/utils/ai_config.js +1 -1
  289. package/lib/utils/apply-jq-filter.js +1 -1
  290. package/lib/utils/cdn-config.js +1 -1
  291. package/lib/utils/check-sdk-version.js +1 -1
  292. package/lib/utils/cli-version-check.js +1 -1
  293. package/lib/utils/cli-version-policy.js +1 -1
  294. package/lib/utils/config.js +1 -1
  295. package/lib/utils/entity-with-id.js +1 -1
  296. package/lib/utils/file-utils.js +1 -1
  297. package/lib/utils/guides-cdn.js +1 -1
  298. package/lib/utils/http-client.js +1 -1
  299. package/lib/utils/is-non-interactive.js +1 -1
  300. package/lib/utils/logger.js +1 -1
  301. package/lib/utils/params.js +1 -1
  302. package/lib/utils/platform.js +1 -1
  303. package/lib/utils/sleep.js +1 -1
  304. package/lib/utils/template-replacer.js +1 -1
  305. package/lib/utils/update-notice.js +1 -1
  306. package/lib/utils/version.js +1 -1
  307. package/lib/utils/with-active-cookie.js +1 -1
  308. package/lib/utils/write-cli-side-channel.js +1 -1
  309. package/package.json +1 -1
  310. package/skills/rabetbase/SKILL.md +1 -1
  311. package/skills/rabetbase.manifest.json +3 -3
@@ -1 +1 @@
1
- (function(_0x4679f6,_0x5cf226){const _0x5303f4=a34_0x2712,_0x10f5f5=_0x4679f6();while(!![]){try{const _0x590bc2=-parseInt(_0x5303f4(0x7e))/0x1+-parseInt(_0x5303f4(0x78))/0x2*(-parseInt(_0x5303f4(0x82))/0x3)+-parseInt(_0x5303f4(0x79))/0x4*(parseInt(_0x5303f4(0x7a))/0x5)+parseInt(_0x5303f4(0x7b))/0x6*(parseInt(_0x5303f4(0x7c))/0x7)+parseInt(_0x5303f4(0x7f))/0x8+parseInt(_0x5303f4(0x80))/0x9*(-parseInt(_0x5303f4(0x7d))/0xa)+-parseInt(_0x5303f4(0x77))/0xb*(-parseInt(_0x5303f4(0x81))/0xc);if(_0x590bc2===_0x5cf226)break;else _0x10f5f5['push'](_0x10f5f5['shift']());}catch(_0x22708f){_0x10f5f5['push'](_0x10f5f5['shift']());}}}(a34_0x54d5,0xb5f23));import{bffList}from'../../commands/bff/list.js';function a34_0x54d5(){const _0x1f1cbc=['6SknprF','8279264cvHTpY','10ahRNIe','1346949aMywWw','6189064uXQGFs','1643193zeUBjY','12abnsjz','518754poPzUT','3738911lBtXGc','12pIeCmF','4236068IrVrHv','5NlymLi'];a34_0x54d5=function(){return _0x1f1cbc;};return a34_0x54d5();}import{bffDetail}from'../../commands/bff/detail.js';function a34_0x2712(_0x17c089,_0x552b92){_0x17c089=_0x17c089-0x77;const _0x54d5b6=a34_0x54d5();let _0x2712fa=_0x54d5b6[_0x17c089];return _0x2712fa;}import{bffStatus}from'../../commands/bff/status.js';import{bffCreate}from'../../commands/bff/create.js';import{bffPush}from'../../commands/bff/push.js';import{bffPull}from'../../commands/bff/pull.js';import{bffDelete}from'../../commands/bff/delete.js';export const bffDefinitions=[bffList,bffDetail,bffStatus,bffCreate,bffPush,bffPull,bffDelete];
1
+ (function(_0x456f67,_0x2f7d0d){const _0x2496ff=a34_0x59f3,_0xf95c22=_0x456f67();while(!![]){try{const _0x308106=-parseInt(_0x2496ff(0x9e))/0x1*(-parseInt(_0x2496ff(0x9a))/0x2)+-parseInt(_0x2496ff(0xa1))/0x3*(-parseInt(_0x2496ff(0x9f))/0x4)+parseInt(_0x2496ff(0x9d))/0x5+parseInt(_0x2496ff(0x97))/0x6*(-parseInt(_0x2496ff(0x9c))/0x7)+-parseInt(_0x2496ff(0x9b))/0x8+parseInt(_0x2496ff(0x99))/0x9*(parseInt(_0x2496ff(0x98))/0xa)+-parseInt(_0x2496ff(0xa0))/0xb;if(_0x308106===_0x2f7d0d)break;else _0xf95c22['push'](_0xf95c22['shift']());}catch(_0x64f376){_0xf95c22['push'](_0xf95c22['shift']());}}}(a34_0x419f,0x3506d));function a34_0x419f(){const _0x71783f=['2075315xPVqly','411564rFUkHC','66MWgppn','34790LCzTEa','711YzoUlx','2cZjLIo','1619088ftWoVx','201824FKyPMt','1676090XGKKWI','40965eKmyuK','8kofBXR'];a34_0x419f=function(){return _0x71783f;};return a34_0x419f();}import{bffList}from'../../commands/bff/list.js';import{bffDetail}from'../../commands/bff/detail.js';function a34_0x59f3(_0x363ca2,_0x4d73b7){_0x363ca2=_0x363ca2-0x97;const _0x419fa6=a34_0x419f();let _0x59f344=_0x419fa6[_0x363ca2];return _0x59f344;}import{bffStatus}from'../../commands/bff/status.js';import{bffCreate}from'../../commands/bff/create.js';import{bffPush}from'../../commands/bff/push.js';import{bffPull}from'../../commands/bff/pull.js';import{bffDelete}from'../../commands/bff/delete.js';export const bffDefinitions=[bffList,bffDetail,bffStatus,bffCreate,bffPush,bffPull,bffDelete];
@@ -1 +1 @@
1
- function a35_0x3344(_0x1101c6,_0x3cc246){_0x1101c6=_0x1101c6-0x114;const _0x138351=a35_0x1383();let _0x3344ae=_0x138351[_0x1101c6];return _0x3344ae;}const a35_0x15b4f1=a35_0x3344;(function(_0x44e217,_0xe71188){const _0x4f912e=a35_0x3344,_0xf41192=_0x44e217();while(!![]){try{const _0x194c40=parseInt(_0x4f912e(0x129))/0x1+-parseInt(_0x4f912e(0x124))/0x2*(-parseInt(_0x4f912e(0x117))/0x3)+-parseInt(_0x4f912e(0x115))/0x4+parseInt(_0x4f912e(0x12c))/0x5+parseInt(_0x4f912e(0x11b))/0x6+parseInt(_0x4f912e(0x119))/0x7*(parseInt(_0x4f912e(0x11a))/0x8)+-parseInt(_0x4f912e(0x11e))/0x9*(parseInt(_0x4f912e(0x118))/0xa);if(_0x194c40===_0xe71188)break;else _0xf41192['push'](_0xf41192['shift']());}catch(_0x59f078){_0xf41192['push'](_0xf41192['shift']());}}}(a35_0x1383,0x41c11));import{listBffScripts}from'../../core/api-client.js';function a35_0x1383(){const _0x22c3c0=['description','1040634lbrman','11660130tJbzMM','1778189gVEwgA','8qFgMqw','1659120KFSkEc','name','map','9xuCTqm','string','List\x20Backend\x20Function\x20scripts','ENDPOINT','Return\x20full\x20script\x20objects','scriptType','2JXFJff','type','No\x20Backend\x20Function\x20scripts\x20found.','COMMON','length','510835EAmdxu','Script\x20type\x20filter','(unnamed)','2310470aCTAhF','verbose','bool','str','read','1660048KOcIDH'];a35_0x1383=function(){return _0x22c3c0;};return a35_0x1383();}export const bffList={'service':'bff','command':'list','description':a35_0x15b4f1(0x120),'risk':a35_0x15b4f1(0x114),'flags':[{'name':a35_0x15b4f1(0x125),'type':'string','description':a35_0x15b4f1(0x12a),'default':a35_0x15b4f1(0x121),'enum':[a35_0x15b4f1(0x121),a35_0x15b4f1(0x127)]},{'name':a35_0x15b4f1(0x11c),'type':a35_0x15b4f1(0x11f),'description':'Filter\x20by\x20script\x20name'},{'name':a35_0x15b4f1(0x12d),'type':'boolean','description':a35_0x15b4f1(0x122)}],async 'execute'(_0xa8e27b){const _0x3042e9=a35_0x15b4f1,_0x4671e6=await listBffScripts(_0xa8e27b['appCode'],_0xa8e27b[_0x3042e9(0x12f)](_0x3042e9(0x125)),{'scriptName':_0xa8e27b[_0x3042e9(0x12f)](_0x3042e9(0x11c))||undefined}),_0x2b1821=_0xa8e27b[_0x3042e9(0x12e)]('verbose');return{'ok':!![],'data':_0x2b1821?_0x4671e6:_0x4671e6[_0x3042e9(0x11d)](_0x383706=>({'id':_0x383706['id'],'functionName':_0x383706['functionName']??'','description':_0x383706[_0x3042e9(0x116)]||_0x3042e9(0x12b),'scriptType':_0x383706[_0x3042e9(0x123)]})),'message':_0x4671e6[_0x3042e9(0x128)]===0x0?_0x3042e9(0x126):undefined};}};
1
+ function a35_0x32fb(_0x5a710d,_0x4ee5dc){_0x5a710d=_0x5a710d-0x111;const _0x3232cd=a35_0x3232();let _0x32fb79=_0x3232cd[_0x5a710d];return _0x32fb79;}const a35_0x4dad2b=a35_0x32fb;(function(_0x31e47c,_0xba4d57){const _0x241f38=a35_0x32fb,_0x32df50=_0x31e47c();while(!![]){try{const _0x3305f3=-parseInt(_0x241f38(0x122))/0x1+-parseInt(_0x241f38(0x11a))/0x2*(-parseInt(_0x241f38(0x12d))/0x3)+-parseInt(_0x241f38(0x124))/0x4*(parseInt(_0x241f38(0x115))/0x5)+parseInt(_0x241f38(0x113))/0x6+parseInt(_0x241f38(0x125))/0x7*(parseInt(_0x241f38(0x118))/0x8)+parseInt(_0x241f38(0x11c))/0x9+-parseInt(_0x241f38(0x127))/0xa;if(_0x3305f3===_0xba4d57)break;else _0x32df50['push'](_0x32df50['shift']());}catch(_0x2c85d5){_0x32df50['push'](_0x32df50['shift']());}}}(a35_0x3232,0xcfb1a));function a35_0x3232(){const _0x8b663e=['ENDPOINT','7712795yorhLj','appCode','type','32lOBRMf','Return\x20full\x20script\x20objects','2jDYVfR','Script\x20type\x20filter','13174722wiOBxN','(unnamed)','List\x20Backend\x20Function\x20scripts','str','length','read','299789rgrzOk','scriptType','4NWeUbZ','1256241SGmTFz','bff','3897320gArTiV','Filter\x20by\x20script\x20name','No\x20Backend\x20Function\x20scripts\x20found.','name','bool','COMMON','1583457ROzTYe','list','description','verbose','2239590ZjRFvh'];a35_0x3232=function(){return _0x8b663e;};return a35_0x3232();}import{listBffScripts}from'../../core/api-client.js';export const bffList={'service':a35_0x4dad2b(0x126),'command':a35_0x4dad2b(0x12e),'description':a35_0x4dad2b(0x11e),'risk':a35_0x4dad2b(0x121),'flags':[{'name':'type','type':'string','description':a35_0x4dad2b(0x11b),'default':a35_0x4dad2b(0x114),'enum':[a35_0x4dad2b(0x114),a35_0x4dad2b(0x12c)]},{'name':a35_0x4dad2b(0x12a),'type':'string','description':a35_0x4dad2b(0x128)},{'name':'verbose','type':'boolean','description':a35_0x4dad2b(0x119)}],async 'execute'(_0x5fa03){const _0x3a71af=a35_0x4dad2b,_0x28b1cc=await listBffScripts(_0x5fa03[_0x3a71af(0x116)],_0x5fa03[_0x3a71af(0x11f)](_0x3a71af(0x117)),{'scriptName':_0x5fa03['str'](_0x3a71af(0x12a))||undefined}),_0x412be3=_0x5fa03[_0x3a71af(0x12b)](_0x3a71af(0x112));return{'ok':!![],'data':_0x412be3?_0x28b1cc:_0x28b1cc['map'](_0x5958d6=>({'id':_0x5958d6['id'],'functionName':_0x5958d6['functionName']??'','description':_0x5958d6[_0x3a71af(0x111)]||_0x3a71af(0x11d),'scriptType':_0x5958d6[_0x3a71af(0x123)]})),'message':_0x28b1cc[_0x3a71af(0x120)]===0x0?_0x3a71af(0x129):undefined};}};
@@ -1 +1 @@
1
- const a36_0x561587=a36_0x5ea9;function a36_0x4424(){const _0x3956a6=['390OkxJXK','Force\x20pull\x20cancelled.','stderr','1727oPjKTj','includes','stringify','Remote\x20script\x20missing\x20content.','\x22\x20not\x20found\x20after\x20ensureLockScope.','Pull\x20complete:\x20','Pull\x20remote\x20Backend\x20Function\x20scripts\x20to\x20local','skipped','apps','parse','read','hookLocation','1469237RpthZy','\x20failed','filePath','validation','operationType','4ILloba','Force\x20overwrite\x20local\x20unsynced\x20changes','444216fttIIt','datasetCode','push','functions','conflict','/api/management/library/scripts/list?appCode=','string','lockFilePath','force','5vKxnJt','2BGhfBw','Pull\x20only\x20this\x20script\x20type','scriptType','scriptsRoot','appCode','scriptContent','pull','nonInteractive','\x20skipped,\x20','alias','lastSync','unresolvable\x20target\x20path','35032luXjIE','type','bff','ENDPOINT','47673avxVxD','&type=','length','885704cWOuDd','139944Fxhdlz','functionName','\x20remote\x20Backend\x20Function\x20script(s)\x20for\x20pull','all','close','GET','--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.','Remote\x20script\x20missing\x20id.','Would\x20inspect\x20','functionNode','str','message','question','hash','toLowerCase','version','bool','cancelled','HOOK','No\x20remote\x20Backend\x20Function\x20scripts\x20found.','local\x20unsynced\x20changes','COMMON','2953023oMroyZ','toISOString','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','utf8','lockKey'];a36_0x4424=function(){return _0x3956a6;};return a36_0x4424();}(function(_0x3f3d6a,_0x4ca8fc){const _0x1abf02=a36_0x5ea9,_0x40e46a=_0x3f3d6a();while(!![]){try{const _0x200dca=-parseInt(_0x1abf02(0x199))/0x1*(-parseInt(_0x1abf02(0x1a5))/0x2)+parseInt(_0x1abf02(0x1c3))/0x3*(-parseInt(_0x1abf02(0x18d))/0x4)+parseInt(_0x1abf02(0x198))/0x5*(parseInt(_0x1abf02(0x18f))/0x6)+-parseInt(_0x1abf02(0x188))/0x7+parseInt(_0x1abf02(0x1ac))/0x8+parseInt(_0x1abf02(0x1a9))/0x9*(-parseInt(_0x1abf02(0x1c8))/0xa)+parseInt(_0x1abf02(0x1cb))/0xb*(parseInt(_0x1abf02(0x1ad))/0xc);if(_0x200dca===_0x4ca8fc)break;else _0x40e46a['push'](_0x40e46a['shift']());}catch(_0x4d1466){_0x40e46a['push'](_0x40e46a['shift']());}}}(a36_0x4424,0x9eaac));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';function a36_0x5ea9(_0xabae84,_0x474245){_0xabae84=_0xabae84-0x17d;const _0x4424fa=a36_0x4424();let _0x5ea979=_0x4424fa[_0xabae84];return _0x5ea979;}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':a36_0x561587(0x1a7),'command':a36_0x561587(0x19f),'description':a36_0x561587(0x182),'risk':a36_0x561587(0x186),'flags':[{'name':a36_0x561587(0x1a6),'type':a36_0x561587(0x195),'description':a36_0x561587(0x19a),'enum':[a36_0x561587(0x1c2),a36_0x561587(0x1a8),a36_0x561587(0x1bf)]},{'name':a36_0x561587(0x197),'type':'boolean','description':a36_0x561587(0x18e)}],async 'dryRun'(_0x77c977){const _0x121241=a36_0x561587,_0x7a4b23=loadBffProjectConfig(_0x77c977[_0x121241(0x19d)]),_0x451d15=await readBffLockFile(_0x7a4b23[_0x121241(0x196)]),{appLock:_0x51cc36}=ensureLockScope(_0x451d15??createEmptyBffLock(),_0x77c977[_0x121241(0x19d)],_0x7a4b23[_0x121241(0x19c)],'pull'),_0xbbc85e=normalizeBffType(_0x77c977[_0x121241(0x1b7)]('type'))??undefined,_0x4006d4=buildDatasetCodeToAliasMap(_0x77c977['apiDir'],_0x77c977[_0x121241(0x19d)]),[_0x5e1eda,_0x283105]=await Promise[_0x121241(0x1b0)]([listBffScripts(_0x77c977[_0x121241(0x19d)],_0xbbc85e),getBffScriptStatistics(_0x77c977[_0x121241(0x19d)])]),_0x36f4cf=createHookLocationMap(_0x283105),_0x3ac764=[];for(const _0x4d479a of _0x5e1eda){const _0x8734d=resolveRemoteScriptTarget(_0x7a4b23,_0x4d479a,_0x36f4cf,_0x51cc36[_0x121241(0x192)],_0x4006d4);if(!_0x8734d){_0x3ac764[_0x121241(0x191)]({'scriptType':_0x4d479a['scriptType'],'functionName':_0x4d479a[_0x121241(0x1ae)]??'','status':_0x121241(0x183),'reason':_0x121241(0x1a4)});continue;}const _0x361213=_0x51cc36[_0x121241(0x192)][_0x8734d[_0x121241(0x1c7)]],_0x4fdd1e=_0x4d479a[_0x121241(0x19e)]!=null?computeContentHash(_0x4d479a[_0x121241(0x19e)]):undefined,_0x5c9b20=await hasUnsyncedLocalChanges(_0x8734d[_0x121241(0x18a)],_0x361213,_0x4fdd1e);_0x3ac764['push']({'lockKey':_0x8734d[_0x121241(0x1c7)],'filePath':_0x8734d['filePath'],'remoteId':_0x4d479a['id']??null,'status':_0x5c9b20?_0x121241(0x193):'would_pull'});}return{'method':_0x121241(0x1b2),'url':_0x121241(0x194)+_0x77c977[_0x121241(0x19d)]+(_0xbbc85e?_0x121241(0x1aa)+_0xbbc85e:''),'body':{'appCode':_0x77c977[_0x121241(0x19d)],'filterType':_0xbbc85e??null,'files':_0x3ac764},'description':_0x121241(0x1b5)+_0x3ac764['length']+_0x121241(0x1af)};},async 'execute'(_0x5cc948){const _0x8613b8=a36_0x561587,_0x4582ab=loadBffProjectConfig(_0x5cc948[_0x8613b8(0x19d)]),_0x4cc9c8=await readBffLockFile(_0x4582ab[_0x8613b8(0x196)]),{lockData:_0x52f449,appLock:_0x55238b}=ensureLockScope(_0x4cc9c8??createEmptyBffLock(),_0x5cc948[_0x8613b8(0x19d)],_0x4582ab[_0x8613b8(0x19c)],'pull'),_0x5f551b=normalizeBffType(_0x5cc948[_0x8613b8(0x1b7)]('type'))??undefined;if(_0x5cc948[_0x8613b8(0x1b7)]('type')&&!_0x5f551b)throw CliErrors[_0x8613b8(0x18b)](_0x8613b8(0x1b3));const [_0x13140c,_0x57a393]=await Promise[_0x8613b8(0x1b0)]([listBffScripts(_0x5cc948['appCode'],_0x5f551b),getBffScriptStatistics(_0x5cc948[_0x8613b8(0x19d)])]);if(_0x13140c[_0x8613b8(0x1ab)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x8613b8(0x1c0)};const _0x412eb2=_0x5cc948[_0x8613b8(0x1bd)](_0x8613b8(0x197));if(_0x412eb2&&!_0x5cc948[_0x8613b8(0x1a0)]){const _0x34cd01=await confirmForce();if(!_0x34cd01)throw CliErrors[_0x8613b8(0x1be)](_0x8613b8(0x1c9));}if(_0x412eb2&&_0x5cc948[_0x8613b8(0x1a0)]){}const _0x233297=buildDatasetCodeToAliasMap(_0x5cc948['apiDir'],_0x5cc948['appCode']),_0x4d8079=createHookLocationMap(_0x57a393),_0x3c44a1=JSON[_0x8613b8(0x185)](JSON[_0x8613b8(0x17e)](_0x52f449)),_0x23b341=_0x5cc948[_0x8613b8(0x19d)],_0x4a7627=_0x3c44a1[_0x8613b8(0x184)][_0x23b341];if(!_0x4a7627)throw new Error('Lock\x20scope\x20for\x20app\x20\x22'+_0x23b341+_0x8613b8(0x180));const _0x1e4d5b=[],_0x45fd84=[],_0x7c3097=[];for(const _0x16bf95 of _0x13140c){const _0x13a386=resolveRemoteScriptTarget(_0x4582ab,_0x16bf95,_0x4d8079,_0x55238b[_0x8613b8(0x192)],_0x233297);if(!_0x13a386){_0x45fd84[_0x8613b8(0x191)]({'lockKey':_0x16bf95[_0x8613b8(0x19b)]+'/'+_0x16bf95[_0x8613b8(0x1ae)],'reason':_0x8613b8(0x1a4)});continue;}const _0x4576c5=_0x55238b[_0x8613b8(0x192)][_0x13a386[_0x8613b8(0x1c7)]];try{if(!_0x16bf95['id'])throw new Error(_0x8613b8(0x1b4));if(_0x16bf95[_0x8613b8(0x19e)]==null)throw new Error(_0x8613b8(0x17f));const _0x52872f=_0x16bf95[_0x8613b8(0x19e)],_0x161bc7=computeContentHash(_0x52872f);if(!_0x412eb2){const _0x1db718=await hasUnsyncedLocalChanges(_0x13a386[_0x8613b8(0x18a)],_0x4576c5,_0x161bc7);if(_0x1db718){_0x45fd84['push']({'lockKey':_0x13a386['lockKey'],'reason':_0x8613b8(0x1c1)});continue;}}await ensureParentDirectory(_0x13a386[_0x8613b8(0x18a)]),await writeFile(_0x13a386[_0x8613b8(0x18a)],_0x52872f,_0x8613b8(0x1c6));const _0x1d7e32={'hash':_0x161bc7,'remoteId':_0x16bf95['id'],'version':_0x16bf95[_0x8613b8(0x1bc)]};_0x13a386[_0x8613b8(0x1a6)]===_0x8613b8(0x1bf)&&_0x13a386['hookLocation']&&(_0x1d7e32[_0x8613b8(0x1a2)]=_0x13a386[_0x8613b8(0x187)][_0x8613b8(0x1a2)],_0x1d7e32[_0x8613b8(0x190)]=_0x13a386[_0x8613b8(0x187)][_0x8613b8(0x190)],_0x1d7e32[_0x8613b8(0x18c)]=_0x13a386[_0x8613b8(0x187)][_0x8613b8(0x18c)],_0x1d7e32[_0x8613b8(0x1b6)]=_0x13a386['hookLocation'][_0x8613b8(0x1b6)]),_0x4a7627['functions'][_0x13a386['lockKey']]=_0x1d7e32,_0x1e4d5b[_0x8613b8(0x191)]({'lockKey':_0x13a386['lockKey'],'remoteId':_0x16bf95['id']});}catch(_0x4e171a){_0x7c3097[_0x8613b8(0x191)]({'lockKey':_0x13a386[_0x8613b8(0x1c7)],'error':_0x4e171a instanceof Error?_0x4e171a[_0x8613b8(0x1b8)]:String(_0x4e171a)});}}return _0x4a7627[_0x8613b8(0x1a3)]=new Date()[_0x8613b8(0x1c4)](),await writeBffLockFile(_0x4582ab[_0x8613b8(0x196)],_0x3c44a1),{'ok':_0x7c3097['length']===0x0,'data':{'pulled':_0x1e4d5b,'skipped':_0x45fd84,'failed':_0x7c3097},'message':_0x8613b8(0x181)+_0x1e4d5b[_0x8613b8(0x1ab)]+'\x20pulled,\x20'+_0x45fd84['length']+_0x8613b8(0x1a1)+_0x7c3097[_0x8613b8(0x1ab)]+_0x8613b8(0x189)};}};async function hasUnsyncedLocalChanges(_0x3195da,_0x8cf0ed,_0x2fbfbf){const _0x251f0e=a36_0x561587;if(!await fileExists(_0x3195da))return![];const _0x1dbc8a=await computeFileHash(_0x3195da);if(!_0x8cf0ed)return _0x2fbfbf?_0x1dbc8a!==_0x2fbfbf:!![];return _0x1dbc8a!==_0x8cf0ed[_0x251f0e(0x1ba)];}function buildDatasetCodeToAliasMap(_0x5879f8,_0x3b1616){const _0x114c90=a36_0x561587,_0x10f1d9=loadAliasMap(_0x5879f8,undefined,resolveApiFilePath(_0x5879f8,_0x3b1616));return new Map(_0x10f1d9['map'](_0x5f36aa=>[_0x5f36aa[_0x114c90(0x190)],_0x5f36aa[_0x114c90(0x1a2)]]));}async function confirmForce(){const _0x3c5123=a36_0x561587,_0x56a399=createInterface({'input':process['stdin'],'output':process[_0x3c5123(0x1ca)]}),_0x4c6723=await new Promise(_0x49d6e4=>{const _0x52705d=_0x3c5123;_0x56a399[_0x52705d(0x1b9)](_0x52705d(0x1c5),_0x49d6e4);});return _0x56a399[_0x3c5123(0x1b1)](),['y','yes'][_0x3c5123(0x17d)](_0x4c6723['trim']()[_0x3c5123(0x1bb)]());}
1
+ const a36_0xa2eb89=a36_0x218a;(function(_0x564224,_0x52231c){const _0x17a44f=a36_0x218a,_0x3fa644=_0x564224();while(!![]){try{const _0x14382f=parseInt(_0x17a44f(0x1d6))/0x1+-parseInt(_0x17a44f(0x1e5))/0x2+-parseInt(_0x17a44f(0x1cd))/0x3*(parseInt(_0x17a44f(0x1ad))/0x4)+-parseInt(_0x17a44f(0x1c5))/0x5*(-parseInt(_0x17a44f(0x1db))/0x6)+parseInt(_0x17a44f(0x1bc))/0x7+parseInt(_0x17a44f(0x1e7))/0x8+-parseInt(_0x17a44f(0x1ce))/0x9;if(_0x14382f===_0x52231c)break;else _0x3fa644['push'](_0x3fa644['shift']());}catch(_0x464564){_0x3fa644['push'](_0x3fa644['shift']());}}}(a36_0x25b5,0xafd1d));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':a36_0xa2eb89(0x1be),'command':a36_0xa2eb89(0x1ef),'description':a36_0xa2eb89(0x1e4),'risk':a36_0xa2eb89(0x1d2),'flags':[{'name':a36_0xa2eb89(0x1b2),'type':'string','description':'Pull\x20only\x20this\x20script\x20type','enum':[a36_0xa2eb89(0x1df),a36_0xa2eb89(0x1c4),a36_0xa2eb89(0x1dc)]},{'name':'force','type':a36_0xa2eb89(0x1b5),'description':a36_0xa2eb89(0x1cb)}],async 'dryRun'(_0x34445b){const _0x2cc67e=a36_0xa2eb89,_0x55d258=loadBffProjectConfig(_0x34445b[_0x2cc67e(0x1e8)]),_0x53d39b=await readBffLockFile(_0x55d258[_0x2cc67e(0x1ed)]),{appLock:_0x308ec5}=ensureLockScope(_0x53d39b??createEmptyBffLock(),_0x34445b['appCode'],_0x55d258[_0x2cc67e(0x1eb)],'pull'),_0x19aa6e=normalizeBffType(_0x34445b[_0x2cc67e(0x1e0)](_0x2cc67e(0x1b2)))??undefined,_0xd47288=buildDatasetCodeToAliasMap(_0x34445b[_0x2cc67e(0x1cc)],_0x34445b[_0x2cc67e(0x1e8)]),[_0x32711c,_0x391276]=await Promise[_0x2cc67e(0x1ca)]([listBffScripts(_0x34445b['appCode'],_0x19aa6e),getBffScriptStatistics(_0x34445b[_0x2cc67e(0x1e8)])]),_0x26943e=createHookLocationMap(_0x391276),_0x184770=[];for(const _0x528712 of _0x32711c){const _0x41ef4b=resolveRemoteScriptTarget(_0x55d258,_0x528712,_0x26943e,_0x308ec5[_0x2cc67e(0x1a9)],_0xd47288);if(!_0x41ef4b){_0x184770['push']({'scriptType':_0x528712[_0x2cc67e(0x1af)],'functionName':_0x528712[_0x2cc67e(0x1d5)]??'','status':_0x2cc67e(0x1de),'reason':_0x2cc67e(0x1c6)});continue;}const _0x1668f4=_0x308ec5[_0x2cc67e(0x1a9)][_0x41ef4b[_0x2cc67e(0x1f1)]],_0x28cc65=_0x528712[_0x2cc67e(0x1e2)]!=null?computeContentHash(_0x528712['scriptContent']):undefined,_0x166436=await hasUnsyncedLocalChanges(_0x41ef4b[_0x2cc67e(0x1b9)],_0x1668f4,_0x28cc65);_0x184770[_0x2cc67e(0x1d1)]({'lockKey':_0x41ef4b[_0x2cc67e(0x1f1)],'filePath':_0x41ef4b[_0x2cc67e(0x1b9)],'remoteId':_0x528712['id']??null,'status':_0x166436?_0x2cc67e(0x1ec):'would_pull'});}return{'method':_0x2cc67e(0x1ba),'url':_0x2cc67e(0x1bd)+_0x34445b[_0x2cc67e(0x1e8)]+(_0x19aa6e?'&type='+_0x19aa6e:''),'body':{'appCode':_0x34445b[_0x2cc67e(0x1e8)],'filterType':_0x19aa6e??null,'files':_0x184770},'description':_0x2cc67e(0x1d3)+_0x184770[_0x2cc67e(0x1b7)]+_0x2cc67e(0x1ab)};},async 'execute'(_0x1618b0){const _0x27991e=a36_0xa2eb89,_0x303056=loadBffProjectConfig(_0x1618b0[_0x27991e(0x1e8)]),_0x2b8690=await readBffLockFile(_0x303056[_0x27991e(0x1ed)]),{lockData:_0xafe405,appLock:_0x28e8b9}=ensureLockScope(_0x2b8690??createEmptyBffLock(),_0x1618b0[_0x27991e(0x1e8)],_0x303056[_0x27991e(0x1eb)],_0x27991e(0x1ef)),_0x210f6d=normalizeBffType(_0x1618b0[_0x27991e(0x1e0)](_0x27991e(0x1b2)))??undefined;if(_0x1618b0[_0x27991e(0x1e0)]('type')&&!_0x210f6d)throw CliErrors[_0x27991e(0x1b4)](_0x27991e(0x1d7));const [_0x11e7d6,_0x2b4f71]=await Promise['all']([listBffScripts(_0x1618b0[_0x27991e(0x1e8)],_0x210f6d),getBffScriptStatistics(_0x1618b0['appCode'])]);if(_0x11e7d6[_0x27991e(0x1b7)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x27991e(0x1e3)};const _0x2a6ee5=_0x1618b0[_0x27991e(0x1ea)](_0x27991e(0x1c2));if(_0x2a6ee5&&!_0x1618b0['nonInteractive']){const _0x3f8e1c=await confirmForce();if(!_0x3f8e1c)throw CliErrors[_0x27991e(0x1d4)](_0x27991e(0x1e6));}if(_0x2a6ee5&&_0x1618b0['nonInteractive']){}const _0x809ea6=buildDatasetCodeToAliasMap(_0x1618b0[_0x27991e(0x1cc)],_0x1618b0['appCode']),_0x4bad73=createHookLocationMap(_0x2b4f71),_0x4e11f6=JSON[_0x27991e(0x1b8)](JSON[_0x27991e(0x1d8)](_0xafe405)),_0xbcc125=_0x1618b0['appCode'],_0x46eb65=_0x4e11f6[_0x27991e(0x1da)][_0xbcc125];if(!_0x46eb65)throw new Error(_0x27991e(0x1b0)+_0xbcc125+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x5aa050=[],_0x225444=[],_0x21f52e=[];for(const _0x56aa86 of _0x11e7d6){const _0x50a9bf=resolveRemoteScriptTarget(_0x303056,_0x56aa86,_0x4bad73,_0x28e8b9[_0x27991e(0x1a9)],_0x809ea6);if(!_0x50a9bf){_0x225444[_0x27991e(0x1d1)]({'lockKey':_0x56aa86['scriptType']+'/'+_0x56aa86[_0x27991e(0x1d5)],'reason':_0x27991e(0x1c6)});continue;}const _0x201613=_0x28e8b9[_0x27991e(0x1a9)][_0x50a9bf[_0x27991e(0x1f1)]];try{if(!_0x56aa86['id'])throw new Error(_0x27991e(0x1aa));if(_0x56aa86[_0x27991e(0x1e2)]==null)throw new Error(_0x27991e(0x1b3));const _0x505f2f=_0x56aa86[_0x27991e(0x1e2)],_0x43fc22=computeContentHash(_0x505f2f);if(!_0x2a6ee5){const _0x5bfedf=await hasUnsyncedLocalChanges(_0x50a9bf[_0x27991e(0x1b9)],_0x201613,_0x43fc22);if(_0x5bfedf){_0x225444[_0x27991e(0x1d1)]({'lockKey':_0x50a9bf[_0x27991e(0x1f1)],'reason':_0x27991e(0x1d9)});continue;}}await ensureParentDirectory(_0x50a9bf[_0x27991e(0x1b9)]),await writeFile(_0x50a9bf[_0x27991e(0x1b9)],_0x505f2f,_0x27991e(0x1d0));const _0x39973f={'hash':_0x43fc22,'remoteId':_0x56aa86['id'],'version':_0x56aa86['version']};_0x50a9bf[_0x27991e(0x1b2)]==='HOOK'&&_0x50a9bf[_0x27991e(0x1ee)]&&(_0x39973f[_0x27991e(0x1c3)]=_0x50a9bf[_0x27991e(0x1ee)]['alias'],_0x39973f[_0x27991e(0x1ae)]=_0x50a9bf['hookLocation'][_0x27991e(0x1ae)],_0x39973f[_0x27991e(0x1c8)]=_0x50a9bf['hookLocation'][_0x27991e(0x1c8)],_0x39973f[_0x27991e(0x1ac)]=_0x50a9bf[_0x27991e(0x1ee)][_0x27991e(0x1ac)]),_0x46eb65['functions'][_0x50a9bf['lockKey']]=_0x39973f,_0x5aa050[_0x27991e(0x1d1)]({'lockKey':_0x50a9bf[_0x27991e(0x1f1)],'remoteId':_0x56aa86['id']});}catch(_0x1b6368){_0x21f52e[_0x27991e(0x1d1)]({'lockKey':_0x50a9bf[_0x27991e(0x1f1)],'error':_0x1b6368 instanceof Error?_0x1b6368[_0x27991e(0x1bf)]:String(_0x1b6368)});}}return _0x46eb65[_0x27991e(0x1e1)]=new Date()[_0x27991e(0x1c1)](),await writeBffLockFile(_0x303056[_0x27991e(0x1ed)],_0x4e11f6),{'ok':_0x21f52e['length']===0x0,'data':{'pulled':_0x5aa050,'skipped':_0x225444,'failed':_0x21f52e},'message':_0x27991e(0x1bb)+_0x5aa050['length']+_0x27991e(0x1b1)+_0x225444[_0x27991e(0x1b7)]+_0x27991e(0x1dd)+_0x21f52e['length']+_0x27991e(0x1c9)};}};function a36_0x218a(_0x952716,_0x1b4d63){_0x952716=_0x952716-0x1a9;const _0x25b527=a36_0x25b5();let _0x218a6c=_0x25b527[_0x952716];return _0x218a6c;}async function hasUnsyncedLocalChanges(_0x2f6449,_0x38d3b0,_0x5eb40e){const _0x55e546=a36_0xa2eb89;if(!await fileExists(_0x2f6449))return![];const _0x3d7216=await computeFileHash(_0x2f6449);if(!_0x38d3b0)return _0x5eb40e?_0x3d7216!==_0x5eb40e:!![];return _0x3d7216!==_0x38d3b0[_0x55e546(0x1cf)];}function buildDatasetCodeToAliasMap(_0x34f07e,_0x2111b7){const _0x40e2fe=a36_0xa2eb89,_0x476896=loadAliasMap(_0x34f07e,undefined,resolveApiFilePath(_0x34f07e,_0x2111b7));return new Map(_0x476896[_0x40e2fe(0x1b6)](_0xe123cb=>[_0xe123cb[_0x40e2fe(0x1ae)],_0xe123cb[_0x40e2fe(0x1c3)]]));}async function confirmForce(){const _0x41d0e3=a36_0xa2eb89,_0x213544=createInterface({'input':process[_0x41d0e3(0x1c0)],'output':process[_0x41d0e3(0x1f2)]}),_0x5b9586=await new Promise(_0x589e4b=>{const _0x31d6f2=_0x41d0e3;_0x213544['question'](_0x31d6f2(0x1c7),_0x589e4b);});return _0x213544['close'](),['y',_0x41d0e3(0x1e9)][_0x41d0e3(0x1f3)](_0x5b9586['trim']()[_0x41d0e3(0x1f0)]());}function a36_0x25b5(){const _0x41ad39=['/api/management/library/scripts/list?appCode=','bff','message','stdin','toISOString','force','alias','ENDPOINT','15LNZbLl','unresolvable\x20target\x20path','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','operationType','\x20failed','all','Force\x20overwrite\x20local\x20unsynced\x20changes','apiDir','3PuHPtC','4929642JmUDQb','hash','utf8','push','read','Would\x20inspect\x20','cancelled','functionName','777915YWcmmj','--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.','stringify','local\x20unsynced\x20changes','apps','1409802sIFemO','HOOK','\x20skipped,\x20','skipped','COMMON','str','lastSync','scriptContent','No\x20remote\x20Backend\x20Function\x20scripts\x20found.','Pull\x20remote\x20Backend\x20Function\x20scripts\x20to\x20local','1545560eAvVsQ','Force\x20pull\x20cancelled.','3492960NJLnNG','appCode','yes','bool','scriptsRoot','conflict','lockFilePath','hookLocation','pull','toLowerCase','lockKey','stderr','includes','functions','Remote\x20script\x20missing\x20id.','\x20remote\x20Backend\x20Function\x20script(s)\x20for\x20pull','functionNode','3098276jqWHEB','datasetCode','scriptType','Lock\x20scope\x20for\x20app\x20\x22','\x20pulled,\x20','type','Remote\x20script\x20missing\x20content.','validation','boolean','map','length','parse','filePath','GET','Pull\x20complete:\x20','6270656wyNtnN'];a36_0x25b5=function(){return _0x41ad39;};return a36_0x25b5();}
@@ -1 +1 @@
1
- const a37_0x211c6c=a37_0x3ccf;(function(_0x594713,_0x15b4c4){const _0x494611=a37_0x3ccf,_0x2313a2=_0x594713();while(!![]){try{const _0x466f55=parseInt(_0x494611(0x134))/0x1+parseInt(_0x494611(0x147))/0x2+parseInt(_0x494611(0x126))/0x3+-parseInt(_0x494611(0x160))/0x4*(-parseInt(_0x494611(0x156))/0x5)+-parseInt(_0x494611(0x12e))/0x6+-parseInt(_0x494611(0x157))/0x7*(parseInt(_0x494611(0x15a))/0x8)+-parseInt(_0x494611(0x15c))/0x9*(-parseInt(_0x494611(0x14e))/0xa);if(_0x466f55===_0x15b4c4)break;else _0x2313a2['push'](_0x2313a2['shift']());}catch(_0x10a4fe){_0x2313a2['push'](_0x2313a2['shift']());}}}(a37_0x3cf1,0x6696b));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';import{automaticDeploymentSyncSucceeded,buildAutomaticDeploymentSyncPreview,runAutomaticDeploymentSync,validateAutomaticDeploymentSync}from'../../commands/deployment/auto-sync.js';const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;export const bffPush={'service':'bff','command':a37_0x211c6c(0x14b),'description':a37_0x211c6c(0x163),'risk':a37_0x211c6c(0x124),'flags':[{'name':a37_0x211c6c(0x169),'type':a37_0x211c6c(0x15e),'description':a37_0x211c6c(0x13a),'enum':['COMMON','ENDPOINT',a37_0x211c6c(0x138)]},{'name':a37_0x211c6c(0x12c),'type':'string','description':a37_0x211c6c(0x148)},{'name':a37_0x211c6c(0x11d),'type':a37_0x211c6c(0x12d),'description':'Force\x20push\x20ignoring\x20hash\x20protection'}],async 'validate'(_0x503554){validateAutomaticDeploymentSync(_0x503554);},async 'dryRun'(_0x45e89c){const _0xff9bb5=a37_0x211c6c,_0xb146a6=loadBffProjectConfig(_0x45e89c[_0xff9bb5(0x11b)]),_0x11cafa=await readBffLockFile(_0xb146a6['lockFilePath']),{appLock:_0x13c8fc}=ensureLockScope(_0x11cafa??createEmptyBffLock(),_0x45e89c[_0xff9bb5(0x11b)],_0xb146a6[_0xff9bb5(0x14a)],_0xff9bb5(0x14b)),_0x3a9f3c=await getTargetFunctions(_0xb146a6,_0x45e89c),_0x5b8b95=_0x45e89c['bool'](_0xff9bb5(0x11d)),_0x5aeb31=[],_0x1e3dfc=[];for(const _0x4a0dcc of _0x3a9f3c){const _0xc3181e=await computeFileHash(_0x4a0dcc[_0xff9bb5(0x13f)]),_0x128b23=_0x13c8fc[_0xff9bb5(0x145)][_0x4a0dcc[_0xff9bb5(0x14d)]],_0x23e149=!!_0x128b23&&_0x128b23[_0xff9bb5(0x162)]===_0xc3181e,_0x149ec7=!_0x5b8b95&&_0x23e149?'unchanged':_0xff9bb5(0x168);_0x5aeb31[_0xff9bb5(0x14b)]({'lockKey':_0x4a0dcc[_0xff9bb5(0x14d)],'filePath':_0x4a0dcc[_0xff9bb5(0x13f)],'remoteId':_0x128b23?.['remoteId']??null,'mode':_0x128b23?.[_0xff9bb5(0x118)]?_0xff9bb5(0x135):'create','status':_0x149ec7});if(_0x149ec7===_0xff9bb5(0x168))_0x1e3dfc[_0xff9bb5(0x14b)](_0x4a0dcc[_0xff9bb5(0x12c)]);}return{'method':_0xff9bb5(0x141),'url':_0xff9bb5(0x14f),'deploymentSync':buildAutomaticDeploymentSyncPreview(_0x45e89c,_0xff9bb5(0x158),_0x1e3dfc),'body':{'appCode':_0x45e89c[_0xff9bb5(0x11b)],'force':_0x5b8b95,'files':_0x5aeb31,'cacheClearAtRuntime':_0x5aeb31[_0xff9bb5(0x136)](_0x5414ff=>_0x5414ff[_0xff9bb5(0x166)]===_0xff9bb5(0x168)),'cacheClearAtRuntimeTimes':_0x5aeb31[_0xff9bb5(0x136)](_0x3faeed=>_0x3faeed['status']==='would_push')?CACHE_CLEAR_ATTEMPTS:0x0},'description':'Would\x20inspect\x20'+_0x5aeb31[_0xff9bb5(0x15b)]+_0xff9bb5(0x14c)};},async 'execute'(_0x56dce4){const _0x54717a=a37_0x211c6c,_0x384646=loadBffProjectConfig(_0x56dce4[_0x54717a(0x11b)]),_0x3df12a=await readBffLockFile(_0x384646[_0x54717a(0x167)]),{lockData:_0x17f524,appLock:_0x49fc83}=ensureLockScope(_0x3df12a??createEmptyBffLock(),_0x56dce4[_0x54717a(0x11b)],_0x384646['scriptsRoot'],_0x54717a(0x14b)),_0x15d5c5=await getTargetFunctions(_0x384646,_0x56dce4);if(_0x15d5c5['length']===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':_0x54717a(0x13c)};const _0xfa631a=_0x56dce4[_0x54717a(0x128)]('force'),_0x422499=JSON[_0x54717a(0x164)](JSON['stringify'](_0x17f524)),_0x363b66=_0x422499[_0x54717a(0x137)][_0x56dce4[_0x54717a(0x11b)]];if(!_0x363b66)throw new Error('Lock\x20scope\x20for\x20app\x20\x22'+_0x56dce4[_0x54717a(0x11b)]+_0x54717a(0x120));const _0xf92b3a=await buildHookMaps(_0x56dce4[_0x54717a(0x11b)],_0x56dce4[_0x54717a(0x13e)],_0x15d5c5,_0x363b66),_0x17696c=[],_0x12cccd=[],_0x4190c5=[],_0x4cd4eb=[];for(const _0x41b1bc of _0x15d5c5){const _0x5a36c2=await computeFileHash(_0x41b1bc[_0x54717a(0x13f)]),_0x505341=_0x363b66[_0x54717a(0x145)][_0x41b1bc[_0x54717a(0x14d)]];if(!_0xfa631a&&_0x505341&&_0x505341[_0x54717a(0x162)]===_0x5a36c2){_0x4190c5[_0x54717a(0x14b)]({'lockKey':_0x41b1bc[_0x54717a(0x14d)],'reason':_0x54717a(0x12b)});continue;}try{await uploadSingleFunction(_0x56dce4[_0x54717a(0x11b)],_0x41b1bc,_0x363b66,_0xf92b3a);const _0x548fe7=_0x363b66[_0x54717a(0x145)][_0x41b1bc[_0x54717a(0x14d)]];_0x17696c[_0x54717a(0x14b)]({'lockKey':_0x41b1bc[_0x54717a(0x14d)],'remoteId':_0x548fe7?.[_0x54717a(0x118)]??0x0}),_0x12cccd[_0x54717a(0x14b)](_0x41b1bc[_0x54717a(0x12c)]);}catch(_0x149444){_0x4cd4eb[_0x54717a(0x14b)]({'lockKey':_0x41b1bc['lockKey'],'error':_0x149444 instanceof Error?_0x149444['message']:String(_0x149444)});}}_0x363b66[_0x54717a(0x151)]=new Date()[_0x54717a(0x129)](),await writeBffLockFile(_0x384646[_0x54717a(0x167)],_0x422499),await waitForUploadedLockEntries(_0x384646['lockFilePath'],_0x56dce4[_0x54717a(0x11b)],_0x17696c['map'](_0xecf987=>_0xecf987['lockKey']));let _0x4cdcc8={'attempted':![],'cleared':![]};if(_0x17696c['length']>0x0)try{let _0x3097ef='';for(let _0x2a4ef8=0x0;_0x2a4ef8<CACHE_CLEAR_ATTEMPTS;_0x2a4ef8+=0x1){_0x3097ef=await clearBffScriptCache(),_0x2a4ef8<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x4cdcc8={'attempted':!![],'cleared':!![],'message':_0x3097ef||'Runtime\x20script\x20cache\x20cleared.'};}catch(_0x2a1555){_0x4cdcc8={'attempted':!![],'cleared':![],'error':_0x2a1555 instanceof Error?_0x2a1555[_0x54717a(0x122)]:String(_0x2a1555)};}const _0x585ce6=_0x4cd4eb[_0x54717a(0x15b)]===0x0&&(_0x4cdcc8[_0x54717a(0x165)]?_0x4cdcc8[_0x54717a(0x127)]:!![]),_0x346b1b=await runAutomaticDeploymentSync(_0x56dce4,'bff',_0x12cccd,_0x585ce6),_0x15cbcf=_0x585ce6&&automaticDeploymentSyncSucceeded(_0x346b1b),_0x1ce226=_0x4cdcc8[_0x54717a(0x165)]?_0x4cdcc8[_0x54717a(0x127)]?_0x54717a(0x146):_0x54717a(0x144):_0x54717a(0x12f),_0x18c687=_0x346b1b[_0x54717a(0x123)]?_0x54717a(0x132)+_0x346b1b[_0x54717a(0x166)]:'';return{'ok':_0x15cbcf,'data':{'uploaded':_0x17696c,'skipped':_0x4190c5,'failed':_0x4cd4eb,'cacheClear':_0x4cdcc8,'deploymentSync':_0x346b1b},'message':'Push\x20complete:\x20'+_0x17696c[_0x54717a(0x15b)]+'\x20uploaded,\x20'+_0x4190c5[_0x54717a(0x15b)]+_0x54717a(0x130)+_0x4cd4eb[_0x54717a(0x15b)]+_0x54717a(0x143)+_0x1ce226+_0x18c687};}};async function getTargetFunctions(_0x500de3,_0x1ede02){const _0x456758=a37_0x211c6c,_0x18aa25=_0x1ede02['str']('type'),_0x39f6b6=_0x1ede02['str'](_0x456758(0x12c)),_0x49bd75=normalizeBffType(_0x18aa25)??undefined;if(_0x39f6b6&&!_0x49bd75)throw CliErrors[_0x456758(0x119)]('--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.');const _0x33df19=await scanLocalBffFunctions(_0x500de3,_0x49bd75);if(_0x39f6b6){const _0x263003=_0x33df19['filter'](_0x56502b=>_0x56502b[_0x456758(0x12c)]===_0x39f6b6);if(_0x263003[_0x456758(0x15b)]===0x0)throw CliErrors[_0x456758(0x119)](_0x456758(0x11a)+_0x49bd75+'/'+_0x39f6b6);return _0x263003;}return _0x33df19;}async function buildHookMaps(_0x1cc435,_0x5d6793,_0x90cdb7,_0x2728ea){const _0x345ad6=a37_0x211c6c,_0x1618de=_0x90cdb7['some'](_0x31fdf1=>_0x31fdf1[_0x345ad6(0x169)]==='HOOK');if(!_0x1618de)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x290e89=loadAliasMap(_0x5d6793,undefined,resolveApiFilePath(_0x5d6793,_0x1cc435)),_0x26a1b6=new Map(_0x290e89['map'](_0x463340=>[_0x463340[_0x345ad6(0x11f)],_0x463340['datasetCode']]));for(const _0x3a474a of Object[_0x345ad6(0x11e)](_0x2728ea[_0x345ad6(0x145)])){_0x3a474a[_0x345ad6(0x11f)]&&_0x3a474a[_0x345ad6(0x15d)]&&!_0x26a1b6[_0x345ad6(0x152)](_0x3a474a[_0x345ad6(0x11f)])&&_0x26a1b6[_0x345ad6(0x149)](_0x3a474a['alias'],_0x3a474a[_0x345ad6(0x15d)]);}const _0xa984f0=await listDatasets(_0x1cc435),_0x24b1ee=new Map(_0xa984f0[_0x345ad6(0x153)](_0x10630c=>[_0x10630c[_0x345ad6(0x15f)],_0x10630c]));return{'aliasToDatasetCode':_0x26a1b6,'datasetCodeToDataset':_0x24b1ee};}function a37_0x3cf1(){const _0x1733e2=['HOOK','script','Push\x20only\x20this\x20script\x20type','functionNode','No\x20local\x20Backend\x20Function\x20scripts\x20found.','every','apiDir','filePath','get','POST','Incomplete\x20HOOK\x20path:\x20','\x20failed,\x20','runtime\x20cache\x20clear\x20failed','functions','runtime\x20cache\x20cleared','1368670kAoNje','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','set','scriptsRoot','push','\x20local\x20Backend\x20Function\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','lockKey','150oujmds','/api/management/library/scripts/save','utf8','lastSync','has','map','\x22.\x20','Run\x20`','10LMEBzO','687827HubjwZ','bff','datasetId','40oLWOdS','length','65979BAumuk','datasetCode','string','code','184344rZnvXm','version','hash','Push\x20local\x20Backend\x20Function\x20scripts\x20to\x20remote','parse','attempted','status','lockFilePath','would_push','type','remoteId','validation','Local\x20function\x20not\x20found:\x20','appCode',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','force','values','alias','\x22\x20not\x20found\x20after\x20ensureLockScope.','datasetCodeToDataset','message','configured','write','\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.','951171XLtcNk','cleared','bool','toISOString','aliasToDatasetCode','unchanged','name','boolean','4591422FbTTXt','runtime\x20cache\x20not\x20needed','\x20skipped,\x20','operationType',',\x20deployment\x20sync\x20','description','473216yIsNpJ','update','some','apps'];a37_0x3cf1=function(){return _0x1733e2;};return a37_0x3cf1();}async function uploadSingleFunction(_0x534258,_0xe3467b,_0x100270,_0x55663){const _0x36b3bc=a37_0x211c6c,_0x3235f4=await readFile(_0xe3467b[_0x36b3bc(0x13f)],_0x36b3bc(0x150)),_0x20ded9=await computeFileHash(_0xe3467b[_0x36b3bc(0x13f)]),_0x579b38=_0x100270[_0x36b3bc(0x145)][_0xe3467b[_0x36b3bc(0x14d)]];if(_0x579b38?.[_0x36b3bc(0x118)]&&_0x579b38['version']==null)throw CliErrors[_0x36b3bc(0x119)](_0xe3467b[_0x36b3bc(0x14d)]+_0x36b3bc(0x11c));let _0x18f3c7=extractScriptDescription(_0x3235f4);if(!_0x18f3c7&&_0x579b38?.['remoteId']){const _0x1ca4df=await getBffScriptInfo(_0x579b38[_0x36b3bc(0x118)]);_0x18f3c7=_0x1ca4df[_0x36b3bc(0x133)]||undefined;}const _0x39a57d={'appCode':_0x534258,'functionName':_0xe3467b[_0x36b3bc(0x12c)],'scriptType':_0xe3467b['type'],'scriptContent':_0x3235f4};if(_0x579b38?.[_0x36b3bc(0x118)])_0x39a57d['id']=_0x579b38[_0x36b3bc(0x118)];if(_0x579b38?.[_0x36b3bc(0x161)]!=null)_0x39a57d[_0x36b3bc(0x161)]=_0x579b38[_0x36b3bc(0x161)];if(_0x18f3c7)_0x39a57d[_0x36b3bc(0x133)]=_0x18f3c7;if(_0xe3467b['type']===_0x36b3bc(0x138)){const _0xa233de=_0xe3467b[_0x36b3bc(0x11f)];if(!_0xa233de||!_0xe3467b[_0x36b3bc(0x131)]||!_0xe3467b[_0x36b3bc(0x13b)])throw CliErrors[_0x36b3bc(0x119)](_0x36b3bc(0x142)+_0xe3467b[_0x36b3bc(0x14d)]);const _0x2a3593=_0x55663['aliasToDatasetCode'][_0x36b3bc(0x140)](_0xa233de)??_0x579b38?.['datasetCode']??_0xa233de,_0x4e2d44=_0x55663[_0x36b3bc(0x121)][_0x36b3bc(0x140)](_0x2a3593);if(!_0x4e2d44)throw CliErrors[_0x36b3bc(0x119)]('Cannot\x20resolve\x20dataset\x20for\x20\x22'+_0xa233de+_0x36b3bc(0x154)+(_0x36b3bc(0x155)+CLI_BIN_NAME+_0x36b3bc(0x125)));_0x39a57d[_0x36b3bc(0x159)]=_0x4e2d44['id'],_0x39a57d[_0x36b3bc(0x131)]=_0xe3467b[_0x36b3bc(0x131)],_0x39a57d[_0x36b3bc(0x13b)]=_0xe3467b[_0x36b3bc(0x13b)];}const _0x1ef00a=await saveBffScript(_0x39a57d),_0x48f84b=_0x1ef00a['id'],_0x5af933=_0x1ef00a[_0x36b3bc(0x139)]??await getBffScriptInfo(_0x48f84b),_0x425a27={'hash':_0x20ded9,'remoteId':_0x48f84b,'version':_0x5af933[_0x36b3bc(0x161)]};if(_0xe3467b[_0x36b3bc(0x169)]===_0x36b3bc(0x138)){const _0x3aba24=_0xe3467b[_0x36b3bc(0x11f)],_0x36c02e=_0x55663[_0x36b3bc(0x12a)][_0x36b3bc(0x140)](_0x3aba24)??_0x579b38?.[_0x36b3bc(0x15d)]??_0x3aba24;_0x55663[_0x36b3bc(0x12a)][_0x36b3bc(0x152)](_0x3aba24)?_0x425a27[_0x36b3bc(0x11f)]=_0x3aba24:_0x425a27[_0x36b3bc(0x11f)]=_0x579b38?.[_0x36b3bc(0x11f)],_0x425a27[_0x36b3bc(0x15d)]=_0x36c02e,_0x425a27[_0x36b3bc(0x131)]=_0xe3467b[_0x36b3bc(0x131)],_0x425a27['functionNode']=_0xe3467b[_0x36b3bc(0x13b)];}_0x100270[_0x36b3bc(0x145)][_0xe3467b[_0x36b3bc(0x14d)]]=_0x425a27;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;function a37_0x3ccf(_0x36228e,_0x354521){_0x36228e=_0x36228e-0x118;const _0x3cf1ac=a37_0x3cf1();let _0x3ccfb5=_0x3cf1ac[_0x36228e];return _0x3ccfb5;}async function waitForUploadedLockEntries(_0x1187b8,_0x2fe674,_0x26d424){const _0x2431cd=a37_0x211c6c;if(_0x26d424[_0x2431cd(0x15b)]===0x0)return;for(let _0x292809=0x0;_0x292809<LOCK_SETTLE_RETRY_COUNT;_0x292809+=0x1){const _0x5a2389=await readBffLockFile(_0x1187b8),_0xdb956e=_0x5a2389?.['apps']?.[_0x2fe674]?.[_0x2431cd(0x145)]??{},_0x4af3c8=_0x26d424[_0x2431cd(0x13d)](_0x32f972=>!!_0xdb956e[_0x32f972]?.['remoteId']);if(_0x4af3c8)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error('Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20'+_0x26d424['join'](',\x20')+'.');}
1
+ const a37_0x7cb864=a37_0x4919;(function(_0x42ac1d,_0x5a0e40){const _0x45e97e=a37_0x4919,_0x18721a=_0x42ac1d();while(!![]){try{const _0x374204=parseInt(_0x45e97e(0x1c1))/0x1*(parseInt(_0x45e97e(0x19d))/0x2)+parseInt(_0x45e97e(0x1a6))/0x3*(-parseInt(_0x45e97e(0x1ac))/0x4)+-parseInt(_0x45e97e(0x198))/0x5+-parseInt(_0x45e97e(0x1a1))/0x6+-parseInt(_0x45e97e(0x193))/0x7+-parseInt(_0x45e97e(0x19e))/0x8*(-parseInt(_0x45e97e(0x187))/0x9)+-parseInt(_0x45e97e(0x1a9))/0xa*(-parseInt(_0x45e97e(0x1b0))/0xb);if(_0x374204===_0x5a0e40)break;else _0x18721a['push'](_0x18721a['shift']());}catch(_0x5f1e36){_0x18721a['push'](_0x18721a['shift']());}}}(a37_0x4c09,0x5e8c8));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';function a37_0x4c09(){const _0x25d64a=['Local\x20function\x20not\x20found:\x20','every','Runtime\x20script\x20cache\x20cleared.','Push\x20only\x20this\x20script\x20type','alias','2yezxHi','name','Incomplete\x20HOOK\x20path:\x20','force','Would\x20inspect\x20','Run\x20`','runtime\x20cache\x20not\x20needed','has','Cannot\x20resolve\x20dataset\x20for\x20\x22','would_push','operationType','str','POST','\x20uploaded,\x20','type','runtime\x20cache\x20cleared','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','lastSync','ENDPOINT','lockFilePath','status','apps','string','code','bool',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','remoteId','create','1882107cbtDaV','version','some','hash','No\x20local\x20Backend\x20Function\x20scripts\x20found.','HOOK','push','description','\x20skipped,\x20','script','attempted','validation','4300583KzquZg','aliasToDatasetCode','update','apiDir','set','3712715xvLGTp','\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.','bff','functionNode','toISOString','458360rHCBIU','16hFrRLV','/api/management/library/scripts/save','filter','1617576XhePKY','filePath','stringify','cleared','write','12hrvRYz','\x22\x20not\x20found\x20after\x20ensureLockScope.','lockKey','20IHYETY','functions','--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','688120KSqkgz','appCode','message','\x22.\x20','10039117gzNhAZ','scriptsRoot','unchanged','get','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','length','\x20local\x20Backend\x20Function\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','Push\x20complete:\x20','runtime\x20cache\x20clear\x20failed','map','datasetCode','join'];a37_0x4c09=function(){return _0x25d64a;};return a37_0x4c09();}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';import{automaticDeploymentSyncSucceeded,buildAutomaticDeploymentSyncPreview,runAutomaticDeploymentSync,validateAutomaticDeploymentSync}from'../../commands/deployment/auto-sync.js';const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;export const bffPush={'service':'bff','command':a37_0x7cb864(0x18d),'description':'Push\x20local\x20Backend\x20Function\x20scripts\x20to\x20remote','risk':a37_0x7cb864(0x1a5),'flags':[{'name':a37_0x7cb864(0x179),'type':a37_0x7cb864(0x181),'description':a37_0x7cb864(0x1bf),'enum':['COMMON',a37_0x7cb864(0x17d),a37_0x7cb864(0x18c)]},{'name':a37_0x7cb864(0x1c2),'type':a37_0x7cb864(0x181),'description':a37_0x7cb864(0x17b)},{'name':a37_0x7cb864(0x1c4),'type':'boolean','description':'Force\x20push\x20ignoring\x20hash\x20protection'}],async 'validate'(_0x1ff4d6){validateAutomaticDeploymentSync(_0x1ff4d6);},async 'dryRun'(_0x3c4243){const _0x5cd264=a37_0x7cb864,_0x1f5e03=loadBffProjectConfig(_0x3c4243[_0x5cd264(0x1ad)]),_0x210dae=await readBffLockFile(_0x1f5e03[_0x5cd264(0x17e)]),{appLock:_0x1054f6}=ensureLockScope(_0x210dae??createEmptyBffLock(),_0x3c4243['appCode'],_0x1f5e03[_0x5cd264(0x1b1)],_0x5cd264(0x18d)),_0x73a18f=await getTargetFunctions(_0x1f5e03,_0x3c4243),_0x120084=_0x3c4243[_0x5cd264(0x183)]('force'),_0x1a2a65=[],_0xee1df0=[];for(const _0x593b77 of _0x73a18f){const _0x31ac71=await computeFileHash(_0x593b77[_0x5cd264(0x1a2)]),_0x454144=_0x1054f6[_0x5cd264(0x1aa)][_0x593b77[_0x5cd264(0x1a8)]],_0x2554e0=!!_0x454144&&_0x454144['hash']===_0x31ac71,_0x48cc92=!_0x120084&&_0x2554e0?'unchanged':_0x5cd264(0x174);_0x1a2a65[_0x5cd264(0x18d)]({'lockKey':_0x593b77[_0x5cd264(0x1a8)],'filePath':_0x593b77[_0x5cd264(0x1a2)],'remoteId':_0x454144?.[_0x5cd264(0x185)]??null,'mode':_0x454144?.['remoteId']?_0x5cd264(0x195):_0x5cd264(0x186),'status':_0x48cc92});if(_0x48cc92===_0x5cd264(0x174))_0xee1df0[_0x5cd264(0x18d)](_0x593b77[_0x5cd264(0x1c2)]);}return{'method':_0x5cd264(0x177),'url':_0x5cd264(0x19f),'deploymentSync':buildAutomaticDeploymentSyncPreview(_0x3c4243,_0x5cd264(0x19a),_0xee1df0),'body':{'appCode':_0x3c4243[_0x5cd264(0x1ad)],'force':_0x120084,'files':_0x1a2a65,'cacheClearAtRuntime':_0x1a2a65[_0x5cd264(0x189)](_0x23b811=>_0x23b811[_0x5cd264(0x17f)]===_0x5cd264(0x174)),'cacheClearAtRuntimeTimes':_0x1a2a65[_0x5cd264(0x189)](_0x3f6062=>_0x3f6062[_0x5cd264(0x17f)]==='would_push')?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x5cd264(0x1c5)+_0x1a2a65['length']+_0x5cd264(0x1b6)};},async 'execute'(_0x366cec){const _0x237d90=a37_0x7cb864,_0x4972b2=loadBffProjectConfig(_0x366cec[_0x237d90(0x1ad)]),_0x5a8899=await readBffLockFile(_0x4972b2[_0x237d90(0x17e)]),{lockData:_0x45eb9c,appLock:_0x30e36f}=ensureLockScope(_0x5a8899??createEmptyBffLock(),_0x366cec[_0x237d90(0x1ad)],_0x4972b2['scriptsRoot'],_0x237d90(0x18d)),_0x329554=await getTargetFunctions(_0x4972b2,_0x366cec);if(_0x329554[_0x237d90(0x1b5)]===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':_0x237d90(0x18b)};const _0x47586e=_0x366cec[_0x237d90(0x183)](_0x237d90(0x1c4)),_0x3245e8=JSON['parse'](JSON[_0x237d90(0x1a3)](_0x45eb9c)),_0x159abc=_0x3245e8[_0x237d90(0x180)][_0x366cec[_0x237d90(0x1ad)]];if(!_0x159abc)throw new Error('Lock\x20scope\x20for\x20app\x20\x22'+_0x366cec[_0x237d90(0x1ad)]+_0x237d90(0x1a7));const _0x1853f3=await buildHookMaps(_0x366cec[_0x237d90(0x1ad)],_0x366cec[_0x237d90(0x196)],_0x329554,_0x159abc),_0x18e755=[],_0x4b3f77=[],_0x202c63=[],_0x4abe18=[];for(const _0x57bc10 of _0x329554){const _0x4dc89e=await computeFileHash(_0x57bc10[_0x237d90(0x1a2)]),_0x369fa7=_0x159abc['functions'][_0x57bc10['lockKey']];if(!_0x47586e&&_0x369fa7&&_0x369fa7[_0x237d90(0x18a)]===_0x4dc89e){_0x202c63[_0x237d90(0x18d)]({'lockKey':_0x57bc10['lockKey'],'reason':_0x237d90(0x1b2)});continue;}try{await uploadSingleFunction(_0x366cec[_0x237d90(0x1ad)],_0x57bc10,_0x159abc,_0x1853f3);const _0xe99886=_0x159abc['functions'][_0x57bc10[_0x237d90(0x1a8)]];_0x18e755[_0x237d90(0x18d)]({'lockKey':_0x57bc10[_0x237d90(0x1a8)],'remoteId':_0xe99886?.['remoteId']??0x0}),_0x4b3f77[_0x237d90(0x18d)](_0x57bc10['name']);}catch(_0x5ddbca){_0x4abe18['push']({'lockKey':_0x57bc10[_0x237d90(0x1a8)],'error':_0x5ddbca instanceof Error?_0x5ddbca['message']:String(_0x5ddbca)});}}_0x159abc[_0x237d90(0x17c)]=new Date()[_0x237d90(0x19c)](),await writeBffLockFile(_0x4972b2[_0x237d90(0x17e)],_0x3245e8),await waitForUploadedLockEntries(_0x4972b2[_0x237d90(0x17e)],_0x366cec['appCode'],_0x18e755['map'](_0x3f7eea=>_0x3f7eea[_0x237d90(0x1a8)]));let _0x320921={'attempted':![],'cleared':![]};if(_0x18e755[_0x237d90(0x1b5)]>0x0)try{let _0x2eef76='';for(let _0x3ca278=0x0;_0x3ca278<CACHE_CLEAR_ATTEMPTS;_0x3ca278+=0x1){_0x2eef76=await clearBffScriptCache(),_0x3ca278<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x320921={'attempted':!![],'cleared':!![],'message':_0x2eef76||_0x237d90(0x1be)};}catch(_0x29f167){_0x320921={'attempted':!![],'cleared':![],'error':_0x29f167 instanceof Error?_0x29f167[_0x237d90(0x1ae)]:String(_0x29f167)};}const _0x40ec05=_0x4abe18[_0x237d90(0x1b5)]===0x0&&(_0x320921[_0x237d90(0x191)]?_0x320921['cleared']:!![]),_0x1a7643=await runAutomaticDeploymentSync(_0x366cec,_0x237d90(0x19a),_0x4b3f77,_0x40ec05),_0x227ccb=_0x40ec05&&automaticDeploymentSyncSucceeded(_0x1a7643),_0x57c8dc=_0x320921[_0x237d90(0x191)]?_0x320921[_0x237d90(0x1a4)]?_0x237d90(0x17a):_0x237d90(0x1b8):_0x237d90(0x1c7),_0x4a370d=_0x1a7643['configured']?',\x20deployment\x20sync\x20'+_0x1a7643['status']:'';return{'ok':_0x227ccb,'data':{'uploaded':_0x18e755,'skipped':_0x202c63,'failed':_0x4abe18,'cacheClear':_0x320921,'deploymentSync':_0x1a7643},'message':_0x237d90(0x1b7)+_0x18e755[_0x237d90(0x1b5)]+_0x237d90(0x178)+_0x202c63[_0x237d90(0x1b5)]+_0x237d90(0x18f)+_0x4abe18['length']+'\x20failed,\x20'+_0x57c8dc+_0x4a370d};}};async function getTargetFunctions(_0x31a53e,_0x30a764){const _0x1d8aa7=a37_0x7cb864,_0x360101=_0x30a764['str']('type'),_0x3d7dd9=_0x30a764[_0x1d8aa7(0x176)](_0x1d8aa7(0x1c2)),_0x4eba5b=normalizeBffType(_0x360101)??undefined;if(_0x3d7dd9&&!_0x4eba5b)throw CliErrors['validation'](_0x1d8aa7(0x1ab));const _0x5b6b90=await scanLocalBffFunctions(_0x31a53e,_0x4eba5b);if(_0x3d7dd9){const _0x35f64f=_0x5b6b90[_0x1d8aa7(0x1a0)](_0x2722b3=>_0x2722b3[_0x1d8aa7(0x1c2)]===_0x3d7dd9);if(_0x35f64f[_0x1d8aa7(0x1b5)]===0x0)throw CliErrors[_0x1d8aa7(0x192)](_0x1d8aa7(0x1bc)+_0x4eba5b+'/'+_0x3d7dd9);return _0x35f64f;}return _0x5b6b90;}async function buildHookMaps(_0x1eba3b,_0x5f2d2f,_0x5cf788,_0xba94fb){const _0x3d0f38=a37_0x7cb864,_0x36400e=_0x5cf788[_0x3d0f38(0x189)](_0x3d0d26=>_0x3d0d26['type']===_0x3d0f38(0x18c));if(!_0x36400e)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x5ce253=loadAliasMap(_0x5f2d2f,undefined,resolveApiFilePath(_0x5f2d2f,_0x1eba3b)),_0x4d87f3=new Map(_0x5ce253[_0x3d0f38(0x1b9)](_0x32b2dd=>[_0x32b2dd[_0x3d0f38(0x1c0)],_0x32b2dd[_0x3d0f38(0x1ba)]]));for(const _0x365073 of Object['values'](_0xba94fb[_0x3d0f38(0x1aa)])){_0x365073[_0x3d0f38(0x1c0)]&&_0x365073[_0x3d0f38(0x1ba)]&&!_0x4d87f3[_0x3d0f38(0x1c8)](_0x365073[_0x3d0f38(0x1c0)])&&_0x4d87f3[_0x3d0f38(0x197)](_0x365073[_0x3d0f38(0x1c0)],_0x365073['datasetCode']);}const _0x4fd6cb=await listDatasets(_0x1eba3b),_0x2c6d32=new Map(_0x4fd6cb[_0x3d0f38(0x1b9)](_0x438497=>[_0x438497[_0x3d0f38(0x182)],_0x438497]));return{'aliasToDatasetCode':_0x4d87f3,'datasetCodeToDataset':_0x2c6d32};}async function uploadSingleFunction(_0x5adfbc,_0x419ea4,_0x16c30e,_0x44329d){const _0x28cdef=a37_0x7cb864,_0x2dea32=await readFile(_0x419ea4['filePath'],'utf8'),_0x3afc90=await computeFileHash(_0x419ea4[_0x28cdef(0x1a2)]),_0x3995ed=_0x16c30e[_0x28cdef(0x1aa)][_0x419ea4[_0x28cdef(0x1a8)]];if(_0x3995ed?.[_0x28cdef(0x185)]&&_0x3995ed['version']==null)throw CliErrors[_0x28cdef(0x192)](_0x419ea4['lockKey']+_0x28cdef(0x184));let _0x930346=extractScriptDescription(_0x2dea32);if(!_0x930346&&_0x3995ed?.[_0x28cdef(0x185)]){const _0x3a1920=await getBffScriptInfo(_0x3995ed[_0x28cdef(0x185)]);_0x930346=_0x3a1920[_0x28cdef(0x18e)]||undefined;}const _0x39df36={'appCode':_0x5adfbc,'functionName':_0x419ea4[_0x28cdef(0x1c2)],'scriptType':_0x419ea4[_0x28cdef(0x179)],'scriptContent':_0x2dea32};if(_0x3995ed?.['remoteId'])_0x39df36['id']=_0x3995ed[_0x28cdef(0x185)];if(_0x3995ed?.['version']!=null)_0x39df36['version']=_0x3995ed[_0x28cdef(0x188)];if(_0x930346)_0x39df36[_0x28cdef(0x18e)]=_0x930346;if(_0x419ea4[_0x28cdef(0x179)]===_0x28cdef(0x18c)){const _0x43b095=_0x419ea4[_0x28cdef(0x1c0)];if(!_0x43b095||!_0x419ea4[_0x28cdef(0x175)]||!_0x419ea4['functionNode'])throw CliErrors[_0x28cdef(0x192)](_0x28cdef(0x1c3)+_0x419ea4['lockKey']);const _0x4353d4=_0x44329d[_0x28cdef(0x194)][_0x28cdef(0x1b3)](_0x43b095)??_0x3995ed?.[_0x28cdef(0x1ba)]??_0x43b095,_0x39b821=_0x44329d['datasetCodeToDataset'][_0x28cdef(0x1b3)](_0x4353d4);if(!_0x39b821)throw CliErrors[_0x28cdef(0x192)](_0x28cdef(0x1c9)+_0x43b095+_0x28cdef(0x1af)+(_0x28cdef(0x1c6)+CLI_BIN_NAME+_0x28cdef(0x199)));_0x39df36['datasetId']=_0x39b821['id'],_0x39df36[_0x28cdef(0x175)]=_0x419ea4[_0x28cdef(0x175)],_0x39df36[_0x28cdef(0x19b)]=_0x419ea4['functionNode'];}const _0x2b6701=await saveBffScript(_0x39df36),_0x4f6a6b=_0x2b6701['id'],_0x17b5e6=_0x2b6701[_0x28cdef(0x190)]??await getBffScriptInfo(_0x4f6a6b),_0x1c381a={'hash':_0x3afc90,'remoteId':_0x4f6a6b,'version':_0x17b5e6[_0x28cdef(0x188)]};if(_0x419ea4[_0x28cdef(0x179)]==='HOOK'){const _0x21dd91=_0x419ea4[_0x28cdef(0x1c0)],_0x5b81c9=_0x44329d[_0x28cdef(0x194)][_0x28cdef(0x1b3)](_0x21dd91)??_0x3995ed?.[_0x28cdef(0x1ba)]??_0x21dd91;_0x44329d[_0x28cdef(0x194)]['has'](_0x21dd91)?_0x1c381a['alias']=_0x21dd91:_0x1c381a[_0x28cdef(0x1c0)]=_0x3995ed?.[_0x28cdef(0x1c0)],_0x1c381a[_0x28cdef(0x1ba)]=_0x5b81c9,_0x1c381a[_0x28cdef(0x175)]=_0x419ea4['operationType'],_0x1c381a[_0x28cdef(0x19b)]=_0x419ea4[_0x28cdef(0x19b)];}_0x16c30e[_0x28cdef(0x1aa)][_0x419ea4[_0x28cdef(0x1a8)]]=_0x1c381a;}function a37_0x4919(_0x473ac7,_0xe50a57){_0x473ac7=_0x473ac7-0x174;const _0x4c09b5=a37_0x4c09();let _0x491971=_0x4c09b5[_0x473ac7];return _0x491971;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x2f2d93,_0x48eafe,_0x1e2a69){const _0x1feb13=a37_0x7cb864;if(_0x1e2a69[_0x1feb13(0x1b5)]===0x0)return;for(let _0x500e17=0x0;_0x500e17<LOCK_SETTLE_RETRY_COUNT;_0x500e17+=0x1){const _0x686382=await readBffLockFile(_0x2f2d93),_0x5126b2=_0x686382?.[_0x1feb13(0x180)]?.[_0x48eafe]?.['functions']??{},_0x5eafa8=_0x1e2a69[_0x1feb13(0x1bd)](_0x274dfe=>!!_0x5126b2[_0x274dfe]?.['remoteId']);if(_0x5eafa8)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0x1feb13(0x1b4)+_0x1e2a69[_0x1feb13(0x1bb)](',\x20')+'.');}
@@ -1 +1 @@
1
- const a38_0x3a4a0c=a38_0x5747;(function(_0x268112,_0x273d21){const _0x377405=a38_0x5747,_0x54a602=_0x268112();while(!![]){try{const _0x31443d=parseInt(_0x377405(0xfc))/0x1*(-parseInt(_0x377405(0xe7))/0x2)+parseInt(_0x377405(0xfa))/0x3+-parseInt(_0x377405(0xf6))/0x4+parseInt(_0x377405(0x101))/0x5+parseInt(_0x377405(0xec))/0x6+-parseInt(_0x377405(0x102))/0x7+parseInt(_0x377405(0xe9))/0x8;if(_0x31443d===_0x273d21)break;else _0x54a602['push'](_0x54a602['shift']());}catch(_0x99b93d){_0x54a602['push'](_0x54a602['shift']());}}}(a38_0x547c,0xaff58));import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{createHookLocationMap,resolveRemoteScriptTarget,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';function a38_0x5747(_0x2fb6a8,_0x306cbd){_0x2fb6a8=_0x2fb6a8-0xe6;const _0x547cea=a38_0x547c();let _0x57478d=_0x547cea[_0x2fb6a8];return _0x57478d;}function a38_0x547c(){const _0x471311=['length','47738IHSdFG','functions','6117024Knjtxk','remote','boolean','3134556afYELT','bff','read','hash','push','appCode','\x20unchanged','lockFilePath','Check\x20local\x20Backend\x20Function\x20sync\x20status\x20against\x20lock\x20file','alias','3665516ZWipqf','status','map','apiDir','2493747OrdkmS','All\x20Backend\x20Function\x20scripts\x20are\x20in\x20sync.','11bePxSf','has','bool','datasetCode','all','323850Iyskzt','1983849SBprlI','lockKey'];a38_0x547c=function(){return _0x471311;};return a38_0x547c();}import{createEmptyBffLock,ensureLockScope,readBffLockFile}from'../../core/bff/lock.js';export const bffStatus={'service':a38_0x3a4a0c(0xed),'command':'status','description':a38_0x3a4a0c(0xf4),'risk':a38_0x3a4a0c(0xee),'flags':[{'name':'remote','type':a38_0x3a4a0c(0xeb),'description':'Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally'}],async 'execute'(_0x4aff32){const _0x276c00=a38_0x3a4a0c,_0xed13f3=loadBffProjectConfig(_0x4aff32[_0x276c00(0xf1)]),_0x86e07=await readBffLockFile(_0xed13f3[_0x276c00(0xf3)]),{appLock:_0x4f136f}=ensureLockScope(_0x86e07??createEmptyBffLock(),_0x4aff32[_0x276c00(0xf1)],_0xed13f3['scriptsRoot'],_0x276c00(0xf7)),_0x38e5f7=await scanLocalBffFunctions(_0xed13f3),_0x268204=[],_0x1c0ce4=[],_0x456dd8=[];for(const _0xec1c47 of _0x38e5f7){const _0x2175a5=await computeFileHash(_0xec1c47['filePath']),_0x20618d=_0x4f136f[_0x276c00(0xe8)][_0xec1c47[_0x276c00(0x103)]];if(!_0x20618d)_0x268204[_0x276c00(0xf0)](_0xec1c47['lockKey']);else _0x20618d[_0x276c00(0xef)]!==_0x2175a5?_0x1c0ce4['push'](_0xec1c47[_0x276c00(0x103)]):_0x456dd8[_0x276c00(0xf0)](_0xec1c47[_0x276c00(0x103)]);}const _0x3f0ab0=[];if(_0x4aff32[_0x276c00(0xfe)](_0x276c00(0xea))){const _0x509bf6=loadAliasMap(_0x4aff32[_0x276c00(0xf9)],undefined,resolveApiFilePath(_0x4aff32[_0x276c00(0xf9)],_0x4aff32[_0x276c00(0xf1)])),_0x3f6765=new Map(_0x509bf6['map'](_0x44d7c7=>[_0x44d7c7[_0x276c00(0xff)],_0x44d7c7[_0x276c00(0xf5)]])),[_0x30f49a,_0x418e31]=await Promise[_0x276c00(0x100)]([listBffScripts(_0x4aff32[_0x276c00(0xf1)]),getBffScriptStatistics(_0x4aff32[_0x276c00(0xf1)])]),_0x25d6f6=createHookLocationMap(_0x418e31),_0x1d204e=new Set(_0x38e5f7[_0x276c00(0xf8)](_0x37dac1=>_0x37dac1[_0x276c00(0x103)]));for(const _0x4464a9 of _0x30f49a){const _0x430442=resolveRemoteScriptTarget(_0xed13f3,_0x4464a9,_0x25d6f6,_0x4f136f[_0x276c00(0xe8)],_0x3f6765);_0x430442&&!_0x1d204e[_0x276c00(0xfd)](_0x430442[_0x276c00(0x103)])&&_0x3f0ab0['push'](_0x430442[_0x276c00(0x103)]);}}const _0x28884a=_0x268204[_0x276c00(0xe6)]===0x0&&_0x1c0ce4['length']===0x0&&_0x3f0ab0[_0x276c00(0xe6)]===0x0;return{'ok':!![],'data':{'added':_0x268204,'modified':_0x1c0ce4,'unchanged':_0x456dd8,'remoteOnly':_0x3f0ab0},'message':_0x28884a?_0x276c00(0xfb):_0x268204[_0x276c00(0xe6)]+'\x20added,\x20'+_0x1c0ce4['length']+'\x20modified,\x20'+_0x456dd8['length']+_0x276c00(0xf2)+(_0x3f0ab0['length']>0x0?',\x20'+_0x3f0ab0['length']+'\x20remote-only':'')};}};
1
+ const a38_0x475089=a38_0x104f;function a38_0x5e6f(){const _0x5168b1=['status','all','boolean','bool','scriptsRoot','read','546640DxrEjr','5076ZZkcTS','length','262171iGTGkt','map','58395KRUpIQ','3385488mHHaQK','66ewJmJe','90jtmGGu','\x20unchanged','957205pHlQDE','lockKey','alias','All\x20Backend\x20Function\x20scripts\x20are\x20in\x20sync.','Check\x20local\x20Backend\x20Function\x20sync\x20status\x20against\x20lock\x20file','functions','apiDir','lockFilePath','108zKrGaM','appCode','push','hash','has','\x20remote-only','bff','81qdFfrw','datasetCode','1568436qVmmul','\x20modified,\x20','remote','682ARFoYk'];a38_0x5e6f=function(){return _0x5168b1;};return a38_0x5e6f();}(function(_0x5c16c0,_0x2d2ded){const _0x42b288=a38_0x104f,_0x5b495e=_0x5c16c0();while(!![]){try{const _0xa830fc=-parseInt(_0x42b288(0x92))/0x1+parseInt(_0x42b288(0xa6))/0x2*(parseInt(_0x42b288(0xae))/0x3)+parseInt(_0x42b288(0x9a))/0x4*(-parseInt(_0x42b288(0xb2))/0x5)+parseInt(_0x42b288(0xb5))/0x6*(parseInt(_0x42b288(0xb0))/0x7)+parseInt(_0x42b288(0xb3))/0x8+parseInt(_0x42b288(0xa1))/0x9*(-parseInt(_0x42b288(0xad))/0xa)+parseInt(_0x42b288(0xb4))/0xb*(parseInt(_0x42b288(0xa3))/0xc);if(_0xa830fc===_0x2d2ded)break;else _0x5b495e['push'](_0x5b495e['shift']());}catch(_0x37989a){_0x5b495e['push'](_0x5b495e['shift']());}}}(a38_0x5e6f,0x8e019));import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';function a38_0x104f(_0x3709dd,_0x2a1547){_0x3709dd=_0x3709dd-0x91;const _0x5e6fb3=a38_0x5e6f();let _0x104fbb=_0x5e6fb3[_0x3709dd];return _0x104fbb;}import{createHookLocationMap,resolveRemoteScriptTarget,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile}from'../../core/bff/lock.js';export const bffStatus={'service':a38_0x475089(0xa0),'command':'status','description':a38_0x475089(0x96),'risk':a38_0x475089(0xac),'flags':[{'name':a38_0x475089(0xa5),'type':a38_0x475089(0xa9),'description':'Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally'}],async 'execute'(_0x4ef404){const _0x433ce6=a38_0x475089,_0x4e7547=loadBffProjectConfig(_0x4ef404[_0x433ce6(0x9b)]),_0x59d9ab=await readBffLockFile(_0x4e7547[_0x433ce6(0x99)]),{appLock:_0x478693}=ensureLockScope(_0x59d9ab??createEmptyBffLock(),_0x4ef404[_0x433ce6(0x9b)],_0x4e7547[_0x433ce6(0xab)],_0x433ce6(0xa7)),_0x3b8788=await scanLocalBffFunctions(_0x4e7547),_0x3e86dc=[],_0x1f4210=[],_0x4a85b7=[];for(const _0x54d3dd of _0x3b8788){const _0x148a2b=await computeFileHash(_0x54d3dd['filePath']),_0x1ba0b0=_0x478693['functions'][_0x54d3dd[_0x433ce6(0x93)]];if(!_0x1ba0b0)_0x3e86dc[_0x433ce6(0x9c)](_0x54d3dd[_0x433ce6(0x93)]);else _0x1ba0b0[_0x433ce6(0x9d)]!==_0x148a2b?_0x1f4210[_0x433ce6(0x9c)](_0x54d3dd[_0x433ce6(0x93)]):_0x4a85b7[_0x433ce6(0x9c)](_0x54d3dd[_0x433ce6(0x93)]);}const _0x471424=[];if(_0x4ef404[_0x433ce6(0xaa)](_0x433ce6(0xa5))){const _0x33ae20=loadAliasMap(_0x4ef404[_0x433ce6(0x98)],undefined,resolveApiFilePath(_0x4ef404[_0x433ce6(0x98)],_0x4ef404['appCode'])),_0x42cb24=new Map(_0x33ae20[_0x433ce6(0xb1)](_0x405bf3=>[_0x405bf3[_0x433ce6(0xa2)],_0x405bf3[_0x433ce6(0x94)]])),[_0x3a3cc8,_0x415f24]=await Promise[_0x433ce6(0xa8)]([listBffScripts(_0x4ef404[_0x433ce6(0x9b)]),getBffScriptStatistics(_0x4ef404[_0x433ce6(0x9b)])]),_0x3166f2=createHookLocationMap(_0x415f24),_0x2ce266=new Set(_0x3b8788[_0x433ce6(0xb1)](_0x3314dd=>_0x3314dd[_0x433ce6(0x93)]));for(const _0x2e373a of _0x3a3cc8){const _0x461589=resolveRemoteScriptTarget(_0x4e7547,_0x2e373a,_0x3166f2,_0x478693[_0x433ce6(0x97)],_0x42cb24);_0x461589&&!_0x2ce266[_0x433ce6(0x9e)](_0x461589[_0x433ce6(0x93)])&&_0x471424[_0x433ce6(0x9c)](_0x461589[_0x433ce6(0x93)]);}}const _0x4b281b=_0x3e86dc['length']===0x0&&_0x1f4210['length']===0x0&&_0x471424[_0x433ce6(0xaf)]===0x0;return{'ok':!![],'data':{'added':_0x3e86dc,'modified':_0x1f4210,'unchanged':_0x4a85b7,'remoteOnly':_0x471424},'message':_0x4b281b?_0x433ce6(0x95):_0x3e86dc['length']+'\x20added,\x20'+_0x1f4210['length']+_0x433ce6(0xa4)+_0x4a85b7['length']+_0x433ce6(0x91)+(_0x471424[_0x433ce6(0xaf)]>0x0?',\x20'+_0x471424[_0x433ce6(0xaf)]+_0x433ce6(0x9f):'')};}};
@@ -1 +1 @@
1
- const a39_0x400f4c=a39_0x1743;(function(_0x4c966a,_0x4a6423){const _0x65fc62=a39_0x1743,_0x288a9f=_0x4c966a();while(!![]){try{const _0x25a32b=parseInt(_0x65fc62(0x18f))/0x1*(parseInt(_0x65fc62(0x190))/0x2)+parseInt(_0x65fc62(0x17a))/0x3+-parseInt(_0x65fc62(0x182))/0x4*(-parseInt(_0x65fc62(0x18c))/0x5)+parseInt(_0x65fc62(0x187))/0x6+parseInt(_0x65fc62(0x194))/0x7+parseInt(_0x65fc62(0x188))/0x8*(parseInt(_0x65fc62(0x17f))/0x9)+parseInt(_0x65fc62(0x177))/0xa*(-parseInt(_0x65fc62(0x186))/0xb);if(_0x25a32b===_0x4a6423)break;else _0x288a9f['push'](_0x288a9f['shift']());}catch(_0xdbfbe8){_0x288a9f['push'](_0x288a9f['shift']());}}}(a39_0x422d,0x54ef3));import{CliErrors}from'../../errors.js';import{installBuiltinSkill}from'../../skills/builtin-skill.js';function a39_0x422d(){const _0x4949d8=['inherit','cli-skill-install','48080qeTPyR','\x20via\x20skills@latest','\x20at\x20','3eQCpvb','189854BFTlVV','installedPath','install','Built-in\x20Skill\x20install\x20failed\x20[','272503HuqJDZ','apiError','Installing\x20CLI\x20Built-in\x20Skill\x20from\x20the\x20current\x20package.','\x20installed','CLI\x20Built-in\x20Skill\x20','484170WreSpB','unknown','setLogPath','1496721rICnVh','repairCommand','nonInteractive',']:\x20','read','6012mveBrt','error','log','136kPFczK','Resolve\x20the\x20Skills\x20CLI\x20installation\x20issue\x20and\x20run:\x20','\x20is\x20already\x20current','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','451JuMckr','3056490hkEdPj','8072cmkslM','cwd'];a39_0x422d=function(){return _0x4949d8;};return a39_0x422d();}function a39_0x1743(_0x1f5f86,_0x32b564){_0x1f5f86=_0x1f5f86-0x176;const _0x422d98=a39_0x422d();let _0x174364=_0x422d98[_0x1f5f86];return _0x174364;}import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':'cli-skill','command':a39_0x400f4c(0x192),'description':a39_0x400f4c(0x185),'risk':a39_0x400f4c(0x17e),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x59cac6){const _0x3d3b6a=a39_0x400f4c;logger[_0x3d3b6a(0x179)](process[_0x3d3b6a(0x189)]()),logger['info'](_0x3d3b6a(0x18b),_0x3d3b6a(0x196));const _0x486326=installBuiltinSkill({'stdio':_0x59cac6[_0x3d3b6a(0x17c)]?'pipe':_0x3d3b6a(0x18a)});if(!_0x486326['ok'])throw CliErrors[_0x3d3b6a(0x195)](_0x3d3b6a(0x193)+_0x486326['code']+_0x3d3b6a(0x17d)+(_0x486326[_0x3d3b6a(0x180)]||_0x3d3b6a(0x178)),_0x3d3b6a(0x183)+_0x486326[_0x3d3b6a(0x17b)]);return console[_0x3d3b6a(0x181)](_0x486326['changed']?'CLI\x20Built-in\x20Skill\x20'+_0x486326['skillVersion']+_0x3d3b6a(0x197)+(_0x486326[_0x3d3b6a(0x191)]?_0x3d3b6a(0x18e)+_0x486326[_0x3d3b6a(0x191)]:_0x3d3b6a(0x18d)):_0x3d3b6a(0x176)+_0x486326['skillVersion']+_0x3d3b6a(0x184)+(_0x486326[_0x3d3b6a(0x191)]?_0x3d3b6a(0x18e)+_0x486326['installedPath']:'')),{'ok':!![]};}}];
1
+ const a39_0x3d3ed8=a39_0x35af;function a39_0x35af(_0x2facc4,_0x36ca15){_0x2facc4=_0x2facc4-0x187;const _0x8f2e60=a39_0x8f2e();let _0x35af7a=_0x8f2e60[_0x2facc4];return _0x35af7a;}(function(_0x5953e2,_0x24d3c8){const _0x46c012=a39_0x35af,_0x36088c=_0x5953e2();while(!![]){try{const _0x22c121=-parseInt(_0x46c012(0x199))/0x1*(-parseInt(_0x46c012(0x18f))/0x2)+-parseInt(_0x46c012(0x18a))/0x3+parseInt(_0x46c012(0x192))/0x4+-parseInt(_0x46c012(0x18c))/0x5*(-parseInt(_0x46c012(0x19d))/0x6)+-parseInt(_0x46c012(0x19e))/0x7*(parseInt(_0x46c012(0x197))/0x8)+-parseInt(_0x46c012(0x191))/0x9+-parseInt(_0x46c012(0x1a4))/0xa*(-parseInt(_0x46c012(0x194))/0xb);if(_0x22c121===_0x24d3c8)break;else _0x36088c['push'](_0x36088c['shift']());}catch(_0x246187){_0x36088c['push'](_0x36088c['shift']());}}}(a39_0x8f2e,0x6c5ef));import{CliErrors}from'../../errors.js';function a39_0x8f2e(){const _0x589d72=['10awsNSN','pipe','7747425FItmgQ','2392956VAtOIS','read','3014uBMLNM','cli-skill-install','cwd','472RqHfJK','changed','133106HdjrYu','skillVersion','\x20via\x20skills@latest','repairCommand','6VxtpTk','94381DlWWxG','info','cli-skill','\x20installed','nonInteractive','installedPath','18930KBJLyq','code','unknown','\x20at\x20','Installing\x20CLI\x20Built-in\x20Skill\x20from\x20the\x20current\x20package.','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','CLI\x20Built-in\x20Skill\x20','926283GBMzEb','error','3132595OYbLGE','setLogPath','apiError'];a39_0x8f2e=function(){return _0x589d72;};return a39_0x8f2e();}import{installBuiltinSkill}from'../../skills/builtin-skill.js';import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':a39_0x3d3ed8(0x1a0),'command':'install','description':a39_0x3d3ed8(0x188),'risk':a39_0x3d3ed8(0x193),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x47b3ef){const _0x4179d=a39_0x3d3ed8;logger[_0x4179d(0x18d)](process[_0x4179d(0x196)]()),logger[_0x4179d(0x19f)](_0x4179d(0x195),_0x4179d(0x187));const _0x13cbdd=installBuiltinSkill({'stdio':_0x47b3ef[_0x4179d(0x1a2)]?_0x4179d(0x190):'inherit'});if(!_0x13cbdd['ok'])throw CliErrors[_0x4179d(0x18e)]('Built-in\x20Skill\x20install\x20failed\x20['+_0x13cbdd[_0x4179d(0x1a5)]+']:\x20'+(_0x13cbdd[_0x4179d(0x18b)]||_0x4179d(0x1a6)),'Resolve\x20the\x20Skills\x20CLI\x20installation\x20issue\x20and\x20run:\x20'+_0x13cbdd[_0x4179d(0x19c)]);return console['log'](_0x13cbdd[_0x4179d(0x198)]?_0x4179d(0x189)+_0x13cbdd[_0x4179d(0x19a)]+_0x4179d(0x1a1)+(_0x13cbdd[_0x4179d(0x1a3)]?_0x4179d(0x1a7)+_0x13cbdd[_0x4179d(0x1a3)]:_0x4179d(0x19b)):_0x4179d(0x189)+_0x13cbdd[_0x4179d(0x19a)]+'\x20is\x20already\x20current'+(_0x13cbdd['installedPath']?'\x20at\x20'+_0x13cbdd['installedPath']:'')),{'ok':!![]};}}];
@@ -1 +1 @@
1
- const a40_0x5ae98a=a40_0x2f83;(function(_0x19c12f,_0x516399){const _0x2a9df8=a40_0x2f83,_0x23487b=_0x19c12f();while(!![]){try{const _0x2aeacf=parseInt(_0x2a9df8(0x213))/0x1*(-parseInt(_0x2a9df8(0x22f))/0x2)+-parseInt(_0x2a9df8(0x235))/0x3*(parseInt(_0x2a9df8(0x1ee))/0x4)+-parseInt(_0x2a9df8(0x1e7))/0x5+parseInt(_0x2a9df8(0x1f6))/0x6*(-parseInt(_0x2a9df8(0x21a))/0x7)+parseInt(_0x2a9df8(0x212))/0x8+parseInt(_0x2a9df8(0x233))/0x9+-parseInt(_0x2a9df8(0x210))/0xa*(-parseInt(_0x2a9df8(0x208))/0xb);if(_0x2aeacf===_0x516399)break;else _0x23487b['push'](_0x23487b['shift']());}catch(_0xb885a1){_0x23487b['push'](_0x23487b['shift']());}}}(a40_0x5e76,0x1870c));function a40_0x5e76(){const _0x54fe2f=['filter','Requested\x20version:\x20','bool','pipe','start','fail','2334oSQypN','Update\x20failed','repairCommand','https://registry.npmjs.org/-/package/','695520toBHQA','green','28002cyOktK','Already\x20up\x20to\x20date\x20(v','bun','install','@latest','trim','\x20\x20Try\x20manually:\x20','Update\x20available:\x20',']:\x20','unknown','info','\x20→\x20','838885ikfZcp','skillVersion','timeout','latest','map','slice','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','24iMRPKh','fromEntries','valid','update','execPath',',\x20found\x20','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','message','511026hxKaXX','npm','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','\x20\x20Run\x20manually:\x20','\x20\x20CLI\x20Built-in\x20Skill\x20','\x20\x20CLI\x20Built-in\x20Skill\x20repair\x20failed\x20[','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','warn','read','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','red','toLowerCase',',\x20state\x20','Already\x20on\x20requested\x20version\x20(v','/dist-tags','Updating\x20via\x20','yellow','24805UtVjFd','beta','boolean','log','Current\x20version:\x20','Version\x20comparison\x20failed','json','\x20is\x20up\x20to\x20date.','1580kXHGqU','error','1185488sVsBll','75IBtSEW','\x20cli-skill\x20install','Install\x20a\x20specific\x20CLI\x20version','str','validation','version','Current\x20version\x20v','14RKXvJC','string','length','\x20install\x20-g\x20','object','source','expected\x20','code','\x20is\x20newer\x20than\x20npm\x20latest\x20v','Beta\x20version:\x20','entries','Checking\x20CLI\x20Built-in\x20Skill...','gray','current','succeed'];a40_0x5e76=function(){return _0x54fe2f;};return a40_0x5e76();}import a40_0x1fb072 from'chalk';import a40_0x2d16a6 from'ora';function a40_0x2f83(_0x1fb2d9,_0x206acb){_0x1fb2d9=_0x1fb2d9-0x1de;const _0x5e769d=a40_0x5e76();let _0x2f83de=_0x5e769d[_0x1fb2d9];return _0x2f83de;}import a40_0x20e9ee 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{inspectInstalledBuiltinSkillVersion,installBuiltinSkill}from'../skills/builtin-skill.js';import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x135bc9=a40_0x2f83;return GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x135bc9(0x1ec)](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x5d29dd=a40_0x2f83,_0xcc4755=process[_0x5d29dd(0x1f2)][_0x5d29dd(0x202)]();if(_0xcc4755['includes'](_0x5d29dd(0x237)))return _0x5d29dd(0x237);return _0x5d29dd(0x1f7);}const updateFlags=[{'name':a40_0x5ae98a(0x209),'type':a40_0x5ae98a(0x20a),'description':a40_0x5ae98a(0x1fd),'default':![]},{'name':'version','type':'string','description':a40_0x5ae98a(0x215)}];function getRequestedVersion(_0x35df4b){const _0x5b7ad3=a40_0x5ae98a;return _0x35df4b[_0x5b7ad3(0x216)](_0x5b7ad3(0x218))['trim']();}async function validateUpdateFlags(_0x2886f1){const _0x348118=a40_0x5ae98a,_0x2992dd=_0x2886f1[_0x348118(0x22b)]('beta'),_0x4325fd=getRequestedVersion(_0x2886f1);if(_0x2992dd&&_0x4325fd)throw CliErrors[_0x348118(0x217)]('--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.');if(_0x4325fd&&!a40_0x20e9ee[_0x348118(0x1f0)](_0x4325fd))throw CliErrors['validation']('Invalid\x20version:\x20'+_0x4325fd,_0x348118(0x1f9));}async function fetchNpmDistTags(){const _0x522c23=a40_0x5ae98a;try{const _0x609b61=await fetch(_0x522c23(0x232)+encodeURIComponent(NPM_PACKAGE_NAME)+_0x522c23(0x205),{'signal':AbortSignal[_0x522c23(0x1e9)](0x2710)});if(!_0x609b61['ok'])return null;const _0x5c4ce2=await _0x609b61[_0x522c23(0x20e)]();if(!_0x5c4ce2||typeof _0x5c4ce2!==_0x522c23(0x21e))return null;return Object[_0x522c23(0x1ef)](Object[_0x522c23(0x224)](_0x5c4ce2)[_0x522c23(0x229)](([,_0x2123d1])=>typeof _0x2123d1===_0x522c23(0x21b)&&_0x2123d1[_0x522c23(0x1e0)]()[_0x522c23(0x21c)]>0x0)[_0x522c23(0x1eb)](([_0x1215ce,_0x482c9a])=>[_0x1215ce,String(_0x482c9a)['trim']()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x2d1ecc){const _0x4848f5=await fetchNpmDistTags();return _0x4848f5?.[_0x2d1ecc]??null;}async function fetchLatestVersion(){const _0x3707cf=a40_0x5ae98a;return fetchNpmDistTagVersion(_0x3707cf(0x1ea));}async function resolveTargetVersion(_0x3fbd0e){const _0x5647f3=a40_0x5ae98a,_0xceb84c=getRequestedVersion(_0x3fbd0e);if(_0xceb84c)return{'version':_0xceb84c,'source':'version'};if(_0x3fbd0e[_0x5647f3(0x22b)]('beta')){const _0x555e69=await fetchNpmDistTagVersion(_0x5647f3(0x209));if(!_0x555e69)return null;return{'version':_0x555e69,'source':_0x5647f3(0x209)};}const _0x66e8b9=await fetchLatestVersion();if(!_0x66e8b9)return null;return{'version':_0x66e8b9,'source':_0x5647f3(0x1ea)};}function shouldInstallTarget(_0x3058dd,_0x50f5b9){const _0x2cbbba=a40_0x5ae98a;if(_0x50f5b9[_0x2cbbba(0x21f)]===_0x2cbbba(0x218)||_0x50f5b9['source']===_0x2cbbba(0x209))return!a40_0x20e9ee['eq'](_0x3058dd,_0x50f5b9[_0x2cbbba(0x218)]);return a40_0x20e9ee['lt'](_0x3058dd,_0x50f5b9['version']);}function getInstallPlanLabel(_0x2f29f4,_0x21f4b3){const _0x4b0300=a40_0x5ae98a;switch(_0x21f4b3[_0x4b0300(0x21f)]){case'beta':return _0x4b0300(0x223)+a40_0x1fb072[_0x4b0300(0x207)](_0x2f29f4)+_0x4b0300(0x1e6)+a40_0x1fb072[_0x4b0300(0x234)](_0x21f4b3[_0x4b0300(0x218)]);case _0x4b0300(0x218):return _0x4b0300(0x22a)+a40_0x1fb072[_0x4b0300(0x207)](_0x2f29f4)+_0x4b0300(0x1e6)+a40_0x1fb072['green'](_0x21f4b3['version']);case _0x4b0300(0x1ea):default:return _0x4b0300(0x1e2)+a40_0x1fb072[_0x4b0300(0x207)](_0x2f29f4)+_0x4b0300(0x1e6)+a40_0x1fb072[_0x4b0300(0x234)](_0x21f4b3[_0x4b0300(0x218)]);}}function repairCurrentBuiltinSkill(){const _0x3fe269=a40_0x5ae98a;console[_0x3fe269(0x20b)](a40_0x1fb072[_0x3fe269(0x226)](_0x3fe269(0x225)));const _0x546ba0=installBuiltinSkill();if(_0x546ba0['ok'])return console[_0x3fe269(0x20b)](a40_0x1fb072[_0x3fe269(0x226)]('\x20\x20CLI\x20Built-in\x20Skill\x20'+_0x546ba0[_0x3fe269(0x1e8)]+_0x3fe269(0x20f))),!![];return console[_0x3fe269(0x1fe)](a40_0x1fb072['yellow'](_0x3fe269(0x1fc)+_0x546ba0[_0x3fe269(0x221)]+_0x3fe269(0x1e3)+(_0x546ba0[_0x3fe269(0x211)]||_0x3fe269(0x1e4)))),console[_0x3fe269(0x20b)](a40_0x1fb072[_0x3fe269(0x226)]('\x20\x20Run\x20manually:\x20'+CLI_BIN_NAME+_0x3fe269(0x214))),![];}function verifyUpdatedBuiltinSkill(_0x5ee961){const _0x548c06=a40_0x5ae98a,_0x3c140b=inspectInstalledBuiltinSkillVersion(_0x5ee961);if(_0x3c140b['state']===_0x548c06(0x227))return console[_0x548c06(0x20b)](a40_0x1fb072['gray'](_0x548c06(0x1fb)+_0x5ee961+'\x20is\x20up\x20to\x20date.')),!![];const _0x14c800=_0x3c140b[_0x548c06(0x1e8)]?_0x548c06(0x220)+_0x5ee961+_0x548c06(0x1f3)+_0x3c140b['skillVersion']:_0x548c06(0x220)+_0x5ee961+_0x548c06(0x203)+_0x3c140b['state'];return console[_0x548c06(0x1fe)](a40_0x1fb072['yellow']('\x20\x20Built-in\x20Skill\x20verification\x20failed:\x20'+_0x14c800)),console['log'](a40_0x1fb072[_0x548c06(0x226)](_0x548c06(0x1fa)+_0x3c140b[_0x548c06(0x231)])),![];}async function execute(_0x588078){const _0x9c2a23=a40_0x5ae98a;await validateUpdateFlags(_0x588078);const _0x3ddab5=getCurrentVersion();console[_0x9c2a23(0x20b)](_0x9c2a23(0x20c)+_0x3ddab5);const _0x3fa34d=a40_0x2d16a6('Checking\x20for\x20updates...')[_0x9c2a23(0x22d)](),_0x2b713e=await resolveTargetVersion(_0x588078);if(!_0x2b713e){const _0x5b4c11=_0x588078[_0x9c2a23(0x22b)](_0x9c2a23(0x209))?'Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm':_0x9c2a23(0x200);return _0x3fa34d[_0x9c2a23(0x22e)](_0x5b4c11),console['log'](a40_0x1fb072[_0x9c2a23(0x226)](_0x9c2a23(0x1f8)+NPM_PACKAGE_NAME+_0x9c2a23(0x1df))),{'ok':![],'message':_0x5b4c11};}const _0x590b0f=a40_0x20e9ee[_0x9c2a23(0x1f0)](VERSION),_0x5dfc5e=a40_0x20e9ee[_0x9c2a23(0x1f0)](_0x2b713e['version']);if(!_0x590b0f||!_0x5dfc5e)return _0x3fa34d[_0x9c2a23(0x22e)](_0x9c2a23(0x20d)),{'ok':![],'message':_0x9c2a23(0x20d)};if(!shouldInstallTarget(_0x590b0f,_0x2b713e)){const _0x2c68f3=_0x2b713e[_0x9c2a23(0x21f)]===_0x9c2a23(0x218)?_0x9c2a23(0x204)+_0x2b713e['version']+')':a40_0x20e9ee['gt'](_0x590b0f,_0x5dfc5e)?_0x9c2a23(0x219)+_0x3ddab5+_0x9c2a23(0x222)+_0x2b713e[_0x9c2a23(0x218)]:_0x9c2a23(0x236)+_0x2b713e[_0x9c2a23(0x218)]+')';return _0x3fa34d[_0x9c2a23(0x228)](_0x2c68f3),{'ok':repairCurrentBuiltinSkill()};}_0x3fa34d[_0x9c2a23(0x1e5)](getInstallPlanLabel(_0x3ddab5,_0x2b713e));const _0x4c173c=detectPackageManager(),_0x39e751=_0x4c173c===_0x9c2a23(0x1f7)?resolveNpmBin('npm'):_0x4c173c,_0x575edd=a40_0x2d16a6(_0x9c2a23(0x206)+_0x4c173c+'...')['start']();try{return await execa(_0x39e751,[_0x9c2a23(0x1de),'-g',NPM_PACKAGE_NAME+'@'+_0x2b713e[_0x9c2a23(0x218)]],{'stdio':_0x9c2a23(0x22c)}),_0x575edd[_0x9c2a23(0x228)]('Updated\x20to\x20v'+_0x2b713e[_0x9c2a23(0x218)]),console[_0x9c2a23(0x20b)](a40_0x1fb072[_0x9c2a23(0x226)](_0x9c2a23(0x1ed))),{'ok':verifyUpdatedBuiltinSkill(_0x2b713e[_0x9c2a23(0x218)])};}catch(_0x54a9dd){return _0x575edd[_0x9c2a23(0x22e)](_0x9c2a23(0x230)),console[_0x9c2a23(0x211)](a40_0x1fb072[_0x9c2a23(0x201)]('\x20\x20'+_0x54a9dd[_0x9c2a23(0x1f5)])),console[_0x9c2a23(0x20b)](a40_0x1fb072['gray'](_0x9c2a23(0x1e1)+_0x4c173c+_0x9c2a23(0x21d)+NPM_PACKAGE_NAME+'@'+_0x2b713e[_0x9c2a23(0x218)])),{'ok':![],'message':_0x54a9dd[_0x9c2a23(0x1f5)]};}}export const updateDefinition={'service':a40_0x5ae98a(0x1f1),'command':'run','description':a40_0x5ae98a(0x1f4),'risk':a40_0x5ae98a(0x1ff),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
1
+ const a40_0x7e82=a40_0x39a6;(function(_0x2e8e83,_0x137daf){const _0x486872=a40_0x39a6,_0x26942b=_0x2e8e83();while(!![]){try{const _0x590ba1=-parseInt(_0x486872(0x180))/0x1+-parseInt(_0x486872(0x14b))/0x2*(parseInt(_0x486872(0x170))/0x3)+parseInt(_0x486872(0x15e))/0x4+-parseInt(_0x486872(0x16c))/0x5+-parseInt(_0x486872(0x195))/0x6+parseInt(_0x486872(0x158))/0x7+parseInt(_0x486872(0x187))/0x8*(parseInt(_0x486872(0x150))/0x9);if(_0x590ba1===_0x137daf)break;else _0x26942b['push'](_0x26942b['shift']());}catch(_0x3c9c26){_0x26942b['push'](_0x26942b['shift']());}}}(a40_0x1e09,0xbd7f3));import a40_0x5ca547 from'chalk';import a40_0x125fda from'ora';import a40_0x33b70b 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{inspectInstalledBuiltinSkillVersion,installBuiltinSkill}from'../skills/builtin-skill.js';import{resolveNpmBin}from'../utils/platform.js';function a40_0x1e09(){const _0x28c51f=['repairCommand','Current\x20version:\x20','current','str','log','\x20install\x20-g\x20','\x20\x20Try\x20manually:\x20','filter','2142588KpWfNP','error','entries','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','https://registry.npmjs.org/-/package/','Already\x20on\x20requested\x20version\x20(v','install','72SQPVvE','warn','message','\x20\x20Run\x20manually:\x20','\x20cli-skill\x20install','18NyIius','bool','Updated\x20to\x20v','green',',\x20state\x20','Already\x20up\x20to\x20date\x20(v','gray','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','9435153DFrMlo','valid','Updating\x20via\x20','Version\x20comparison\x20failed','version','red','3799068mtkTRt','start','slice','bun','boolean','includes','code','--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','latest','expected\x20','json','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','\x20→\x20','execPath','6931620eqPReB','yellow','\x20is\x20up\x20to\x20date.','fail','110163aEfMuM','toLowerCase','\x20is\x20newer\x20than\x20npm\x20latest\x20v','source','read','unknown','Current\x20version\x20v','object','Beta\x20version:\x20','timeout','state','Install\x20a\x20specific\x20CLI\x20version','succeed','beta','fromEntries','Invalid\x20version:\x20','388657fwufPr','skillVersion','trim','validation',',\x20found\x20','Checking\x20CLI\x20Built-in\x20Skill...','update','7730272EIcYgk','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20','string','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','Update\x20available:\x20','run'];a40_0x1e09=function(){return _0x28c51f;};return a40_0x1e09();}function a40_0x39a6(_0x462b6b,_0x2e5a45){_0x462b6b=_0x462b6b-0x148;const _0x1e09ad=a40_0x1e09();let _0x39a6c7=_0x1e09ad[_0x462b6b];return _0x39a6c7;}function getCurrentVersion(){const _0x5d4b74=a40_0x39a6;return GIT_COMMIT!==_0x5d4b74(0x175)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x5d4b74(0x160)](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x1f006d=a40_0x39a6,_0x5646b5=process[_0x1f006d(0x16b)][_0x1f006d(0x171)]();if(_0x5646b5[_0x1f006d(0x163)](_0x1f006d(0x161)))return _0x1f006d(0x161);return'npm';}const updateFlags=[{'name':'beta','type':a40_0x7e82(0x162),'description':a40_0x7e82(0x18a),'default':![]},{'name':a40_0x7e82(0x15c),'type':a40_0x7e82(0x189),'description':a40_0x7e82(0x17b)}];function getRequestedVersion(_0x424fc6){const _0x2741a4=a40_0x7e82;return _0x424fc6[_0x2741a4(0x190)]('version')[_0x2741a4(0x182)]();}async function validateUpdateFlags(_0xf778f1){const _0x1e5117=a40_0x7e82,_0x4087fe=_0xf778f1[_0x1e5117(0x151)](_0x1e5117(0x17d)),_0x36f78d=getRequestedVersion(_0xf778f1);if(_0x4087fe&&_0x36f78d)throw CliErrors[_0x1e5117(0x183)](_0x1e5117(0x165),'Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.');if(_0x36f78d&&!a40_0x33b70b[_0x1e5117(0x159)](_0x36f78d))throw CliErrors[_0x1e5117(0x183)](_0x1e5117(0x17f)+_0x36f78d,_0x1e5117(0x157));}async function fetchNpmDistTags(){const _0x53269d=a40_0x7e82;try{const _0x2bbc07=await fetch(_0x53269d(0x148)+encodeURIComponent(NPM_PACKAGE_NAME)+'/dist-tags',{'signal':AbortSignal[_0x53269d(0x179)](0x2710)});if(!_0x2bbc07['ok'])return null;const _0x10f97b=await _0x2bbc07[_0x53269d(0x168)]();if(!_0x10f97b||typeof _0x10f97b!==_0x53269d(0x177))return null;return Object[_0x53269d(0x17e)](Object[_0x53269d(0x197)](_0x10f97b)[_0x53269d(0x194)](([,_0x4f7517])=>typeof _0x4f7517===_0x53269d(0x189)&&_0x4f7517['trim']()['length']>0x0)['map'](([_0x177286,_0x440ee3])=>[_0x177286,String(_0x440ee3)['trim']()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0xb7f87f){const _0x3000cd=await fetchNpmDistTags();return _0x3000cd?.[_0xb7f87f]??null;}async function fetchLatestVersion(){const _0x13bb7d=a40_0x7e82;return fetchNpmDistTagVersion(_0x13bb7d(0x166));}async function resolveTargetVersion(_0x132dc8){const _0x5c0564=a40_0x7e82,_0x517f13=getRequestedVersion(_0x132dc8);if(_0x517f13)return{'version':_0x517f13,'source':_0x5c0564(0x15c)};if(_0x132dc8[_0x5c0564(0x151)](_0x5c0564(0x17d))){const _0xffd2c6=await fetchNpmDistTagVersion(_0x5c0564(0x17d));if(!_0xffd2c6)return null;return{'version':_0xffd2c6,'source':'beta'};}const _0x30a79d=await fetchLatestVersion();if(!_0x30a79d)return null;return{'version':_0x30a79d,'source':_0x5c0564(0x166)};}function shouldInstallTarget(_0x25da4c,_0x1d233c){const _0x2cc5a3=a40_0x7e82;if(_0x1d233c['source']==='version'||_0x1d233c[_0x2cc5a3(0x173)]==='beta')return!a40_0x33b70b['eq'](_0x25da4c,_0x1d233c[_0x2cc5a3(0x15c)]);return a40_0x33b70b['lt'](_0x25da4c,_0x1d233c[_0x2cc5a3(0x15c)]);}function getInstallPlanLabel(_0x55303c,_0x30bee0){const _0x3bb741=a40_0x7e82;switch(_0x30bee0[_0x3bb741(0x173)]){case _0x3bb741(0x17d):return _0x3bb741(0x178)+a40_0x5ca547[_0x3bb741(0x16d)](_0x55303c)+_0x3bb741(0x16a)+a40_0x5ca547['green'](_0x30bee0['version']);case _0x3bb741(0x15c):return'Requested\x20version:\x20'+a40_0x5ca547[_0x3bb741(0x16d)](_0x55303c)+_0x3bb741(0x16a)+a40_0x5ca547[_0x3bb741(0x153)](_0x30bee0['version']);case _0x3bb741(0x166):default:return _0x3bb741(0x18b)+a40_0x5ca547[_0x3bb741(0x16d)](_0x55303c)+_0x3bb741(0x16a)+a40_0x5ca547[_0x3bb741(0x153)](_0x30bee0[_0x3bb741(0x15c)]);}}function repairCurrentBuiltinSkill(){const _0x447f61=a40_0x7e82;console['log'](a40_0x5ca547[_0x447f61(0x156)](_0x447f61(0x185)));const _0x4078fc=installBuiltinSkill();if(_0x4078fc['ok'])return console[_0x447f61(0x191)](a40_0x5ca547[_0x447f61(0x156)]('\x20\x20CLI\x20Built-in\x20Skill\x20'+_0x4078fc['skillVersion']+_0x447f61(0x16e))),!![];return console[_0x447f61(0x14c)](a40_0x5ca547[_0x447f61(0x16d)]('\x20\x20CLI\x20Built-in\x20Skill\x20repair\x20failed\x20['+_0x4078fc[_0x447f61(0x164)]+']:\x20'+(_0x4078fc[_0x447f61(0x196)]||_0x447f61(0x175)))),console[_0x447f61(0x191)](a40_0x5ca547[_0x447f61(0x156)]('\x20\x20Run\x20manually:\x20'+CLI_BIN_NAME+_0x447f61(0x14f))),![];}function verifyUpdatedBuiltinSkill(_0x1cb986){const _0x58a45e=a40_0x7e82,_0x528ff=inspectInstalledBuiltinSkillVersion(_0x1cb986);if(_0x528ff['state']===_0x58a45e(0x18f))return console['log'](a40_0x5ca547[_0x58a45e(0x156)]('\x20\x20CLI\x20Built-in\x20Skill\x20'+_0x1cb986+_0x58a45e(0x16e))),!![];const _0x9c81b4=_0x528ff[_0x58a45e(0x181)]?'expected\x20'+_0x1cb986+_0x58a45e(0x184)+_0x528ff[_0x58a45e(0x181)]:_0x58a45e(0x167)+_0x1cb986+_0x58a45e(0x154)+_0x528ff[_0x58a45e(0x17a)];return console[_0x58a45e(0x14c)](a40_0x5ca547[_0x58a45e(0x16d)]('\x20\x20Built-in\x20Skill\x20verification\x20failed:\x20'+_0x9c81b4)),console[_0x58a45e(0x191)](a40_0x5ca547[_0x58a45e(0x156)](_0x58a45e(0x14e)+_0x528ff[_0x58a45e(0x18d)])),![];}async function execute(_0x4f3e39){const _0x287291=a40_0x7e82;await validateUpdateFlags(_0x4f3e39);const _0x2b2249=getCurrentVersion();console[_0x287291(0x191)](_0x287291(0x18e)+_0x2b2249);const _0x45b3a3=a40_0x125fda('Checking\x20for\x20updates...')[_0x287291(0x15f)](),_0x5cfd1f=await resolveTargetVersion(_0x4f3e39);if(!_0x5cfd1f){const _0x295c35=_0x4f3e39[_0x287291(0x151)](_0x287291(0x17d))?'Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm':_0x287291(0x199);return _0x45b3a3[_0x287291(0x16f)](_0x295c35),console[_0x287291(0x191)](a40_0x5ca547[_0x287291(0x156)](_0x287291(0x188)+NPM_PACKAGE_NAME+'@latest')),{'ok':![],'message':_0x295c35};}const _0x30a1df=a40_0x33b70b[_0x287291(0x159)](VERSION),_0x421782=a40_0x33b70b[_0x287291(0x159)](_0x5cfd1f[_0x287291(0x15c)]);if(!_0x30a1df||!_0x421782)return _0x45b3a3['fail'](_0x287291(0x15b)),{'ok':![],'message':'Version\x20comparison\x20failed'};if(!shouldInstallTarget(_0x30a1df,_0x5cfd1f)){const _0x34c7d2=_0x5cfd1f[_0x287291(0x173)]===_0x287291(0x15c)?_0x287291(0x149)+_0x5cfd1f[_0x287291(0x15c)]+')':a40_0x33b70b['gt'](_0x30a1df,_0x421782)?_0x287291(0x176)+_0x2b2249+_0x287291(0x172)+_0x5cfd1f['version']:_0x287291(0x155)+_0x5cfd1f[_0x287291(0x15c)]+')';return _0x45b3a3['succeed'](_0x34c7d2),{'ok':repairCurrentBuiltinSkill()};}_0x45b3a3['info'](getInstallPlanLabel(_0x2b2249,_0x5cfd1f));const _0x3a2c8c=detectPackageManager(),_0x30d50f=_0x3a2c8c==='npm'?resolveNpmBin('npm'):_0x3a2c8c,_0x6ed613=a40_0x125fda(_0x287291(0x15a)+_0x3a2c8c+'...')[_0x287291(0x15f)]();try{return await execa(_0x30d50f,[_0x287291(0x14a),'-g',NPM_PACKAGE_NAME+'@'+_0x5cfd1f['version']],{'stdio':'pipe'}),_0x6ed613[_0x287291(0x17c)](_0x287291(0x152)+_0x5cfd1f[_0x287291(0x15c)]),console[_0x287291(0x191)](a40_0x5ca547[_0x287291(0x156)](_0x287291(0x169))),{'ok':verifyUpdatedBuiltinSkill(_0x5cfd1f[_0x287291(0x15c)])};}catch(_0x25a833){return _0x6ed613[_0x287291(0x16f)]('Update\x20failed'),console['error'](a40_0x5ca547[_0x287291(0x15d)]('\x20\x20'+_0x25a833['message'])),console['log'](a40_0x5ca547[_0x287291(0x156)](_0x287291(0x193)+_0x3a2c8c+_0x287291(0x192)+NPM_PACKAGE_NAME+'@'+_0x5cfd1f[_0x287291(0x15c)])),{'ok':![],'message':_0x25a833[_0x287291(0x14d)]};}}export const updateDefinition={'service':a40_0x7e82(0x186),'command':a40_0x7e82(0x18c),'description':a40_0x7e82(0x198),'risk':a40_0x7e82(0x174),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
@@ -1 +1 @@
1
- (function(_0x29c0ba,_0x3e78a8){const _0x36601a=a41_0x1aa8,_0x142488=_0x29c0ba();while(!![]){try{const _0x176b5a=-parseInt(_0x36601a(0x108))/0x1*(-parseInt(_0x36601a(0x104))/0x2)+-parseInt(_0x36601a(0x105))/0x3*(-parseInt(_0x36601a(0x10b))/0x4)+-parseInt(_0x36601a(0x10d))/0x5*(parseInt(_0x36601a(0x10c))/0x6)+-parseInt(_0x36601a(0x10a))/0x7*(-parseInt(_0x36601a(0x107))/0x8)+parseInt(_0x36601a(0x106))/0x9+-parseInt(_0x36601a(0x10e))/0xa+parseInt(_0x36601a(0x109))/0xb;if(_0x176b5a===_0x3e78a8)break;else _0x142488['push'](_0x142488['shift']());}catch(_0xfed242){_0x142488['push'](_0x142488['shift']());}}}(a41_0x4658,0xd2c8f));import{codegenSdk}from'../../commands/codegen/sdk.js';import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];function a41_0x1aa8(_0x5e199a,_0x1c5a3a){_0x5e199a=_0x5e199a-0x104;const _0x465839=a41_0x4658();let _0x1aa803=_0x465839[_0x5e199a];return _0x1aa803;}function a41_0x4658(){const _0x43ad55=['342024sjATkt','106KnLgDf','9980982fenboQ','91TQNgZc','1556APZyAc','50262AQPrFb','945pCwKpj','11565990PMuWbA','10684SlXgsu','3594SRuYMY','9970218JnmPZG'];a41_0x4658=function(){return _0x43ad55;};return a41_0x4658();}
1
+ (function(_0x4438ae,_0x1d13f7){const _0x342fee=a41_0x4147,_0x14035c=_0x4438ae();while(!![]){try{const _0xb7d28f=-parseInt(_0x342fee(0x1d6))/0x1+parseInt(_0x342fee(0x1d1))/0x2+parseInt(_0x342fee(0x1d3))/0x3+parseInt(_0x342fee(0x1d5))/0x4*(parseInt(_0x342fee(0x1d8))/0x5)+parseInt(_0x342fee(0x1d2))/0x6*(-parseInt(_0x342fee(0x1d4))/0x7)+parseInt(_0x342fee(0x1d9))/0x8*(-parseInt(_0x342fee(0x1da))/0x9)+parseInt(_0x342fee(0x1d7))/0xa;if(_0xb7d28f===_0x1d13f7)break;else _0x14035c['push'](_0x14035c['shift']());}catch(_0x42b119){_0x14035c['push'](_0x14035c['shift']());}}}(a41_0x4f61,0xbabb1));function a41_0x4147(_0x5a16ce,_0x5a6c13){_0x5a16ce=_0x5a16ce-0x1d1;const _0x4f6101=a41_0x4f61();let _0x4147c4=_0x4f6101[_0x5a16ce];return _0x4147c4;}import{codegenSdk}from'../../commands/codegen/sdk.js';function a41_0x4f61(){const _0x3ce3de=['1784502EaAtDK','1208454FbTDvU','14edIitY','438532pqHsDX','1365087YNUuDD','16754880dFYaRO','55PAhATj','88WxPMAq','1065519KgEGpL','1485604kUkRXU'];a41_0x4f61=function(){return _0x3ce3de;};return a41_0x4f61();}import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];
@@ -1 +1 @@
1
- function a42_0x181c(_0xa7fac0,_0x4b3e1f){_0xa7fac0=_0xa7fac0-0x105;const _0x2a746=a42_0x2a74();let _0x181cc4=_0x2a746[_0xa7fac0];return _0x181cc4;}const a42_0x2addd7=a42_0x181c;function a42_0x2a74(){const _0x37d617=['sdk','code','tableName','string','read','994257ATpAzo','bool','72kudqxg','str','429840ftXGDH','Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)','appCode','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','1643132UKBOjE','4089372EdCOVn','Omit\x20import\x20statements\x20from\x20generated\x20code','30306fDeyOR','2795136AQKqAO','skip-imports','712280KQkmvh','operation'];a42_0x2a74=function(){return _0x37d617;};return a42_0x2a74();}(function(_0x2a53b8,_0x265bb2){const _0x842b36=a42_0x181c,_0x50a278=_0x2a53b8();while(!![]){try{const _0x205c9d=-parseInt(_0x842b36(0x10e))/0x1*(-parseInt(_0x842b36(0x117))/0x2)+parseInt(_0x842b36(0x10c))/0x3+parseInt(_0x842b36(0x114))/0x4+-parseInt(_0x842b36(0x105))/0x5+-parseInt(_0x842b36(0x118))/0x6+-parseInt(_0x842b36(0x115))/0x7+-parseInt(_0x842b36(0x110))/0x8;if(_0x205c9d===_0x265bb2)break;else _0x50a278['push'](_0x50a278['shift']());}catch(_0x4f932d){_0x50a278['push'](_0x50a278['shift']());}}}(a42_0x2a74,0x8f4e4));import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const codegenSdk={'service':'codegen','command':a42_0x2addd7(0x107),'description':a42_0x2addd7(0x113),'risk':a42_0x2addd7(0x10b),'flags':[CODE_FLAG_OPTIONAL,{'name':'alias','type':'string','description':'Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)'},{'name':'operation','type':a42_0x2addd7(0x10a),'required':!![],'description':a42_0x2addd7(0x111)},{'name':'skip-imports','type':'boolean','description':a42_0x2addd7(0x116)}],async 'execute'(_0x192fd4){const _0x12ff35=a42_0x2addd7,{dataset:_0x25de9f,operation:_0x107f91}=await getOperationDetail(_0x192fd4[_0x12ff35(0x112)],_0x192fd4['str'](_0x12ff35(0x108)),_0x192fd4['str'](_0x12ff35(0x106))),_0x33a204=generateSdkCode(_0x25de9f,_0x107f91,{'includeImports':!_0x192fd4[_0x12ff35(0x10d)](_0x12ff35(0x119))});return{'ok':!![],'data':{'dataset':{'name':_0x25de9f['name'],'code':_0x25de9f[_0x12ff35(0x108)],'tableName':_0x25de9f[_0x12ff35(0x109)]},'operation':_0x192fd4[_0x12ff35(0x10f)](_0x12ff35(0x106)),'code':_0x33a204}};}};
1
+ const a42_0x154a17=a42_0x5866;function a42_0x5866(_0x218c0d,_0x3c0b4f){_0x218c0d=_0x218c0d-0x9f;const _0x3d76b5=a42_0x3d76();let _0x58666f=_0x3d76b5[_0x218c0d];return _0x58666f;}(function(_0x1edb9c,_0x5d9898){const _0x3140dd=a42_0x5866,_0x28f889=_0x1edb9c();while(!![]){try{const _0x54c5cd=parseInt(_0x3140dd(0xb2))/0x1+-parseInt(_0x3140dd(0xa8))/0x2*(parseInt(_0x3140dd(0x9f))/0x3)+-parseInt(_0x3140dd(0xa2))/0x4*(-parseInt(_0x3140dd(0xa0))/0x5)+-parseInt(_0x3140dd(0xa3))/0x6+parseInt(_0x3140dd(0xac))/0x7*(-parseInt(_0x3140dd(0xba))/0x8)+-parseInt(_0x3140dd(0xbb))/0x9+parseInt(_0x3140dd(0xaa))/0xa*(parseInt(_0x3140dd(0xa1))/0xb);if(_0x54c5cd===_0x5d9898)break;else _0x28f889['push'](_0x28f889['shift']());}catch(_0x593a18){_0x28f889['push'](_0x28f889['shift']());}}}(a42_0x3d76,0x2dd36));import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';function a42_0x3d76(){const _0x597500=['15RAWYCN','55kWIlsN','16652nkleKv','644178mtTbHa','boolean','Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)','Omit\x20import\x20statements\x20from\x20generated\x20code','operation','444874CYTdnG','read','1249570ZaxitC','sdk','174426XmprpD','codegen','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)','appCode','tableName','name','115424bvszbP','alias','string','skip-imports','code','str','bool','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','56lhYgwC','546930gbGprQ','3cjMwVd'];a42_0x3d76=function(){return _0x597500;};return a42_0x3d76();}import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const codegenSdk={'service':a42_0x154a17(0xad),'command':a42_0x154a17(0xab),'description':a42_0x154a17(0xb9),'risk':a42_0x154a17(0xa9),'flags':[CODE_FLAG_OPTIONAL,{'name':a42_0x154a17(0xb3),'type':a42_0x154a17(0xb4),'description':a42_0x154a17(0xae)},{'name':a42_0x154a17(0xa7),'type':a42_0x154a17(0xb4),'required':!![],'description':a42_0x154a17(0xa5)},{'name':a42_0x154a17(0xb5),'type':a42_0x154a17(0xa4),'description':a42_0x154a17(0xa6)}],async 'execute'(_0x4d2606){const _0x3818b6=a42_0x154a17,{dataset:_0x551363,operation:_0x2011fd}=await getOperationDetail(_0x4d2606[_0x3818b6(0xaf)],_0x4d2606[_0x3818b6(0xb7)]('code'),_0x4d2606['str'](_0x3818b6(0xa7))),_0x2163b0=generateSdkCode(_0x551363,_0x2011fd,{'includeImports':!_0x4d2606[_0x3818b6(0xb8)](_0x3818b6(0xb5))});return{'ok':!![],'data':{'dataset':{'name':_0x551363[_0x3818b6(0xb1)],'code':_0x551363[_0x3818b6(0xb6)],'tableName':_0x551363[_0x3818b6(0xb0)]},'operation':_0x4d2606['str'](_0x3818b6(0xa7)),'code':_0x2163b0}};}};
@@ -1 +1 @@
1
- const a43_0x592288=a43_0x2ccc;(function(_0x37189a,_0x131e14){const _0x4d1e93=a43_0x2ccc,_0x40fd97=_0x37189a();while(!![]){try{const _0x2061b2=-parseInt(_0x4d1e93(0x19c))/0x1*(-parseInt(_0x4d1e93(0x18c))/0x2)+-parseInt(_0x4d1e93(0x19f))/0x3*(parseInt(_0x4d1e93(0x192))/0x4)+parseInt(_0x4d1e93(0x199))/0x5*(parseInt(_0x4d1e93(0x19e))/0x6)+parseInt(_0x4d1e93(0x194))/0x7*(parseInt(_0x4d1e93(0x19a))/0x8)+parseInt(_0x4d1e93(0x191))/0x9+-parseInt(_0x4d1e93(0x18d))/0xa+-parseInt(_0x4d1e93(0x18e))/0xb;if(_0x2061b2===_0x131e14)break;else _0x40fd97['push'](_0x40fd97['shift']());}catch(_0x16e9e4){_0x40fd97['push'](_0x40fd97['shift']());}}}(a43_0x78c5,0x52b82));import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';function a43_0x2ccc(_0x14c2c0,_0x5cd1d3){_0x14c2c0=_0x14c2c0-0x189;const _0x78c51a=a43_0x78c5();let _0x2cccd5=_0x78c51a[_0x14c2c0];return _0x2cccd5;}import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':'codegen','command':'sql','description':a43_0x592288(0x19b),'risk':a43_0x592288(0x195),'flags':[SQLCODE_FLAG,{'name':a43_0x592288(0x193),'type':'string','description':a43_0x592288(0x190),'default':'sdk','enum':[a43_0x592288(0x19d),a43_0x592288(0x197)]},{'name':a43_0x592288(0x196),'type':a43_0x592288(0x189),'description':'Omit\x20import\x20statements\x20from\x20generated\x20code'}],async 'execute'(_0x5566a9){const _0x158477=a43_0x592288,_0x1138ae=await getSqlQueryInfo(_0x5566a9[_0x158477(0x18a)],_0x5566a9[_0x158477(0x18f)]('sqlcode')),_0x3c4a53=_0x5566a9[_0x158477(0x18f)]('target')||'sdk',_0x231347=generateSqlCodeTemplate(_0x1138ae,{'target':_0x3c4a53,'includeImports':!_0x5566a9['bool'](_0x158477(0x196))});return{'ok':!![],'data':{'sqlCode':_0x1138ae[_0x158477(0x18b)],'sqlName':_0x1138ae[_0x158477(0x198)],'target':_0x3c4a53,'code':_0x231347}};}};function a43_0x78c5(){const _0x331ddf=['Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','22495qJYgfp','sdk','6LbPsna','81NhdAXM','boolean','appCode','sqlCode','52GSfsUL','1812480geFNIw','5184861WDApvy','str','Code\x20target:\x20sdk\x20(default)\x20or\x20bff','4441932PbgOmc','78724cwqglM','target','21YeNZgt','read','no-imports','bff','sqlName','1900645tsEDjJ','171352BoEvRO'];a43_0x78c5=function(){return _0x331ddf;};return a43_0x78c5();}
1
+ const a43_0xc0526a=a43_0x4b68;function a43_0x4b68(_0x5111e4,_0x19c467){_0x5111e4=_0x5111e4-0xc2;const _0x395af0=a43_0x395a();let _0x4b68ea=_0x395af0[_0x5111e4];return _0x4b68ea;}(function(_0x344a8a,_0x1004dc){const _0x4e7f1e=a43_0x4b68,_0x3ba9a8=_0x344a8a();while(!![]){try{const _0x224b1b=parseInt(_0x4e7f1e(0xcb))/0x1+parseInt(_0x4e7f1e(0xcc))/0x2*(-parseInt(_0x4e7f1e(0xcd))/0x3)+-parseInt(_0x4e7f1e(0xdd))/0x4*(-parseInt(_0x4e7f1e(0xd6))/0x5)+-parseInt(_0x4e7f1e(0xc7))/0x6+-parseInt(_0x4e7f1e(0xc9))/0x7*(parseInt(_0x4e7f1e(0xca))/0x8)+-parseInt(_0x4e7f1e(0xd4))/0x9*(-parseInt(_0x4e7f1e(0xd0))/0xa)+parseInt(_0x4e7f1e(0xc8))/0xb*(parseInt(_0x4e7f1e(0xd8))/0xc);if(_0x224b1b===_0x1004dc)break;else _0x3ba9a8['push'](_0x3ba9a8['shift']());}catch(_0x4b034a){_0x3ba9a8['push'](_0x3ba9a8['shift']());}}}(a43_0x395a,0x6f98a));function a43_0x395a(){const _0x57fd6b=['30hUSbzW','codegen','target','bff','2252763jgieQX','string','11285IIEMtq','str','132MOYAUb','sdk','sqlcode','bool','boolean','72VEpFLW','sqlName','sql','no-imports','read','Omit\x20import\x20statements\x20from\x20generated\x20code','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','Code\x20target:\x20sdk\x20(default)\x20or\x20bff','5405646GJBaEN','684101lyoNZm','43239veDyjs','16LRpVqn','689601GxxwIb','529904wDEZxe','9tJSMjJ','appCode','sqlCode'];a43_0x395a=function(){return _0x57fd6b;};return a43_0x395a();}import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':a43_0xc0526a(0xd1),'command':a43_0xc0526a(0xdf),'description':a43_0xc0526a(0xc5),'risk':a43_0xc0526a(0xc3),'flags':[SQLCODE_FLAG,{'name':a43_0xc0526a(0xd2),'type':a43_0xc0526a(0xd5),'description':a43_0xc0526a(0xc6),'default':a43_0xc0526a(0xd9),'enum':['sdk',a43_0xc0526a(0xd3)]},{'name':a43_0xc0526a(0xc2),'type':a43_0xc0526a(0xdc),'description':a43_0xc0526a(0xc4)}],async 'execute'(_0x469b5f){const _0xaf707d=a43_0xc0526a,_0x4c0b20=await getSqlQueryInfo(_0x469b5f[_0xaf707d(0xce)],_0x469b5f['str'](_0xaf707d(0xda))),_0x46a4e5=_0x469b5f[_0xaf707d(0xd7)]('target')||_0xaf707d(0xd9),_0x22af62=generateSqlCodeTemplate(_0x4c0b20,{'target':_0x46a4e5,'includeImports':!_0x469b5f[_0xaf707d(0xdb)]('no-imports')});return{'ok':!![],'data':{'sqlCode':_0x4c0b20[_0xaf707d(0xcf)],'sqlName':_0x4c0b20[_0xaf707d(0xde)],'target':_0x46a4e5,'code':_0x22af62}};}};
@@ -1 +1 @@
1
- (function(_0x3d9229,_0x1e74c6){const _0xe8cc22=a44_0x55e6,_0x1d3a14=_0x3d9229();while(!![]){try{const _0x1ebd48=-parseInt(_0xe8cc22(0x1e7))/0x1+parseInt(_0xe8cc22(0x1ed))/0x2+parseInt(_0xe8cc22(0x1da))/0x3*(parseInt(_0xe8cc22(0x1e3))/0x4)+parseInt(_0xe8cc22(0x1f9))/0x5*(parseInt(_0xe8cc22(0x1e9))/0x6)+parseInt(_0xe8cc22(0x1f8))/0x7*(parseInt(_0xe8cc22(0x1f3))/0x8)+-parseInt(_0xe8cc22(0x1cf))/0x9*(-parseInt(_0xe8cc22(0x1f0))/0xa)+-parseInt(_0xe8cc22(0x1f2))/0xb;if(_0x1ebd48===_0x1e74c6)break;else _0x1d3a14['push'](_0x1d3a14['shift']());}catch(_0x43c598){_0x1d3a14['push'](_0x1d3a14['shift']());}}}(a44_0x2be0,0x93636));import{CliErrors}from'../../errors.js';function a44_0x2be0(){const _0x299ab5=['4hKtbhC','bool','\x22\x20(appcode:\x20','\x20Note:\x20app\x20\x22','595482Xufann','both','6635418vNTRJo','trim','\x20<name>','Removed\x20app\x20\x22','636340fURZaf','\x22\x20not\x20found.','global','10bACUkL','App\x20\x22','21945649pwWgqH','8LdXuZN','length','project','validation','Updated','3112207tiPYeU','5XmohvV','string','\x20<name>\x20[--global]','Usage:\x20','apps','7571952PodZHH','\x22\x20is\x20selected\x20automatically.','boolean','Missing\x20app\x20name.','appcode','Use\x20global\x20config\x20scope','\x20<name>\x20--appcode\x20<code>','args','globalConfig','projectConfig','defaultApp','1452723tZZsTc','flagMissing','\x20Default\x20app\x20is\x20\x22','object','\x20Default\x20app\x20changed\x20to\x20\x22','keys','\x20app\x20\x22','\x22\x20still\x20defined\x20in\x20','str'];a44_0x2be0=function(){return _0x299ab5;};return a44_0x2be0();}import{CLI_BIN_NAME}from'../../constant/cli.js';import{collectAppProfileOverrides,getAppProfileFlagDefs,normalizeStoredDefaultApp}from'../../config/schema.js';import{readRawConfigWithLayers}from'../../context.js';import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';function a44_0x55e6(_0x42d0ca,_0x5d9690){_0x42d0ca=_0x42d0ca-0x1cd;const _0x2be07c=a44_0x2be0();let _0x55e67e=_0x2be07c[_0x42d0ca];return _0x55e67e;}export function buildAppAddFlags(){const _0x4d0f54=a44_0x55e6;return[{'name':_0x4d0f54(0x1d3),'type':_0x4d0f54(0x1fa),'description':'App\x20code','required':!![]},{'name':_0x4d0f54(0x1ef),'type':_0x4d0f54(0x1d1),'description':_0x4d0f54(0x1d4),'default':![]},...getAppProfileFlagDefs()];}export function buildAppRemoveFlags(){const _0x5da9ce=a44_0x55e6;return[{'name':'global','type':_0x5da9ce(0x1d1),'description':'Use\x20global\x20config\x20scope','default':![]}];}export async function validateAppName(_0x14fb85,_0x458a38){const _0x26c245=a44_0x55e6,_0x2d172a=_0x14fb85['args'][0x0]?.['trim']();if(!_0x2d172a)throw CliErrors[_0x26c245(0x1f6)](_0x26c245(0x1d2),_0x26c245(0x1cd)+CLI_BIN_NAME+'\x20'+_0x458a38+_0x26c245(0x1eb));}export async function runAppAdd(_0x37458e,_0x47e78d){const _0x27e10c=a44_0x55e6,_0x209ff5=_0x37458e[_0x27e10c(0x1d6)][0x0]?.[_0x27e10c(0x1ea)]();if(!_0x209ff5)throw CliErrors[_0x27e10c(0x1f6)](_0x27e10c(0x1d2),_0x27e10c(0x1cd)+CLI_BIN_NAME+'\x20'+_0x47e78d+'\x20<name>\x20--appcode\x20<code>');const _0x2067fb=_0x37458e[_0x27e10c(0x1e2)](_0x27e10c(0x1d3));if(!_0x2067fb)throw CliErrors[_0x27e10c(0x1db)](_0x27e10c(0x1d3),_0x27e10c(0x1cd)+CLI_BIN_NAME+'\x20'+_0x47e78d+_0x27e10c(0x1d5));const _0x2a2e5f={'global':_0x37458e[_0x27e10c(0x1e4)](_0x27e10c(0x1ef))},_0x45d68c=readConfig(_0x2a2e5f);if(!_0x45d68c['apps'])_0x45d68c[_0x27e10c(0x1ce)]={};const _0x1ffad4={'appcode':_0x2067fb,...collectAppProfileOverrides(_0x593f65=>_0x37458e[_0x27e10c(0x1e2)](_0x593f65))},_0x490f32=_0x45d68c['apps'],_0x571774=Object['keys'](_0x490f32),_0x2833ac=typeof _0x45d68c[_0x27e10c(0x1d9)]===_0x27e10c(0x1fa)&&_0x490f32[_0x45d68c['defaultApp']]?_0x45d68c[_0x27e10c(0x1d9)]:_0x571774[_0x27e10c(0x1f4)]===0x1?_0x571774[0x0]:undefined,_0x8edb4d=!!_0x490f32[_0x209ff5];_0x490f32[_0x209ff5]=_0x1ffad4;const _0x223c0a=normalizeStoredDefaultApp(_0x45d68c,_0x2833ac);writeConfig(_0x45d68c,_0x2a2e5f);const _0x5fde22=!_0x8edb4d&&_0x223c0a?_0x27e10c(0x1dc)+_0x223c0a+'\x22.':'',_0x280431=(_0x8edb4d?_0x27e10c(0x1f7):'Added')+_0x27e10c(0x1e0)+_0x209ff5+_0x27e10c(0x1e5)+_0x2067fb+')'+scopeLabel(_0x2a2e5f)+'.'+_0x5fde22;return{'ok':!![],'message':_0x280431};}export async function runAppRemove(_0x18269f,_0x2ba160){const _0x4a92c8=a44_0x55e6,_0x49740b=_0x18269f['args'][0x0]?.[_0x4a92c8(0x1ea)]();if(!_0x49740b)throw CliErrors[_0x4a92c8(0x1f6)]('Missing\x20app\x20name.',_0x4a92c8(0x1cd)+CLI_BIN_NAME+'\x20'+_0x2ba160+_0x4a92c8(0x1fb));const _0x26ccab=_0x18269f['bool'](_0x4a92c8(0x1ef)),{config:_0x5a962d,layers:_0x11ead3}=readRawConfigWithLayers(),_0x57021b=_0x5a962d[_0x4a92c8(0x1ce)]??{};if(!_0x57021b[_0x49740b])throw CliErrors[_0x4a92c8(0x1f6)](_0x4a92c8(0x1f1)+_0x49740b+_0x4a92c8(0x1ee));const _0x47bfd3=_0x11ead3[_0x4a92c8(0x1d7)][_0x4a92c8(0x1ce)]&&typeof _0x11ead3[_0x4a92c8(0x1d7)][_0x4a92c8(0x1ce)]===_0x4a92c8(0x1dd)?_0x11ead3[_0x4a92c8(0x1d7)][_0x4a92c8(0x1ce)]:{},_0x210fa9=_0x11ead3[_0x4a92c8(0x1d8)][_0x4a92c8(0x1ce)]&&typeof _0x11ead3[_0x4a92c8(0x1d8)][_0x4a92c8(0x1ce)]===_0x4a92c8(0x1dd)?_0x11ead3[_0x4a92c8(0x1d8)]['apps']:{},_0x11dc68=appDefinedIn(_0x49740b,_0x47bfd3,_0x210fa9),_0x238090=resolveAppScopeForWrite(_0x49740b,_0x26ccab,_0x11ead3),_0x2f0232={'global':_0x238090===_0x4a92c8(0x1ef)},_0x26897=readConfig(_0x2f0232),_0xa17762=_0x26897[_0x4a92c8(0x1ce)];if(!_0xa17762||!_0xa17762[_0x49740b])throw CliErrors[_0x4a92c8(0x1f6)](_0x4a92c8(0x1f1)+_0x49740b+_0x4a92c8(0x1ee));delete _0xa17762[_0x49740b];let _0x2c35ef='';const _0x26d9d5=typeof _0x26897[_0x4a92c8(0x1d9)]===_0x4a92c8(0x1fa)?_0x26897['defaultApp']:undefined,_0x1f3dfb=Object[_0x4a92c8(0x1df)](_0xa17762),_0x1fe350=_0x26d9d5===_0x49740b?_0x1f3dfb[0x0]:_0x26d9d5,_0x155dc0=normalizeStoredDefaultApp(_0x26897,_0x1fe350);if(_0x26d9d5===_0x49740b&&_0x1f3dfb[_0x4a92c8(0x1f4)]===0x1)_0x2c35ef='\x20Remaining\x20app\x20\x22'+_0x1f3dfb[0x0]+_0x4a92c8(0x1d0);else _0x26d9d5===_0x49740b&&_0x155dc0&&(_0x2c35ef=_0x4a92c8(0x1de)+_0x155dc0+'\x22.');Object['keys'](_0xa17762)['length']===0x0&&(delete _0x26897[_0x4a92c8(0x1ce)],delete _0x26897[_0x4a92c8(0x1d9)]);writeConfig(_0x26897,_0x2f0232);const _0xa833a=_0x11dc68===_0x4a92c8(0x1e8)?_0x4a92c8(0x1e6)+_0x49740b+_0x4a92c8(0x1e1)+(_0x238090===_0x4a92c8(0x1f5)?_0x4a92c8(0x1ef):_0x4a92c8(0x1f5))+'\x20config.':'';return{'ok':!![],'message':_0x4a92c8(0x1ec)+_0x49740b+'\x22'+scopeLabel(_0x2f0232)+'.'+_0x2c35ef+_0xa833a};}
1
+ (function(_0x96bf2,_0x2e799d){const _0x451314=a44_0x964e,_0x443bda=_0x96bf2();while(!![]){try{const _0x2d26d9=parseInt(_0x451314(0x77))/0x1*(parseInt(_0x451314(0x80))/0x2)+parseInt(_0x451314(0x67))/0x3+parseInt(_0x451314(0x93))/0x4+-parseInt(_0x451314(0x92))/0x5*(-parseInt(_0x451314(0x7f))/0x6)+parseInt(_0x451314(0x6b))/0x7+parseInt(_0x451314(0x84))/0x8*(-parseInt(_0x451314(0x90))/0x9)+parseInt(_0x451314(0x7b))/0xa*(-parseInt(_0x451314(0x8a))/0xb);if(_0x2d26d9===_0x2e799d)break;else _0x443bda['push'](_0x443bda['shift']());}catch(_0x432788){_0x443bda['push'](_0x443bda['shift']());}}}(a44_0x38fa,0x5b9a4));function a44_0x38fa(){const _0x497d5c=['keys','\x20<name>','\x22\x20(appcode:\x20','610002CUDeHH','\x22\x20still\x20defined\x20in\x20','flagMissing','both','4774154LeJjft','project','Added','appcode','Usage:\x20','trim','\x20Default\x20app\x20changed\x20to\x20\x22','\x20Note:\x20app\x20\x22','object','apps','string','\x20app\x20\x22','1ScdFOm','args','Missing\x20app\x20name.','\x20<name>\x20[--global]','30pbUiDt','projectConfig','Use\x20global\x20config\x20scope','\x20config.','270QtJfSA','911698adqDHn','defaultApp','Removed\x20app\x20\x22','App\x20\x22','280PqAKur','str','globalConfig','\x22\x20is\x20selected\x20automatically.','length','global','5295939FwEGXY','\x20<name>\x20--appcode\x20<code>','validation','\x20Remaining\x20app\x20\x22','bool','\x22\x20not\x20found.','75519ZUSuLs','\x20Default\x20app\x20is\x20\x22','58455LlwqzQ','983744wEEkkK'];a44_0x38fa=function(){return _0x497d5c;};return a44_0x38fa();}import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{collectAppProfileOverrides,getAppProfileFlagDefs,normalizeStoredDefaultApp}from'../../config/schema.js';import{readRawConfigWithLayers}from'../../context.js';import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';function a44_0x964e(_0x7f7a03,_0x8710d6){_0x7f7a03=_0x7f7a03-0x65;const _0x38fae7=a44_0x38fa();let _0x964ec8=_0x38fae7[_0x7f7a03];return _0x964ec8;}export function buildAppAddFlags(){const _0x9dad2b=a44_0x964e;return[{'name':_0x9dad2b(0x6e),'type':'string','description':'App\x20code','required':!![]},{'name':_0x9dad2b(0x89),'type':'boolean','description':'Use\x20global\x20config\x20scope','default':![]},...getAppProfileFlagDefs()];}export function buildAppRemoveFlags(){const _0x30b964=a44_0x964e;return[{'name':_0x30b964(0x89),'type':'boolean','description':_0x30b964(0x7d),'default':![]}];}export async function validateAppName(_0x50767e,_0x18956f){const _0x2c43dd=a44_0x964e,_0x4e64e3=_0x50767e['args'][0x0]?.[_0x2c43dd(0x70)]();if(!_0x4e64e3)throw CliErrors['validation'](_0x2c43dd(0x79),_0x2c43dd(0x6f)+CLI_BIN_NAME+'\x20'+_0x18956f+_0x2c43dd(0x65));}export async function runAppAdd(_0x240186,_0x896d09){const _0x2f7a3f=a44_0x964e,_0x349917=_0x240186[_0x2f7a3f(0x78)][0x0]?.[_0x2f7a3f(0x70)]();if(!_0x349917)throw CliErrors[_0x2f7a3f(0x8c)]('Missing\x20app\x20name.','Usage:\x20'+CLI_BIN_NAME+'\x20'+_0x896d09+'\x20<name>\x20--appcode\x20<code>');const _0x592857=_0x240186[_0x2f7a3f(0x85)](_0x2f7a3f(0x6e));if(!_0x592857)throw CliErrors[_0x2f7a3f(0x69)](_0x2f7a3f(0x6e),_0x2f7a3f(0x6f)+CLI_BIN_NAME+'\x20'+_0x896d09+_0x2f7a3f(0x8b));const _0x441900={'global':_0x240186['bool'](_0x2f7a3f(0x89))},_0x1538df=readConfig(_0x441900);if(!_0x1538df['apps'])_0x1538df['apps']={};const _0x500c87={'appcode':_0x592857,...collectAppProfileOverrides(_0x10c9c3=>_0x240186['str'](_0x10c9c3))},_0x2a0c61=_0x1538df[_0x2f7a3f(0x74)],_0x758d12=Object[_0x2f7a3f(0x94)](_0x2a0c61),_0x29dac7=typeof _0x1538df['defaultApp']===_0x2f7a3f(0x75)&&_0x2a0c61[_0x1538df[_0x2f7a3f(0x81)]]?_0x1538df[_0x2f7a3f(0x81)]:_0x758d12[_0x2f7a3f(0x88)]===0x1?_0x758d12[0x0]:undefined,_0x3334e6=!!_0x2a0c61[_0x349917];_0x2a0c61[_0x349917]=_0x500c87;const _0x5062e5=normalizeStoredDefaultApp(_0x1538df,_0x29dac7);writeConfig(_0x1538df,_0x441900);const _0x4fa172=!_0x3334e6&&_0x5062e5?_0x2f7a3f(0x91)+_0x5062e5+'\x22.':'',_0x2ca48e=(_0x3334e6?'Updated':_0x2f7a3f(0x6d))+_0x2f7a3f(0x76)+_0x349917+_0x2f7a3f(0x66)+_0x592857+')'+scopeLabel(_0x441900)+'.'+_0x4fa172;return{'ok':!![],'message':_0x2ca48e};}export async function runAppRemove(_0x2a42b6,_0x263ce5){const _0x2edf68=a44_0x964e,_0x13e366=_0x2a42b6[_0x2edf68(0x78)][0x0]?.[_0x2edf68(0x70)]();if(!_0x13e366)throw CliErrors[_0x2edf68(0x8c)]('Missing\x20app\x20name.',_0x2edf68(0x6f)+CLI_BIN_NAME+'\x20'+_0x263ce5+_0x2edf68(0x7a));const _0x51f0f1=_0x2a42b6[_0x2edf68(0x8e)]('global'),{config:_0x246d87,layers:_0x16afa4}=readRawConfigWithLayers(),_0x11548f=_0x246d87[_0x2edf68(0x74)]??{};if(!_0x11548f[_0x13e366])throw CliErrors['validation'](_0x2edf68(0x83)+_0x13e366+_0x2edf68(0x8f));const _0x5f4820=_0x16afa4[_0x2edf68(0x86)][_0x2edf68(0x74)]&&typeof _0x16afa4['globalConfig'][_0x2edf68(0x74)]===_0x2edf68(0x73)?_0x16afa4[_0x2edf68(0x86)]['apps']:{},_0x2b5aed=_0x16afa4['projectConfig'][_0x2edf68(0x74)]&&typeof _0x16afa4[_0x2edf68(0x7c)][_0x2edf68(0x74)]===_0x2edf68(0x73)?_0x16afa4['projectConfig'][_0x2edf68(0x74)]:{},_0x2a9cbc=appDefinedIn(_0x13e366,_0x5f4820,_0x2b5aed),_0x3d92f3=resolveAppScopeForWrite(_0x13e366,_0x51f0f1,_0x16afa4),_0x554f2f={'global':_0x3d92f3===_0x2edf68(0x89)},_0x1e6a0f=readConfig(_0x554f2f),_0x16786f=_0x1e6a0f[_0x2edf68(0x74)];if(!_0x16786f||!_0x16786f[_0x13e366])throw CliErrors[_0x2edf68(0x8c)]('App\x20\x22'+_0x13e366+_0x2edf68(0x8f));delete _0x16786f[_0x13e366];let _0x1a247b='';const _0x3ed886=typeof _0x1e6a0f[_0x2edf68(0x81)]===_0x2edf68(0x75)?_0x1e6a0f[_0x2edf68(0x81)]:undefined,_0x88de35=Object[_0x2edf68(0x94)](_0x16786f),_0x48d93f=_0x3ed886===_0x13e366?_0x88de35[0x0]:_0x3ed886,_0x423e3b=normalizeStoredDefaultApp(_0x1e6a0f,_0x48d93f);if(_0x3ed886===_0x13e366&&_0x88de35['length']===0x1)_0x1a247b=_0x2edf68(0x8d)+_0x88de35[0x0]+_0x2edf68(0x87);else _0x3ed886===_0x13e366&&_0x423e3b&&(_0x1a247b=_0x2edf68(0x71)+_0x423e3b+'\x22.');Object[_0x2edf68(0x94)](_0x16786f)[_0x2edf68(0x88)]===0x0&&(delete _0x1e6a0f[_0x2edf68(0x74)],delete _0x1e6a0f[_0x2edf68(0x81)]);writeConfig(_0x1e6a0f,_0x554f2f);const _0x18fa58=_0x2a9cbc===_0x2edf68(0x6a)?_0x2edf68(0x72)+_0x13e366+_0x2edf68(0x68)+(_0x3d92f3===_0x2edf68(0x6c)?'global':_0x2edf68(0x6c))+_0x2edf68(0x7e):'';return{'ok':!![],'message':_0x2edf68(0x82)+_0x13e366+'\x22'+scopeLabel(_0x554f2f)+'.'+_0x1a247b+_0x18fa58};}
@@ -1 +1 @@
1
- (function(_0x1d7e19,_0x3b336c){const _0x582b6c=a45_0x35d1,_0xba3a8=_0x1d7e19();while(!![]){try{const _0xd86131=parseInt(_0x582b6c(0x157))/0x1*(parseInt(_0x582b6c(0x149))/0x2)+-parseInt(_0x582b6c(0x152))/0x3+parseInt(_0x582b6c(0x146))/0x4*(-parseInt(_0x582b6c(0x15e))/0x5)+parseInt(_0x582b6c(0x147))/0x6+parseInt(_0x582b6c(0x154))/0x7+parseInt(_0x582b6c(0x145))/0x8+parseInt(_0x582b6c(0x13c))/0x9*(-parseInt(_0x582b6c(0x148))/0xa);if(_0xd86131===_0x3b336c)break;else _0xba3a8['push'](_0xba3a8['shift']());}catch(_0xd13a48){_0xba3a8['push'](_0xba3a8['shift']());}}}(a45_0x4a92,0x30fe1));import{input,checkbox,select}from'@inquirer/prompts';import a45_0x46063e from'chalk';import{validateAppcode}from'../../commands/common/validate.js';import{listRemoteApps}from'../../core/api-client.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export async function promptCustomAppcode(){const _0x4c1212=a45_0x35d1,_0x4b413f=await input({'message':_0x4c1212(0x15c),'validate':_0x3380fd=>{const _0x296437=_0x4c1212,_0x25b0c9=validateAppcode(_0x3380fd[_0x296437(0x14d)]());return _0x25b0c9[_0x296437(0x15b)]||_0x25b0c9['message']||_0x296437(0x143);}});return _0x4b413f['trim']();}export async function promptAppSelection(_0x5b5825){const _0x2d26d4=a45_0x35d1,_0x69127a=[{'name':a45_0x46063e[_0x2d26d4(0x158)](_0x2d26d4(0x153)),'value':-0x1},..._0x5b5825['map']((_0x38fbaf,_0xa09a49)=>({'name':_0x38fbaf[_0x2d26d4(0x14e)]+'\x20\x20'+a45_0x46063e[_0x2d26d4(0x155)]('('+_0x38fbaf[_0x2d26d4(0x14a)]+')'),'value':_0xa09a49}))],_0x2a4f34=await checkbox({'message':_0x2d26d4(0x15f)+a45_0x46063e[_0x2d26d4(0x15d)](_0x5b5825[_0x2d26d4(0x141)])+_0x2d26d4(0x15a),'choices':_0x69127a,'loop':![]});if(_0x2a4f34['includes'](-0x1))return _0x2d26d4(0x14c);if(_0x2a4f34['length']===0x0)return _0x2d26d4(0x14c);return _0x2a4f34[_0x2d26d4(0x150)](_0x2f4f96=>_0x5b5825[_0x2f4f96]);}function a45_0x35d1(_0x41408b,_0x4083aa){_0x41408b=_0x41408b-0x13c;const _0x4a9294=a45_0x4a92();let _0x35d153=_0x4a9294[_0x41408b];return _0x35d153;}export async function promptSingleAppSelection(_0x164ec3){const _0x45a4c8=a45_0x35d1,_0x177fce=[{'name':a45_0x46063e['gray'](_0x45a4c8(0x140)),'value':_0x45a4c8(0x159)},{'name':a45_0x46063e[_0x45a4c8(0x158)]('✎\x20Enter\x20appcode\x20manually'),'value':_0x45a4c8(0x14c)},..._0x164ec3['map'](_0x172df0=>({'name':_0x172df0[_0x45a4c8(0x14e)]+'\x20\x20'+a45_0x46063e[_0x45a4c8(0x155)]('('+_0x172df0[_0x45a4c8(0x14a)]+')'),'value':_0x172df0[_0x45a4c8(0x14a)]}))],_0x4c77cc=await select({'message':_0x45a4c8(0x151),'choices':_0x177fce});if(_0x4c77cc===_0x45a4c8(0x159))return'skip';if(_0x4c77cc===_0x45a4c8(0x14c))return _0x45a4c8(0x14c);return _0x164ec3[_0x45a4c8(0x156)](_0xcfd8b0=>_0xcfd8b0['appCode']===_0x4c77cc);}export async function selectSingleAppcode(_0x22132f){const _0x4db605=a45_0x35d1;if(!_0x22132f)return writeCliSideChannelLine(a45_0x46063e[_0x4db605(0x155)](_0x4db605(0x13e))),_fallbackOrSkip();writeCliSideChannelLine('Fetching\x20available\x20apps...');let _0x3cf956;try{_0x3cf956=await withActiveCookie(_0x22132f,()=>listRemoteApps());}catch(_0x4a5944){writeCliSideChannelLine(a45_0x46063e['yellow']('Could\x20not\x20fetch\x20the\x20remote\x20app\x20list.\x20Enter\x20an\x20App\x20Code\x20manually.'));if(_0x4a5944 instanceof Error)writeCliSideChannelLine(a45_0x46063e[_0x4db605(0x155)](_0x4db605(0x13f)+_0x4a5944[_0x4db605(0x14b)]+')'));return _fallbackOrSkip();}if(_0x3cf956[_0x4db605(0x141)]===0x0)return writeCliSideChannelLine(a45_0x46063e[_0x4db605(0x158)](_0x4db605(0x144))),_fallbackOrSkip();const _0x3a2fde=await promptSingleAppSelection(_0x3cf956);if(_0x3a2fde===_0x4db605(0x159))return'';if(_0x3a2fde===_0x4db605(0x14c))return promptCustomAppcode();return _0x3a2fde[_0x4db605(0x14a)];}export async function selectMultipleApps(_0x36ad92){const _0x11f4a7=a45_0x35d1;writeCliSideChannelLine('Fetching\x20available\x20apps...');let _0x2542c3;try{_0x2542c3=await withActiveCookie(_0x36ad92,()=>listRemoteApps());}catch(_0x732a3a){writeCliSideChannelLine('\x0aCould\x20not\x20fetch\x20the\x20remote\x20app\x20list.\x20Enter\x20an\x20App\x20Code\x20manually.');if(_0x732a3a instanceof Error)writeCliSideChannelLine(_0x11f4a7(0x13f)+_0x732a3a[_0x11f4a7(0x14b)]+')');return'custom';}if(_0x2542c3[_0x11f4a7(0x141)]===0x0)return writeCliSideChannelLine('\x0aNo\x20available\x20apps\x20found.'),_0x11f4a7(0x14c);return promptAppSelection(_0x2542c3);}function a45_0x4a92(){const _0x1c1489=['appName','✎\x20Enter\x20manually','map','Select\x20the\x20app\x20to\x20bind:','599934XApisu','✎\x20Enter\x20appcode\x20manually','2608172FZzVKj','gray','find','1OvpGEn','yellow','skip','\x20apps.\x20Select\x20with\x20space,\x20a=all,\x20i=invert:','valid','App\x20Code:','cyan','5RwQKNm','Found\x20','1152SaACpM','(Skip;\x20configure\x20later)','(No\x20login\x20session.\x20Enter\x20an\x20App\x20Code\x20manually\x20or\x20skip.)','\x20\x20(','(Skip;\x20configure\x20later\x20with\x20config\x20set\x20appcode)','length','manual','Invalid\x20App\x20Code','No\x20available\x20apps\x20found.','42344LLGAdr','1184636UOUzZo','2135610fhYRoR','20140cUXvmO','441556fSQyHg','appCode','message','custom','trim'];a45_0x4a92=function(){return _0x1c1489;};return a45_0x4a92();}async function _fallbackOrSkip(){const _0x3f7964=a45_0x35d1,_0x2d6567=await select({'message':_0x3f7964(0x15c),'choices':[{'name':a45_0x46063e[_0x3f7964(0x155)](_0x3f7964(0x13d)),'value':_0x3f7964(0x159)},{'name':a45_0x46063e['yellow'](_0x3f7964(0x14f)),'value':_0x3f7964(0x142)}]});if(_0x2d6567===_0x3f7964(0x159))return'';return promptCustomAppcode();}
1
+ (function(_0x14b3f6,_0x376062){const _0x252828=a45_0x187f,_0x226fae=_0x14b3f6();while(!![]){try{const _0x52cc5d=-parseInt(_0x252828(0x1c9))/0x1+parseInt(_0x252828(0x1c7))/0x2+parseInt(_0x252828(0x1d8))/0x3+-parseInt(_0x252828(0x1d2))/0x4+parseInt(_0x252828(0x1e6))/0x5*(parseInt(_0x252828(0x1e1))/0x6)+-parseInt(_0x252828(0x1cb))/0x7*(parseInt(_0x252828(0x1cc))/0x8)+-parseInt(_0x252828(0x1dd))/0x9*(-parseInt(_0x252828(0x1c8))/0xa);if(_0x52cc5d===_0x376062)break;else _0x226fae['push'](_0x226fae['shift']());}catch(_0x680b96){_0x226fae['push'](_0x226fae['shift']());}}}(a45_0x46ed,0x88ada));import{input,checkbox,select}from'@inquirer/prompts';import a45_0x5989cb from'chalk';import{validateAppcode}from'../../commands/common/validate.js';import{listRemoteApps}from'../../core/api-client.js';function a45_0x187f(_0x37f872,_0x4fe9aa){_0x37f872=_0x37f872-0x1c7;const _0x46ed9a=a45_0x46ed();let _0x187fcb=_0x46ed9a[_0x37f872];return _0x187fcb;}import{withActiveCookie}from'../../utils/with-active-cookie.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export async function promptCustomAppcode(){const _0x17c2a0=a45_0x187f,_0x5b570e=await input({'message':_0x17c2a0(0x1d0),'validate':_0x27765b=>{const _0x25f0ce=_0x17c2a0,_0x46671a=validateAppcode(_0x27765b['trim']());return _0x46671a[_0x25f0ce(0x1e3)]||_0x46671a[_0x25f0ce(0x1df)]||'Invalid\x20App\x20Code';}});return _0x5b570e[_0x17c2a0(0x1de)]();}export async function promptAppSelection(_0x59d0d6){const _0x2f4762=a45_0x187f,_0x4d260f=[{'name':a45_0x5989cb[_0x2f4762(0x1d5)](_0x2f4762(0x1e0)),'value':-0x1},..._0x59d0d6[_0x2f4762(0x1e2)]((_0xaea3ec,_0x38e6f8)=>({'name':_0xaea3ec[_0x2f4762(0x1e5)]+'\x20\x20'+a45_0x5989cb[_0x2f4762(0x1d1)]('('+_0xaea3ec[_0x2f4762(0x1e9)]+')'),'value':_0x38e6f8}))],_0x44370f=await checkbox({'message':_0x2f4762(0x1cd)+a45_0x5989cb[_0x2f4762(0x1d9)](_0x59d0d6[_0x2f4762(0x1da)])+_0x2f4762(0x1db),'choices':_0x4d260f,'loop':![]});if(_0x44370f['includes'](-0x1))return _0x2f4762(0x1cf);if(_0x44370f[_0x2f4762(0x1da)]===0x0)return'custom';return _0x44370f[_0x2f4762(0x1e2)](_0x2a816b=>_0x59d0d6[_0x2a816b]);}export async function promptSingleAppSelection(_0x430b69){const _0xcad57f=a45_0x187f,_0x3acb59=[{'name':a45_0x5989cb[_0xcad57f(0x1d1)]('(Skip;\x20configure\x20later\x20with\x20config\x20set\x20appcode)'),'value':_0xcad57f(0x1ce)},{'name':a45_0x5989cb[_0xcad57f(0x1d5)]('✎\x20Enter\x20appcode\x20manually'),'value':_0xcad57f(0x1cf)},..._0x430b69[_0xcad57f(0x1e2)](_0x13dbc7=>({'name':_0x13dbc7['appName']+'\x20\x20'+a45_0x5989cb[_0xcad57f(0x1d1)]('('+_0x13dbc7[_0xcad57f(0x1e9)]+')'),'value':_0x13dbc7['appCode']}))],_0x4b7c12=await select({'message':_0xcad57f(0x1ca),'choices':_0x3acb59});if(_0x4b7c12===_0xcad57f(0x1ce))return'skip';if(_0x4b7c12===_0xcad57f(0x1cf))return _0xcad57f(0x1cf);return _0x430b69[_0xcad57f(0x1ea)](_0x4d4e32=>_0x4d4e32[_0xcad57f(0x1e9)]===_0x4b7c12);}export async function selectSingleAppcode(_0x46d621){const _0x2325f7=a45_0x187f;if(!_0x46d621)return writeCliSideChannelLine(a45_0x5989cb[_0x2325f7(0x1d1)](_0x2325f7(0x1d6))),_fallbackOrSkip();writeCliSideChannelLine(_0x2325f7(0x1d3));let _0x3d2dbb;try{_0x3d2dbb=await withActiveCookie(_0x46d621,()=>listRemoteApps());}catch(_0x36ed53){writeCliSideChannelLine(a45_0x5989cb[_0x2325f7(0x1d5)]('Could\x20not\x20fetch\x20the\x20remote\x20app\x20list.\x20Enter\x20an\x20App\x20Code\x20manually.'));if(_0x36ed53 instanceof Error)writeCliSideChannelLine(a45_0x5989cb['gray'](_0x2325f7(0x1d7)+_0x36ed53[_0x2325f7(0x1df)]+')'));return _fallbackOrSkip();}if(_0x3d2dbb[_0x2325f7(0x1da)]===0x0)return writeCliSideChannelLine(a45_0x5989cb[_0x2325f7(0x1d5)](_0x2325f7(0x1e7))),_fallbackOrSkip();const _0x3c2134=await promptSingleAppSelection(_0x3d2dbb);if(_0x3c2134===_0x2325f7(0x1ce))return'';if(_0x3c2134===_0x2325f7(0x1cf))return promptCustomAppcode();return _0x3c2134[_0x2325f7(0x1e9)];}export async function selectMultipleApps(_0x146a8b){const _0x2c9198=a45_0x187f;writeCliSideChannelLine(_0x2c9198(0x1d3));let _0x5de1eb;try{_0x5de1eb=await withActiveCookie(_0x146a8b,()=>listRemoteApps());}catch(_0x253812){writeCliSideChannelLine('\x0aCould\x20not\x20fetch\x20the\x20remote\x20app\x20list.\x20Enter\x20an\x20App\x20Code\x20manually.');if(_0x253812 instanceof Error)writeCliSideChannelLine('\x20\x20('+_0x253812[_0x2c9198(0x1df)]+')');return _0x2c9198(0x1cf);}if(_0x5de1eb[_0x2c9198(0x1da)]===0x0)return writeCliSideChannelLine(_0x2c9198(0x1dc)),_0x2c9198(0x1cf);return promptAppSelection(_0x5de1eb);}function a45_0x46ed(){const _0x2e2098=['1790728JNcwBg','Found\x20','skip','custom','App\x20Code:','gray','1437348oiWzCP','Fetching\x20available\x20apps...','(Skip;\x20configure\x20later)','yellow','(No\x20login\x20session.\x20Enter\x20an\x20App\x20Code\x20manually\x20or\x20skip.)','\x20\x20(','940191HdVKrJ','cyan','length','\x20apps.\x20Select\x20with\x20space,\x20a=all,\x20i=invert:','\x0aNo\x20available\x20apps\x20found.','20152134DCOLzY','trim','message','✎\x20Enter\x20appcode\x20manually','6aUJjQd','map','valid','✎\x20Enter\x20manually','appName','124165GGDajE','No\x20available\x20apps\x20found.','manual','appCode','find','1114714uDimHK','10kFNBBn','1096337wIGqrr','Select\x20the\x20app\x20to\x20bind:','35JZmVtm'];a45_0x46ed=function(){return _0x2e2098;};return a45_0x46ed();}async function _fallbackOrSkip(){const _0x1e2219=a45_0x187f,_0x24b20f=await select({'message':_0x1e2219(0x1d0),'choices':[{'name':a45_0x5989cb[_0x1e2219(0x1d1)](_0x1e2219(0x1d4)),'value':_0x1e2219(0x1ce)},{'name':a45_0x5989cb[_0x1e2219(0x1d5)](_0x1e2219(0x1e4)),'value':_0x1e2219(0x1e8)}]});if(_0x24b20f===_0x1e2219(0x1ce))return'';return promptCustomAppcode();}
@@ -1 +1 @@
1
- const a46_0x2f7364=a46_0xc0bf;(function(_0xe4f041,_0x42d286){const _0x44b915=a46_0xc0bf,_0x513e8b=_0xe4f041();while(!![]){try{const _0x502f0a=-parseInt(_0x44b915(0xb0))/0x1+parseInt(_0x44b915(0xb1))/0x2*(parseInt(_0x44b915(0xb2))/0x3)+-parseInt(_0x44b915(0xab))/0x4*(-parseInt(_0x44b915(0xa9))/0x5)+-parseInt(_0x44b915(0xa6))/0x6+-parseInt(_0x44b915(0xaa))/0x7*(-parseInt(_0x44b915(0x9d))/0x8)+-parseInt(_0x44b915(0x97))/0x9*(parseInt(_0x44b915(0xad))/0xa)+parseInt(_0x44b915(0xaf))/0xb;if(_0x502f0a===_0x42d286)break;else _0x513e8b['push'](_0x513e8b['shift']());}catch(_0x3c0fc0){_0x513e8b['push'](_0x513e8b['shift']());}}}(a46_0x530a,0x904df));import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';const TERMINAL_STATUSES=new Set([a46_0x2f7364(0x9e),a46_0x2f7364(0xa2)]),NON_TERMINAL_STATUSES=new Set(['PENDING',a46_0x2f7364(0x92)]);function a46_0xc0bf(_0x218bf9,_0x32b2ad){_0x218bf9=_0x218bf9-0x92;const _0x530a34=a46_0x530a();let _0xc0bf68=_0x530a34[_0x218bf9];return _0xc0bf68;}export function normalizeAsyncTask(_0x5160fc){const _0x47e040=a46_0x2f7364,_0x2ada0e=typeof _0x5160fc?.['taskId']===_0x47e040(0x95)?_0x5160fc[_0x47e040(0xa0)][_0x47e040(0xa1)]():'';if(!_0x2ada0e)throw CliErrors[_0x47e040(0xa7)](_0x47e040(0x9b));const _0x140cb9=typeof _0x5160fc[_0x47e040(0x98)]===_0x47e040(0x95)?_0x5160fc[_0x47e040(0x98)][_0x47e040(0xa1)]()[_0x47e040(0xac)]():'';if(!_0x140cb9)throw CliErrors[_0x47e040(0xa7)](_0x47e040(0xa5)+_0x2ada0e+_0x47e040(0x9c));return{'taskId':_0x2ada0e,'status':_0x140cb9,'errorMessage':typeof _0x5160fc[_0x47e040(0x94)]===_0x47e040(0x95)&&_0x5160fc[_0x47e040(0x94)][_0x47e040(0xa1)]()?_0x5160fc[_0x47e040(0x94)]['trim']():null,'isTerminal':TERMINAL_STATUSES[_0x47e040(0x9a)](_0x140cb9),'knownStatus':TERMINAL_STATUSES[_0x47e040(0x9a)](_0x140cb9)||NON_TERMINAL_STATUSES[_0x47e040(0x9a)](_0x140cb9)};}export function buildAsyncTaskStatusCommand(_0x3b268f,_0x4eedce){const _0x1a2790=a46_0x2f7364;return CLI_BIN_NAME+'\x20task\x20status\x20--task-id\x20'+quoteShellArg(_0x3b268f)+_0x1a2790(0xae)+quoteShellArg(_0x4eedce)+'\x20--format\x20compress';}export function asyncTaskMessage(_0x40fe0e){const _0x943e7a=a46_0x2f7364;switch(_0x40fe0e['status']){case _0x943e7a(0x9f):return _0x943e7a(0x93)+_0x40fe0e[_0x943e7a(0xa0)]+_0x943e7a(0xa3);case _0x943e7a(0x92):return _0x943e7a(0x93)+_0x40fe0e[_0x943e7a(0xa0)]+'\x20is\x20processing.';case'SUCCESS':return _0x943e7a(0x93)+_0x40fe0e[_0x943e7a(0xa0)]+'\x20completed\x20successfully.';case _0x943e7a(0xa2):return _0x40fe0e[_0x943e7a(0x94)]?_0x943e7a(0x93)+_0x40fe0e['taskId']+_0x943e7a(0x96)+_0x40fe0e[_0x943e7a(0x94)]:'Task\x20'+_0x40fe0e[_0x943e7a(0xa0)]+_0x943e7a(0xa8);default:return _0x943e7a(0x93)+_0x40fe0e['taskId']+_0x943e7a(0x99)+_0x40fe0e[_0x943e7a(0x98)]+'.';}}function quoteShellArg(_0x7ccc9b){const _0x15294d=a46_0x2f7364;return'\x27'+_0x7ccc9b['replace'](/'/g,_0x15294d(0xa4))+'\x27';}function a46_0x530a(){const _0x25f6d4=['\x20failed.','510wBhVDe','7ruThpo','3092QAGGgv','toUpperCase','40DScqUE','\x20--appcode\x20','25879832bDNsgq','1030138TYEWEm','2EjJjsT','1673913CIllGj','PROCESSING','Task\x20','errorMessage','string','\x20failed:\x20','2142648eoVuQX','status','\x20returned\x20unknown\x20status\x20','has','Async\x20task\x20response\x20did\x20not\x20contain\x20a\x20taskId.','\x20response\x20did\x20not\x20contain\x20a\x20status.','4052952CqSCSE','SUCCESS','PENDING','taskId','trim','FAILED','\x20is\x20pending.','\x27\x5c\x27\x27','Async\x20task\x20','5535906gLHKLq','apiError'];a46_0x530a=function(){return _0x25f6d4;};return a46_0x530a();}
1
+ function a46_0x3665(){const _0x56731f=['PENDING','\x20task\x20status\x20--task-id\x20','10962Sitfth','307014ZVLFKE','string','Async\x20task\x20response\x20did\x20not\x20contain\x20a\x20taskId.','Task\x20','1662234JFwetp','apiError','SUCCESS','\x20is\x20processing.','9036prOqGV','32yjRVsg','taskId','\x20is\x20pending.','toUpperCase','\x20returned\x20unknown\x20status\x20','trim','1765BZPGOR','\x27\x5c\x27\x27','\x20failed.','766494RhMgZQ','FAILED','\x20failed:\x20','784ntUwAK','status','replace','2475146iiRKRO','PROCESSING','30EPebOz','\x20--format\x20compress','34797HsBDqz','\x20completed\x20successfully.','errorMessage','5137EdPBBH','has'];a46_0x3665=function(){return _0x56731f;};return a46_0x3665();}function a46_0x3611(_0x2444c8,_0x1fee06){_0x2444c8=_0x2444c8-0x14c;const _0x366541=a46_0x3665();let _0x36116b=_0x366541[_0x2444c8];return _0x36116b;}const a46_0x4fd8f7=a46_0x3611;(function(_0x21f071,_0x1091c1){const _0x3f97a3=a46_0x3611,_0x108b44=_0x21f071();while(!![]){try{const _0x2d437d=parseInt(_0x3f97a3(0x16c))/0x1+-parseInt(_0x3f97a3(0x15c))/0x2+-parseInt(_0x3f97a3(0x168))/0x3*(parseInt(_0x3f97a3(0x14d))/0x4)+-parseInt(_0x3f97a3(0x153))/0x5*(-parseInt(_0x3f97a3(0x167))/0x6)+-parseInt(_0x3f97a3(0x160))/0x7*(-parseInt(_0x3f97a3(0x159))/0x8)+-parseInt(_0x3f97a3(0x156))/0x9*(parseInt(_0x3f97a3(0x15e))/0xa)+parseInt(_0x3f97a3(0x163))/0xb*(parseInt(_0x3f97a3(0x14c))/0xc);if(_0x2d437d===_0x1091c1)break;else _0x108b44['push'](_0x108b44['shift']());}catch(_0x38165b){_0x108b44['push'](_0x108b44['shift']());}}}(a46_0x3665,0xcba97));import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';const TERMINAL_STATUSES=new Set([a46_0x4fd8f7(0x16e),a46_0x4fd8f7(0x157)]),NON_TERMINAL_STATUSES=new Set([a46_0x4fd8f7(0x165),a46_0x4fd8f7(0x15d)]);export function normalizeAsyncTask(_0x13f8f0){const _0x38c0ce=a46_0x4fd8f7,_0x3f48b2=typeof _0x13f8f0?.[_0x38c0ce(0x14e)]===_0x38c0ce(0x169)?_0x13f8f0[_0x38c0ce(0x14e)]['trim']():'';if(!_0x3f48b2)throw CliErrors[_0x38c0ce(0x16d)](_0x38c0ce(0x16a));const _0x3cf9e1=typeof _0x13f8f0[_0x38c0ce(0x15a)]===_0x38c0ce(0x169)?_0x13f8f0['status'][_0x38c0ce(0x152)]()[_0x38c0ce(0x150)]():'';if(!_0x3cf9e1)throw CliErrors[_0x38c0ce(0x16d)]('Async\x20task\x20'+_0x3f48b2+'\x20response\x20did\x20not\x20contain\x20a\x20status.');return{'taskId':_0x3f48b2,'status':_0x3cf9e1,'errorMessage':typeof _0x13f8f0['errorMessage']===_0x38c0ce(0x169)&&_0x13f8f0[_0x38c0ce(0x162)][_0x38c0ce(0x152)]()?_0x13f8f0[_0x38c0ce(0x162)][_0x38c0ce(0x152)]():null,'isTerminal':TERMINAL_STATUSES[_0x38c0ce(0x164)](_0x3cf9e1),'knownStatus':TERMINAL_STATUSES[_0x38c0ce(0x164)](_0x3cf9e1)||NON_TERMINAL_STATUSES[_0x38c0ce(0x164)](_0x3cf9e1)};}export function buildAsyncTaskStatusCommand(_0x1e5814,_0x5a930a){const _0x171d58=a46_0x4fd8f7;return CLI_BIN_NAME+_0x171d58(0x166)+quoteShellArg(_0x1e5814)+'\x20--appcode\x20'+quoteShellArg(_0x5a930a)+_0x171d58(0x15f);}export function asyncTaskMessage(_0x1c5636){const _0x28cfe0=a46_0x4fd8f7;switch(_0x1c5636['status']){case _0x28cfe0(0x165):return'Task\x20'+_0x1c5636[_0x28cfe0(0x14e)]+_0x28cfe0(0x14f);case'PROCESSING':return'Task\x20'+_0x1c5636[_0x28cfe0(0x14e)]+_0x28cfe0(0x16f);case'SUCCESS':return _0x28cfe0(0x16b)+_0x1c5636[_0x28cfe0(0x14e)]+_0x28cfe0(0x161);case'FAILED':return _0x1c5636[_0x28cfe0(0x162)]?_0x28cfe0(0x16b)+_0x1c5636[_0x28cfe0(0x14e)]+_0x28cfe0(0x158)+_0x1c5636[_0x28cfe0(0x162)]:_0x28cfe0(0x16b)+_0x1c5636[_0x28cfe0(0x14e)]+_0x28cfe0(0x155);default:return _0x28cfe0(0x16b)+_0x1c5636[_0x28cfe0(0x14e)]+_0x28cfe0(0x151)+_0x1c5636[_0x28cfe0(0x15a)]+'.';}}function quoteShellArg(_0x1684c5){const _0x2dc70a=a46_0x4fd8f7;return'\x27'+_0x1684c5[_0x2dc70a(0x15b)](/'/g,_0x2dc70a(0x154))+'\x27';}
@@ -1 +1 @@
1
- function a47_0x1e7d(_0x1e6c51,_0x21df69){_0x1e6c51=_0x1e6c51-0x1a0;var _0x156c75=a47_0x156c();var _0x1e7d97=_0x156c75[_0x1e6c51];return _0x1e7d97;}(function(_0x1200d9,_0x21a696){var _0x56276c=a47_0x1e7d,_0x12cfcb=_0x1200d9();while(!![]){try{var _0x43d564=-parseInt(_0x56276c(0x1a8))/0x1+-parseInt(_0x56276c(0x1a1))/0x2*(parseInt(_0x56276c(0x1a9))/0x3)+parseInt(_0x56276c(0x1a4))/0x4*(parseInt(_0x56276c(0x1a2))/0x5)+-parseInt(_0x56276c(0x1a0))/0x6*(parseInt(_0x56276c(0x1a3))/0x7)+-parseInt(_0x56276c(0x1a7))/0x8+-parseInt(_0x56276c(0x1a5))/0x9*(-parseInt(_0x56276c(0x1ab))/0xa)+parseInt(_0x56276c(0x1aa))/0xb;if(_0x43d564===_0x21a696)break;else _0x12cfcb['push'](_0x12cfcb['shift']());}catch(_0x575dff){_0x12cfcb['push'](_0x12cfcb['shift']());}}}(a47_0x156c,0x99250));export function asDryRunResult(_0x158e0a,_0x3efe22){var _0x27a65a=a47_0x1e7d;return Object[_0x27a65a(0x1a6)](_0x158e0a,{'method':{'value':_0x3efe22['method'],'enumerable':![]},'url':{'value':_0x3efe22[_0x27a65a(0x1ac)],'enumerable':![]},..._0x3efe22['description']?{'description':{'value':_0x3efe22['description'],'enumerable':![]}}:{}});}function a47_0x156c(){var _0x87969=['15Crzrdj','7TYwnhC','817812BIkoNN','3656817eaFpXm','defineProperties','8650208agIMPz','1004723TQLTeI','389811bewZYp','26154612WtRYwB','20DBTuMV','url','4983144uOLSFP','4pudPXH'];a47_0x156c=function(){return _0x87969;};return a47_0x156c();}
1
+ function a47_0x5d42(){var _0x430c85=['73240eXnagU','25190726NOFjDr','url','method','description','2466474RfmRYL','40HjWnaD','140qpGzDP','511rLHfFb','752472zlXTnX','54425qsQMdP','38476UsMdSQ','36DfrMEI','1918020AIYBce','defineProperties'];a47_0x5d42=function(){return _0x430c85;};return a47_0x5d42();}function a47_0x371d(_0x471f64,_0x3db07f){_0x471f64=_0x471f64-0x180;var _0x5d42ed=a47_0x5d42();var _0x371d17=_0x5d42ed[_0x471f64];return _0x371d17;}(function(_0x56d6a9,_0xb966da){var _0x4e5d87=a47_0x371d,_0xf7e547=_0x56d6a9();while(!![]){try{var _0x5c74b4=parseInt(_0x4e5d87(0x18c))/0x1*(-parseInt(_0x4e5d87(0x18b))/0x2)+parseInt(_0x4e5d87(0x18d))/0x3+-parseInt(_0x4e5d87(0x187))/0x4*(parseInt(_0x4e5d87(0x18a))/0x5)+-parseInt(_0x4e5d87(0x185))/0x6+parseInt(_0x4e5d87(0x188))/0x7*(-parseInt(_0x4e5d87(0x180))/0x8)+parseInt(_0x4e5d87(0x189))/0x9*(-parseInt(_0x4e5d87(0x186))/0xa)+parseInt(_0x4e5d87(0x181))/0xb;if(_0x5c74b4===_0xb966da)break;else _0xf7e547['push'](_0xf7e547['shift']());}catch(_0x586efc){_0xf7e547['push'](_0xf7e547['shift']());}}}(a47_0x5d42,0x6beb5));export function asDryRunResult(_0x333f1c,_0x653217){var _0x4c9aa3=a47_0x371d;return Object[_0x4c9aa3(0x18e)](_0x333f1c,{'method':{'value':_0x653217[_0x4c9aa3(0x183)],'enumerable':![]},'url':{'value':_0x653217[_0x4c9aa3(0x182)],'enumerable':![]},..._0x653217[_0x4c9aa3(0x184)]?{'description':{'value':_0x653217[_0x4c9aa3(0x184)],'enumerable':![]}}:{}});}
@@ -1 +1 @@
1
- const a48_0x6c2ed1=a48_0x4003;(function(_0xcf8e92,_0x569b9c){const _0x3e2ce6=a48_0x4003,_0x5ee392=_0xcf8e92();while(!![]){try{const _0x46c031=parseInt(_0x3e2ce6(0x182))/0x1+-parseInt(_0x3e2ce6(0x181))/0x2+-parseInt(_0x3e2ce6(0x19a))/0x3*(parseInt(_0x3e2ce6(0x191))/0x4)+parseInt(_0x3e2ce6(0x183))/0x5+-parseInt(_0x3e2ce6(0x189))/0x6*(parseInt(_0x3e2ce6(0x198))/0x7)+-parseInt(_0x3e2ce6(0x196))/0x8+parseInt(_0x3e2ce6(0x18d))/0x9;if(_0x46c031===_0x569b9c)break;else _0x5ee392['push'](_0x5ee392['shift']());}catch(_0x202d01){_0x5ee392['push'](_0x5ee392['shift']());}}}(a48_0x478d,0x91500));export const GLOBAL_SCOPE_FLAG={'name':a48_0x6c2ed1(0x197),'type':a48_0x6c2ed1(0x185),'default':![],'description':a48_0x6c2ed1(0x18a)};export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}(?:_[^_\s]+_[^_\s]+)?$/i,'description':a48_0x6c2ed1(0x199)};export const CODE_FLAG={'name':'code','type':a48_0x6c2ed1(0x195),'required':!![],'description':'Dataset\x20code\x20(32-char\x20hex,\x20optionally\x20with\x20_xx_xx\x20suffix)','pattern':DATASET_CODE_PATTERN};export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a48_0x6c2ed1(0x18c),'description':a48_0x6c2ed1(0x18f)};export const SQLCODE_FLAG={'name':a48_0x6c2ed1(0x193),'type':a48_0x6c2ed1(0x195),'required':!![],'description':a48_0x6c2ed1(0x18b),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a48_0x6c2ed1(0x18e)}};export const APPCODE_FLAG_OPTIONAL={'name':'appcode','type':a48_0x6c2ed1(0x195),'required':![],'description':a48_0x6c2ed1(0x186)};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':a48_0x6c2ed1(0x19b)};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};export const DBLINK_ID_FLAG={'name':'id','type':a48_0x6c2ed1(0x192),'required':!![],'description':a48_0x6c2ed1(0x184)};function a48_0x478d(){const _0x1dc3f6=['6762056wJGTNR','global','71057RJxmlo','a\x2032-character\x20hex\x20code,\x20optionally\x20with\x20`_xx_xx`\x20suffix\x20(e.g.\x2099a909313f1fa7153186431e1c551588\x20or\x2099a909313f1fa7153186431e1c551588_75_3c7120aa)','3MsuAJC','App\x20code\x20(e.g.\x20app-xxxxx)','2058232kZsLss','579344jzAvsn','3554995raqgWN','Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)','boolean','App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)','dbtype','Skip\x20testing\x20the\x20unsaved\x20database\x20configuration\x20before\x20create/update','18aMGQVS','Write\x20to\x20the\x20global\x20configuration','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','datasetcode','12446784RWnXps','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','Dataset\x20code\x20(32-char\x20hex,\x20optionally\x20with\x20_xx_xx\x20suffix)','skip-connection-test','693172ujZBZi','number','sqlcode','Database\x20product\x20type','string'];a48_0x478d=function(){return _0x1dc3f6;};return a48_0x478d();}function a48_0x4003(_0x44c891,_0x5576d5){_0x44c891=_0x44c891-0x181;const _0x478da6=a48_0x478d();let _0x400349=_0x478da6[_0x44c891];return _0x400349;}export const DB_TYPE_FLAG={'name':a48_0x6c2ed1(0x187),'type':'string','required':!![],'description':a48_0x6c2ed1(0x194),'enum':['MYSQL','POSTGRESQL']};export const SKIP_CONNECTION_TEST_FLAG={'name':a48_0x6c2ed1(0x190),'type':a48_0x6c2ed1(0x185),'description':a48_0x6c2ed1(0x188)};
1
+ const a48_0x2f267f=a48_0x3b91;function a48_0x3b91(_0xa09e8e,_0x454e2a){_0xa09e8e=_0xa09e8e-0xa8;const _0x13823f=a48_0x1382();let _0x3b915d=_0x13823f[_0xa09e8e];return _0x3b915d;}(function(_0x483c2a,_0x42b6e){const _0x4e3a1a=a48_0x3b91,_0x3b843e=_0x483c2a();while(!![]){try{const _0x199695=-parseInt(_0x4e3a1a(0xbc))/0x1+-parseInt(_0x4e3a1a(0xaa))/0x2*(parseInt(_0x4e3a1a(0xaf))/0x3)+-parseInt(_0x4e3a1a(0xbb))/0x4+-parseInt(_0x4e3a1a(0xb9))/0x5*(-parseInt(_0x4e3a1a(0xb3))/0x6)+parseInt(_0x4e3a1a(0xb8))/0x7+parseInt(_0x4e3a1a(0xb1))/0x8*(parseInt(_0x4e3a1a(0xc4))/0x9)+parseInt(_0x4e3a1a(0xc2))/0xa*(parseInt(_0x4e3a1a(0xc3))/0xb);if(_0x199695===_0x42b6e)break;else _0x3b843e['push'](_0x3b843e['shift']());}catch(_0x140124){_0x3b843e['push'](_0x3b843e['shift']());}}}(a48_0x1382,0x9d142));export const GLOBAL_SCOPE_FLAG={'name':a48_0x2f267f(0xb4),'type':a48_0x2f267f(0xab),'default':![],'description':a48_0x2f267f(0xc0)};export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}(?:_[^_\s]+_[^_\s]+)?$/i,'description':a48_0x2f267f(0xae)};export const CODE_FLAG={'name':a48_0x2f267f(0xbe),'type':a48_0x2f267f(0xbd),'required':!![],'description':a48_0x2f267f(0xad),'pattern':DATASET_CODE_PATTERN};export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a48_0x2f267f(0xb6),'description':a48_0x2f267f(0xad)};export const SQLCODE_FLAG={'name':a48_0x2f267f(0xac),'type':a48_0x2f267f(0xbd),'required':!![],'description':a48_0x2f267f(0xa9),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a48_0x2f267f(0xb0)}};export const APPCODE_FLAG_OPTIONAL={'name':a48_0x2f267f(0xbf),'type':a48_0x2f267f(0xbd),'required':![],'description':'App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)'};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':a48_0x2f267f(0xa8)};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};export const DBLINK_ID_FLAG={'name':'id','type':a48_0x2f267f(0xba),'required':!![],'description':'Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)'};export const DB_TYPE_FLAG={'name':a48_0x2f267f(0xb7),'type':a48_0x2f267f(0xbd),'required':!![],'description':a48_0x2f267f(0xc1),'enum':[a48_0x2f267f(0xc5),a48_0x2f267f(0xb5)]};export const SKIP_CONNECTION_TEST_FLAG={'name':a48_0x2f267f(0xb2),'type':a48_0x2f267f(0xab),'description':'Skip\x20testing\x20the\x20unsaved\x20database\x20configuration\x20before\x20create/update'};function a48_0x1382(){const _0x4775b9=['5QYBJYa','number','1665756jlWIGY','739978WiXuTm','string','code','appcode','Write\x20to\x20the\x20global\x20configuration','Database\x20product\x20type','140NBpLux','575971BZzevN','559539IHSfJy','MYSQL','App\x20code\x20(e.g.\x20app-xxxxx)','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','7426KvhzUQ','boolean','sqlcode','Dataset\x20code\x20(32-char\x20hex,\x20optionally\x20with\x20_xx_xx\x20suffix)','a\x2032-character\x20hex\x20code,\x20optionally\x20with\x20`_xx_xx`\x20suffix\x20(e.g.\x2099a909313f1fa7153186431e1c551588\x20or\x2099a909313f1fa7153186431e1c551588_75_3c7120aa)','243NqfOBv','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','64ttDuDS','skip-connection-test','3912426bSlpJM','global','POSTGRESQL','datasetcode','dbtype','1526497aURFaB'];a48_0x1382=function(){return _0x4775b9;};return a48_0x1382();}