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

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 (260) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/add.js +1 -1
  20. package/lib/commands/app/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/async-task.js +1 -1
  48. package/lib/commands/common/dry-run.js +1 -1
  49. package/lib/commands/common/flags.js +1 -1
  50. package/lib/commands/common/local-file.js +1 -1
  51. package/lib/commands/common/validate.js +1 -1
  52. package/lib/commands/config/get.js +1 -1
  53. package/lib/commands/config/index.js +1 -1
  54. package/lib/commands/config/list.js +1 -1
  55. package/lib/commands/config/set.js +1 -1
  56. package/lib/commands/config/shared.js +1 -1
  57. package/lib/commands/data/filter.js +1 -1
  58. package/lib/commands/data/getOne.js +1 -1
  59. package/lib/commands/data/index.js +1 -1
  60. package/lib/commands/data/shared.js +1 -1
  61. package/lib/commands/dataset/business-group-update.js +1 -1
  62. package/lib/commands/dataset/capability.js +1 -1
  63. package/lib/commands/dataset/delete.js +1 -1
  64. package/lib/commands/dataset/detail.js +1 -1
  65. package/lib/commands/dataset/extend-update.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/db/analysis-batching.js +1 -1
  80. package/lib/commands/db/analyze-batch-plan.js +1 -1
  81. package/lib/commands/db/analyze-cancel.js +1 -1
  82. package/lib/commands/db/analyze-start.js +1 -1
  83. package/lib/commands/db/analyze-status.js +1 -1
  84. package/lib/commands/db/create.js +1 -1
  85. package/lib/commands/db/delete.js +1 -1
  86. package/lib/commands/db/detail.js +1 -1
  87. package/lib/commands/db/diff.js +1 -1
  88. package/lib/commands/db/index.js +1 -1
  89. package/lib/commands/db/list.js +1 -1
  90. package/lib/commands/db/shared.js +1 -1
  91. package/lib/commands/db/tables.js +1 -1
  92. package/lib/commands/db/test.js +1 -1
  93. package/lib/commands/db/update.js +1 -1
  94. package/lib/commands/doctor.js +1 -1
  95. package/lib/commands/file/index.js +1 -1
  96. package/lib/commands/init/index.js +1 -1
  97. package/lib/commands/issue/index.js +1 -1
  98. package/lib/commands/issue/nudge.js +1 -1
  99. package/lib/commands/issue/report.js +1 -1
  100. package/lib/commands/issue/shared.js +1 -1
  101. package/lib/commands/logs/index.js +1 -1
  102. package/lib/commands/menu/delete.js +1 -1
  103. package/lib/commands/menu/external-link-create.js +1 -1
  104. package/lib/commands/menu/group-create.js +1 -1
  105. package/lib/commands/menu/group-update.js +1 -1
  106. package/lib/commands/menu/index.js +1 -1
  107. package/lib/commands/menu/list.js +1 -1
  108. package/lib/commands/menu/move.js +1 -1
  109. package/lib/commands/menu/regroup-start.js +1 -1
  110. package/lib/commands/menu/shared/compare-table.js +1 -1
  111. package/lib/commands/menu/shared/delete-plan.js +1 -1
  112. package/lib/commands/menu/shared/facts.js +1 -1
  113. package/lib/commands/menu/shared/index.js +1 -1
  114. package/lib/commands/menu/shared/inquirer.js +1 -1
  115. package/lib/commands/menu/shared/local-pages.js +1 -1
  116. package/lib/commands/menu/shared/logic.js +1 -1
  117. package/lib/commands/menu/shared/mutations.js +1 -1
  118. package/lib/commands/menu/shared/service.js +1 -1
  119. package/lib/commands/menu/shared/sync-core.js +1 -1
  120. package/lib/commands/menu/shared/update-core.js +1 -1
  121. package/lib/commands/menu/shared/valid-url.js +1 -1
  122. package/lib/commands/menu/sync.js +1 -1
  123. package/lib/commands/menu/update.js +1 -1
  124. package/lib/commands/notification/config-list.js +1 -1
  125. package/lib/commands/notification/index.js +1 -1
  126. package/lib/commands/page/generate-start.js +1 -1
  127. package/lib/commands/page/generate-status.js +1 -1
  128. package/lib/commands/page/index.js +1 -1
  129. package/lib/commands/page/pull.js +1 -1
  130. package/lib/commands/page/push.js +1 -1
  131. package/lib/commands/page/relation-audit.js +1 -1
  132. package/lib/commands/page/shared.js +1 -1
  133. package/lib/commands/page/standard-page-status.js +1 -1
  134. package/lib/commands/page/sync.js +1 -1
  135. package/lib/commands/permit/index.js +1 -1
  136. package/lib/commands/permit/page-get.js +1 -1
  137. package/lib/commands/permit/page-set.js +1 -1
  138. package/lib/commands/permit/role-apis-set.js +1 -1
  139. package/lib/commands/permit/role-menus-set.js +1 -1
  140. package/lib/commands/permit/role-menus.js +1 -1
  141. package/lib/commands/permit/shared.js +1 -1
  142. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  143. package/lib/commands/project/create/format-elapsed.js +1 -1
  144. package/lib/commands/project/create/main.js +1 -1
  145. package/lib/commands/project/create/non-interactive.js +1 -1
  146. package/lib/commands/project/create/project-template-path.js +1 -1
  147. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  148. package/lib/commands/project/create/use-format-code.js +1 -1
  149. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  150. package/lib/commands/project/index.js +1 -1
  151. package/lib/commands/project/init.js +1 -1
  152. package/lib/commands/project/upgrade.js +1 -1
  153. package/lib/commands/registry.js +1 -1
  154. package/lib/commands/role/create.js +1 -1
  155. package/lib/commands/role/delete.js +1 -1
  156. package/lib/commands/role/detail.js +1 -1
  157. package/lib/commands/role/index.js +1 -1
  158. package/lib/commands/role/list.js +1 -1
  159. package/lib/commands/role/shared.js +1 -1
  160. package/lib/commands/role/update.js +1 -1
  161. package/lib/commands/role/user-add.js +1 -1
  162. package/lib/commands/role/user-remove.js +1 -1
  163. package/lib/commands/role/user-resolve.js +1 -1
  164. package/lib/commands/run/index.js +1 -1
  165. package/lib/commands/schema.js +1 -1
  166. package/lib/commands/sql/create.js +1 -1
  167. package/lib/commands/sql/delete.js +1 -1
  168. package/lib/commands/sql/detail.js +1 -1
  169. package/lib/commands/sql/exec.js +1 -1
  170. package/lib/commands/sql/index.js +1 -1
  171. package/lib/commands/sql/list.js +1 -1
  172. package/lib/commands/sql/pull.js +1 -1
  173. package/lib/commands/sql/push.js +1 -1
  174. package/lib/commands/sql/save.js +1 -1
  175. package/lib/commands/sql/shared.js +1 -1
  176. package/lib/commands/sql/status.js +1 -1
  177. package/lib/commands/sql/validate.js +1 -1
  178. package/lib/commands/task/index.js +1 -1
  179. package/lib/commands/task/status.js +1 -1
  180. package/lib/commands/workspace/add.js +1 -1
  181. package/lib/commands/workspace/index.js +1 -1
  182. package/lib/commands/workspace/remove.js +1 -1
  183. package/lib/config/schema.js +1 -1
  184. package/lib/constant/cdn.js +1 -1
  185. package/lib/constant/cli.js +1 -1
  186. package/lib/constant/defaults.js +1 -1
  187. package/lib/constant/domain.js +1 -1
  188. package/lib/constant/env.js +1 -1
  189. package/lib/constant/output.js +1 -1
  190. package/lib/constant/paths.js +1 -1
  191. package/lib/constant/risk.js +1 -1
  192. package/lib/context/app-resolver.js +1 -1
  193. package/lib/context/auth-resolver.js +1 -1
  194. package/lib/context/config-loader.js +1 -1
  195. package/lib/context.js +1 -1
  196. package/lib/core/alias-resolver.js +1 -1
  197. package/lib/core/api-client.js +1 -1
  198. package/lib/core/bff/config.js +1 -1
  199. package/lib/core/bff/file-system.js +1 -1
  200. package/lib/core/bff/hash.js +1 -1
  201. package/lib/core/bff/lock.js +1 -1
  202. package/lib/core/bff/utils.js +1 -1
  203. package/lib/core/db-resolver.js +1 -1
  204. package/lib/core/page/file-system.js +1 -1
  205. package/lib/core/page/hash.js +1 -1
  206. package/lib/core/page/lock.js +1 -1
  207. package/lib/core/sql-index-auditor.js +1 -1
  208. package/lib/core/sql-sync/config.js +1 -1
  209. package/lib/core/sql-sync/file-system.js +1 -1
  210. package/lib/core/sql-sync/hash.js +1 -1
  211. package/lib/core/sql-sync/lock.js +1 -1
  212. package/lib/core/sql-sync/utils.js +1 -1
  213. package/lib/core/sql-validator.js +1 -1
  214. package/lib/errors.js +1 -1
  215. package/lib/framework/build-all-flags.js +1 -1
  216. package/lib/framework/error-output.js +1 -1
  217. package/lib/framework/explicit-yes.js +1 -1
  218. package/lib/framework/flags.js +1 -1
  219. package/lib/framework/help.js +1 -1
  220. package/lib/framework/index.js +1 -1
  221. package/lib/framework/output.js +1 -1
  222. package/lib/framework/response.js +1 -1
  223. package/lib/framework/runner-alias.js +1 -1
  224. package/lib/framework/runner.js +1 -1
  225. package/lib/framework/schema-export.js +1 -1
  226. package/lib/framework/types.js +1 -1
  227. package/lib/generated/build-info.js +1 -1
  228. package/lib/help.js +1 -1
  229. package/lib/skills/main.js +1 -1
  230. package/lib/skills/npx-skills-add.js +1 -1
  231. package/lib/telemetry/cli-command-trace.js +1 -1
  232. package/lib/telemetry/cli-help-trace.js +1 -1
  233. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  234. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  235. package/lib/telemetry/send-cli-trace-log.js +1 -1
  236. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  237. package/lib/utils/ai_config.js +1 -1
  238. package/lib/utils/apply-jq-filter.js +1 -1
  239. package/lib/utils/cdn-config.js +1 -1
  240. package/lib/utils/check-sdk-version.js +1 -1
  241. package/lib/utils/cli-version-check.js +1 -1
  242. package/lib/utils/cli-version-policy.js +1 -1
  243. package/lib/utils/config.js +1 -1
  244. package/lib/utils/copy-directory.js +1 -1
  245. package/lib/utils/entity-with-id.js +1 -1
  246. package/lib/utils/file-utils.js +1 -1
  247. package/lib/utils/guides-cdn.js +1 -1
  248. package/lib/utils/http-client.js +1 -1
  249. package/lib/utils/is-non-interactive.js +1 -1
  250. package/lib/utils/logger.js +1 -1
  251. package/lib/utils/params.js +1 -1
  252. package/lib/utils/platform.js +1 -1
  253. package/lib/utils/rules-cdn.js +1 -1
  254. package/lib/utils/sleep.js +1 -1
  255. package/lib/utils/template-replacer.js +1 -1
  256. package/lib/utils/update-notice.js +1 -1
  257. package/lib/utils/version.js +1 -1
  258. package/lib/utils/with-active-cookie.js +1 -1
  259. package/lib/utils/write-cli-side-channel.js +1 -1
  260. package/package.json +1 -1
@@ -1 +1 @@
1
- const a36_0x1e7be4=a36_0x2e79;(function(_0x2f689b,_0x118d2a){const _0x116a6c=a36_0x2e79,_0x958076=_0x2f689b();while(!![]){try{const _0x4cefac=-parseInt(_0x116a6c(0x1ea))/0x1+parseInt(_0x116a6c(0x1e3))/0x2+parseInt(_0x116a6c(0x1ee))/0x3*(parseInt(_0x116a6c(0x1de))/0x4)+parseInt(_0x116a6c(0x208))/0x5+-parseInt(_0x116a6c(0x1d6))/0x6+parseInt(_0x116a6c(0x1e6))/0x7*(-parseInt(_0x116a6c(0x212))/0x8)+parseInt(_0x116a6c(0x1fb))/0x9;if(_0x4cefac===_0x118d2a)break;else _0x958076['push'](_0x958076['shift']());}catch(_0x230450){_0x958076['push'](_0x958076['shift']());}}}(a36_0xab19,0x97bca));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_0x2e79(_0x55ed6f,_0xf3a3e2){_0x55ed6f=_0x55ed6f-0x1d3;const _0xab1952=a36_0xab19();let _0x2e7952=_0xab1952[_0x55ed6f];return _0x2e7952;}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_0x1e7be4(0x203),'command':a36_0x1e7be4(0x1f0),'description':'Pull\x20remote\x20BFF\x20scripts\x20to\x20local','risk':a36_0x1e7be4(0x206),'flags':[{'name':'type','type':a36_0x1e7be4(0x20c),'description':a36_0x1e7be4(0x1ff),'enum':[a36_0x1e7be4(0x1ec),a36_0x1e7be4(0x1e0),a36_0x1e7be4(0x209)]},{'name':a36_0x1e7be4(0x1e7),'type':a36_0x1e7be4(0x211),'description':a36_0x1e7be4(0x1d3)}],async 'dryRun'(_0x42ed93){const _0x33ab94=a36_0x1e7be4,_0x50247a=loadBffProjectConfig(_0x42ed93['appCode']),_0x2668fd=await readBffLockFile(_0x50247a[_0x33ab94(0x20f)]),{appLock:_0x804379}=ensureLockScope(_0x2668fd??createEmptyBffLock(),_0x42ed93['appCode'],_0x50247a['scriptsRoot'],_0x33ab94(0x1f0)),_0x3aa67=normalizeBffType(_0x42ed93[_0x33ab94(0x1df)](_0x33ab94(0x1f6)))??undefined,_0x1423dc=buildDatasetCodeToAliasMap(_0x42ed93[_0x33ab94(0x1fc)],_0x42ed93[_0x33ab94(0x1d7)]),[_0x5dad51,_0x3b09ff]=await Promise[_0x33ab94(0x21c)]([listBffScripts(_0x42ed93[_0x33ab94(0x1d7)],_0x3aa67),getBffScriptStatistics(_0x42ed93[_0x33ab94(0x1d7)])]),_0x2feb22=createHookLocationMap(_0x3b09ff),_0x4265a1=[];for(const _0x18a5ab of _0x5dad51){const _0x473e99=resolveRemoteScriptTarget(_0x50247a,_0x18a5ab,_0x2feb22,_0x804379[_0x33ab94(0x20e)],_0x1423dc);if(!_0x473e99){_0x4265a1[_0x33ab94(0x1d8)]({'scriptType':_0x18a5ab['scriptType'],'functionName':_0x18a5ab[_0x33ab94(0x213)]??'','status':_0x33ab94(0x214),'reason':'unresolvable\x20target\x20path'});continue;}const _0x193112=_0x804379[_0x33ab94(0x20e)][_0x473e99['lockKey']],_0x29fdc2=_0x18a5ab[_0x33ab94(0x1e8)]!=null?computeContentHash(_0x18a5ab[_0x33ab94(0x1e8)]):undefined,_0x45a26f=await hasUnsyncedLocalChanges(_0x473e99[_0x33ab94(0x217)],_0x193112,_0x29fdc2);_0x4265a1[_0x33ab94(0x1d8)]({'lockKey':_0x473e99[_0x33ab94(0x1f2)],'filePath':_0x473e99[_0x33ab94(0x217)],'remoteId':_0x18a5ab['id']??null,'status':_0x45a26f?_0x33ab94(0x1fa):'would_pull'});}return{'method':_0x33ab94(0x20d),'url':_0x33ab94(0x1e9)+_0x42ed93[_0x33ab94(0x1d7)]+(_0x3aa67?'&type='+_0x3aa67:''),'body':{'appCode':_0x42ed93[_0x33ab94(0x1d7)],'filterType':_0x3aa67??null,'files':_0x4265a1},'description':_0x33ab94(0x1f1)+_0x4265a1[_0x33ab94(0x207)]+_0x33ab94(0x20b)};},async 'execute'(_0x444f0f){const _0x5a5a9a=a36_0x1e7be4,_0x1083c1=loadBffProjectConfig(_0x444f0f[_0x5a5a9a(0x1d7)]),_0x375ee4=await readBffLockFile(_0x1083c1[_0x5a5a9a(0x20f)]),{lockData:_0x5dc03a,appLock:_0x5e5e34}=ensureLockScope(_0x375ee4??createEmptyBffLock(),_0x444f0f[_0x5a5a9a(0x1d7)],_0x1083c1['scriptsRoot'],_0x5a5a9a(0x1f0)),_0x9bb371=normalizeBffType(_0x444f0f[_0x5a5a9a(0x1df)](_0x5a5a9a(0x1f6)))??undefined;if(_0x444f0f['str'](_0x5a5a9a(0x1f6))&&!_0x9bb371)throw CliErrors[_0x5a5a9a(0x202)](_0x5a5a9a(0x1dc));const [_0x3ff207,_0x27d7c9]=await Promise['all']([listBffScripts(_0x444f0f[_0x5a5a9a(0x1d7)],_0x9bb371),getBffScriptStatistics(_0x444f0f['appCode'])]);if(_0x3ff207[_0x5a5a9a(0x207)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':'No\x20remote\x20BFF\x20scripts\x20found.'};const _0x34e804=_0x444f0f[_0x5a5a9a(0x1d9)](_0x5a5a9a(0x1e7));if(_0x34e804&&!_0x444f0f[_0x5a5a9a(0x1f4)]){const _0x17734a=await confirmForce();if(!_0x17734a)throw CliErrors['cancelled'](_0x5a5a9a(0x215));}if(_0x34e804&&_0x444f0f[_0x5a5a9a(0x1f4)]){}const _0xf549eb=buildDatasetCodeToAliasMap(_0x444f0f[_0x5a5a9a(0x1fc)],_0x444f0f[_0x5a5a9a(0x1d7)]),_0x1f58fe=createHookLocationMap(_0x27d7c9),_0xb5e1b8=JSON[_0x5a5a9a(0x1fe)](JSON[_0x5a5a9a(0x201)](_0x5dc03a)),_0x2d8c80=_0x444f0f['appCode'],_0xe453f2=_0xb5e1b8[_0x5a5a9a(0x1e5)][_0x2d8c80];if(!_0xe453f2)throw new Error(_0x5a5a9a(0x1f3)+_0x2d8c80+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x1ef017=[],_0x3e1fe8=[],_0x3e5eab=[];for(const _0x3df337 of _0x3ff207){const _0x38f61d=resolveRemoteScriptTarget(_0x1083c1,_0x3df337,_0x1f58fe,_0x5e5e34[_0x5a5a9a(0x20e)],_0xf549eb);if(!_0x38f61d){_0x3e1fe8[_0x5a5a9a(0x1d8)]({'lockKey':_0x3df337[_0x5a5a9a(0x1e4)]+'/'+_0x3df337['functionName'],'reason':'unresolvable\x20target\x20path'});continue;}const _0x236d0a=_0x5e5e34['functions'][_0x38f61d['lockKey']];try{if(!_0x3df337['id'])throw new Error('Remote\x20script\x20missing\x20id.');if(_0x3df337[_0x5a5a9a(0x1e8)]==null)throw new Error(_0x5a5a9a(0x20a));const _0x6af627=_0x3df337[_0x5a5a9a(0x1e8)],_0x19e9f9=computeContentHash(_0x6af627);if(!_0x34e804){const _0x75db87=await hasUnsyncedLocalChanges(_0x38f61d[_0x5a5a9a(0x217)],_0x236d0a,_0x19e9f9);if(_0x75db87){_0x3e1fe8[_0x5a5a9a(0x1d8)]({'lockKey':_0x38f61d[_0x5a5a9a(0x1f2)],'reason':_0x5a5a9a(0x1d4)});continue;}}await ensureParentDirectory(_0x38f61d[_0x5a5a9a(0x217)]),await writeFile(_0x38f61d[_0x5a5a9a(0x217)],_0x6af627,_0x5a5a9a(0x1db));const _0x5ab878={'hash':_0x19e9f9,'remoteId':_0x3df337['id'],'version':_0x3df337[_0x5a5a9a(0x1da)]};_0x38f61d[_0x5a5a9a(0x1f6)]===_0x5a5a9a(0x209)&&_0x38f61d[_0x5a5a9a(0x218)]&&(_0x5ab878[_0x5a5a9a(0x1fd)]=_0x38f61d[_0x5a5a9a(0x218)]['alias'],_0x5ab878['datasetCode']=_0x38f61d[_0x5a5a9a(0x218)][_0x5a5a9a(0x1f9)],_0x5ab878[_0x5a5a9a(0x1e2)]=_0x38f61d[_0x5a5a9a(0x218)]['operationType'],_0x5ab878[_0x5a5a9a(0x1eb)]=_0x38f61d[_0x5a5a9a(0x218)]['functionNode']),_0xe453f2['functions'][_0x38f61d[_0x5a5a9a(0x1f2)]]=_0x5ab878,_0x1ef017[_0x5a5a9a(0x1d8)]({'lockKey':_0x38f61d[_0x5a5a9a(0x1f2)],'remoteId':_0x3df337['id']});}catch(_0x3db111){_0x3e5eab[_0x5a5a9a(0x1d8)]({'lockKey':_0x38f61d[_0x5a5a9a(0x1f2)],'error':_0x3db111 instanceof Error?_0x3db111[_0x5a5a9a(0x1ed)]:String(_0x3db111)});}}return _0xe453f2['lastSync']=new Date()[_0x5a5a9a(0x1f8)](),await writeBffLockFile(_0x1083c1[_0x5a5a9a(0x20f)],_0xb5e1b8),{'ok':_0x3e5eab[_0x5a5a9a(0x207)]===0x0,'data':{'pulled':_0x1ef017,'skipped':_0x3e1fe8,'failed':_0x3e5eab},'message':_0x5a5a9a(0x1dd)+_0x1ef017[_0x5a5a9a(0x207)]+_0x5a5a9a(0x204)+_0x3e1fe8[_0x5a5a9a(0x207)]+_0x5a5a9a(0x219)+_0x3e5eab[_0x5a5a9a(0x207)]+_0x5a5a9a(0x216)};}};function a36_0xab19(){const _0x493d67=['COMMON','message','341244GTtVlF','stdin','pull','Would\x20inspect\x20','lockKey','Lock\x20scope\x20for\x20app\x20\x22','nonInteractive','map','type','yes','toISOString','datasetCode','conflict','2705679YvycXk','apiDir','alias','parse','Pull\x20only\x20this\x20script\x20type','hash','stringify','validation','bff','\x20pulled,\x20','stderr','write','length','6004145QxaSDU','HOOK','Remote\x20script\x20missing\x20content.','\x20remote\x20BFF\x20script(s)\x20for\x20pull','string','GET','functions','lockFilePath','question','boolean','779392sEJTaq','functionName','skipped','Force\x20pull\x20cancelled.','\x20failed','filePath','hookLocation','\x20skipped,\x20','trim','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','all','Force\x20overwrite\x20local\x20unsynced\x20changes','local\x20unsynced\x20changes','includes','2390418udWdze','appCode','push','bool','version','utf8','--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.','Pull\x20complete:\x20','16ESHQvi','str','ENDPOINT','close','operationType','244678zXyXlk','scriptType','apps','56ATBzRw','force','scriptContent','/api/management/library/scripts/list?appCode=','279482nhzWob','functionNode'];a36_0xab19=function(){return _0x493d67;};return a36_0xab19();}async function hasUnsyncedLocalChanges(_0x225f79,_0x2834bd,_0x41973b){const _0xa7150e=a36_0x1e7be4;if(!await fileExists(_0x225f79))return![];const _0x214241=await computeFileHash(_0x225f79);if(!_0x2834bd)return _0x41973b?_0x214241!==_0x41973b:!![];return _0x214241!==_0x2834bd[_0xa7150e(0x200)];}function buildDatasetCodeToAliasMap(_0x1ef7f8,_0x7d6507){const _0x1e8111=a36_0x1e7be4,_0x16ab08=loadAliasMap(_0x1ef7f8,undefined,resolveApiFilePath(_0x1ef7f8,_0x7d6507));return new Map(_0x16ab08[_0x1e8111(0x1f5)](_0x3002d1=>[_0x3002d1['datasetCode'],_0x3002d1[_0x1e8111(0x1fd)]]));}async function confirmForce(){const _0x4adea2=a36_0x1e7be4,_0x39f12a=createInterface({'input':process[_0x4adea2(0x1ef)],'output':process[_0x4adea2(0x205)]}),_0x582fb9=await new Promise(_0x1f8301=>{const _0x44b3d1=_0x4adea2;_0x39f12a[_0x44b3d1(0x210)](_0x44b3d1(0x21b),_0x1f8301);});return _0x39f12a[_0x4adea2(0x1e1)](),['y',_0x4adea2(0x1f7)][_0x4adea2(0x1d5)](_0x582fb9[_0x4adea2(0x21a)]()['toLowerCase']());}
1
+ const a36_0x6701a0=a36_0x2f9c;(function(_0x3e9e2f,_0x568654){const _0x44707e=a36_0x2f9c,_0x53203d=_0x3e9e2f();while(!![]){try{const _0x3590cd=parseInt(_0x44707e(0x136))/0x1+parseInt(_0x44707e(0x12e))/0x2+-parseInt(_0x44707e(0x139))/0x3*(-parseInt(_0x44707e(0x11f))/0x4)+-parseInt(_0x44707e(0x114))/0x5+parseInt(_0x44707e(0x147))/0x6+parseInt(_0x44707e(0x121))/0x7*(parseInt(_0x44707e(0x13f))/0x8)+-parseInt(_0x44707e(0x142))/0x9*(parseInt(_0x44707e(0x134))/0xa);if(_0x3590cd===_0x568654)break;else _0x53203d['push'](_0x53203d['shift']());}catch(_0xbf3b0a){_0x53203d['push'](_0x53203d['shift']());}}}(a36_0x12de,0x9b94b));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';function a36_0x12de(){const _0xbd3b15=['3658110KNzJRz','ENDPOINT','No\x20remote\x20BFF\x20scripts\x20found.','skipped','local\x20unsynced\x20changes','question','all','COMMON','/api/management/library/scripts/list?appCode=','map','\x20skipped,\x20','111968gOnXTi','string','4375nRyUUm','&type=','\x22\x20not\x20found\x20after\x20ensureLockScope.','functions','trim','would_pull','push','Pull\x20only\x20this\x20script\x20type','message','conflict','unresolvable\x20target\x20path','scriptsRoot','yes','2046494CayQAD','Force\x20overwrite\x20local\x20unsynced\x20changes','hookLocation','bff','Lock\x20scope\x20for\x20app\x20\x22','\x20remote\x20BFF\x20script(s)\x20for\x20pull','10qQZRmc','lockKey','524624VUCxMO','force','datasetCode','39GuVfZK','operationType','Remote\x20script\x20missing\x20content.','toISOString','stdin','close','10136wXarPI','bool','Force\x20pull\x20cancelled.','14923179ruYCXp','alias','toLowerCase','HOOK','functionName','1940220DTTWuW','filePath','stringify','Would\x20inspect\x20','lastSync','stderr','apps','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','\x20pulled,\x20','scriptType','str','nonInteractive','length','boolean','appCode','functionNode','apiDir','validation','write','scriptContent','type','pull','Pull\x20remote\x20BFF\x20scripts\x20to\x20local','Pull\x20complete:\x20','lockFilePath','cancelled'];a36_0x12de=function(){return _0xbd3b15;};return a36_0x12de();}import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{CliErrors}from'../../errors.js';export const bffPull={'service':a36_0x6701a0(0x131),'command':'pull','description':a36_0x6701a0(0x110),'risk':a36_0x6701a0(0x10c),'flags':[{'name':a36_0x6701a0(0x10e),'type':a36_0x6701a0(0x120),'description':a36_0x6701a0(0x128),'enum':[a36_0x6701a0(0x11b),a36_0x6701a0(0x115),'HOOK']},{'name':a36_0x6701a0(0x137),'type':a36_0x6701a0(0x154),'description':a36_0x6701a0(0x12f)}],async 'dryRun'(_0x51fd07){const _0x3bfae3=a36_0x6701a0,_0x18cf41=loadBffProjectConfig(_0x51fd07[_0x3bfae3(0x155)]),_0x304686=await readBffLockFile(_0x18cf41[_0x3bfae3(0x112)]),{appLock:_0x4d00d8}=ensureLockScope(_0x304686??createEmptyBffLock(),_0x51fd07[_0x3bfae3(0x155)],_0x18cf41[_0x3bfae3(0x12c)],_0x3bfae3(0x10f)),_0x34a531=normalizeBffType(_0x51fd07['str']('type'))??undefined,_0x22cc5e=buildDatasetCodeToAliasMap(_0x51fd07[_0x3bfae3(0x10a)],_0x51fd07[_0x3bfae3(0x155)]),[_0x1ea9f8,_0x2822ab]=await Promise[_0x3bfae3(0x11a)]([listBffScripts(_0x51fd07[_0x3bfae3(0x155)],_0x34a531),getBffScriptStatistics(_0x51fd07[_0x3bfae3(0x155)])]),_0x1f003f=createHookLocationMap(_0x2822ab),_0x4d9703=[];for(const _0x132532 of _0x1ea9f8){const _0x53e652=resolveRemoteScriptTarget(_0x18cf41,_0x132532,_0x1f003f,_0x4d00d8[_0x3bfae3(0x124)],_0x22cc5e);if(!_0x53e652){_0x4d9703[_0x3bfae3(0x127)]({'scriptType':_0x132532['scriptType'],'functionName':_0x132532[_0x3bfae3(0x146)]??'','status':_0x3bfae3(0x117),'reason':_0x3bfae3(0x12b)});continue;}const _0x4c6fe6=_0x4d00d8[_0x3bfae3(0x124)][_0x53e652[_0x3bfae3(0x135)]],_0x4b444c=_0x132532['scriptContent']!=null?computeContentHash(_0x132532['scriptContent']):undefined,_0x19f66e=await hasUnsyncedLocalChanges(_0x53e652[_0x3bfae3(0x148)],_0x4c6fe6,_0x4b444c);_0x4d9703['push']({'lockKey':_0x53e652['lockKey'],'filePath':_0x53e652['filePath'],'remoteId':_0x132532['id']??null,'status':_0x19f66e?_0x3bfae3(0x12a):_0x3bfae3(0x126)});}return{'method':'GET','url':_0x3bfae3(0x11c)+_0x51fd07[_0x3bfae3(0x155)]+(_0x34a531?_0x3bfae3(0x122)+_0x34a531:''),'body':{'appCode':_0x51fd07[_0x3bfae3(0x155)],'filterType':_0x34a531??null,'files':_0x4d9703},'description':_0x3bfae3(0x14a)+_0x4d9703[_0x3bfae3(0x153)]+_0x3bfae3(0x133)};},async 'execute'(_0x1dd004){const _0x38def5=a36_0x6701a0,_0x220b0d=loadBffProjectConfig(_0x1dd004[_0x38def5(0x155)]),_0x1f6a60=await readBffLockFile(_0x220b0d['lockFilePath']),{lockData:_0x272df8,appLock:_0x574b81}=ensureLockScope(_0x1f6a60??createEmptyBffLock(),_0x1dd004[_0x38def5(0x155)],_0x220b0d[_0x38def5(0x12c)],_0x38def5(0x10f)),_0x55fba6=normalizeBffType(_0x1dd004[_0x38def5(0x151)](_0x38def5(0x10e)))??undefined;if(_0x1dd004['str']('type')&&!_0x55fba6)throw CliErrors[_0x38def5(0x10b)]('--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.');const [_0x359762,_0x180cf2]=await Promise[_0x38def5(0x11a)]([listBffScripts(_0x1dd004[_0x38def5(0x155)],_0x55fba6),getBffScriptStatistics(_0x1dd004[_0x38def5(0x155)])]);if(_0x359762[_0x38def5(0x153)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x38def5(0x116)};const _0x41b2f5=_0x1dd004[_0x38def5(0x140)](_0x38def5(0x137));if(_0x41b2f5&&!_0x1dd004[_0x38def5(0x152)]){const _0x3c558c=await confirmForce();if(!_0x3c558c)throw CliErrors[_0x38def5(0x113)](_0x38def5(0x141));}if(_0x41b2f5&&_0x1dd004[_0x38def5(0x152)]){}const _0x164482=buildDatasetCodeToAliasMap(_0x1dd004[_0x38def5(0x10a)],_0x1dd004[_0x38def5(0x155)]),_0x244f93=createHookLocationMap(_0x180cf2),_0x3aa867=JSON['parse'](JSON[_0x38def5(0x149)](_0x272df8)),_0xc54cc4=_0x1dd004[_0x38def5(0x155)],_0x5107a2=_0x3aa867[_0x38def5(0x14d)][_0xc54cc4];if(!_0x5107a2)throw new Error(_0x38def5(0x132)+_0xc54cc4+_0x38def5(0x123));const _0x3c7751=[],_0xd7cf2e=[],_0x4b10ee=[];for(const _0x51fe43 of _0x359762){const _0x5aac71=resolveRemoteScriptTarget(_0x220b0d,_0x51fe43,_0x244f93,_0x574b81[_0x38def5(0x124)],_0x164482);if(!_0x5aac71){_0xd7cf2e[_0x38def5(0x127)]({'lockKey':_0x51fe43[_0x38def5(0x150)]+'/'+_0x51fe43[_0x38def5(0x146)],'reason':'unresolvable\x20target\x20path'});continue;}const _0x5614e0=_0x574b81[_0x38def5(0x124)][_0x5aac71[_0x38def5(0x135)]];try{if(!_0x51fe43['id'])throw new Error('Remote\x20script\x20missing\x20id.');if(_0x51fe43['scriptContent']==null)throw new Error(_0x38def5(0x13b));const _0x265153=_0x51fe43[_0x38def5(0x10d)],_0x23af67=computeContentHash(_0x265153);if(!_0x41b2f5){const _0x245efa=await hasUnsyncedLocalChanges(_0x5aac71[_0x38def5(0x148)],_0x5614e0,_0x23af67);if(_0x245efa){_0xd7cf2e[_0x38def5(0x127)]({'lockKey':_0x5aac71[_0x38def5(0x135)],'reason':_0x38def5(0x118)});continue;}}await ensureParentDirectory(_0x5aac71[_0x38def5(0x148)]),await writeFile(_0x5aac71['filePath'],_0x265153,'utf8');const _0x1dbe87={'hash':_0x23af67,'remoteId':_0x51fe43['id'],'version':_0x51fe43['version']};_0x5aac71[_0x38def5(0x10e)]===_0x38def5(0x145)&&_0x5aac71[_0x38def5(0x130)]&&(_0x1dbe87[_0x38def5(0x143)]=_0x5aac71['hookLocation'][_0x38def5(0x143)],_0x1dbe87['datasetCode']=_0x5aac71[_0x38def5(0x130)]['datasetCode'],_0x1dbe87[_0x38def5(0x13a)]=_0x5aac71[_0x38def5(0x130)][_0x38def5(0x13a)],_0x1dbe87[_0x38def5(0x156)]=_0x5aac71[_0x38def5(0x130)][_0x38def5(0x156)]),_0x5107a2[_0x38def5(0x124)][_0x5aac71[_0x38def5(0x135)]]=_0x1dbe87,_0x3c7751['push']({'lockKey':_0x5aac71[_0x38def5(0x135)],'remoteId':_0x51fe43['id']});}catch(_0x4e5601){_0x4b10ee[_0x38def5(0x127)]({'lockKey':_0x5aac71['lockKey'],'error':_0x4e5601 instanceof Error?_0x4e5601[_0x38def5(0x129)]:String(_0x4e5601)});}}return _0x5107a2[_0x38def5(0x14b)]=new Date()[_0x38def5(0x13c)](),await writeBffLockFile(_0x220b0d[_0x38def5(0x112)],_0x3aa867),{'ok':_0x4b10ee[_0x38def5(0x153)]===0x0,'data':{'pulled':_0x3c7751,'skipped':_0xd7cf2e,'failed':_0x4b10ee},'message':_0x38def5(0x111)+_0x3c7751[_0x38def5(0x153)]+_0x38def5(0x14f)+_0xd7cf2e['length']+_0x38def5(0x11e)+_0x4b10ee['length']+'\x20failed'};}};async function hasUnsyncedLocalChanges(_0x125e53,_0x5585cc,_0x28098b){if(!await fileExists(_0x125e53))return![];const _0x105a1c=await computeFileHash(_0x125e53);if(!_0x5585cc)return _0x28098b?_0x105a1c!==_0x28098b:!![];return _0x105a1c!==_0x5585cc['hash'];}function buildDatasetCodeToAliasMap(_0x19cbed,_0x1cf0dc){const _0x18ec17=a36_0x6701a0,_0x4c6854=loadAliasMap(_0x19cbed,undefined,resolveApiFilePath(_0x19cbed,_0x1cf0dc));return new Map(_0x4c6854[_0x18ec17(0x11d)](_0x48028e=>[_0x48028e[_0x18ec17(0x138)],_0x48028e[_0x18ec17(0x143)]]));}function a36_0x2f9c(_0xcee0bc,_0x43f4fd){_0xcee0bc=_0xcee0bc-0x10a;const _0x12de26=a36_0x12de();let _0x2f9ccc=_0x12de26[_0xcee0bc];return _0x2f9ccc;}async function confirmForce(){const _0x33c2a8=a36_0x6701a0,_0x37a3b7=createInterface({'input':process[_0x33c2a8(0x13d)],'output':process[_0x33c2a8(0x14c)]}),_0x590459=await new Promise(_0xca7a79=>{const _0x450a95=_0x33c2a8;_0x37a3b7[_0x450a95(0x119)](_0x450a95(0x14e),_0xca7a79);});return _0x37a3b7[_0x33c2a8(0x13e)](),['y',_0x33c2a8(0x12d)]['includes'](_0x590459[_0x33c2a8(0x125)]()[_0x33c2a8(0x144)]());}
@@ -1 +1 @@
1
- const a37_0x5f1928=a37_0x2a8c;(function(_0x4fb3a0,_0x255677){const _0x3613c6=a37_0x2a8c,_0x1e0008=_0x4fb3a0();while(!![]){try{const _0x3e01b2=parseInt(_0x3613c6(0x8f))/0x1*(parseInt(_0x3613c6(0xa3))/0x2)+-parseInt(_0x3613c6(0xc6))/0x3+parseInt(_0x3613c6(0xc1))/0x4*(parseInt(_0x3613c6(0xc9))/0x5)+-parseInt(_0x3613c6(0xaa))/0x6+-parseInt(_0x3613c6(0xdf))/0x7+parseInt(_0x3613c6(0xdb))/0x8*(-parseInt(_0x3613c6(0xda))/0x9)+-parseInt(_0x3613c6(0xa2))/0xa*(-parseInt(_0x3613c6(0xce))/0xb);if(_0x3e01b2===_0x255677)break;else _0x1e0008['push'](_0x1e0008['shift']());}catch(_0x2aa856){_0x1e0008['push'](_0x1e0008['shift']());}}}(a37_0xa95d,0xc4c69));import{readFile}from'node:fs/promises';import{saveBffScript,getBffScriptInfo,listDatasets,clearBffScriptCache}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{normalizeBffType,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{extractScriptDescription}from'../../core/bff/utils.js';import{sleep}from'../../utils/sleep.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a37_0xa95d(){const _0x255167=['some','unchanged','lastSync','4839558Ecxstg','Runtime\x20script\x20cache\x20cleared.','runtime\x20cache\x20clear\x20failed','No\x20local\x20BFF\x20functions\x20found.','create','functions','bool','name','appCode','ENDPOINT','filePath','would_push','Lock\x20scope\x20for\x20app\x20\x22','attempted','cleared','join','datasetCode','Incomplete\x20HOOK\x20path:\x20','COMMON','high-risk-write','values','Would\x20inspect\x20','aliasToDatasetCode','2464856QyugTs','script','every','\x22\x20not\x20found\x20after\x20ensureLockScope.','Push\x20complete:\x20','4448775koTUnA','length','remoteId','5aEsJDi','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','description','datasetId','str','3718CeTvZz','hash','status','\x20skipped,\x20','code','type','scriptsRoot','lockFilePath','--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','datasetCodeToDataset','string','map','198oukJvX','298672ivMonI','stringify','apps','get','1275764XNkemx','filter','force','HOOK','has','Cannot\x20resolve\x20dataset\x20for\x20\x22','toISOString','463IyFgKk','/api/management/library/scripts/save','lockKey','update','bff','operationType','message','validation','Push\x20only\x20this\x20script\x20type','POST','Local\x20function\x20not\x20found:\x20',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','\x20failed,\x20','alias','\x22.\x20','version','utf8','push','95250YHnPIz','1138mMcHhv','functionNode','Force\x20push\x20ignoring\x20hash\x20protection','apiDir'];a37_0xa95d=function(){return _0x255167;};return a37_0xa95d();}const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;export const bffPush={'service':a37_0x5f1928(0x93),'command':a37_0x5f1928(0xa1),'description':'Push\x20local\x20BFF\x20scripts\x20to\x20remote','risk':a37_0x5f1928(0xbd),'flags':[{'name':a37_0x5f1928(0xd3),'type':a37_0x5f1928(0xd8),'description':a37_0x5f1928(0x97),'enum':[a37_0x5f1928(0xbc),a37_0x5f1928(0xb3),'HOOK']},{'name':a37_0x5f1928(0xb1),'type':'string','description':a37_0x5f1928(0x9b)},{'name':a37_0x5f1928(0x8a),'type':'boolean','description':a37_0x5f1928(0xa5)}],async 'dryRun'(_0x17df58){const _0x3cffdc=a37_0x5f1928,_0xf8af56=loadBffProjectConfig(_0x17df58[_0x3cffdc(0xb2)]),_0x54ae52=await readBffLockFile(_0xf8af56[_0x3cffdc(0xd5)]),{appLock:_0x4c1608}=ensureLockScope(_0x54ae52??createEmptyBffLock(),_0x17df58[_0x3cffdc(0xb2)],_0xf8af56[_0x3cffdc(0xd4)],_0x3cffdc(0xa1)),_0x45b888=await getTargetFunctions(_0xf8af56,_0x17df58),_0x57e8bb=_0x17df58[_0x3cffdc(0xb0)](_0x3cffdc(0x8a)),_0x48b0d9=[];for(const _0x534e0e of _0x45b888){const _0x1dee6c=await computeFileHash(_0x534e0e[_0x3cffdc(0xb4)]),_0x43fc72=_0x4c1608['functions'][_0x534e0e[_0x3cffdc(0x91)]],_0x328304=!!_0x43fc72&&_0x43fc72[_0x3cffdc(0xcf)]===_0x1dee6c;_0x48b0d9[_0x3cffdc(0xa1)]({'lockKey':_0x534e0e[_0x3cffdc(0x91)],'filePath':_0x534e0e[_0x3cffdc(0xb4)],'remoteId':_0x43fc72?.[_0x3cffdc(0xc8)]??null,'mode':_0x43fc72?.[_0x3cffdc(0xc8)]?_0x3cffdc(0x92):_0x3cffdc(0xae),'status':!_0x57e8bb&&_0x328304?'unchanged':_0x3cffdc(0xb5)});}return{'method':_0x3cffdc(0x98),'url':_0x3cffdc(0x90),'body':{'appCode':_0x17df58['appCode'],'force':_0x57e8bb,'files':_0x48b0d9,'cacheClearAtRuntime':_0x48b0d9[_0x3cffdc(0xa7)](_0x4a2f86=>_0x4a2f86[_0x3cffdc(0xd0)]==='would_push'),'cacheClearAtRuntimeTimes':_0x48b0d9[_0x3cffdc(0xa7)](_0x13f0a3=>_0x13f0a3[_0x3cffdc(0xd0)]===_0x3cffdc(0xb5))?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x3cffdc(0xbf)+_0x48b0d9[_0x3cffdc(0xc7)]+_0x3cffdc(0xca)};},async 'execute'(_0x4d5a6c){const _0x24bb1b=a37_0x5f1928,_0x163035=loadBffProjectConfig(_0x4d5a6c['appCode']),_0x3734e7=await readBffLockFile(_0x163035['lockFilePath']),{lockData:_0x28c602,appLock:_0x1cd62e}=ensureLockScope(_0x3734e7??createEmptyBffLock(),_0x4d5a6c[_0x24bb1b(0xb2)],_0x163035[_0x24bb1b(0xd4)],'push'),_0x45dfda=await getTargetFunctions(_0x163035,_0x4d5a6c);if(_0x45dfda['length']===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':_0x24bb1b(0xad)};const _0x2eb790=_0x4d5a6c[_0x24bb1b(0xb0)](_0x24bb1b(0x8a)),_0x17e81f=JSON['parse'](JSON[_0x24bb1b(0xdc)](_0x28c602)),_0x47f925=_0x17e81f[_0x24bb1b(0xdd)][_0x4d5a6c[_0x24bb1b(0xb2)]];if(!_0x47f925)throw new Error(_0x24bb1b(0xb6)+_0x4d5a6c[_0x24bb1b(0xb2)]+_0x24bb1b(0xc4));const _0x4ad40e=await buildHookMaps(_0x4d5a6c['appCode'],_0x4d5a6c[_0x24bb1b(0xa6)],_0x45dfda,_0x47f925),_0x5325db=[],_0x1ed6e0=[],_0x4774df=[];for(const _0x21e94f of _0x45dfda){const _0x35ee84=await computeFileHash(_0x21e94f[_0x24bb1b(0xb4)]),_0x4081cd=_0x47f925[_0x24bb1b(0xaf)][_0x21e94f[_0x24bb1b(0x91)]];if(!_0x2eb790&&_0x4081cd&&_0x4081cd[_0x24bb1b(0xcf)]===_0x35ee84){_0x1ed6e0['push']({'lockKey':_0x21e94f['lockKey'],'reason':_0x24bb1b(0xa8)});continue;}try{await uploadSingleFunction(_0x4d5a6c[_0x24bb1b(0xb2)],_0x21e94f,_0x47f925,_0x4ad40e);const _0x21cc64=_0x47f925[_0x24bb1b(0xaf)][_0x21e94f['lockKey']];_0x5325db['push']({'lockKey':_0x21e94f[_0x24bb1b(0x91)],'remoteId':_0x21cc64?.[_0x24bb1b(0xc8)]??0x0});}catch(_0x4e1d80){_0x4774df[_0x24bb1b(0xa1)]({'lockKey':_0x21e94f[_0x24bb1b(0x91)],'error':_0x4e1d80 instanceof Error?_0x4e1d80[_0x24bb1b(0x95)]:String(_0x4e1d80)});}}_0x47f925[_0x24bb1b(0xa9)]=new Date()[_0x24bb1b(0x8e)](),await writeBffLockFile(_0x163035[_0x24bb1b(0xd5)],_0x17e81f),await waitForUploadedLockEntries(_0x163035[_0x24bb1b(0xd5)],_0x4d5a6c[_0x24bb1b(0xb2)],_0x5325db[_0x24bb1b(0xd9)](_0x384e77=>_0x384e77[_0x24bb1b(0x91)]));let _0x47370c={'attempted':![],'cleared':![]};if(_0x5325db[_0x24bb1b(0xc7)]>0x0)try{let _0xf7e670='';for(let _0x1c9ce3=0x0;_0x1c9ce3<CACHE_CLEAR_ATTEMPTS;_0x1c9ce3+=0x1){_0xf7e670=await clearBffScriptCache(),_0x1c9ce3<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x47370c={'attempted':!![],'cleared':!![],'message':_0xf7e670||_0x24bb1b(0xab)};}catch(_0x4fceef){_0x47370c={'attempted':!![],'cleared':![],'error':_0x4fceef instanceof Error?_0x4fceef[_0x24bb1b(0x95)]:String(_0x4fceef)};}const _0x5673c4=_0x4774df[_0x24bb1b(0xc7)]===0x0&&(_0x47370c[_0x24bb1b(0xb7)]?_0x47370c[_0x24bb1b(0xb8)]:!![]),_0x3d5ff1=_0x47370c[_0x24bb1b(0xb7)]?_0x47370c[_0x24bb1b(0xb8)]?'runtime\x20cache\x20cleared':_0x24bb1b(0xac):'runtime\x20cache\x20not\x20needed';return{'ok':_0x5673c4,'data':{'uploaded':_0x5325db,'skipped':_0x1ed6e0,'failed':_0x4774df,'cacheClear':_0x47370c},'message':_0x24bb1b(0xc5)+_0x5325db[_0x24bb1b(0xc7)]+'\x20uploaded,\x20'+_0x1ed6e0[_0x24bb1b(0xc7)]+_0x24bb1b(0xd1)+_0x4774df[_0x24bb1b(0xc7)]+_0x24bb1b(0x9c)+_0x3d5ff1};}};function a37_0x2a8c(_0x20b25a,_0x37a192){_0x20b25a=_0x20b25a-0x8a;const _0xa95df=a37_0xa95d();let _0x2a8c8c=_0xa95df[_0x20b25a];return _0x2a8c8c;}async function getTargetFunctions(_0x208f70,_0x10c375){const _0x2710ef=a37_0x5f1928,_0x256457=_0x10c375[_0x2710ef(0xcd)](_0x2710ef(0xd3)),_0x590ff1=_0x10c375[_0x2710ef(0xcd)](_0x2710ef(0xb1)),_0x198a3e=normalizeBffType(_0x256457)??undefined;if(_0x590ff1&&!_0x198a3e)throw CliErrors[_0x2710ef(0x96)](_0x2710ef(0xd6));const _0x556fd1=await scanLocalBffFunctions(_0x208f70,_0x198a3e);if(_0x590ff1){const _0x28c4bf=_0x556fd1[_0x2710ef(0xe0)](_0x1eeb93=>_0x1eeb93['name']===_0x590ff1);if(_0x28c4bf[_0x2710ef(0xc7)]===0x0)throw CliErrors[_0x2710ef(0x96)](_0x2710ef(0x99)+_0x198a3e+'/'+_0x590ff1);return _0x28c4bf;}return _0x556fd1;}async function buildHookMaps(_0x56d4b9,_0x3564c5,_0x53f7df,_0x1538fc){const _0x2f9c39=a37_0x5f1928,_0x5cf583=_0x53f7df[_0x2f9c39(0xa7)](_0x5131fd=>_0x5131fd['type']===_0x2f9c39(0x8b));if(!_0x5cf583)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x193f62=loadAliasMap(_0x3564c5,undefined,resolveApiFilePath(_0x3564c5,_0x56d4b9)),_0x564588=new Map(_0x193f62['map'](_0x1b68cb=>[_0x1b68cb[_0x2f9c39(0x9d)],_0x1b68cb['datasetCode']]));for(const _0x4680d3 of Object[_0x2f9c39(0xbe)](_0x1538fc[_0x2f9c39(0xaf)])){_0x4680d3['alias']&&_0x4680d3[_0x2f9c39(0xba)]&&!_0x564588[_0x2f9c39(0x8c)](_0x4680d3[_0x2f9c39(0x9d)])&&_0x564588['set'](_0x4680d3[_0x2f9c39(0x9d)],_0x4680d3[_0x2f9c39(0xba)]);}const _0x21ffd9=await listDatasets(_0x56d4b9),_0x59afe2=new Map(_0x21ffd9['map'](_0xbc37df=>[_0xbc37df[_0x2f9c39(0xd2)],_0xbc37df]));return{'aliasToDatasetCode':_0x564588,'datasetCodeToDataset':_0x59afe2};}async function uploadSingleFunction(_0x119501,_0x1b4677,_0x192474,_0x9b083a){const _0x2b395e=a37_0x5f1928,_0x2d75aa=await readFile(_0x1b4677[_0x2b395e(0xb4)],_0x2b395e(0xa0)),_0x11545b=await computeFileHash(_0x1b4677[_0x2b395e(0xb4)]),_0x24d697=_0x192474[_0x2b395e(0xaf)][_0x1b4677['lockKey']];if(_0x24d697?.[_0x2b395e(0xc8)]&&_0x24d697[_0x2b395e(0x9f)]==null)throw CliErrors[_0x2b395e(0x96)](_0x1b4677[_0x2b395e(0x91)]+_0x2b395e(0x9a));let _0x332d8b=extractScriptDescription(_0x2d75aa);if(!_0x332d8b&&_0x24d697?.[_0x2b395e(0xc8)]){const _0x3ed766=await getBffScriptInfo(_0x24d697[_0x2b395e(0xc8)]);_0x332d8b=_0x3ed766[_0x2b395e(0xcb)]||undefined;}const _0x1ae1d5={'appCode':_0x119501,'functionName':_0x1b4677[_0x2b395e(0xb1)],'scriptType':_0x1b4677['type'],'scriptContent':_0x2d75aa};if(_0x24d697?.[_0x2b395e(0xc8)])_0x1ae1d5['id']=_0x24d697['remoteId'];if(_0x24d697?.[_0x2b395e(0x9f)]!=null)_0x1ae1d5['version']=_0x24d697[_0x2b395e(0x9f)];if(_0x332d8b)_0x1ae1d5[_0x2b395e(0xcb)]=_0x332d8b;if(_0x1b4677[_0x2b395e(0xd3)]==='HOOK'){const _0x3a319b=_0x1b4677[_0x2b395e(0x9d)];if(!_0x3a319b||!_0x1b4677[_0x2b395e(0x94)]||!_0x1b4677[_0x2b395e(0xa4)])throw CliErrors[_0x2b395e(0x96)](_0x2b395e(0xbb)+_0x1b4677[_0x2b395e(0x91)]);const _0x4f74cd=_0x9b083a[_0x2b395e(0xc0)][_0x2b395e(0xde)](_0x3a319b)??_0x24d697?.[_0x2b395e(0xba)]??_0x3a319b,_0x3e71ff=_0x9b083a[_0x2b395e(0xd7)][_0x2b395e(0xde)](_0x4f74cd);if(!_0x3e71ff)throw CliErrors[_0x2b395e(0x96)](_0x2b395e(0x8d)+_0x3a319b+_0x2b395e(0x9e)+('Run\x20`'+CLI_BIN_NAME+'\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.'));_0x1ae1d5[_0x2b395e(0xcc)]=_0x3e71ff['id'],_0x1ae1d5[_0x2b395e(0x94)]=_0x1b4677['operationType'],_0x1ae1d5[_0x2b395e(0xa4)]=_0x1b4677['functionNode'];}const _0x5bdfb7=await saveBffScript(_0x1ae1d5),_0xc498d9=_0x5bdfb7['id'],_0x51b355=_0x5bdfb7[_0x2b395e(0xc2)]??await getBffScriptInfo(_0xc498d9),_0x14393d={'hash':_0x11545b,'remoteId':_0xc498d9,'version':_0x51b355[_0x2b395e(0x9f)]};if(_0x1b4677[_0x2b395e(0xd3)]===_0x2b395e(0x8b)){const _0x8e37f1=_0x1b4677[_0x2b395e(0x9d)],_0xd60dd6=_0x9b083a[_0x2b395e(0xc0)][_0x2b395e(0xde)](_0x8e37f1)??_0x24d697?.['datasetCode']??_0x8e37f1;_0x9b083a[_0x2b395e(0xc0)][_0x2b395e(0x8c)](_0x8e37f1)?_0x14393d[_0x2b395e(0x9d)]=_0x8e37f1:_0x14393d[_0x2b395e(0x9d)]=_0x24d697?.[_0x2b395e(0x9d)],_0x14393d[_0x2b395e(0xba)]=_0xd60dd6,_0x14393d['operationType']=_0x1b4677[_0x2b395e(0x94)],_0x14393d[_0x2b395e(0xa4)]=_0x1b4677[_0x2b395e(0xa4)];}_0x192474[_0x2b395e(0xaf)][_0x1b4677[_0x2b395e(0x91)]]=_0x14393d;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x376be6,_0x48c307,_0x5dcc49){const _0xc9309a=a37_0x5f1928;if(_0x5dcc49['length']===0x0)return;for(let _0x55a894=0x0;_0x55a894<LOCK_SETTLE_RETRY_COUNT;_0x55a894+=0x1){const _0xb0dbb6=await readBffLockFile(_0x376be6),_0x1b22fb=_0xb0dbb6?.[_0xc9309a(0xdd)]?.[_0x48c307]?.[_0xc9309a(0xaf)]??{},_0x294420=_0x5dcc49[_0xc9309a(0xc3)](_0x11b0f4=>!!_0x1b22fb[_0x11b0f4]?.[_0xc9309a(0xc8)]);if(_0x294420)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error('Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20'+_0x5dcc49[_0xc9309a(0xb9)](',\x20')+'.');}
1
+ const a37_0x4619e1=a37_0x537b;(function(_0x8ae08a,_0x4f03b1){const _0x26f7cd=a37_0x537b,_0x196e0f=_0x8ae08a();while(!![]){try{const _0x10e6fc=parseInt(_0x26f7cd(0xc5))/0x1*(-parseInt(_0x26f7cd(0x8e))/0x2)+-parseInt(_0x26f7cd(0x8c))/0x3*(parseInt(_0x26f7cd(0xb9))/0x4)+parseInt(_0x26f7cd(0xb3))/0x5*(parseInt(_0x26f7cd(0x94))/0x6)+-parseInt(_0x26f7cd(0xb6))/0x7*(parseInt(_0x26f7cd(0xb1))/0x8)+-parseInt(_0x26f7cd(0xbe))/0x9*(parseInt(_0x26f7cd(0x99))/0xa)+-parseInt(_0x26f7cd(0x6f))/0xb*(-parseInt(_0x26f7cd(0x77))/0xc)+parseInt(_0x26f7cd(0xa9))/0xd;if(_0x10e6fc===_0x4f03b1)break;else _0x196e0f['push'](_0x196e0f['shift']());}catch(_0x48c697){_0x196e0f['push'](_0x196e0f['shift']());}}}(a37_0x2dae,0xaff75));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';function a37_0x537b(_0x3462de,_0x344043){_0x3462de=_0x3462de-0x6e;const _0x2dae89=a37_0x2dae();let _0x537bbe=_0x2dae89[_0x3462de];return _0x537bbe;}function a37_0x2dae(){const _0x877a35=['description','values','Push\x20local\x20BFF\x20scripts\x20to\x20remote','31496049nFWqCY','get','every','push','Push\x20only\x20this\x20script\x20type','--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','operationType','boolean','8hwpsHE','appCode','245PaWZTp','aliasToDatasetCode','status','808283nAWqvR','Local\x20function\x20not\x20found:\x20','\x20failed,\x20','607156qJZeel','Run\x20`','functionNode','bool','script','10795473DmAzLs','filter','code','utf8','runtime\x20cache\x20cleared','would_push','Push\x20complete:\x20','1SROGaH','alias','has','851554ZQpgNZ',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','\x22\x20not\x20found\x20after\x20ensureLockScope.','create','type','validation','runtime\x20cache\x20clear\x20failed','Lock\x20scope\x20for\x20app\x20\x22','96sQDPuj','apps','COMMON','No\x20local\x20BFF\x20functions\x20found.','high-risk-write','length','force','update','name','version','lastSync','POST','Would\x20inspect\x20','some','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','message','\x22.\x20','remoteId','HOOK','parse','Force\x20push\x20ignoring\x20hash\x20protection','21AYwXKb','str','1586900AGewAk','apiDir','map','Cannot\x20resolve\x20dataset\x20for\x20\x22','hash','attempted','104034hwRDuJ','toISOString','filePath','stringify','Incomplete\x20HOOK\x20path:\x20','10UNWEfQ','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','functions','scriptsRoot','datasetCode','unchanged','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','cleared','bff','lockFilePath','lockKey','string','datasetId'];a37_0x2dae=function(){return _0x877a35;};return a37_0x2dae();}import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{extractScriptDescription}from'../../core/bff/utils.js';import{sleep}from'../../utils/sleep.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;export const bffPush={'service':a37_0x4619e1(0xa1),'command':a37_0x4619e1(0xac),'description':a37_0x4619e1(0xa8),'risk':a37_0x4619e1(0x7b),'flags':[{'name':a37_0x4619e1(0x73),'type':a37_0x4619e1(0xa4),'description':a37_0x4619e1(0xad),'enum':[a37_0x4619e1(0x79),'ENDPOINT',a37_0x4619e1(0x89)]},{'name':'name','type':a37_0x4619e1(0xa4),'description':a37_0x4619e1(0x9f)},{'name':a37_0x4619e1(0x7d),'type':a37_0x4619e1(0xb0),'description':a37_0x4619e1(0x8b)}],async 'dryRun'(_0x27127e){const _0x5f27df=a37_0x4619e1,_0x479b33=loadBffProjectConfig(_0x27127e[_0x5f27df(0xb2)]),_0x356b32=await readBffLockFile(_0x479b33['lockFilePath']),{appLock:_0x548c81}=ensureLockScope(_0x356b32??createEmptyBffLock(),_0x27127e[_0x5f27df(0xb2)],_0x479b33[_0x5f27df(0x9c)],_0x5f27df(0xac)),_0x46fef0=await getTargetFunctions(_0x479b33,_0x27127e),_0x40a3e9=_0x27127e['bool'](_0x5f27df(0x7d)),_0x4d3dc1=[];for(const _0x297b3e of _0x46fef0){const _0x4aa770=await computeFileHash(_0x297b3e[_0x5f27df(0x96)]),_0x2efe37=_0x548c81[_0x5f27df(0x9b)][_0x297b3e[_0x5f27df(0xa3)]],_0x22ddc9=!!_0x2efe37&&_0x2efe37[_0x5f27df(0x92)]===_0x4aa770;_0x4d3dc1['push']({'lockKey':_0x297b3e[_0x5f27df(0xa3)],'filePath':_0x297b3e['filePath'],'remoteId':_0x2efe37?.[_0x5f27df(0x88)]??null,'mode':_0x2efe37?.[_0x5f27df(0x88)]?_0x5f27df(0x7e):_0x5f27df(0x72),'status':!_0x40a3e9&&_0x22ddc9?_0x5f27df(0x9e):_0x5f27df(0xc3)});}return{'method':_0x5f27df(0x82),'url':'/api/management/library/scripts/save','body':{'appCode':_0x27127e[_0x5f27df(0xb2)],'force':_0x40a3e9,'files':_0x4d3dc1,'cacheClearAtRuntime':_0x4d3dc1[_0x5f27df(0x84)](_0x1c4daa=>_0x1c4daa[_0x5f27df(0xb5)]===_0x5f27df(0xc3)),'cacheClearAtRuntimeTimes':_0x4d3dc1['some'](_0x306b0e=>_0x306b0e[_0x5f27df(0xb5)]===_0x5f27df(0xc3))?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x5f27df(0x83)+_0x4d3dc1[_0x5f27df(0x7c)]+_0x5f27df(0x85)};},async 'execute'(_0x3d17e6){const _0x2f74ba=a37_0x4619e1,_0x2b7001=loadBffProjectConfig(_0x3d17e6[_0x2f74ba(0xb2)]),_0x195879=await readBffLockFile(_0x2b7001[_0x2f74ba(0xa2)]),{lockData:_0x4f6261,appLock:_0x4992fd}=ensureLockScope(_0x195879??createEmptyBffLock(),_0x3d17e6['appCode'],_0x2b7001['scriptsRoot'],_0x2f74ba(0xac)),_0x548827=await getTargetFunctions(_0x2b7001,_0x3d17e6);if(_0x548827[_0x2f74ba(0x7c)]===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':_0x2f74ba(0x7a)};const _0x3b5cba=_0x3d17e6[_0x2f74ba(0xbc)](_0x2f74ba(0x7d)),_0xe802c4=JSON[_0x2f74ba(0x8a)](JSON[_0x2f74ba(0x97)](_0x4f6261)),_0xb33fca=_0xe802c4[_0x2f74ba(0x78)][_0x3d17e6['appCode']];if(!_0xb33fca)throw new Error(_0x2f74ba(0x76)+_0x3d17e6[_0x2f74ba(0xb2)]+_0x2f74ba(0x71));const _0x429c81=await buildHookMaps(_0x3d17e6[_0x2f74ba(0xb2)],_0x3d17e6[_0x2f74ba(0x8f)],_0x548827,_0xb33fca),_0x3b9d4a=[],_0x31b9fd=[],_0x267bcc=[];for(const _0x256058 of _0x548827){const _0xb8ec33=await computeFileHash(_0x256058[_0x2f74ba(0x96)]),_0x15a266=_0xb33fca[_0x2f74ba(0x9b)][_0x256058['lockKey']];if(!_0x3b5cba&&_0x15a266&&_0x15a266[_0x2f74ba(0x92)]===_0xb8ec33){_0x31b9fd['push']({'lockKey':_0x256058[_0x2f74ba(0xa3)],'reason':_0x2f74ba(0x9e)});continue;}try{await uploadSingleFunction(_0x3d17e6[_0x2f74ba(0xb2)],_0x256058,_0xb33fca,_0x429c81);const _0x562987=_0xb33fca[_0x2f74ba(0x9b)][_0x256058['lockKey']];_0x3b9d4a[_0x2f74ba(0xac)]({'lockKey':_0x256058[_0x2f74ba(0xa3)],'remoteId':_0x562987?.[_0x2f74ba(0x88)]??0x0});}catch(_0x5126a0){_0x267bcc[_0x2f74ba(0xac)]({'lockKey':_0x256058['lockKey'],'error':_0x5126a0 instanceof Error?_0x5126a0[_0x2f74ba(0x86)]:String(_0x5126a0)});}}_0xb33fca[_0x2f74ba(0x81)]=new Date()[_0x2f74ba(0x95)](),await writeBffLockFile(_0x2b7001[_0x2f74ba(0xa2)],_0xe802c4),await waitForUploadedLockEntries(_0x2b7001['lockFilePath'],_0x3d17e6['appCode'],_0x3b9d4a[_0x2f74ba(0x90)](_0x581a13=>_0x581a13[_0x2f74ba(0xa3)]));let _0x10e39f={'attempted':![],'cleared':![]};if(_0x3b9d4a[_0x2f74ba(0x7c)]>0x0)try{let _0x34e78c='';for(let _0x49ee5e=0x0;_0x49ee5e<CACHE_CLEAR_ATTEMPTS;_0x49ee5e+=0x1){_0x34e78c=await clearBffScriptCache(),_0x49ee5e<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x10e39f={'attempted':!![],'cleared':!![],'message':_0x34e78c||'Runtime\x20script\x20cache\x20cleared.'};}catch(_0x4c2e5e){_0x10e39f={'attempted':!![],'cleared':![],'error':_0x4c2e5e instanceof Error?_0x4c2e5e[_0x2f74ba(0x86)]:String(_0x4c2e5e)};}const _0x31519f=_0x267bcc[_0x2f74ba(0x7c)]===0x0&&(_0x10e39f[_0x2f74ba(0x93)]?_0x10e39f['cleared']:!![]),_0x4d2252=_0x10e39f[_0x2f74ba(0x93)]?_0x10e39f[_0x2f74ba(0xa0)]?_0x2f74ba(0xc2):_0x2f74ba(0x75):'runtime\x20cache\x20not\x20needed';return{'ok':_0x31519f,'data':{'uploaded':_0x3b9d4a,'skipped':_0x31b9fd,'failed':_0x267bcc,'cacheClear':_0x10e39f},'message':_0x2f74ba(0xc4)+_0x3b9d4a[_0x2f74ba(0x7c)]+'\x20uploaded,\x20'+_0x31b9fd[_0x2f74ba(0x7c)]+'\x20skipped,\x20'+_0x267bcc[_0x2f74ba(0x7c)]+_0x2f74ba(0xb8)+_0x4d2252};}};async function getTargetFunctions(_0x4b36dd,_0x18ca1b){const _0x252e30=a37_0x4619e1,_0x2ed26b=_0x18ca1b[_0x252e30(0x8d)]('type'),_0x435d42=_0x18ca1b[_0x252e30(0x8d)](_0x252e30(0x7f)),_0x55e881=normalizeBffType(_0x2ed26b)??undefined;if(_0x435d42&&!_0x55e881)throw CliErrors['validation'](_0x252e30(0xae));const _0x1f8340=await scanLocalBffFunctions(_0x4b36dd,_0x55e881);if(_0x435d42){const _0xb1a34f=_0x1f8340[_0x252e30(0xbf)](_0x1c9bb6=>_0x1c9bb6[_0x252e30(0x7f)]===_0x435d42);if(_0xb1a34f[_0x252e30(0x7c)]===0x0)throw CliErrors[_0x252e30(0x74)](_0x252e30(0xb7)+_0x55e881+'/'+_0x435d42);return _0xb1a34f;}return _0x1f8340;}async function buildHookMaps(_0x36f9cd,_0x382d65,_0x232cfd,_0x16a007){const _0x907684=a37_0x4619e1,_0x5c696f=_0x232cfd['some'](_0xa06ce2=>_0xa06ce2[_0x907684(0x73)]===_0x907684(0x89));if(!_0x5c696f)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x4fb64e=loadAliasMap(_0x382d65,undefined,resolveApiFilePath(_0x382d65,_0x36f9cd)),_0x3bc69d=new Map(_0x4fb64e[_0x907684(0x90)](_0x5e96de=>[_0x5e96de[_0x907684(0xc6)],_0x5e96de[_0x907684(0x9d)]]));for(const _0x101c48 of Object[_0x907684(0xa7)](_0x16a007[_0x907684(0x9b)])){_0x101c48[_0x907684(0xc6)]&&_0x101c48[_0x907684(0x9d)]&&!_0x3bc69d[_0x907684(0x6e)](_0x101c48['alias'])&&_0x3bc69d['set'](_0x101c48['alias'],_0x101c48[_0x907684(0x9d)]);}const _0x2150f1=await listDatasets(_0x36f9cd),_0x3c8eec=new Map(_0x2150f1[_0x907684(0x90)](_0x345ea1=>[_0x345ea1[_0x907684(0xc0)],_0x345ea1]));return{'aliasToDatasetCode':_0x3bc69d,'datasetCodeToDataset':_0x3c8eec};}async function uploadSingleFunction(_0x3a7337,_0xf49967,_0x511ea2,_0x56ce76){const _0x21fb35=a37_0x4619e1,_0x51e987=await readFile(_0xf49967[_0x21fb35(0x96)],_0x21fb35(0xc1)),_0x39497e=await computeFileHash(_0xf49967[_0x21fb35(0x96)]),_0x4951e8=_0x511ea2['functions'][_0xf49967[_0x21fb35(0xa3)]];if(_0x4951e8?.['remoteId']&&_0x4951e8['version']==null)throw CliErrors[_0x21fb35(0x74)](_0xf49967[_0x21fb35(0xa3)]+_0x21fb35(0x70));let _0x71aa5a=extractScriptDescription(_0x51e987);if(!_0x71aa5a&&_0x4951e8?.[_0x21fb35(0x88)]){const _0xb8b230=await getBffScriptInfo(_0x4951e8[_0x21fb35(0x88)]);_0x71aa5a=_0xb8b230['description']||undefined;}const _0x4b592e={'appCode':_0x3a7337,'functionName':_0xf49967[_0x21fb35(0x7f)],'scriptType':_0xf49967[_0x21fb35(0x73)],'scriptContent':_0x51e987};if(_0x4951e8?.[_0x21fb35(0x88)])_0x4b592e['id']=_0x4951e8[_0x21fb35(0x88)];if(_0x4951e8?.[_0x21fb35(0x80)]!=null)_0x4b592e['version']=_0x4951e8[_0x21fb35(0x80)];if(_0x71aa5a)_0x4b592e[_0x21fb35(0xa6)]=_0x71aa5a;if(_0xf49967[_0x21fb35(0x73)]===_0x21fb35(0x89)){const _0x22d96a=_0xf49967[_0x21fb35(0xc6)];if(!_0x22d96a||!_0xf49967[_0x21fb35(0xaf)]||!_0xf49967['functionNode'])throw CliErrors[_0x21fb35(0x74)](_0x21fb35(0x98)+_0xf49967['lockKey']);const _0x47c15b=_0x56ce76[_0x21fb35(0xb4)][_0x21fb35(0xaa)](_0x22d96a)??_0x4951e8?.[_0x21fb35(0x9d)]??_0x22d96a,_0x6bb381=_0x56ce76['datasetCodeToDataset'][_0x21fb35(0xaa)](_0x47c15b);if(!_0x6bb381)throw CliErrors[_0x21fb35(0x74)](_0x21fb35(0x91)+_0x22d96a+_0x21fb35(0x87)+(_0x21fb35(0xba)+CLI_BIN_NAME+'\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.'));_0x4b592e[_0x21fb35(0xa5)]=_0x6bb381['id'],_0x4b592e[_0x21fb35(0xaf)]=_0xf49967[_0x21fb35(0xaf)],_0x4b592e[_0x21fb35(0xbb)]=_0xf49967[_0x21fb35(0xbb)];}const _0x2d185d=await saveBffScript(_0x4b592e),_0x34a1ec=_0x2d185d['id'],_0x3ed4e0=_0x2d185d[_0x21fb35(0xbd)]??await getBffScriptInfo(_0x34a1ec),_0x1775f6={'hash':_0x39497e,'remoteId':_0x34a1ec,'version':_0x3ed4e0['version']};if(_0xf49967[_0x21fb35(0x73)]===_0x21fb35(0x89)){const _0x373e90=_0xf49967[_0x21fb35(0xc6)],_0x4910ce=_0x56ce76[_0x21fb35(0xb4)][_0x21fb35(0xaa)](_0x373e90)??_0x4951e8?.['datasetCode']??_0x373e90;_0x56ce76[_0x21fb35(0xb4)]['has'](_0x373e90)?_0x1775f6[_0x21fb35(0xc6)]=_0x373e90:_0x1775f6['alias']=_0x4951e8?.[_0x21fb35(0xc6)],_0x1775f6['datasetCode']=_0x4910ce,_0x1775f6[_0x21fb35(0xaf)]=_0xf49967['operationType'],_0x1775f6['functionNode']=_0xf49967['functionNode'];}_0x511ea2['functions'][_0xf49967[_0x21fb35(0xa3)]]=_0x1775f6;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x40b6dc,_0x26afb8,_0x48c756){const _0x4c152f=a37_0x4619e1;if(_0x48c756[_0x4c152f(0x7c)]===0x0)return;for(let _0x3fe7f6=0x0;_0x3fe7f6<LOCK_SETTLE_RETRY_COUNT;_0x3fe7f6+=0x1){const _0x5a6030=await readBffLockFile(_0x40b6dc),_0x27950f=_0x5a6030?.['apps']?.[_0x26afb8]?.['functions']??{},_0x42935c=_0x48c756[_0x4c152f(0xab)](_0x22290e=>!!_0x27950f[_0x22290e]?.[_0x4c152f(0x88)]);if(_0x42935c)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0x4c152f(0x9a)+_0x48c756['join'](',\x20')+'.');}
@@ -1 +1 @@
1
- const a38_0x185568=a38_0x48ee;(function(_0x5ab77a,_0x15d513){const _0x4d28a9=a38_0x48ee,_0x3bc38a=_0x5ab77a();while(!![]){try{const _0x41e28f=parseInt(_0x4d28a9(0xd2))/0x1*(parseInt(_0x4d28a9(0xc3))/0x2)+-parseInt(_0x4d28a9(0xc2))/0x3*(parseInt(_0x4d28a9(0xd1))/0x4)+parseInt(_0x4d28a9(0xce))/0x5+-parseInt(_0x4d28a9(0xd4))/0x6+-parseInt(_0x4d28a9(0xc7))/0x7+-parseInt(_0x4d28a9(0xcb))/0x8*(-parseInt(_0x4d28a9(0xcd))/0x9)+-parseInt(_0x4d28a9(0xd0))/0xa*(-parseInt(_0x4d28a9(0xd9))/0xb);if(_0x41e28f===_0x15d513)break;else _0x3bc38a['push'](_0x3bc38a['shift']());}catch(_0x37b92d){_0x3bc38a['push'](_0x3bc38a['shift']());}}}(a38_0x7e66,0x2392b));import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';function a38_0x7e66(){const _0x56da14=['249884fDeJRO','142933aCsnwk','lockFilePath','723726XALomg','Check\x20local\x20BFF\x20sync\x20status\x20against\x20lock\x20file','\x20added,\x20','read','length','393459YTWjdu','map','boolean','functions','status','push','apiDir','filePath','9MwHCUx','4FeJLXK','alias','hash','lockKey','33810uqCDcL','scriptsRoot','appCode','datasetCode','67680YhBYGB','\x20modified,\x20','9YDfION','463535IdCJPU','\x20unchanged','20yxbVQa'];a38_0x7e66=function(){return _0x56da14;};return a38_0x7e66();}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_0x48ee(_0x120add,_0x29d048){_0x120add=_0x120add-0xc1;const _0x7e66c8=a38_0x7e66();let _0x48eeb0=_0x7e66c8[_0x120add];return _0x48eeb0;}import{createEmptyBffLock,ensureLockScope,readBffLockFile}from'../../core/bff/lock.js';export const bffStatus={'service':'bff','command':a38_0x185568(0xdd),'description':a38_0x185568(0xd5),'risk':a38_0x185568(0xd7),'flags':[{'name':'remote','type':a38_0x185568(0xdb),'description':'Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally'}],async 'execute'(_0x14629e){const _0x298bb3=a38_0x185568,_0x391067=loadBffProjectConfig(_0x14629e[_0x298bb3(0xc9)]),_0x142b26=await readBffLockFile(_0x391067[_0x298bb3(0xd3)]),{appLock:_0x5240e4}=ensureLockScope(_0x142b26??createEmptyBffLock(),_0x14629e[_0x298bb3(0xc9)],_0x391067[_0x298bb3(0xc8)],'status'),_0x20b5b0=await scanLocalBffFunctions(_0x391067),_0x4c8dff=[],_0x4dbe23=[],_0x10257a=[];for(const _0x210449 of _0x20b5b0){const _0x1b8680=await computeFileHash(_0x210449[_0x298bb3(0xc1)]),_0x1378ae=_0x5240e4[_0x298bb3(0xdc)][_0x210449['lockKey']];if(!_0x1378ae)_0x4c8dff[_0x298bb3(0xde)](_0x210449[_0x298bb3(0xc6)]);else _0x1378ae[_0x298bb3(0xc5)]!==_0x1b8680?_0x4dbe23[_0x298bb3(0xde)](_0x210449['lockKey']):_0x10257a[_0x298bb3(0xde)](_0x210449['lockKey']);}const _0x55da56=[];if(_0x14629e['bool']('remote')){const _0x16ef39=loadAliasMap(_0x14629e[_0x298bb3(0xdf)],undefined,resolveApiFilePath(_0x14629e['apiDir'],_0x14629e[_0x298bb3(0xc9)])),_0x541a7d=new Map(_0x16ef39[_0x298bb3(0xda)](_0x1d61b2=>[_0x1d61b2[_0x298bb3(0xca)],_0x1d61b2[_0x298bb3(0xc4)]])),[_0x5a710d,_0x4af2a3]=await Promise['all']([listBffScripts(_0x14629e[_0x298bb3(0xc9)]),getBffScriptStatistics(_0x14629e[_0x298bb3(0xc9)])]),_0x383760=createHookLocationMap(_0x4af2a3),_0x156dbd=new Set(_0x20b5b0[_0x298bb3(0xda)](_0x17b998=>_0x17b998[_0x298bb3(0xc6)]));for(const _0x2a7c24 of _0x5a710d){const _0x5c8734=resolveRemoteScriptTarget(_0x391067,_0x2a7c24,_0x383760,_0x5240e4[_0x298bb3(0xdc)],_0x541a7d);_0x5c8734&&!_0x156dbd['has'](_0x5c8734['lockKey'])&&_0x55da56[_0x298bb3(0xde)](_0x5c8734[_0x298bb3(0xc6)]);}}const _0x88ceba=_0x4c8dff['length']===0x0&&_0x4dbe23[_0x298bb3(0xd8)]===0x0&&_0x55da56[_0x298bb3(0xd8)]===0x0;return{'ok':!![],'data':{'added':_0x4c8dff,'modified':_0x4dbe23,'unchanged':_0x10257a,'remoteOnly':_0x55da56},'message':_0x88ceba?'All\x20BFF\x20scripts\x20are\x20in\x20sync.':_0x4c8dff[_0x298bb3(0xd8)]+_0x298bb3(0xd6)+_0x4dbe23[_0x298bb3(0xd8)]+_0x298bb3(0xcc)+_0x10257a[_0x298bb3(0xd8)]+_0x298bb3(0xcf)+(_0x55da56[_0x298bb3(0xd8)]>0x0?',\x20'+_0x55da56[_0x298bb3(0xd8)]+'\x20remote-only':'')};}};
1
+ function a38_0x55eb(){const _0x471de8=['26968BmdMNY','length','\x20modified,\x20','apiDir','hash','4700142iLeKnI','Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally','push','All\x20BFF\x20scripts\x20are\x20in\x20sync.','has','appCode','all','25CaabBP','222136yuvmxR','929760mwZNZA','5697cXXTtU','lockKey','remote','read','\x20remote-only','map','11874BsPuKR','alias','functions','Check\x20local\x20BFF\x20sync\x20status\x20against\x20lock\x20file','status','bff','1065357bTVSFv','5669013xpcrDI','\x20unchanged'];a38_0x55eb=function(){return _0x471de8;};return a38_0x55eb();}const a38_0x1b4a70=a38_0x1f26;(function(_0x37ef31,_0x98e408){const _0x35f642=a38_0x1f26,_0x3a37af=_0x37ef31();while(!![]){try{const _0x17c6be=parseInt(_0x35f642(0x1af))/0x1+parseInt(_0x35f642(0x1b6))/0x2+parseInt(_0x35f642(0x1bc))/0x3+parseInt(_0x35f642(0x1ae))/0x4*(-parseInt(_0x35f642(0x1ad))/0x5)+parseInt(_0x35f642(0x1c4))/0x6+parseInt(_0x35f642(0x1bd))/0x7+parseInt(_0x35f642(0x1bf))/0x8*(-parseInt(_0x35f642(0x1b0))/0x9);if(_0x17c6be===_0x98e408)break;else _0x3a37af['push'](_0x3a37af['shift']());}catch(_0x3815e5){_0x3a37af['push'](_0x3a37af['shift']());}}}(a38_0x55eb,0x735c7));import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{createHookLocationMap,resolveRemoteScriptTarget,scanLocalBffFunctions}from'../../core/bff/file-system.js';function a38_0x1f26(_0x53c5d4,_0x578d9d){_0x53c5d4=_0x53c5d4-0x1a7;const _0x55eb9f=a38_0x55eb();let _0x1f2683=_0x55eb9f[_0x53c5d4];return _0x1f2683;}import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile}from'../../core/bff/lock.js';export const bffStatus={'service':a38_0x1b4a70(0x1bb),'command':a38_0x1b4a70(0x1ba),'description':a38_0x1b4a70(0x1b9),'risk':a38_0x1b4a70(0x1b3),'flags':[{'name':a38_0x1b4a70(0x1b2),'type':'boolean','description':a38_0x1b4a70(0x1a7)}],async 'execute'(_0x22c02b){const _0x46e33d=a38_0x1b4a70,_0x4b39c7=loadBffProjectConfig(_0x22c02b[_0x46e33d(0x1ab)]),_0xe5da43=await readBffLockFile(_0x4b39c7['lockFilePath']),{appLock:_0x111ccc}=ensureLockScope(_0xe5da43??createEmptyBffLock(),_0x22c02b['appCode'],_0x4b39c7['scriptsRoot'],'status'),_0x4fc22f=await scanLocalBffFunctions(_0x4b39c7),_0x4b8b20=[],_0x5aaac0=[],_0x4009a3=[];for(const _0x549130 of _0x4fc22f){const _0x4b2aa7=await computeFileHash(_0x549130['filePath']),_0x5a31d6=_0x111ccc[_0x46e33d(0x1b8)][_0x549130[_0x46e33d(0x1b1)]];if(!_0x5a31d6)_0x4b8b20[_0x46e33d(0x1a8)](_0x549130[_0x46e33d(0x1b1)]);else _0x5a31d6[_0x46e33d(0x1c3)]!==_0x4b2aa7?_0x5aaac0[_0x46e33d(0x1a8)](_0x549130[_0x46e33d(0x1b1)]):_0x4009a3['push'](_0x549130['lockKey']);}const _0x18b2e8=[];if(_0x22c02b['bool'](_0x46e33d(0x1b2))){const _0x542cf2=loadAliasMap(_0x22c02b[_0x46e33d(0x1c2)],undefined,resolveApiFilePath(_0x22c02b[_0x46e33d(0x1c2)],_0x22c02b[_0x46e33d(0x1ab)])),_0x1689fc=new Map(_0x542cf2['map'](_0x5ea2b7=>[_0x5ea2b7['datasetCode'],_0x5ea2b7[_0x46e33d(0x1b7)]])),[_0x2b9a15,_0x291d74]=await Promise[_0x46e33d(0x1ac)]([listBffScripts(_0x22c02b[_0x46e33d(0x1ab)]),getBffScriptStatistics(_0x22c02b[_0x46e33d(0x1ab)])]),_0x26815a=createHookLocationMap(_0x291d74),_0x53ff1b=new Set(_0x4fc22f[_0x46e33d(0x1b5)](_0x5988b0=>_0x5988b0[_0x46e33d(0x1b1)]));for(const _0x3b39ee of _0x2b9a15){const _0x35dc11=resolveRemoteScriptTarget(_0x4b39c7,_0x3b39ee,_0x26815a,_0x111ccc[_0x46e33d(0x1b8)],_0x1689fc);_0x35dc11&&!_0x53ff1b[_0x46e33d(0x1aa)](_0x35dc11['lockKey'])&&_0x18b2e8[_0x46e33d(0x1a8)](_0x35dc11[_0x46e33d(0x1b1)]);}}const _0x14938c=_0x4b8b20[_0x46e33d(0x1c0)]===0x0&&_0x5aaac0[_0x46e33d(0x1c0)]===0x0&&_0x18b2e8[_0x46e33d(0x1c0)]===0x0;return{'ok':!![],'data':{'added':_0x4b8b20,'modified':_0x5aaac0,'unchanged':_0x4009a3,'remoteOnly':_0x18b2e8},'message':_0x14938c?_0x46e33d(0x1a9):_0x4b8b20[_0x46e33d(0x1c0)]+'\x20added,\x20'+_0x5aaac0[_0x46e33d(0x1c0)]+_0x46e33d(0x1c1)+_0x4009a3[_0x46e33d(0x1c0)]+_0x46e33d(0x1be)+(_0x18b2e8['length']>0x0?',\x20'+_0x18b2e8[_0x46e33d(0x1c0)]+_0x46e33d(0x1b4):'')};}};
@@ -1 +1 @@
1
- const a39_0xf906ed=a39_0x399c;(function(_0x358538,_0x413777){const _0x121813=a39_0x399c,_0x31a1b8=_0x358538();while(!![]){try{const _0x3cb686=-parseInt(_0x121813(0x1fe))/0x1*(-parseInt(_0x121813(0x1f6))/0x2)+parseInt(_0x121813(0x1f7))/0x3+-parseInt(_0x121813(0x207))/0x4*(-parseInt(_0x121813(0x1f5))/0x5)+-parseInt(_0x121813(0x209))/0x6*(-parseInt(_0x121813(0x20c))/0x7)+-parseInt(_0x121813(0x210))/0x8+-parseInt(_0x121813(0x201))/0x9+parseInt(_0x121813(0x20d))/0xa*(-parseInt(_0x121813(0x200))/0xb);if(_0x3cb686===_0x413777)break;else _0x31a1b8['push'](_0x31a1b8['shift']());}catch(_0x1c741b){_0x31a1b8['push'](_0x31a1b8['shift']());}}}(a39_0x2770,0x21428));import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';function a39_0x399c(_0x47f535,_0x5cd642){_0x47f535=_0x47f535-0x1f3;const _0x277080=a39_0x2770();let _0x399c1c=_0x277080[_0x47f535];return _0x399c1c;}export const cliSkillDefinitions=[{'service':'cli-skill','command':a39_0xf906ed(0x206),'description':a39_0xf906ed(0x1fa),'risk':a39_0xf906ed(0x1f8),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x216192){const _0xcf72d3=a39_0xf906ed;logger['setLogPath'](process[_0xcf72d3(0x1fb)]()),logger[_0xcf72d3(0x203)](_0xcf72d3(0x202),_0xcf72d3(0x1f4));const {NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE:_0x4d38ac,RABETBASE_SKILL_SOURCE:_0x34337f,runNpxSkillsAddGlobal:_0x49da04}=await import(_0xcf72d3(0x208)),_0x134e68=_0x216192[_0xcf72d3(0x1fd)]?'pipe':_0xcf72d3(0x1f9);console[_0xcf72d3(0x20e)]('Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20('+_0x4d38ac+_0xcf72d3(0x20f));const _0x3ca0ec=_0x49da04(process[_0xcf72d3(0x1fb)](),_0x34337f,{'stdio':_0x134e68});if(_0x3ca0ec[_0xcf72d3(0x1ff)])console[_0xcf72d3(0x20e)](_0xcf72d3(0x204));else{if(_0x3ca0ec['ok'])console['log'](_0xcf72d3(0x20b));else throw CliErrors[_0xcf72d3(0x1f3)](_0xcf72d3(0x20a)+(_0x3ca0ec['error']||_0xcf72d3(0x1fc)),_0xcf72d3(0x205)+_0x4d38ac);}return{'ok':!![]};}}];function a39_0x2770(){const _0x4edffb=['Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.','5nOFbTH','14242ztodlc','334821KKuCzb','write','inherit','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','cwd','unknown','nonInteractive','23JwWTMO','skipped','1496627uzzJTM','893988ZcykLM','cli-skill-install','info','Skipped\x20npx\x20(RABETBASE_SKIP_NPX_SKILLS=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.','Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20','install','495476qMhVXb','../../skills/npx-skills-add.js','11970kfsUQE','npx\x20skills\x20add\x20failed:\x20','CLI\x20Built-in\x20Skill\x20installed','609yfpLYm','20XvVDhM','log',')...','521168xOTztT','apiError'];a39_0x2770=function(){return _0x4edffb;};return a39_0x2770();}
1
+ function a39_0x3059(_0x201243,_0xab5175){_0x201243=_0x201243-0xf4;const _0x538e7c=a39_0x538e();let _0x305937=_0x538e7c[_0x201243];return _0x305937;}function a39_0x538e(){const _0x2e0ecd=['3584292ZjxfpQ',')...','1520484bpWlVf','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(','cli-skill','setLogPath','info','error','42954370jnDTVM','6785575ZlHVes','cli-skill-install','6184UJeehp','skipped','inherit','cwd','unknown','log','nonInteractive','13599ueGLFh','1473452oHZOEY','Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20','apiError','665455wUboaD','CLI\x20Built-in\x20Skill\x20installed','6EFvIWh','4Qhqudw','write'];a39_0x538e=function(){return _0x2e0ecd;};return a39_0x538e();}const a39_0x45e04a=a39_0x3059;(function(_0x4204d5,_0x45b6a2){const _0x2dc0fe=a39_0x3059,_0x55a7b8=_0x4204d5();while(!![]){try{const _0x59809b=-parseInt(_0x2dc0fe(0x102))/0x1+-parseInt(_0x2dc0fe(0xf8))/0x2+parseInt(_0x2dc0fe(0x100))/0x3*(parseInt(_0x2dc0fe(0xfe))/0x4)+-parseInt(_0x2dc0fe(0x10a))/0x5+parseInt(_0x2dc0fe(0xfd))/0x6*(parseInt(_0x2dc0fe(0xfb))/0x7)+-parseInt(_0x2dc0fe(0x10c))/0x8*(parseInt(_0x2dc0fe(0xf7))/0x9)+parseInt(_0x2dc0fe(0x109))/0xa;if(_0x59809b===_0x45b6a2)break;else _0x55a7b8['push'](_0x55a7b8['shift']());}catch(_0x5c173a){_0x55a7b8['push'](_0x55a7b8['shift']());}}}(a39_0x538e,0xc407a));import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':a39_0x45e04a(0x105),'command':'install','description':a39_0x45e04a(0x103),'risk':a39_0x45e04a(0xff),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x1c224b){const _0x4240ae=a39_0x45e04a;logger[_0x4240ae(0x106)](process[_0x4240ae(0x10f)]()),logger[_0x4240ae(0x107)](_0x4240ae(0x10b),'Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.');const {NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE:_0x1eb340,RABETBASE_SKILL_SOURCE:_0x2e73a1,runNpxSkillsAddGlobal:_0x329210}=await import('../../skills/npx-skills-add.js'),_0x544828=_0x1c224b[_0x4240ae(0xf6)]?'pipe':_0x4240ae(0x10e);console['log'](_0x4240ae(0x104)+_0x1eb340+_0x4240ae(0x101));const _0x364e0e=_0x329210(process['cwd'](),_0x2e73a1,{'stdio':_0x544828});if(_0x364e0e[_0x4240ae(0x10d)])console[_0x4240ae(0xf5)]('Skipped\x20npx\x20(RABETBASE_SKIP_NPX_SKILLS=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.');else{if(_0x364e0e['ok'])console['log'](_0x4240ae(0xfc));else throw CliErrors[_0x4240ae(0xfa)]('npx\x20skills\x20add\x20failed:\x20'+(_0x364e0e[_0x4240ae(0x108)]||_0x4240ae(0xf4)),_0x4240ae(0xf9)+_0x1eb340);}return{'ok':!![]};}}];
@@ -1 +1 @@
1
- const a40_0x312b49=a40_0x427f;(function(_0x30f584,_0xa26007){const _0x36f5f2=a40_0x427f,_0x1f8d4a=_0x30f584();while(!![]){try{const _0x40c7c2=-parseInt(_0x36f5f2(0x1c7))/0x1+parseInt(_0x36f5f2(0x1c8))/0x2*(-parseInt(_0x36f5f2(0x1ad))/0x3)+-parseInt(_0x36f5f2(0x1dc))/0x4+-parseInt(_0x36f5f2(0x19d))/0x5*(-parseInt(_0x36f5f2(0x19a))/0x6)+-parseInt(_0x36f5f2(0x1d6))/0x7+parseInt(_0x36f5f2(0x1a4))/0x8*(-parseInt(_0x36f5f2(0x1a9))/0x9)+parseInt(_0x36f5f2(0x1a2))/0xa;if(_0x40c7c2===_0xa26007)break;else _0x1f8d4a['push'](_0x1f8d4a['shift']());}catch(_0x12aa22){_0x1f8d4a['push'](_0x1f8d4a['shift']());}}}(a40_0x40cf,0x66e81));import a40_0x5b2989 from'chalk';import a40_0x222ec7 from'ora';function a40_0x427f(_0x5a32fa,_0x4c1cb2){_0x5a32fa=_0x5a32fa-0x19a;const _0x40cf7a=a40_0x40cf();let _0x427f65=_0x40cf7a[_0x5a32fa];return _0x427f65;}import a40_0x4a26fa from'semver';import{execa}from'execa';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{CliErrors}from'../errors.js';import{RABETBASE_SKILL_SOURCE,runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x1f7d61=a40_0x427f;return GIT_COMMIT!==_0x1f7d61(0x1db)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x1f7d61(0x1cc)](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x3e7ee5=a40_0x427f,_0x46242e=process[_0x3e7ee5(0x1a1)][_0x3e7ee5(0x19e)]();if(_0x46242e['includes'](_0x3e7ee5(0x1e3)))return _0x3e7ee5(0x1e3);return _0x3e7ee5(0x1aa);}const updateFlags=[{'name':a40_0x312b49(0x1b7),'type':'boolean','description':a40_0x312b49(0x19b),'default':![]},{'name':a40_0x312b49(0x1d3),'type':a40_0x312b49(0x1b8),'description':a40_0x312b49(0x1ca)},{'name':a40_0x312b49(0x1a6),'type':'boolean','description':a40_0x312b49(0x1a5),'default':![]},{'name':a40_0x312b49(0x1cf),'type':a40_0x312b49(0x1d1),'description':a40_0x312b49(0x1b0),'default':!![],'hidden':!![]}];function getRequestedVersion(_0x27d0ea){const _0x23c27a=a40_0x312b49;return _0x27d0ea['str'](_0x23c27a(0x1d3))[_0x23c27a(0x1df)]();}function shouldSkipCliSkill(_0x29334c){const _0x4ec2e2=a40_0x312b49;return _0x29334c['bool'](_0x4ec2e2(0x1a6))||_0x29334c[_0x4ec2e2(0x1b2)](_0x4ec2e2(0x1cf))===![];}async function validateUpdateFlags(_0x469329){const _0x1dba05=a40_0x312b49,_0x3e3d52=_0x469329[_0x1dba05(0x1b3)](_0x1dba05(0x1b7)),_0xf2a2ef=getRequestedVersion(_0x469329);if(_0x3e3d52&&_0xf2a2ef)throw CliErrors['validation'](_0x1dba05(0x1b6),_0x1dba05(0x1dd));if(_0xf2a2ef&&!a40_0x4a26fa['valid'](_0xf2a2ef))throw CliErrors[_0x1dba05(0x19f)]('Invalid\x20version:\x20'+_0xf2a2ef,_0x1dba05(0x1b4));}async function fetchNpmDistTags(){const _0x27e902=a40_0x312b49;try{const _0x2275f5=await fetch(_0x27e902(0x1be)+encodeURIComponent(NPM_PACKAGE_NAME)+'/dist-tags',{'signal':AbortSignal[_0x27e902(0x1af)](0x2710)});if(!_0x2275f5['ok'])return null;const _0x25b70a=await _0x2275f5['json']();if(!_0x25b70a||typeof _0x25b70a!=='object')return null;return Object['fromEntries'](Object[_0x27e902(0x1e4)](_0x25b70a)[_0x27e902(0x1b1)](([,_0x3b4ac7])=>typeof _0x3b4ac7==='string'&&_0x3b4ac7[_0x27e902(0x1df)]()['length']>0x0)['map'](([_0xfe3681,_0x296333])=>[_0xfe3681,String(_0x296333)[_0x27e902(0x1df)]()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x6410b5){const _0x12463d=await fetchNpmDistTags();return _0x12463d?.[_0x6410b5]??null;}function a40_0x40cf(){const _0x581e66=['Update\x20failed','latest','update','Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm','Requested\x20version:\x20','Checking\x20CLI\x20Built-in\x20Skill...','743236mClHzN','302YLWMGI','Update\x20available:\x20','Install\x20a\x20specific\x20CLI\x20version','skipped','slice','succeed','message','skills','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20','boolean','\x20install\x20-g\x20','version','nonInteractive','warn','1372364zFJSBP','source','@latest','Version\x20comparison\x20failed','\x20\x20Try\x20manually:\x20','unknown','1950420pfoUgh','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.','Already\x20on\x20requested\x20version\x20(v','trim','valid','Beta\x20version:\x20','inherit','bun','entries','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','Updated\x20to\x20v','174vaoUNR','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','gray','71015WGfyNT','toLowerCase','validation','yellow','execPath','22038340fOJGRt','...','8zbSPvj','Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','no-skills','start','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','6456078zLxPUb','npm','install','info','993mSgXzq','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','timeout','Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','filter','flag','bool','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','green','--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','beta','string','\x20\x20Run\x20manually:\x20','\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).','fail','log','\x20→\x20','https://registry.npmjs.org/-/package/','error','run'];a40_0x40cf=function(){return _0x581e66;};return a40_0x40cf();}async function fetchLatestVersion(){const _0x30bdbc=a40_0x312b49;return fetchNpmDistTagVersion(_0x30bdbc(0x1c2));}async function resolveTargetVersion(_0x2a654a){const _0x357388=a40_0x312b49,_0x1b5d94=getRequestedVersion(_0x2a654a);if(_0x1b5d94)return{'version':_0x1b5d94,'source':_0x357388(0x1d3)};if(_0x2a654a[_0x357388(0x1b3)](_0x357388(0x1b7))){const _0x322cc7=await fetchNpmDistTagVersion(_0x357388(0x1b7));if(!_0x322cc7)return null;return{'version':_0x322cc7,'source':'beta'};}const _0x3ddf83=await fetchLatestVersion();if(!_0x3ddf83)return null;return{'version':_0x3ddf83,'source':_0x357388(0x1c2)};}function shouldInstallTarget(_0x21ab38,_0x2ec19e){const _0xb15392=a40_0x312b49;if(_0x2ec19e[_0xb15392(0x1d7)]===_0xb15392(0x1d3)||_0x2ec19e[_0xb15392(0x1d7)]===_0xb15392(0x1b7))return!a40_0x4a26fa['eq'](_0x21ab38,_0x2ec19e[_0xb15392(0x1d3)]);return a40_0x4a26fa['lt'](_0x21ab38,_0x2ec19e[_0xb15392(0x1d3)]);}function getInstallPlanLabel(_0x1a9021,_0x461e07){const _0xa20e42=a40_0x312b49;switch(_0x461e07['source']){case _0xa20e42(0x1b7):return _0xa20e42(0x1e1)+a40_0x5b2989[_0xa20e42(0x1a0)](_0x1a9021)+_0xa20e42(0x1bd)+a40_0x5b2989['green'](_0x461e07[_0xa20e42(0x1d3)]);case'version':return _0xa20e42(0x1c5)+a40_0x5b2989[_0xa20e42(0x1a0)](_0x1a9021)+_0xa20e42(0x1bd)+a40_0x5b2989[_0xa20e42(0x1b5)](_0x461e07['version']);case _0xa20e42(0x1c2):default:return _0xa20e42(0x1c9)+a40_0x5b2989[_0xa20e42(0x1a0)](_0x1a9021)+_0xa20e42(0x1bd)+a40_0x5b2989[_0xa20e42(0x1b5)](_0x461e07[_0xa20e42(0x1d3)]);}}async function installCliSkill(_0x11b742){const _0x441d40=a40_0x312b49;console[_0x441d40(0x1bc)](a40_0x5b2989[_0x441d40(0x19c)](_0x441d40(0x1c6)));const _0x267faf=runNpxSkillsAddGlobal(process['cwd'](),RABETBASE_SKILL_SOURCE,{'stdio':_0x11b742?'pipe':_0x441d40(0x1e2)});if(_0x267faf[_0x441d40(0x1cb)]){console[_0x441d40(0x1bc)](a40_0x5b2989[_0x441d40(0x19c)](_0x441d40(0x1ba)));return;}if(_0x267faf['ok']){console[_0x441d40(0x1bc)](a40_0x5b2989[_0x441d40(0x19c)](_0x441d40(0x1ae)));return;}console[_0x441d40(0x1d5)](a40_0x5b2989['yellow']('\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20'+(_0x267faf['error']||_0x441d40(0x1db)))),console[_0x441d40(0x1bc)](a40_0x5b2989[_0x441d40(0x19c)](_0x441d40(0x1b9)+CLI_BIN_NAME+'\x20cli-skill\x20install'));}async function execute(_0x17a2f7){const _0x11af89=a40_0x312b49;await validateUpdateFlags(_0x17a2f7);const _0xa40dae=getCurrentVersion();console[_0x11af89(0x1bc)]('Current\x20version:\x20'+_0xa40dae);const _0x58aa91=a40_0x222ec7('Checking\x20for\x20updates...')[_0x11af89(0x1a7)](),_0x47ea29=await resolveTargetVersion(_0x17a2f7);if(!_0x47ea29){const _0x26a77e=_0x17a2f7['bool']('beta')?_0x11af89(0x1c4):'Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)';return _0x58aa91[_0x11af89(0x1bb)](_0x26a77e),console[_0x11af89(0x1bc)](a40_0x5b2989['gray'](_0x11af89(0x1d0)+NPM_PACKAGE_NAME+_0x11af89(0x1d8))),{'ok':![],'message':_0x26a77e};}const _0x10fe2f=a40_0x4a26fa[_0x11af89(0x1e0)](VERSION),_0x5a754c=a40_0x4a26fa[_0x11af89(0x1e0)](_0x47ea29[_0x11af89(0x1d3)]);if(!_0x10fe2f||!_0x5a754c)return _0x58aa91[_0x11af89(0x1bb)](_0x11af89(0x1d9)),{'ok':![],'message':_0x11af89(0x1d9)};if(!shouldInstallTarget(_0x10fe2f,_0x47ea29)){const _0x22bd49=_0x47ea29[_0x11af89(0x1d7)]===_0x11af89(0x1d3)?_0x11af89(0x1de)+_0x47ea29['version']+')':'Already\x20up\x20to\x20date\x20(v'+_0x47ea29['version']+')';return _0x58aa91['succeed'](_0x22bd49),shouldSkipCliSkill(_0x17a2f7)?console[_0x11af89(0x1bc)](a40_0x5b2989['gray'](_0x11af89(0x1e5))):await installCliSkill(_0x17a2f7[_0x11af89(0x1d4)]),{'ok':!![]};}_0x58aa91[_0x11af89(0x1ac)](getInstallPlanLabel(_0xa40dae,_0x47ea29));const _0x110910=detectPackageManager(),_0x45a6d4=_0x110910==='npm'?resolveNpmBin(_0x11af89(0x1aa)):_0x110910,_0x14e048=a40_0x222ec7('Updating\x20via\x20'+_0x110910+_0x11af89(0x1a3))[_0x11af89(0x1a7)]();try{return await execa(_0x45a6d4,[_0x11af89(0x1ab),'-g',NPM_PACKAGE_NAME+'@'+_0x47ea29['version']],{'stdio':'pipe'}),_0x14e048[_0x11af89(0x1cd)](_0x11af89(0x1e6)+_0x47ea29[_0x11af89(0x1d3)]),console[_0x11af89(0x1bc)](a40_0x5b2989[_0x11af89(0x19c)](_0x11af89(0x1a8))),shouldSkipCliSkill(_0x17a2f7)?console[_0x11af89(0x1bc)](a40_0x5b2989[_0x11af89(0x19c)](_0x11af89(0x1e5))):await installCliSkill(_0x17a2f7[_0x11af89(0x1d4)]),{'ok':!![]};}catch(_0x1d032d){return _0x14e048['fail'](_0x11af89(0x1c1)),console[_0x11af89(0x1bf)](a40_0x5b2989['red']('\x20\x20'+_0x1d032d[_0x11af89(0x1ce)])),console['log'](a40_0x5b2989[_0x11af89(0x19c)](_0x11af89(0x1da)+_0x110910+_0x11af89(0x1d2)+NPM_PACKAGE_NAME+'@'+_0x47ea29[_0x11af89(0x1d3)])),{'ok':![],'message':_0x1d032d[_0x11af89(0x1ce)]};}}export const updateDefinition={'service':a40_0x312b49(0x1c3),'command':a40_0x312b49(0x1c0),'description':'Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
1
+ const a40_0x276a61=a40_0x5ce8;(function(_0x1bfb23,_0x43462f){const _0x5133a4=a40_0x5ce8,_0x1e07e=_0x1bfb23();while(!![]){try{const _0x5516a9=-parseInt(_0x5133a4(0xb4))/0x1*(parseInt(_0x5133a4(0xa1))/0x2)+-parseInt(_0x5133a4(0xb0))/0x3*(parseInt(_0x5133a4(0xc9))/0x4)+-parseInt(_0x5133a4(0x9a))/0x5*(-parseInt(_0x5133a4(0x85))/0x6)+parseInt(_0x5133a4(0x93))/0x7+parseInt(_0x5133a4(0x99))/0x8+parseInt(_0x5133a4(0xad))/0x9*(-parseInt(_0x5133a4(0x94))/0xa)+-parseInt(_0x5133a4(0x87))/0xb*(parseInt(_0x5133a4(0x9c))/0xc);if(_0x5516a9===_0x43462f)break;else _0x1e07e['push'](_0x1e07e['shift']());}catch(_0x525a4f){_0x1e07e['push'](_0x1e07e['shift']());}}}(a40_0xd5f9,0x242fd));import a40_0x2b42e5 from'chalk';import a40_0x818d47 from'ora';import a40_0x4edd07 from'semver';import{execa}from'execa';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{CliErrors}from'../errors.js';import{RABETBASE_SKILL_SOURCE,runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x3b887a=a40_0x5ce8;return GIT_COMMIT!==_0x3b887a(0xc7)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x3b887a(0x8b)](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x9d2d43=a40_0x5ce8,_0x42bd13=process[_0x9d2d43(0xd1)][_0x9d2d43(0xa6)]();if(_0x42bd13[_0x9d2d43(0xb3)]('bun'))return _0x9d2d43(0xbe);return _0x9d2d43(0xa3);}const updateFlags=[{'name':'beta','type':a40_0x276a61(0x8f),'description':a40_0x276a61(0xc2),'default':![]},{'name':a40_0x276a61(0xc0),'type':'string','description':'Install\x20a\x20specific\x20CLI\x20version'},{'name':a40_0x276a61(0xa0),'type':a40_0x276a61(0x8f),'description':'Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','default':![]},{'name':a40_0x276a61(0x9d),'type':'boolean','description':a40_0x276a61(0xb5),'default':!![],'hidden':!![]}];function a40_0x5ce8(_0x1137d4,_0x4a8aec){_0x1137d4=_0x1137d4-0x81;const _0xd5f9dc=a40_0xd5f9();let _0x5ce8ad=_0xd5f9dc[_0x1137d4];return _0x5ce8ad;}function getRequestedVersion(_0x5dc31c){const _0x343443=a40_0x276a61;return _0x5dc31c[_0x343443(0x81)](_0x343443(0xc0))[_0x343443(0xbb)]();}function shouldSkipCliSkill(_0x75df2b){const _0x14c1f1=a40_0x276a61;return _0x75df2b[_0x14c1f1(0xbf)]('no-skills')||_0x75df2b[_0x14c1f1(0xc5)](_0x14c1f1(0x9d))===![];}async function validateUpdateFlags(_0x44b362){const _0x118603=a40_0x276a61,_0x3744ab=_0x44b362[_0x118603(0xbf)](_0x118603(0xb2)),_0x3b6955=getRequestedVersion(_0x44b362);if(_0x3744ab&&_0x3b6955)throw CliErrors[_0x118603(0x9e)]('--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.',_0x118603(0xba));if(_0x3b6955&&!a40_0x4edd07[_0x118603(0x9b)](_0x3b6955))throw CliErrors[_0x118603(0x9e)]('Invalid\x20version:\x20'+_0x3b6955,_0x118603(0xb9));}async function fetchNpmDistTags(){const _0x57b6b3=a40_0x276a61;try{const _0xc3204d=await fetch(_0x57b6b3(0x8a)+encodeURIComponent(NPM_PACKAGE_NAME)+_0x57b6b3(0xaf),{'signal':AbortSignal[_0x57b6b3(0xcf)](0x2710)});if(!_0xc3204d['ok'])return null;const _0x711e2f=await _0xc3204d[_0x57b6b3(0x95)]();if(!_0x711e2f||typeof _0x711e2f!=='object')return null;return Object['fromEntries'](Object[_0x57b6b3(0x8e)](_0x711e2f)[_0x57b6b3(0x86)](([,_0x42689b])=>typeof _0x42689b==='string'&&_0x42689b['trim']()['length']>0x0)[_0x57b6b3(0x90)](([_0x16fe01,_0x4df2db])=>[_0x16fe01,String(_0x4df2db)[_0x57b6b3(0xbb)]()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x24c3c6){const _0xc9b482=await fetchNpmDistTags();return _0xc9b482?.[_0x24c3c6]??null;}async function fetchLatestVersion(){return fetchNpmDistTagVersion('latest');}async function resolveTargetVersion(_0x53326b){const _0x3ee0cb=a40_0x276a61,_0x4b6efd=getRequestedVersion(_0x53326b);if(_0x4b6efd)return{'version':_0x4b6efd,'source':_0x3ee0cb(0xc0)};if(_0x53326b['bool'](_0x3ee0cb(0xb2))){const _0x43d758=await fetchNpmDistTagVersion(_0x3ee0cb(0xb2));if(!_0x43d758)return null;return{'version':_0x43d758,'source':_0x3ee0cb(0xb2)};}const _0x404069=await fetchLatestVersion();if(!_0x404069)return null;return{'version':_0x404069,'source':_0x3ee0cb(0xa5)};}function a40_0xd5f9(){const _0x45117f=['no-skills','10MGkxqU','install','npm','start','latest','toLowerCase','pipe','\x20\x20Try\x20manually:\x20','error','Update\x20failed','log','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','27Yatzko','nonInteractive','/dist-tags','2811biSAgJ','info','beta','includes','113qAtRvG','Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','warn','fail','Requested\x20version:\x20','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.','trim','\x20install\x20-g\x20','Beta\x20version:\x20','bun','bool','version','Checking\x20CLI\x20Built-in\x20Skill...','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','Updating\x20via\x20','update','flag','source','unknown','message','596xmDeUh','cwd','skipped','\x20→\x20','\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20','Already\x20up\x20to\x20date\x20(v','timeout','gray','execPath','str','Update\x20available:\x20','run','\x20cli-skill\x20install','4974wrImWm','filter','3515501AQPUyx','Version\x20comparison\x20failed','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','https://registry.npmjs.org/-/package/','slice','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','Already\x20on\x20requested\x20version\x20(v','entries','boolean','map','yellow','green','1765736pSRxim','470310DEXSdG','json','succeed','\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).','Checking\x20for\x20updates...','2031504wdayWG','1465ntILTn','valid','12oUfUcD','skills','validation','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20'];a40_0xd5f9=function(){return _0x45117f;};return a40_0xd5f9();}function shouldInstallTarget(_0x437a44,_0x2da4b7){const _0x6fe57e=a40_0x276a61;if(_0x2da4b7[_0x6fe57e(0xc6)]===_0x6fe57e(0xc0)||_0x2da4b7[_0x6fe57e(0xc6)]===_0x6fe57e(0xb2))return!a40_0x4edd07['eq'](_0x437a44,_0x2da4b7[_0x6fe57e(0xc0)]);return a40_0x4edd07['lt'](_0x437a44,_0x2da4b7[_0x6fe57e(0xc0)]);}function getInstallPlanLabel(_0x37da43,_0x239b84){const _0x18ceb9=a40_0x276a61;switch(_0x239b84['source']){case'beta':return _0x18ceb9(0xbd)+a40_0x2b42e5[_0x18ceb9(0x91)](_0x37da43)+_0x18ceb9(0xcc)+a40_0x2b42e5[_0x18ceb9(0x92)](_0x239b84['version']);case'version':return _0x18ceb9(0xb8)+a40_0x2b42e5[_0x18ceb9(0x91)](_0x37da43)+_0x18ceb9(0xcc)+a40_0x2b42e5[_0x18ceb9(0x92)](_0x239b84['version']);case _0x18ceb9(0xa5):default:return _0x18ceb9(0x82)+a40_0x2b42e5[_0x18ceb9(0x91)](_0x37da43)+_0x18ceb9(0xcc)+a40_0x2b42e5['green'](_0x239b84[_0x18ceb9(0xc0)]);}}async function installCliSkill(_0x2ae5f3){const _0x1b9048=a40_0x276a61;console['log'](a40_0x2b42e5['gray'](_0x1b9048(0xc1)));const _0x5f221a=runNpxSkillsAddGlobal(process[_0x1b9048(0xca)](),RABETBASE_SKILL_SOURCE,{'stdio':_0x2ae5f3?_0x1b9048(0xa7):'inherit'});if(_0x5f221a[_0x1b9048(0xcb)]){console[_0x1b9048(0xab)](a40_0x2b42e5[_0x1b9048(0xd0)](_0x1b9048(0x97)));return;}if(_0x5f221a['ok']){console['log'](a40_0x2b42e5[_0x1b9048(0xd0)](_0x1b9048(0xac)));return;}console[_0x1b9048(0xb6)](a40_0x2b42e5[_0x1b9048(0x91)](_0x1b9048(0xcd)+(_0x5f221a['error']||_0x1b9048(0xc7)))),console[_0x1b9048(0xab)](a40_0x2b42e5[_0x1b9048(0xd0)]('\x20\x20Run\x20manually:\x20'+CLI_BIN_NAME+_0x1b9048(0x84)));}async function execute(_0x106eef){const _0x495bb1=a40_0x276a61;await validateUpdateFlags(_0x106eef);const _0x1bf78b=getCurrentVersion();console[_0x495bb1(0xab)]('Current\x20version:\x20'+_0x1bf78b);const _0xf9cf92=a40_0x818d47(_0x495bb1(0x98))[_0x495bb1(0xa4)](),_0xa76f48=await resolveTargetVersion(_0x106eef);if(!_0xa76f48){const _0x51c81b=_0x106eef[_0x495bb1(0xbf)](_0x495bb1(0xb2))?'Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm':'Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)';return _0xf9cf92[_0x495bb1(0xb7)](_0x51c81b),console[_0x495bb1(0xab)](a40_0x2b42e5[_0x495bb1(0xd0)](_0x495bb1(0x9f)+NPM_PACKAGE_NAME+'@latest')),{'ok':![],'message':_0x51c81b};}const _0xa4cb4e=a40_0x4edd07['valid'](VERSION),_0x14fe7c=a40_0x4edd07['valid'](_0xa76f48[_0x495bb1(0xc0)]);if(!_0xa4cb4e||!_0x14fe7c)return _0xf9cf92[_0x495bb1(0xb7)](_0x495bb1(0x88)),{'ok':![],'message':_0x495bb1(0x88)};if(!shouldInstallTarget(_0xa4cb4e,_0xa76f48)){const _0x2d8e70=_0xa76f48[_0x495bb1(0xc6)]===_0x495bb1(0xc0)?_0x495bb1(0x8d)+_0xa76f48['version']+')':_0x495bb1(0xce)+_0xa76f48[_0x495bb1(0xc0)]+')';return _0xf9cf92[_0x495bb1(0x96)](_0x2d8e70),shouldSkipCliSkill(_0x106eef)?console[_0x495bb1(0xab)](a40_0x2b42e5['gray']('Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).')):await installCliSkill(_0x106eef[_0x495bb1(0xae)]),{'ok':!![]};}_0xf9cf92[_0x495bb1(0xb1)](getInstallPlanLabel(_0x1bf78b,_0xa76f48));const _0x287259=detectPackageManager(),_0x5dd647=_0x287259===_0x495bb1(0xa3)?resolveNpmBin(_0x495bb1(0xa3)):_0x287259,_0x3d1920=a40_0x818d47(_0x495bb1(0xc3)+_0x287259+'...')[_0x495bb1(0xa4)]();try{return await execa(_0x5dd647,[_0x495bb1(0xa2),'-g',NPM_PACKAGE_NAME+'@'+_0xa76f48[_0x495bb1(0xc0)]],{'stdio':_0x495bb1(0xa7)}),_0x3d1920[_0x495bb1(0x96)]('Updated\x20to\x20v'+_0xa76f48[_0x495bb1(0xc0)]),console['log'](a40_0x2b42e5[_0x495bb1(0xd0)]('\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.')),shouldSkipCliSkill(_0x106eef)?console[_0x495bb1(0xab)](a40_0x2b42e5[_0x495bb1(0xd0)](_0x495bb1(0x8c))):await installCliSkill(_0x106eef[_0x495bb1(0xae)]),{'ok':!![]};}catch(_0x2e2e77){return _0x3d1920[_0x495bb1(0xb7)](_0x495bb1(0xaa)),console[_0x495bb1(0xa9)](a40_0x2b42e5['red']('\x20\x20'+_0x2e2e77[_0x495bb1(0xc8)])),console[_0x495bb1(0xab)](a40_0x2b42e5[_0x495bb1(0xd0)](_0x495bb1(0xa8)+_0x287259+_0x495bb1(0xbc)+NPM_PACKAGE_NAME+'@'+_0xa76f48['version'])),{'ok':![],'message':_0x2e2e77[_0x495bb1(0xc8)]};}}export const updateDefinition={'service':a40_0x276a61(0xc4),'command':a40_0x276a61(0x83),'description':a40_0x276a61(0x89),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
@@ -1 +1 @@
1
- function a41_0x3f6e(_0xc40281,_0x3a2052){_0xc40281=_0xc40281-0x100;const _0x3507fd=a41_0x3507();let _0x3f6eea=_0x3507fd[_0xc40281];return _0x3f6eea;}(function(_0x56f13c,_0x55dc95){const _0x3adcb8=a41_0x3f6e,_0x50fd62=_0x56f13c();while(!![]){try{const _0x593702=parseInt(_0x3adcb8(0x107))/0x1*(parseInt(_0x3adcb8(0x105))/0x2)+-parseInt(_0x3adcb8(0x101))/0x3+-parseInt(_0x3adcb8(0x108))/0x4*(-parseInt(_0x3adcb8(0x100))/0x5)+-parseInt(_0x3adcb8(0x103))/0x6+parseInt(_0x3adcb8(0x104))/0x7+-parseInt(_0x3adcb8(0x106))/0x8*(parseInt(_0x3adcb8(0x109))/0x9)+parseInt(_0x3adcb8(0x102))/0xa;if(_0x593702===_0x55dc95)break;else _0x50fd62['push'](_0x50fd62['shift']());}catch(_0x2e1487){_0x50fd62['push'](_0x50fd62['shift']());}}}(a41_0x3507,0x9fdfe));import{codegenSdk}from'../../commands/codegen/sdk.js';import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];function a41_0x3507(){const _0x1304a2=['3212964uAYwVo','8207400hgnVam','2070066uCQwpo','5113591bgmRXr','30essnlJ','561832LDnOXA','6121VVcluE','944924uROkiQ','36DErqIG','15vMkZpT'];a41_0x3507=function(){return _0x1304a2;};return a41_0x3507();}
1
+ (function(_0xaba71,_0x5dc907){const _0x9f59ba=a41_0x318a,_0x50c431=_0xaba71();while(!![]){try{const _0x1308e0=parseInt(_0x9f59ba(0x131))/0x1*(parseInt(_0x9f59ba(0x135))/0x2)+parseInt(_0x9f59ba(0x132))/0x3*(parseInt(_0x9f59ba(0x12d))/0x4)+parseInt(_0x9f59ba(0x139))/0x5*(parseInt(_0x9f59ba(0x137))/0x6)+-parseInt(_0x9f59ba(0x138))/0x7*(-parseInt(_0x9f59ba(0x12e))/0x8)+parseInt(_0x9f59ba(0x130))/0x9*(-parseInt(_0x9f59ba(0x13a))/0xa)+-parseInt(_0x9f59ba(0x134))/0xb*(-parseInt(_0x9f59ba(0x133))/0xc)+parseInt(_0x9f59ba(0x136))/0xd*(-parseInt(_0x9f59ba(0x12f))/0xe);if(_0x1308e0===_0x5dc907)break;else _0x50c431['push'](_0x50c431['shift']());}catch(_0x247d06){_0x50c431['push'](_0x50c431['shift']());}}}(a41_0x503a,0xa1ea7));function a41_0x318a(_0x17e3f2,_0x5742a7){_0x17e3f2=_0x17e3f2-0x12d;const _0x503a82=a41_0x503a();let _0x318a00=_0x503a82[_0x17e3f2];return _0x318a00;}function a41_0x503a(){const _0x40bf01=['2597704NxpDyr','8uWicVB','870814hOZGfl','9ivmMTQ','166154ibNDtB','3aPyrky','183204GBwrrS','462iOPQXy','10zZgtBh','559Nippfm','16746rhZkLM','7030121VsAsYT','1180XTFLVL','4465390CNVUUF'];a41_0x503a=function(){return _0x40bf01;};return a41_0x503a();}import{codegenSdk}from'../../commands/codegen/sdk.js';import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];
@@ -1 +1 @@
1
- const a42_0x296ea6=a42_0x3842;(function(_0x595d85,_0x20e59e){const _0x6672e6=a42_0x3842,_0x3e1f1d=_0x595d85();while(!![]){try{const _0x30d0bc=-parseInt(_0x6672e6(0x131))/0x1*(-parseInt(_0x6672e6(0x132))/0x2)+-parseInt(_0x6672e6(0x12d))/0x3*(-parseInt(_0x6672e6(0x12c))/0x4)+parseInt(_0x6672e6(0x139))/0x5*(-parseInt(_0x6672e6(0x138))/0x6)+parseInt(_0x6672e6(0x122))/0x7+-parseInt(_0x6672e6(0x127))/0x8+-parseInt(_0x6672e6(0x121))/0x9*(-parseInt(_0x6672e6(0x128))/0xa)+parseInt(_0x6672e6(0x129))/0xb*(-parseInt(_0x6672e6(0x12e))/0xc);if(_0x30d0bc===_0x20e59e)break;else _0x3e1f1d['push'](_0x3e1f1d['shift']());}catch(_0x4a6b09){_0x3e1f1d['push'](_0x3e1f1d['shift']());}}}(a42_0x2e6c,0x6504b));import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const codegenSdk={'service':a42_0x296ea6(0x134),'command':a42_0x296ea6(0x12b),'description':a42_0x296ea6(0x125),'risk':'read','flags':[CODE_FLAG_OPTIONAL,{'name':a42_0x296ea6(0x130),'type':a42_0x296ea6(0x120),'description':a42_0x296ea6(0x126)},{'name':a42_0x296ea6(0x124),'type':a42_0x296ea6(0x120),'required':!![],'description':a42_0x296ea6(0x11f)},{'name':a42_0x296ea6(0x136),'type':a42_0x296ea6(0x123),'description':a42_0x296ea6(0x12a)}],async 'execute'(_0x2ed41e){const _0x4a6d3e=a42_0x296ea6,{dataset:_0x1c315e,operation:_0x8d9e77}=await getOperationDetail(_0x2ed41e['appCode'],_0x2ed41e[_0x4a6d3e(0x137)]('code'),_0x2ed41e[_0x4a6d3e(0x137)](_0x4a6d3e(0x124))),_0x3cd1b8=generateSdkCode(_0x1c315e,_0x8d9e77,{'includeImports':!_0x2ed41e[_0x4a6d3e(0x135)]('skip-imports')});return{'ok':!![],'data':{'dataset':{'name':_0x1c315e[_0x4a6d3e(0x12f)],'code':_0x1c315e['code'],'tableName':_0x1c315e[_0x4a6d3e(0x133)]},'operation':_0x2ed41e['str'](_0x4a6d3e(0x124)),'code':_0x3cd1b8}};}};function a42_0x3842(_0x1652b7,_0x2fabc4){_0x1652b7=_0x1652b7-0x11f;const _0x2e6ce6=a42_0x2e6c();let _0x384225=_0x2e6ce6[_0x1652b7];return _0x384225;}function a42_0x2e6c(){const _0xc9da3c=['boolean','operation','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)','3173568KLRZzU','6380WiUfgG','11PAohiT','Omit\x20import\x20statements\x20from\x20generated\x20code','sdk','56mpBJmu','141285JMHyJH','9281544EMRcKh','name','alias','130189IYUnCi','12xVvGxY','tableName','codegen','bool','skip-imports','str','68334OKdDEW','35cMLAyu','Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)','string','1395nTBoUf','870086KWmSJk'];a42_0x2e6c=function(){return _0xc9da3c;};return a42_0x2e6c();}
1
+ const a42_0x3f2535=a42_0x1dbe;(function(_0x26f6c5,_0x2e425b){const _0x396f8a=a42_0x1dbe,_0x381d55=_0x26f6c5();while(!![]){try{const _0xbd08e3=-parseInt(_0x396f8a(0x187))/0x1*(-parseInt(_0x396f8a(0x196))/0x2)+-parseInt(_0x396f8a(0x186))/0x3*(parseInt(_0x396f8a(0x18e))/0x4)+parseInt(_0x396f8a(0x184))/0x5+-parseInt(_0x396f8a(0x194))/0x6+parseInt(_0x396f8a(0x18c))/0x7*(parseInt(_0x396f8a(0x19b))/0x8)+parseInt(_0x396f8a(0x188))/0x9*(parseInt(_0x396f8a(0x195))/0xa)+parseInt(_0x396f8a(0x18a))/0xb*(-parseInt(_0x396f8a(0x193))/0xc);if(_0xbd08e3===_0x2e425b)break;else _0x381d55['push'](_0x381d55['shift']());}catch(_0x1fe975){_0x381d55['push'](_0x381d55['shift']());}}}(a42_0x16f9,0x5ec69));import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';function a42_0x16f9(){const _0x4b3047=['bool','str','144pltFYe','4068540BYFGPv','165050XWHdap','2324fIiGDT','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','boolean','appCode','code','496dBYpMI','read','1500065jjZScT','operation','1943433asiOGi','647nRyvKM','9NYSeOd','skip-imports','102036EtKxCN','alias','85477pAIAOw','string','4IqelZY','tableName','sdk'];a42_0x16f9=function(){return _0x4b3047;};return a42_0x16f9();}import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a42_0x1dbe(_0x2fdcb7,_0x367ea8){_0x2fdcb7=_0x2fdcb7-0x184;const _0x16f902=a42_0x16f9();let _0x1dbe50=_0x16f902[_0x2fdcb7];return _0x1dbe50;}export const codegenSdk={'service':'codegen','command':a42_0x3f2535(0x190),'description':a42_0x3f2535(0x197),'risk':a42_0x3f2535(0x19c),'flags':[CODE_FLAG_OPTIONAL,{'name':a42_0x3f2535(0x18b),'type':a42_0x3f2535(0x18d),'description':'Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)'},{'name':a42_0x3f2535(0x185),'type':a42_0x3f2535(0x18d),'required':!![],'description':'Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)'},{'name':a42_0x3f2535(0x189),'type':a42_0x3f2535(0x198),'description':'Omit\x20import\x20statements\x20from\x20generated\x20code'}],async 'execute'(_0x4e494e){const _0x23892b=a42_0x3f2535,{dataset:_0x5a1aa4,operation:_0x368c87}=await getOperationDetail(_0x4e494e[_0x23892b(0x199)],_0x4e494e[_0x23892b(0x192)](_0x23892b(0x19a)),_0x4e494e[_0x23892b(0x192)](_0x23892b(0x185))),_0x4ba9c6=generateSdkCode(_0x5a1aa4,_0x368c87,{'includeImports':!_0x4e494e[_0x23892b(0x191)](_0x23892b(0x189))});return{'ok':!![],'data':{'dataset':{'name':_0x5a1aa4['name'],'code':_0x5a1aa4[_0x23892b(0x19a)],'tableName':_0x5a1aa4[_0x23892b(0x18f)]},'operation':_0x4e494e[_0x23892b(0x192)](_0x23892b(0x185)),'code':_0x4ba9c6}};}};
@@ -1 +1 @@
1
- const a43_0x32acc1=a43_0x58e5;(function(_0x536fcb,_0x5e19bd){const _0x2c334a=a43_0x58e5,_0xa1bae3=_0x536fcb();while(!![]){try{const _0x52ad49=parseInt(_0x2c334a(0x124))/0x1*(parseInt(_0x2c334a(0x130))/0x2)+parseInt(_0x2c334a(0x133))/0x3*(parseInt(_0x2c334a(0x11d))/0x4)+parseInt(_0x2c334a(0x12e))/0x5*(parseInt(_0x2c334a(0x121))/0x6)+parseInt(_0x2c334a(0x126))/0x7+parseInt(_0x2c334a(0x12b))/0x8*(parseInt(_0x2c334a(0x128))/0x9)+-parseInt(_0x2c334a(0x134))/0xa+-parseInt(_0x2c334a(0x12c))/0xb*(parseInt(_0x2c334a(0x11e))/0xc);if(_0x52ad49===_0x5e19bd)break;else _0xa1bae3['push'](_0xa1bae3['shift']());}catch(_0x261913){_0xa1bae3['push'](_0xa1bae3['shift']());}}}(a43_0x30b9,0x752e1));function a43_0x58e5(_0x3acbea,_0x4c8309){_0x3acbea=_0x3acbea-0x11b;const _0x30b98d=a43_0x30b9();let _0x58e559=_0x30b98d[_0x3acbea];return _0x58e559;}function a43_0x30b9(){const _0x22c55a=['1VUAFwu','Omit\x20import\x20statements\x20from\x20generated\x20code','4787307SYVtjA','bool','18UjUbVv','sqlName','target','3283696BEFpZc','29893160NGmamH','Code\x20target:\x20sdk\x20(default)\x20or\x20bff','3685750QmyrQL','sqlcode','1215778sxEQaH','boolean','bff','6umgxpx','1301790IhOWAl','sdk','read','955688ksgEij','12sIxDhv','sqlCode','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','6RpDksQ','str','codegen'];a43_0x30b9=function(){return _0x22c55a;};return a43_0x30b9();}import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':a43_0x32acc1(0x123),'command':'sql','description':a43_0x32acc1(0x120),'risk':a43_0x32acc1(0x11c),'flags':[SQLCODE_FLAG,{'name':a43_0x32acc1(0x12a),'type':'string','description':a43_0x32acc1(0x12d),'default':'sdk','enum':[a43_0x32acc1(0x11b),a43_0x32acc1(0x132)]},{'name':'no-imports','type':a43_0x32acc1(0x131),'description':a43_0x32acc1(0x125)}],async 'execute'(_0x454168){const _0x3a3d71=a43_0x32acc1,_0x135701=await getSqlQueryInfo(_0x454168['appCode'],_0x454168[_0x3a3d71(0x122)](_0x3a3d71(0x12f))),_0x2fa7ea=_0x454168[_0x3a3d71(0x122)]('target')||_0x3a3d71(0x11b),_0x1360b0=generateSqlCodeTemplate(_0x135701,{'target':_0x2fa7ea,'includeImports':!_0x454168[_0x3a3d71(0x127)]('no-imports')});return{'ok':!![],'data':{'sqlCode':_0x135701[_0x3a3d71(0x11f)],'sqlName':_0x135701[_0x3a3d71(0x129)],'target':_0x2fa7ea,'code':_0x1360b0}};}};
1
+ const a43_0x10a0d5=a43_0x4fb0;(function(_0x332118,_0x26bf7a){const _0x5600f4=a43_0x4fb0,_0x517575=_0x332118();while(!![]){try{const _0xbe96fb=parseInt(_0x5600f4(0x1b7))/0x1*(parseInt(_0x5600f4(0x1c6))/0x2)+parseInt(_0x5600f4(0x1bc))/0x3*(-parseInt(_0x5600f4(0x1b8))/0x4)+parseInt(_0x5600f4(0x1c4))/0x5+-parseInt(_0x5600f4(0x1ba))/0x6+-parseInt(_0x5600f4(0x1b4))/0x7+parseInt(_0x5600f4(0x1c3))/0x8+parseInt(_0x5600f4(0x1b9))/0x9;if(_0xbe96fb===_0x26bf7a)break;else _0x517575['push'](_0x517575['shift']());}catch(_0x465ceb){_0x517575['push'](_0x517575['shift']());}}}(a43_0x5a64,0x36a1c));function a43_0x5a64(){const _0x15248a=['3206720mxGEBS','1053605oRsgLD','sqlCode','4KCCtYG','read','boolean','string','str','2096430VgDwMy','Omit\x20import\x20statements\x20from\x20generated\x20code','bool','155464XSnIAj','152gGDJYo','448461wYzaVX','2268888bGphTy','appCode','5598ggkFOQ','no-imports','sqlName','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','codegen','sdk','bff'];a43_0x5a64=function(){return _0x15248a;};return a43_0x5a64();}function a43_0x4fb0(_0xb32402,_0x235ffe){_0xb32402=_0xb32402-0x1b0;const _0x5a6491=a43_0x5a64();let _0x4fb095=_0x5a6491[_0xb32402];return _0x4fb095;}import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':a43_0x10a0d5(0x1c0),'command':'sql','description':a43_0x10a0d5(0x1bf),'risk':a43_0x10a0d5(0x1b0),'flags':[SQLCODE_FLAG,{'name':'target','type':a43_0x10a0d5(0x1b2),'description':'Code\x20target:\x20sdk\x20(default)\x20or\x20bff','default':a43_0x10a0d5(0x1c1),'enum':['sdk',a43_0x10a0d5(0x1c2)]},{'name':'no-imports','type':a43_0x10a0d5(0x1b1),'description':a43_0x10a0d5(0x1b5)}],async 'execute'(_0x4eb735){const _0x1cb5ed=a43_0x10a0d5,_0x585252=await getSqlQueryInfo(_0x4eb735[_0x1cb5ed(0x1bb)],_0x4eb735['str']('sqlcode')),_0x2c2a8f=_0x4eb735[_0x1cb5ed(0x1b3)]('target')||_0x1cb5ed(0x1c1),_0x32bcfe=generateSqlCodeTemplate(_0x585252,{'target':_0x2c2a8f,'includeImports':!_0x4eb735[_0x1cb5ed(0x1b6)](_0x1cb5ed(0x1bd))});return{'ok':!![],'data':{'sqlCode':_0x585252[_0x1cb5ed(0x1c5)],'sqlName':_0x585252[_0x1cb5ed(0x1be)],'target':_0x2c2a8f,'code':_0x32bcfe}};}};
@@ -1 +1 @@
1
- (function(_0xaee4c2,_0x1f2877){const _0x4ae6b0=a44_0x4f7b,_0x3cfd3e=_0xaee4c2();while(!![]){try{const _0x143ddb=parseInt(_0x4ae6b0(0x185))/0x1*(-parseInt(_0x4ae6b0(0x162))/0x2)+parseInt(_0x4ae6b0(0x17a))/0x3+parseInt(_0x4ae6b0(0x189))/0x4+parseInt(_0x4ae6b0(0x183))/0x5*(-parseInt(_0x4ae6b0(0x160))/0x6)+parseInt(_0x4ae6b0(0x176))/0x7+-parseInt(_0x4ae6b0(0x175))/0x8*(parseInt(_0x4ae6b0(0x17c))/0x9)+-parseInt(_0x4ae6b0(0x167))/0xa;if(_0x143ddb===_0x1f2877)break;else _0x3cfd3e['push'](_0x3cfd3e['shift']());}catch(_0x212e62){_0x3cfd3e['push'](_0x3cfd3e['shift']());}}}(a44_0x57af,0xa724d));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a44_0x4f7b(_0x792654,_0x22aa3a){_0x792654=_0x792654-0x15f;const _0x57afeb=a44_0x57af();let _0x4f7b70=_0x57afeb[_0x792654];return _0x4f7b70;}import{collectAppProfileOverrides,getAppProfileFlagDefs}from'../../config/schema.js';import{readRawConfigWithLayers}from'../../context.js';import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';export function buildAppAddFlags(){const _0x5d5b75=a44_0x4f7b;return[{'name':_0x5d5b75(0x188),'type':_0x5d5b75(0x16f),'description':_0x5d5b75(0x168),'required':!![]},{'name':_0x5d5b75(0x164),'type':_0x5d5b75(0x18a),'description':_0x5d5b75(0x17b),'default':![]},...getAppProfileFlagDefs()];}export function buildAppRemoveFlags(){const _0x290876=a44_0x4f7b;return[{'name':_0x290876(0x164),'type':'boolean','description':_0x290876(0x17b),'default':![]}];}export async function validateAppName(_0xcac488,_0x97d295){const _0x2af2a9=a44_0x4f7b,_0x4ce1a4=_0xcac488[_0x2af2a9(0x170)][0x0]?.['trim']();if(!_0x4ce1a4)throw CliErrors[_0x2af2a9(0x16b)](_0x2af2a9(0x172),'Usage:\x20'+CLI_BIN_NAME+'\x20'+_0x97d295+_0x2af2a9(0x16d));}export async function runAppAdd(_0x5d9d63,_0x185b80){const _0x488488=a44_0x4f7b,_0xb3b42=_0x5d9d63[_0x488488(0x170)][0x0]?.[_0x488488(0x181)]();if(!_0xb3b42)throw CliErrors[_0x488488(0x16b)](_0x488488(0x172),_0x488488(0x166)+CLI_BIN_NAME+'\x20'+_0x185b80+_0x488488(0x161));const _0x10eb2a=_0x5d9d63['str'](_0x488488(0x188));if(!_0x10eb2a)throw CliErrors[_0x488488(0x177)](_0x488488(0x188),_0x488488(0x166)+CLI_BIN_NAME+'\x20'+_0x185b80+'\x20<name>\x20--appcode\x20<code>');const _0x3529ee={'global':_0x5d9d63[_0x488488(0x16e)]('global')},_0x5094e7=readConfig(_0x3529ee);if(!_0x5094e7[_0x488488(0x16a)])_0x5094e7[_0x488488(0x16a)]={};const _0x9772c6={'appcode':_0x10eb2a,...collectAppProfileOverrides(_0x2f0db8=>_0x5d9d63[_0x488488(0x16c)](_0x2f0db8))},_0x51affc=_0x5094e7[_0x488488(0x16a)],_0x1cd5cf=!!_0x51affc[_0xb3b42];_0x51affc[_0xb3b42]=_0x9772c6;if(!_0x5094e7['defaultApp'])_0x5094e7['defaultApp']=_0xb3b42;writeConfig(_0x5094e7,_0x3529ee);const _0x1e6a90=!_0x1cd5cf&&_0x5094e7['defaultApp']===_0xb3b42?_0x488488(0x15f):'',_0x376fc0=(_0x1cd5cf?_0x488488(0x184):_0x488488(0x17f))+_0x488488(0x186)+_0xb3b42+_0x488488(0x182)+_0x10eb2a+')'+scopeLabel(_0x3529ee)+'.'+_0x1e6a90;return{'ok':!![],'message':_0x376fc0};}export async function runAppRemove(_0xd3448f,_0x579ab6){const _0x316d37=a44_0x4f7b,_0x196fa3=_0xd3448f[_0x316d37(0x170)][0x0]?.[_0x316d37(0x181)]();if(!_0x196fa3)throw CliErrors[_0x316d37(0x16b)](_0x316d37(0x172),_0x316d37(0x166)+CLI_BIN_NAME+'\x20'+_0x579ab6+_0x316d37(0x173));const _0x414313=_0xd3448f[_0x316d37(0x16e)](_0x316d37(0x164)),{config:_0x39d1eb,layers:_0x10412a}=readRawConfigWithLayers(),_0x168d27=_0x39d1eb[_0x316d37(0x16a)]??{};if(!_0x168d27[_0x196fa3])throw CliErrors[_0x316d37(0x16b)](_0x316d37(0x174)+_0x196fa3+_0x316d37(0x17e));const _0x2a8d2a=_0x10412a[_0x316d37(0x17d)][_0x316d37(0x16a)]&&typeof _0x10412a[_0x316d37(0x17d)][_0x316d37(0x16a)]==='object'?_0x10412a[_0x316d37(0x17d)][_0x316d37(0x16a)]:{},_0x4516ee=_0x10412a[_0x316d37(0x187)][_0x316d37(0x16a)]&&typeof _0x10412a[_0x316d37(0x187)][_0x316d37(0x16a)]==='object'?_0x10412a[_0x316d37(0x187)][_0x316d37(0x16a)]:{},_0xed241f=appDefinedIn(_0x196fa3,_0x2a8d2a,_0x4516ee,_0x10412a['projectConfig'][_0x316d37(0x179)]===![]),_0x36b983=resolveAppScopeForWrite(_0x196fa3,_0x414313,_0x10412a),_0xa69567={'global':_0x36b983===_0x316d37(0x164)},_0x2707b8=readConfig(_0xa69567),_0x1f330e=_0x2707b8[_0x316d37(0x16a)];if(!_0x1f330e||!_0x1f330e[_0x196fa3])throw CliErrors[_0x316d37(0x16b)]('App\x20\x22'+_0x196fa3+_0x316d37(0x17e));delete _0x1f330e[_0x196fa3];let _0x4436d1='';if(_0x2707b8[_0x316d37(0x180)]===_0x196fa3){const _0x1fecb3=Object[_0x316d37(0x178)](_0x1f330e);_0x2707b8[_0x316d37(0x180)]=_0x1fecb3[_0x316d37(0x165)]>0x0?_0x1fecb3[0x0]:undefined,_0x2707b8[_0x316d37(0x180)]?_0x4436d1='\x20Default\x20app\x20changed\x20to\x20\x22'+_0x2707b8[_0x316d37(0x180)]+'\x22.':delete _0x2707b8[_0x316d37(0x180)];}Object[_0x316d37(0x178)](_0x1f330e)['length']===0x0&&(delete _0x2707b8[_0x316d37(0x16a)],delete _0x2707b8[_0x316d37(0x180)]);writeConfig(_0x2707b8,_0xa69567);const _0x506dca=_0xed241f==='both'?_0x316d37(0x163)+_0x196fa3+_0x316d37(0x169)+(_0x36b983==='project'?_0x316d37(0x164):'project')+_0x316d37(0x171):'';return{'ok':!![],'message':'Removed\x20app\x20\x22'+_0x196fa3+'\x22'+scopeLabel(_0xa69567)+'.'+_0x4436d1+_0x506dca};}function a44_0x57af(){const _0x149654=['inherit','503427mluetU','Use\x20global\x20config\x20scope','81yWfkFC','globalConfig','\x22\x20not\x20found.','Added','defaultApp','trim','\x22\x20(appcode:\x20','1373800IlHnTz','Updated','89038XkJZdN','\x20app\x20\x22','projectConfig','appcode','5075928iRHVDY','boolean','\x20Set\x20as\x20default\x20app.','6saXwAh','\x20<name>\x20--appcode\x20<code>','8UnWhSc','\x20Note:\x20app\x20\x22','global','length','Usage:\x20','4740770UsZOHL','App\x20code','\x22\x20still\x20defined\x20in\x20','apps','validation','str','\x20<name>','bool','string','args','\x20config.','Missing\x20app\x20name.','\x20<name>\x20[--global]','App\x20\x22','714632haAXrj','8097460SIBNKu','flagMissing','keys'];a44_0x57af=function(){return _0x149654;};return a44_0x57af();}
1
+ (function(_0x4e84e3,_0x18267d){const _0x48024c=a44_0x2bc6,_0x4ef109=_0x4e84e3();while(!![]){try{const _0xc27608=parseInt(_0x48024c(0x1c5))/0x1+-parseInt(_0x48024c(0x1b5))/0x2*(-parseInt(_0x48024c(0x1ad))/0x3)+-parseInt(_0x48024c(0x1c4))/0x4+parseInt(_0x48024c(0x1b2))/0x5+-parseInt(_0x48024c(0x1a1))/0x6+parseInt(_0x48024c(0x1bc))/0x7+-parseInt(_0x48024c(0x1ba))/0x8*(parseInt(_0x48024c(0x1a3))/0x9);if(_0xc27608===_0x18267d)break;else _0x4ef109['push'](_0x4ef109['shift']());}catch(_0x367027){_0x4ef109['push'](_0x4ef109['shift']());}}}(a44_0x1201,0x2ebc7));import{CliErrors}from'../../errors.js';function a44_0x2bc6(_0x25e77a,_0x36e9e9){_0x25e77a=_0x25e77a-0x19a;const _0x120139=a44_0x1201();let _0x2bc67e=_0x120139[_0x25e77a];return _0x2bc67e;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{collectAppProfileOverrides,getAppProfileFlagDefs}from'../../config/schema.js';import{readRawConfigWithLayers}from'../../context.js';import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';export function buildAppAddFlags(){const _0x20f83b=a44_0x2bc6;return[{'name':_0x20f83b(0x1b1),'type':_0x20f83b(0x1a9),'description':_0x20f83b(0x19d),'required':!![]},{'name':'global','type':_0x20f83b(0x19c),'description':_0x20f83b(0x1a6),'default':![]},...getAppProfileFlagDefs()];}function a44_0x1201(){const _0xe009d=['inherit','\x20<name>\x20--appcode\x20<code>','boolean','App\x20code','Added','\x22\x20still\x20defined\x20in\x20','global','604404vJupGQ','defaultApp','2417139JzvZZE','\x22\x20not\x20found.','App\x20\x22','Use\x20global\x20config\x20scope','\x20<name>\x20[--global]','\x20app\x20\x22','string','validation','globalConfig','\x22\x20(appcode:\x20','567753EnwaIz','object','\x20Default\x20app\x20changed\x20to\x20\x22','bool','appcode','1174855rTkwUH','Missing\x20app\x20name.','project','2QYWYUg','projectConfig','\x20config.','Updated','\x20<name>','8rCHpGK','flagMissing','1539510CTjswy','args','both','apps','keys','length','str','Usage:\x20','922136FrLKZw','147118WsgeNi'];a44_0x1201=function(){return _0xe009d;};return a44_0x1201();}export function buildAppRemoveFlags(){const _0x4e5ec6=a44_0x2bc6;return[{'name':_0x4e5ec6(0x1a0),'type':_0x4e5ec6(0x19c),'description':_0x4e5ec6(0x1a6),'default':![]}];}export async function validateAppName(_0x337777,_0x5dbd82){const _0x2d1488=a44_0x2bc6,_0x6a7e38=_0x337777['args'][0x0]?.['trim']();if(!_0x6a7e38)throw CliErrors[_0x2d1488(0x1aa)]('Missing\x20app\x20name.',_0x2d1488(0x1c3)+CLI_BIN_NAME+'\x20'+_0x5dbd82+_0x2d1488(0x1b9));}export async function runAppAdd(_0x5ce488,_0x275e6f){const _0x38080c=a44_0x2bc6,_0x19b3ed=_0x5ce488[_0x38080c(0x1bd)][0x0]?.['trim']();if(!_0x19b3ed)throw CliErrors[_0x38080c(0x1aa)](_0x38080c(0x1b3),_0x38080c(0x1c3)+CLI_BIN_NAME+'\x20'+_0x275e6f+_0x38080c(0x19b));const _0x3cf614=_0x5ce488[_0x38080c(0x1c2)]('appcode');if(!_0x3cf614)throw CliErrors[_0x38080c(0x1bb)](_0x38080c(0x1b1),'Usage:\x20'+CLI_BIN_NAME+'\x20'+_0x275e6f+_0x38080c(0x19b));const _0x3a395b={'global':_0x5ce488[_0x38080c(0x1b0)](_0x38080c(0x1a0))},_0x5e5eee=readConfig(_0x3a395b);if(!_0x5e5eee[_0x38080c(0x1bf)])_0x5e5eee[_0x38080c(0x1bf)]={};const _0x20d71c={'appcode':_0x3cf614,...collectAppProfileOverrides(_0x464023=>_0x5ce488[_0x38080c(0x1c2)](_0x464023))},_0x6cdf89=_0x5e5eee[_0x38080c(0x1bf)],_0xf9c3c1=!!_0x6cdf89[_0x19b3ed];_0x6cdf89[_0x19b3ed]=_0x20d71c;if(!_0x5e5eee[_0x38080c(0x1a2)])_0x5e5eee[_0x38080c(0x1a2)]=_0x19b3ed;writeConfig(_0x5e5eee,_0x3a395b);const _0x57e790=!_0xf9c3c1&&_0x5e5eee[_0x38080c(0x1a2)]===_0x19b3ed?'\x20Set\x20as\x20default\x20app.':'',_0x38b9c9=(_0xf9c3c1?_0x38080c(0x1b8):_0x38080c(0x19e))+_0x38080c(0x1a8)+_0x19b3ed+_0x38080c(0x1ac)+_0x3cf614+')'+scopeLabel(_0x3a395b)+'.'+_0x57e790;return{'ok':!![],'message':_0x38b9c9};}export async function runAppRemove(_0x972644,_0x5816e2){const _0x4595a8=a44_0x2bc6,_0x2728af=_0x972644[_0x4595a8(0x1bd)][0x0]?.['trim']();if(!_0x2728af)throw CliErrors[_0x4595a8(0x1aa)]('Missing\x20app\x20name.','Usage:\x20'+CLI_BIN_NAME+'\x20'+_0x5816e2+_0x4595a8(0x1a7));const _0x2cea94=_0x972644[_0x4595a8(0x1b0)](_0x4595a8(0x1a0)),{config:_0xad82aa,layers:_0x5696b0}=readRawConfigWithLayers(),_0x59ef76=_0xad82aa['apps']??{};if(!_0x59ef76[_0x2728af])throw CliErrors[_0x4595a8(0x1aa)]('App\x20\x22'+_0x2728af+_0x4595a8(0x1a4));const _0x2cbfb0=_0x5696b0[_0x4595a8(0x1ab)][_0x4595a8(0x1bf)]&&typeof _0x5696b0['globalConfig']['apps']==='object'?_0x5696b0['globalConfig']['apps']:{},_0x47abbc=_0x5696b0[_0x4595a8(0x1b6)][_0x4595a8(0x1bf)]&&typeof _0x5696b0['projectConfig'][_0x4595a8(0x1bf)]===_0x4595a8(0x1ae)?_0x5696b0[_0x4595a8(0x1b6)][_0x4595a8(0x1bf)]:{},_0x1063fd=appDefinedIn(_0x2728af,_0x2cbfb0,_0x47abbc,_0x5696b0[_0x4595a8(0x1b6)][_0x4595a8(0x19a)]===![]),_0xaf9f6a=resolveAppScopeForWrite(_0x2728af,_0x2cea94,_0x5696b0),_0x55f699={'global':_0xaf9f6a===_0x4595a8(0x1a0)},_0xb25b0f=readConfig(_0x55f699),_0x51729b=_0xb25b0f[_0x4595a8(0x1bf)];if(!_0x51729b||!_0x51729b[_0x2728af])throw CliErrors[_0x4595a8(0x1aa)](_0x4595a8(0x1a5)+_0x2728af+_0x4595a8(0x1a4));delete _0x51729b[_0x2728af];let _0x3ad17d='';if(_0xb25b0f['defaultApp']===_0x2728af){const _0x30d5c8=Object[_0x4595a8(0x1c0)](_0x51729b);_0xb25b0f[_0x4595a8(0x1a2)]=_0x30d5c8['length']>0x0?_0x30d5c8[0x0]:undefined,_0xb25b0f['defaultApp']?_0x3ad17d=_0x4595a8(0x1af)+_0xb25b0f[_0x4595a8(0x1a2)]+'\x22.':delete _0xb25b0f[_0x4595a8(0x1a2)];}Object[_0x4595a8(0x1c0)](_0x51729b)[_0x4595a8(0x1c1)]===0x0&&(delete _0xb25b0f['apps'],delete _0xb25b0f[_0x4595a8(0x1a2)]);writeConfig(_0xb25b0f,_0x55f699);const _0x10ef58=_0x1063fd===_0x4595a8(0x1be)?'\x20Note:\x20app\x20\x22'+_0x2728af+_0x4595a8(0x19f)+(_0xaf9f6a===_0x4595a8(0x1b4)?_0x4595a8(0x1a0):_0x4595a8(0x1b4))+_0x4595a8(0x1b7):'';return{'ok':!![],'message':'Removed\x20app\x20\x22'+_0x2728af+'\x22'+scopeLabel(_0x55f699)+'.'+_0x3ad17d+_0x10ef58};}
@@ -1 +1 @@
1
- (function(_0x168d00,_0x26dfef){const _0x5b0200=a45_0x159c,_0x163bbf=_0x168d00();while(!![]){try{const _0x35ed4a=-parseInt(_0x5b0200(0x13d))/0x1*(-parseInt(_0x5b0200(0x143))/0x2)+parseInt(_0x5b0200(0x13a))/0x3+-parseInt(_0x5b0200(0x13c))/0x4*(-parseInt(_0x5b0200(0x157))/0x5)+-parseInt(_0x5b0200(0x144))/0x6+parseInt(_0x5b0200(0x139))/0x7+-parseInt(_0x5b0200(0x138))/0x8*(-parseInt(_0x5b0200(0x13f))/0x9)+-parseInt(_0x5b0200(0x149))/0xa;if(_0x35ed4a===_0x26dfef)break;else _0x163bbf['push'](_0x163bbf['shift']());}catch(_0x1c8471){_0x163bbf['push'](_0x163bbf['shift']());}}}(a45_0x2c8c,0xca9f0));function a45_0x159c(_0x4d1ebc,_0x1068ad){_0x4d1ebc=_0x4d1ebc-0x135;const _0x2c8cb1=a45_0x2c8c();let _0x159c28=_0x2c8cb1[_0x4d1ebc];return _0x159c28;}import{input,checkbox,select}from'@inquirer/prompts';import a45_0x57053b 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 _0x250229=a45_0x159c,_0x1f8215=await input({'message':_0x250229(0x145),'validate':_0x588d6e=>{const _0x4077d0=_0x250229,_0x357430=validateAppcode(_0x588d6e['trim']());return _0x357430['valid']||_0x357430[_0x4077d0(0x14e)]||_0x4077d0(0x141);}});return _0x1f8215[_0x250229(0x154)]();}export async function promptAppSelection(_0x32efc7){const _0x5277ad=a45_0x159c,_0x35ffe3=[{'name':a45_0x57053b[_0x5277ad(0x152)](_0x5277ad(0x14b)),'value':-0x1},..._0x32efc7[_0x5277ad(0x13b)]((_0x29496c,_0x26644b)=>({'name':_0x29496c[_0x5277ad(0x14c)]+'\x20\x20'+a45_0x57053b[_0x5277ad(0x148)]('('+_0x29496c[_0x5277ad(0x137)]+')'),'value':_0x26644b}))],_0x1168f8=await checkbox({'message':'获取到\x20'+a45_0x57053b[_0x5277ad(0x153)](_0x32efc7['length'])+_0x5277ad(0x14d),'choices':_0x35ffe3,'loop':![]});if(_0x1168f8[_0x5277ad(0x142)](-0x1))return'custom';if(_0x1168f8[_0x5277ad(0x151)]===0x0)return _0x5277ad(0x156);return _0x1168f8[_0x5277ad(0x13b)](_0x512af6=>_0x32efc7[_0x512af6]);}export async function promptSingleAppSelection(_0x10dae5){const _0x23708c=a45_0x159c,_0x2e3310=[{'name':a45_0x57053b[_0x23708c(0x148)]('(跳过,稍后通过\x20config\x20set\x20appcode\x20配置)'),'value':_0x23708c(0x14a)},{'name':a45_0x57053b['yellow']('✎\x20自定义输入\x20appcode'),'value':_0x23708c(0x156)},..._0x10dae5[_0x23708c(0x13b)](_0x6147fe=>({'name':_0x6147fe[_0x23708c(0x14c)]+'\x20\x20'+a45_0x57053b[_0x23708c(0x148)]('('+_0x6147fe['appCode']+')'),'value':_0x6147fe['appCode']}))],_0x8706c6=await select({'message':_0x23708c(0x136),'choices':_0x2e3310});if(_0x8706c6===_0x23708c(0x14a))return _0x23708c(0x14a);if(_0x8706c6==='custom')return _0x23708c(0x156);return _0x10dae5[_0x23708c(0x146)](_0xeba48c=>_0xeba48c[_0x23708c(0x137)]===_0x8706c6);}export async function selectSingleAppcode(_0x4e6a3a){const _0x3ddf9e=a45_0x159c;if(!_0x4e6a3a)return writeCliSideChannelLine(a45_0x57053b[_0x3ddf9e(0x148)](_0x3ddf9e(0x147))),_fallbackOrSkip();writeCliSideChannelLine(_0x3ddf9e(0x13e));let _0x1baa7b;try{_0x1baa7b=await withActiveCookie(_0x4e6a3a,()=>listRemoteApps());}catch(_0x4c2007){writeCliSideChannelLine(a45_0x57053b['yellow'](_0x3ddf9e(0x135)));if(_0x4c2007 instanceof Error)writeCliSideChannelLine(a45_0x57053b[_0x3ddf9e(0x148)](_0x3ddf9e(0x155)+_0x4c2007[_0x3ddf9e(0x14e)]+')'));return _fallbackOrSkip();}if(_0x1baa7b[_0x3ddf9e(0x151)]===0x0)return writeCliSideChannelLine(a45_0x57053b['yellow'](_0x3ddf9e(0x150))),_fallbackOrSkip();const _0x255af8=await promptSingleAppSelection(_0x1baa7b);if(_0x255af8===_0x3ddf9e(0x14a))return'';if(_0x255af8===_0x3ddf9e(0x156))return promptCustomAppcode();return _0x255af8['appCode'];}function a45_0x2c8c(){const _0x5bb304=['appCode','8692184YimpxJ','5160344fYkeFd','3295806NgwzGw','map','3528LtRjNZ','4475rlRIcv','正在获取可用应用列表...','9liyuiD','\x0a未找到可用应用。','Invalid\x20App\x20Code','includes','680aejIJC','7632486PQTBaN','请输入\x20App\x20Code:','find','(未检测到登录态,请手动输入\x20App\x20Code\x20或直接跳过)','gray','25517160YqyaWV','skip','✎\x20自定义输入\x20appcode','appName','\x20个应用,请选择\x20(空格勾选,\x20a=全选,\x20i=反选):','message','manual','未找到可用应用。','length','yellow','cyan','trim','\x20\x20(','custom','1190ljtEYg','\x0a无法获取远程应用列表,请手动输入。','无法获取远程应用列表,请手动输入。','请选择要绑定的应用:'];a45_0x2c8c=function(){return _0x5bb304;};return a45_0x2c8c();}export async function selectMultipleApps(_0x489249){const _0x3fa608=a45_0x159c;writeCliSideChannelLine('正在获取可用应用列表...');let _0x12fba2;try{_0x12fba2=await withActiveCookie(_0x489249,()=>listRemoteApps());}catch(_0x382ae9){writeCliSideChannelLine(_0x3fa608(0x158));if(_0x382ae9 instanceof Error)writeCliSideChannelLine(_0x3fa608(0x155)+_0x382ae9[_0x3fa608(0x14e)]+')');return'custom';}if(_0x12fba2[_0x3fa608(0x151)]===0x0)return writeCliSideChannelLine(_0x3fa608(0x140)),_0x3fa608(0x156);return promptAppSelection(_0x12fba2);}async function _fallbackOrSkip(){const _0x2ae1ea=a45_0x159c,_0x2ca7dd=await select({'message':'App\x20Code:','choices':[{'name':a45_0x57053b['gray']('(跳过,稍后配置)'),'value':_0x2ae1ea(0x14a)},{'name':a45_0x57053b[_0x2ae1ea(0x152)]('✎\x20手动输入'),'value':_0x2ae1ea(0x14f)}]});if(_0x2ca7dd==='skip')return'';return promptCustomAppcode();}
1
+ (function(_0x4dba1a,_0x24fb83){const _0x50cf7d=a45_0x2449,_0x1e4593=_0x4dba1a();while(!![]){try{const _0x5b59bb=parseInt(_0x50cf7d(0x1ea))/0x1+parseInt(_0x50cf7d(0x20a))/0x2*(parseInt(_0x50cf7d(0x1f8))/0x3)+parseInt(_0x50cf7d(0x1fe))/0x4+parseInt(_0x50cf7d(0x206))/0x5*(-parseInt(_0x50cf7d(0x202))/0x6)+parseInt(_0x50cf7d(0x208))/0x7+-parseInt(_0x50cf7d(0x1f3))/0x8+parseInt(_0x50cf7d(0x1f9))/0x9;if(_0x5b59bb===_0x24fb83)break;else _0x1e4593['push'](_0x1e4593['shift']());}catch(_0xcc3ac5){_0x1e4593['push'](_0x1e4593['shift']());}}}(a45_0x51a1,0xe17e1));import{input,checkbox,select}from'@inquirer/prompts';import a45_0x87e74a 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 _0x336b0b=a45_0x2449,_0x2de93f=await input({'message':_0x336b0b(0x205),'validate':_0x3d3ee0=>{const _0x7df40=_0x336b0b,_0x26f238=validateAppcode(_0x3d3ee0['trim']());return _0x26f238[_0x7df40(0x1ff)]||_0x26f238[_0x7df40(0x1f2)]||_0x7df40(0x1e8);}});return _0x2de93f['trim']();}function a45_0x2449(_0x3abae9,_0x158c4a){_0x3abae9=_0x3abae9-0x1e7;const _0x51a19b=a45_0x51a1();let _0x2449eb=_0x51a19b[_0x3abae9];return _0x2449eb;}function a45_0x51a1(){const _0x137fe9=['message','3371176BmTrDh','获取到\x20','(跳过,稍后配置)','skip','gray','747pfLxTH','409689GajwaM','正在获取可用应用列表...','\x20个应用,请选择\x20(空格勾选,\x20a=全选,\x20i=反选):','✎\x20手动输入','\x0a未找到可用应用。','5579132xGOkDQ','valid','appCode','map','3301566hXRFwC','appName','custom','请输入\x20App\x20Code:','15OiTwJZ','manual','1085490xxZHCG','\x0a无法获取远程应用列表,请手动输入。','6434suPdsW','无法获取远程应用列表,请手动输入。','Invalid\x20App\x20Code','未找到可用应用。','599390LMAxuS','请选择要绑定的应用:','yellow','\x20\x20(','App\x20Code:','(未检测到登录态,请手动输入\x20App\x20Code\x20或直接跳过)','length','✎\x20自定义输入\x20appcode'];a45_0x51a1=function(){return _0x137fe9;};return a45_0x51a1();}export async function promptAppSelection(_0x80fd32){const _0x165e75=a45_0x2449,_0x24499f=[{'name':a45_0x87e74a[_0x165e75(0x1ec)](_0x165e75(0x1f1)),'value':-0x1},..._0x80fd32[_0x165e75(0x201)]((_0x4418ee,_0x3c38b7)=>({'name':_0x4418ee['appName']+'\x20\x20'+a45_0x87e74a['gray']('('+_0x4418ee[_0x165e75(0x200)]+')'),'value':_0x3c38b7}))],_0x283fab=await checkbox({'message':_0x165e75(0x1f4)+a45_0x87e74a['cyan'](_0x80fd32['length'])+_0x165e75(0x1fb),'choices':_0x24499f,'loop':![]});if(_0x283fab['includes'](-0x1))return _0x165e75(0x204);if(_0x283fab[_0x165e75(0x1f0)]===0x0)return _0x165e75(0x204);return _0x283fab[_0x165e75(0x201)](_0x241f67=>_0x80fd32[_0x241f67]);}export async function promptSingleAppSelection(_0x2ecad3){const _0x4ef21c=a45_0x2449,_0x5374f1=[{'name':a45_0x87e74a[_0x4ef21c(0x1f7)]('(跳过,稍后通过\x20config\x20set\x20appcode\x20配置)'),'value':_0x4ef21c(0x1f6)},{'name':a45_0x87e74a[_0x4ef21c(0x1ec)](_0x4ef21c(0x1f1)),'value':_0x4ef21c(0x204)},..._0x2ecad3[_0x4ef21c(0x201)](_0x579e60=>({'name':_0x579e60[_0x4ef21c(0x203)]+'\x20\x20'+a45_0x87e74a[_0x4ef21c(0x1f7)]('('+_0x579e60[_0x4ef21c(0x200)]+')'),'value':_0x579e60[_0x4ef21c(0x200)]}))],_0x4cfaab=await select({'message':_0x4ef21c(0x1eb),'choices':_0x5374f1});if(_0x4cfaab===_0x4ef21c(0x1f6))return _0x4ef21c(0x1f6);if(_0x4cfaab===_0x4ef21c(0x204))return _0x4ef21c(0x204);return _0x2ecad3['find'](_0x21b044=>_0x21b044[_0x4ef21c(0x200)]===_0x4cfaab);}export async function selectSingleAppcode(_0xd2fef){const _0x26c358=a45_0x2449;if(!_0xd2fef)return writeCliSideChannelLine(a45_0x87e74a['gray'](_0x26c358(0x1ef))),_fallbackOrSkip();writeCliSideChannelLine('正在获取可用应用列表...');let _0x7411ca;try{_0x7411ca=await withActiveCookie(_0xd2fef,()=>listRemoteApps());}catch(_0x4d94d5){writeCliSideChannelLine(a45_0x87e74a[_0x26c358(0x1ec)](_0x26c358(0x1e7)));if(_0x4d94d5 instanceof Error)writeCliSideChannelLine(a45_0x87e74a['gray']('\x20\x20('+_0x4d94d5['message']+')'));return _fallbackOrSkip();}if(_0x7411ca[_0x26c358(0x1f0)]===0x0)return writeCliSideChannelLine(a45_0x87e74a[_0x26c358(0x1ec)](_0x26c358(0x1e9))),_fallbackOrSkip();const _0x29c5e6=await promptSingleAppSelection(_0x7411ca);if(_0x29c5e6===_0x26c358(0x1f6))return'';if(_0x29c5e6===_0x26c358(0x204))return promptCustomAppcode();return _0x29c5e6['appCode'];}export async function selectMultipleApps(_0x155307){const _0x4834d3=a45_0x2449;writeCliSideChannelLine(_0x4834d3(0x1fa));let _0x171b43;try{_0x171b43=await withActiveCookie(_0x155307,()=>listRemoteApps());}catch(_0x4c49b7){writeCliSideChannelLine(_0x4834d3(0x209));if(_0x4c49b7 instanceof Error)writeCliSideChannelLine(_0x4834d3(0x1ed)+_0x4c49b7[_0x4834d3(0x1f2)]+')');return _0x4834d3(0x204);}if(_0x171b43[_0x4834d3(0x1f0)]===0x0)return writeCliSideChannelLine(_0x4834d3(0x1fd)),_0x4834d3(0x204);return promptAppSelection(_0x171b43);}async function _fallbackOrSkip(){const _0x2fa940=a45_0x2449,_0x29e0d3=await select({'message':_0x2fa940(0x1ee),'choices':[{'name':a45_0x87e74a[_0x2fa940(0x1f7)](_0x2fa940(0x1f5)),'value':_0x2fa940(0x1f6)},{'name':a45_0x87e74a['yellow'](_0x2fa940(0x1fc)),'value':_0x2fa940(0x207)}]});if(_0x29e0d3===_0x2fa940(0x1f6))return'';return promptCustomAppcode();}
@@ -1 +1 @@
1
- function a46_0x408c(){const _0x297a55=['SUCCESS','\x20returned\x20unknown\x20status\x20','8060qGTDai','\x20failed:\x20','Async\x20task\x20','FAILED','taskId','\x20is\x20processing.','\x20task\x20status\x20--task-id\x20','22682PDoIVf','\x20response\x20did\x20not\x20contain\x20a\x20status.','\x20--format\x20compress','148qZWePc','6834lvPmLy','trim','15myjFKD','3228NRhkcC','9BahBEa','\x27\x5c\x27\x27','6099860dRaBwB','PENDING','status','PROCESSING','\x20completed\x20successfully.','replace','201271qevQOH','Async\x20task\x20response\x20did\x20not\x20contain\x20a\x20taskId.','errorMessage','2401bbUUNH','90085tZZGet','2995296BIAyGj','has','\x20failed.','\x20is\x20pending.','toUpperCase','string','Task\x20','\x20--appcode\x20'];a46_0x408c=function(){return _0x297a55;};return a46_0x408c();}const a46_0x6071df=a46_0x2017;(function(_0x1418aa,_0x12269d){const _0x56e1ac=a46_0x2017,_0x181824=_0x1418aa();while(!![]){try{const _0x47e69c=parseInt(_0x56e1ac(0x20e))/0x1+-parseInt(_0x56e1ac(0x1f7))/0x2*(parseInt(_0x56e1ac(0x204))/0x3)+parseInt(_0x56e1ac(0x201))/0x4*(-parseInt(_0x56e1ac(0x1ec))/0x5)+parseInt(_0x56e1ac(0x202))/0x6*(parseInt(_0x56e1ac(0x1eb))/0x7)+-parseInt(_0x56e1ac(0x1ed))/0x8*(-parseInt(_0x56e1ac(0x206))/0x9)+parseInt(_0x56e1ac(0x208))/0xa+parseInt(_0x56e1ac(0x1fe))/0xb*(-parseInt(_0x56e1ac(0x205))/0xc);if(_0x47e69c===_0x12269d)break;else _0x181824['push'](_0x181824['shift']());}catch(_0x36e8e2){_0x181824['push'](_0x181824['shift']());}}}(a46_0x408c,0x51c29));import{CLI_BIN_NAME}from'../../constant/cli.js';function a46_0x2017(_0xa5de78,_0x2b4b91){_0xa5de78=_0xa5de78-0x1eb;const _0x408cbf=a46_0x408c();let _0x2017f1=_0x408cbf[_0xa5de78];return _0x2017f1;}import{CliErrors}from'../../errors.js';const TERMINAL_STATUSES=new Set([a46_0x6071df(0x1f5),a46_0x6071df(0x1fa)]),NON_TERMINAL_STATUSES=new Set([a46_0x6071df(0x209),a46_0x6071df(0x20b)]);export function normalizeAsyncTask(_0x5c17b0){const _0x100461=a46_0x6071df,_0x330aa7=typeof _0x5c17b0?.[_0x100461(0x1fb)]===_0x100461(0x1f2)?_0x5c17b0[_0x100461(0x1fb)][_0x100461(0x203)]():'';if(!_0x330aa7)throw CliErrors['apiError'](_0x100461(0x20f));const _0x1d0f9c=typeof _0x5c17b0[_0x100461(0x20a)]==='string'?_0x5c17b0['status'][_0x100461(0x203)]()[_0x100461(0x1f1)]():'';if(!_0x1d0f9c)throw CliErrors['apiError'](_0x100461(0x1f9)+_0x330aa7+_0x100461(0x1ff));return{'taskId':_0x330aa7,'status':_0x1d0f9c,'errorMessage':typeof _0x5c17b0[_0x100461(0x210)]===_0x100461(0x1f2)&&_0x5c17b0['errorMessage']['trim']()?_0x5c17b0[_0x100461(0x210)][_0x100461(0x203)]():null,'isTerminal':TERMINAL_STATUSES[_0x100461(0x1ee)](_0x1d0f9c),'knownStatus':TERMINAL_STATUSES[_0x100461(0x1ee)](_0x1d0f9c)||NON_TERMINAL_STATUSES[_0x100461(0x1ee)](_0x1d0f9c)};}export function buildAsyncTaskStatusCommand(_0x416fc2,_0x726370){const _0x1bd4e4=a46_0x6071df;return CLI_BIN_NAME+_0x1bd4e4(0x1fd)+quoteShellArg(_0x416fc2)+_0x1bd4e4(0x1f4)+quoteShellArg(_0x726370)+_0x1bd4e4(0x200);}export function asyncTaskMessage(_0x2941dd){const _0x43cac3=a46_0x6071df;switch(_0x2941dd[_0x43cac3(0x20a)]){case _0x43cac3(0x209):return _0x43cac3(0x1f3)+_0x2941dd[_0x43cac3(0x1fb)]+_0x43cac3(0x1f0);case _0x43cac3(0x20b):return'Task\x20'+_0x2941dd[_0x43cac3(0x1fb)]+_0x43cac3(0x1fc);case _0x43cac3(0x1f5):return _0x43cac3(0x1f3)+_0x2941dd[_0x43cac3(0x1fb)]+_0x43cac3(0x20c);case _0x43cac3(0x1fa):return _0x2941dd[_0x43cac3(0x210)]?_0x43cac3(0x1f3)+_0x2941dd[_0x43cac3(0x1fb)]+_0x43cac3(0x1f8)+_0x2941dd[_0x43cac3(0x210)]:_0x43cac3(0x1f3)+_0x2941dd[_0x43cac3(0x1fb)]+_0x43cac3(0x1ef);default:return _0x43cac3(0x1f3)+_0x2941dd[_0x43cac3(0x1fb)]+_0x43cac3(0x1f6)+_0x2941dd['status']+'.';}}function quoteShellArg(_0x155a12){const _0x20629a=a46_0x6071df;return'\x27'+_0x155a12[_0x20629a(0x20d)](/'/g,_0x20629a(0x207))+'\x27';}
1
+ const a46_0x1ec3a1=a46_0x474c;(function(_0x4d4519,_0x10c599){const _0x47e4f8=a46_0x474c,_0x38100d=_0x4d4519();while(!![]){try{const _0x427dd8=parseInt(_0x47e4f8(0x12c))/0x1*(-parseInt(_0x47e4f8(0x128))/0x2)+-parseInt(_0x47e4f8(0x11f))/0x3*(-parseInt(_0x47e4f8(0x137))/0x4)+parseInt(_0x47e4f8(0x12a))/0x5*(parseInt(_0x47e4f8(0x117))/0x6)+parseInt(_0x47e4f8(0x12b))/0x7+parseInt(_0x47e4f8(0x112))/0x8*(-parseInt(_0x47e4f8(0x130))/0x9)+parseInt(_0x47e4f8(0x136))/0xa*(parseInt(_0x47e4f8(0x116))/0xb)+-parseInt(_0x47e4f8(0x12f))/0xc*(-parseInt(_0x47e4f8(0x11a))/0xd);if(_0x427dd8===_0x10c599)break;else _0x38100d['push'](_0x38100d['shift']());}catch(_0x5b314e){_0x38100d['push'](_0x38100d['shift']());}}}(a46_0x226f,0x88247));function a46_0x474c(_0x401305,_0x2c3ebb){_0x401305=_0x401305-0x112;const _0x226f6b=a46_0x226f();let _0x474c25=_0x226f6b[_0x401305];return _0x474c25;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';const TERMINAL_STATUSES=new Set([a46_0x1ec3a1(0x135),a46_0x1ec3a1(0x133)]),NON_TERMINAL_STATUSES=new Set([a46_0x1ec3a1(0x11e),'PROCESSING']);export function normalizeAsyncTask(_0x169f91){const _0x25e9fa=a46_0x1ec3a1,_0x4fb39b=typeof _0x169f91?.[_0x25e9fa(0x129)]===_0x25e9fa(0x131)?_0x169f91[_0x25e9fa(0x129)]['trim']():'';if(!_0x4fb39b)throw CliErrors['apiError'](_0x25e9fa(0x134));const _0x318317=typeof _0x169f91[_0x25e9fa(0x113)]==='string'?_0x169f91[_0x25e9fa(0x113)][_0x25e9fa(0x132)]()[_0x25e9fa(0x12e)]():'';if(!_0x318317)throw CliErrors[_0x25e9fa(0x122)](_0x25e9fa(0x114)+_0x4fb39b+'\x20response\x20did\x20not\x20contain\x20a\x20status.');return{'taskId':_0x4fb39b,'status':_0x318317,'errorMessage':typeof _0x169f91[_0x25e9fa(0x127)]===_0x25e9fa(0x131)&&_0x169f91[_0x25e9fa(0x127)][_0x25e9fa(0x132)]()?_0x169f91[_0x25e9fa(0x127)][_0x25e9fa(0x132)]():null,'isTerminal':TERMINAL_STATUSES['has'](_0x318317),'knownStatus':TERMINAL_STATUSES['has'](_0x318317)||NON_TERMINAL_STATUSES[_0x25e9fa(0x115)](_0x318317)};}export function buildAsyncTaskStatusCommand(_0x42d485,_0x2b285b){const _0x3008be=a46_0x1ec3a1;return CLI_BIN_NAME+_0x3008be(0x120)+quoteShellArg(_0x42d485)+_0x3008be(0x12d)+quoteShellArg(_0x2b285b)+_0x3008be(0x125);}export function asyncTaskMessage(_0x588934){const _0x171383=a46_0x1ec3a1;switch(_0x588934['status']){case'PENDING':return _0x171383(0x119)+_0x588934[_0x171383(0x129)]+_0x171383(0x121);case _0x171383(0x124):return'Task\x20'+_0x588934[_0x171383(0x129)]+_0x171383(0x11b);case _0x171383(0x135):return _0x171383(0x119)+_0x588934[_0x171383(0x129)]+_0x171383(0x123);case _0x171383(0x133):return _0x588934[_0x171383(0x127)]?_0x171383(0x119)+_0x588934[_0x171383(0x129)]+'\x20failed:\x20'+_0x588934[_0x171383(0x127)]:'Task\x20'+_0x588934['taskId']+_0x171383(0x126);default:return _0x171383(0x119)+_0x588934[_0x171383(0x129)]+_0x171383(0x11c)+_0x588934[_0x171383(0x113)]+'.';}}function a46_0x226f(){const _0x1a6c39=['2976162FuIhzB','1iKBkKn','\x20--appcode\x20','toUpperCase','50892rhADoW','900sFDoua','string','trim','FAILED','Async\x20task\x20response\x20did\x20not\x20contain\x20a\x20taskId.','SUCCESS','339260BVyHZt','28mJgwka','34664hKUQGk','status','Async\x20task\x20','has','319hiMGTe','6VheuKQ','\x27\x5c\x27\x27','Task\x20','195MhJSCu','\x20is\x20processing.','\x20returned\x20unknown\x20status\x20','replace','PENDING','70134OGysuD','\x20task\x20status\x20--task-id\x20','\x20is\x20pending.','apiError','\x20completed\x20successfully.','PROCESSING','\x20--format\x20compress','\x20failed.','errorMessage','2036570pJlFSr','taskId','1864715xRApMl'];a46_0x226f=function(){return _0x1a6c39;};return a46_0x226f();}function quoteShellArg(_0xa13aab){const _0x5abfb5=a46_0x1ec3a1;return'\x27'+_0xa13aab[_0x5abfb5(0x11d)](/'/g,_0x5abfb5(0x118))+'\x27';}
@@ -1 +1 @@
1
- function a47_0x10ff(){var _0x1d953e=['2956812QDoPOt','2616390Rxutnu','method','478330AerKhe','31QvTUTm','13880QVgCtZ','62114LwuVmQ','16603551iWkSZt','802304tfPWPq','786RvXcXg','description'];a47_0x10ff=function(){return _0x1d953e;};return a47_0x10ff();}(function(_0x558b02,_0x5eed62){var _0x472d91=a47_0x3f5c,_0x62594f=_0x558b02();while(!![]){try{var _0x5cc636=-parseInt(_0x472d91(0x16f))/0x1*(-parseInt(_0x472d91(0x171))/0x2)+parseInt(_0x472d91(0x174))/0x3*(parseInt(_0x472d91(0x170))/0x4)+parseInt(_0x472d91(0x16e))/0x5+parseInt(_0x472d91(0x176))/0x6+parseInt(_0x472d91(0x16c))/0x7+-parseInt(_0x472d91(0x173))/0x8+-parseInt(_0x472d91(0x172))/0x9;if(_0x5cc636===_0x5eed62)break;else _0x62594f['push'](_0x62594f['shift']());}catch(_0x35a334){_0x62594f['push'](_0x62594f['shift']());}}}(a47_0x10ff,0xd90ba));function a47_0x3f5c(_0x5aaf88,_0x1d7e96){_0x5aaf88=_0x5aaf88-0x16c;var _0x10ff89=a47_0x10ff();var _0x3f5cbf=_0x10ff89[_0x5aaf88];return _0x3f5cbf;}export function asDryRunResult(_0x5373f3,_0x421c18){var _0x425eaa=a47_0x3f5c;return Object['defineProperties'](_0x5373f3,{'method':{'value':_0x421c18[_0x425eaa(0x16d)],'enumerable':![]},'url':{'value':_0x421c18['url'],'enumerable':![]},..._0x421c18[_0x425eaa(0x175)]?{'description':{'value':_0x421c18[_0x425eaa(0x175)],'enumerable':![]}}:{}});}
1
+ (function(_0x2c1300,_0x14198b){var _0x16241e=a47_0x4eb0,_0x268b12=_0x2c1300();while(!![]){try{var _0x86e38=-parseInt(_0x16241e(0xdf))/0x1*(-parseInt(_0x16241e(0xe3))/0x2)+-parseInt(_0x16241e(0xe7))/0x3+-parseInt(_0x16241e(0xe4))/0x4+-parseInt(_0x16241e(0xde))/0x5+parseInt(_0x16241e(0xe1))/0x6*(parseInt(_0x16241e(0xe8))/0x7)+-parseInt(_0x16241e(0xe0))/0x8+parseInt(_0x16241e(0xe2))/0x9;if(_0x86e38===_0x14198b)break;else _0x268b12['push'](_0x268b12['shift']());}catch(_0x56be3d){_0x268b12['push'](_0x268b12['shift']());}}}(a47_0xfd87,0xc7f70));function a47_0xfd87(){var _0x1e9079=['3679086mGscSb','7ZaWUcx','description','597010RqqLQY','144898HqXVBv','3133616RGJteE','977892JpMlhA','17988381rrsXPH','16XweSJa','3057412xnMsta','method','defineProperties'];a47_0xfd87=function(){return _0x1e9079;};return a47_0xfd87();}function a47_0x4eb0(_0x486fa3,_0x4094fc){_0x486fa3=_0x486fa3-0xde;var _0xfd8796=a47_0xfd87();var _0x4eb09d=_0xfd8796[_0x486fa3];return _0x4eb09d;}export function asDryRunResult(_0x8eeb4f,_0x674509){var _0x52d0c9=a47_0x4eb0;return Object[_0x52d0c9(0xe6)](_0x8eeb4f,{'method':{'value':_0x674509[_0x52d0c9(0xe5)],'enumerable':![]},'url':{'value':_0x674509['url'],'enumerable':![]},..._0x674509[_0x52d0c9(0xe9)]?{'description':{'value':_0x674509[_0x52d0c9(0xe9)],'enumerable':![]}}:{}});}
@@ -1 +1 @@
1
- const a48_0xb64d0a=a48_0x386b;(function(_0x13ccc3,_0xb50892){const _0x24a693=a48_0x386b,_0x4ee045=_0x13ccc3();while(!![]){try{const _0xabce30=-parseInt(_0x24a693(0x81))/0x1*(-parseInt(_0x24a693(0x90))/0x2)+-parseInt(_0x24a693(0x85))/0x3*(-parseInt(_0x24a693(0x8f))/0x4)+-parseInt(_0x24a693(0x94))/0x5+parseInt(_0x24a693(0x8c))/0x6+parseInt(_0x24a693(0x88))/0x7*(parseInt(_0x24a693(0x89))/0x8)+parseInt(_0x24a693(0x83))/0x9+parseInt(_0x24a693(0x93))/0xa*(-parseInt(_0x24a693(0x87))/0xb);if(_0xabce30===_0xb50892)break;else _0x4ee045['push'](_0x4ee045['shift']());}catch(_0x2d3077){_0x4ee045['push'](_0x4ee045['shift']());}}}(a48_0x1147,0xdc2a6));export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}$/i,'description':'a\x2032-character\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588)'};export const CODE_FLAG={'name':'code','type':'string','required':!![],'description':'Dataset\x20code\x20(32-char\x20hex\x20UUID)','pattern':DATASET_CODE_PATTERN};function a48_0x386b(_0x511796,_0x30a9c3){_0x511796=_0x511796-0x80;const _0x1147ff=a48_0x1147();let _0x386b6=_0x1147ff[_0x511796];return _0x386b6;}function a48_0x1147(){const _0x5504a2=['string','1460682fEiTXK','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','datasetcode','1604QnYwxk','10ndKUtp','MYSQL','POSTGRESQL','610tCrEbb','6211440nvwKkr','dbtype','291013FQnMTb','number','6375231BhFJrL','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','5574joQsur','Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)','259083NbFROt','38990qdNBOa','616eJCeWN','sqlcode'];a48_0x1147=function(){return _0x5504a2;};return a48_0x1147();}export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a48_0xb64d0a(0x8e),'description':'Dataset\x20code\x20(32-char\x20hex\x20UUID)'};export const SQLCODE_FLAG={'name':a48_0xb64d0a(0x8a),'type':'string','required':!![],'description':a48_0xb64d0a(0x8d),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a48_0xb64d0a(0x84)}};export const APPCODE_FLAG_OPTIONAL={'name':'appcode','type':a48_0xb64d0a(0x8b),'required':![],'description':'App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)'};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':'App\x20code\x20(e.g.\x20app-xxxxx)'};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};export const DBLINK_ID_FLAG={'name':'id','type':a48_0xb64d0a(0x82),'required':!![],'description':a48_0xb64d0a(0x86)};export const DB_TYPE_FLAG={'name':a48_0xb64d0a(0x80),'type':a48_0xb64d0a(0x8b),'required':!![],'description':'Database\x20product\x20type','enum':[a48_0xb64d0a(0x91),a48_0xb64d0a(0x92)]};
1
+ const a48_0x45c041=a48_0x3aec;(function(_0x24cd09,_0x451ba9){const _0x1c8167=a48_0x3aec,_0x16de6c=_0x24cd09();while(!![]){try{const _0x4e2a1a=-parseInt(_0x1c8167(0x83))/0x1+parseInt(_0x1c8167(0x84))/0x2+-parseInt(_0x1c8167(0x91))/0x3*(parseInt(_0x1c8167(0x8a))/0x4)+-parseInt(_0x1c8167(0x85))/0x5+-parseInt(_0x1c8167(0x8f))/0x6+parseInt(_0x1c8167(0x90))/0x7+-parseInt(_0x1c8167(0x80))/0x8*(-parseInt(_0x1c8167(0x86))/0x9);if(_0x4e2a1a===_0x451ba9)break;else _0x16de6c['push'](_0x16de6c['shift']());}catch(_0x47b886){_0x16de6c['push'](_0x16de6c['shift']());}}}(a48_0x31e1,0x78d52));export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}$/i,'description':a48_0x45c041(0x88)};export const CODE_FLAG={'name':a48_0x45c041(0x82),'type':'string','required':!![],'description':a48_0x45c041(0x8c),'pattern':DATASET_CODE_PATTERN};export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};function a48_0x3aec(_0x1e8c9b,_0xcb5596){_0x1e8c9b=_0x1e8c9b-0x7d;const _0x31e143=a48_0x31e1();let _0x3aecd6=_0x31e143[_0x1e8c9b];return _0x3aecd6;}export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a48_0x45c041(0x8e),'description':a48_0x45c041(0x8c)};function a48_0x31e1(){const _0x424b81=['660457PWvSqV','909szHSDi','number','string','dbtype','MYSQL','POSTGRESQL','267904JUumDw','Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)','code','405511UcvQoF','516282dRjMZN','2300355VinASc','657QakxvK','Database\x20product\x20type','a\x2032-character\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588)','App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)','7472PASOBO','appcode','Dataset\x20code\x20(32-char\x20hex\x20UUID)','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','datasetcode','5223600hGHmJN'];a48_0x31e1=function(){return _0x424b81;};return a48_0x31e1();}export const SQLCODE_FLAG={'name':'sqlcode','type':a48_0x45c041(0x93),'required':!![],'description':a48_0x45c041(0x8d),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':'SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)'}};export const APPCODE_FLAG_OPTIONAL={'name':a48_0x45c041(0x8b),'type':a48_0x45c041(0x93),'required':![],'description':a48_0x45c041(0x89)};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':'App\x20code\x20(e.g.\x20app-xxxxx)'};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};export const DBLINK_ID_FLAG={'name':'id','type':a48_0x45c041(0x92),'required':!![],'description':a48_0x45c041(0x81)};export const DB_TYPE_FLAG={'name':a48_0x45c041(0x7d),'type':'string','required':!![],'description':a48_0x45c041(0x87),'enum':[a48_0x45c041(0x7e),a48_0x45c041(0x7f)]};
@@ -1 +1 @@
1
- (function(_0x38ca43,_0x239f02){const _0x4986e9=a49_0x55fe,_0x574eb4=_0x38ca43();while(!![]){try{const _0x5a09fd=parseInt(_0x4986e9(0x124))/0x1+parseInt(_0x4986e9(0x125))/0x2*(-parseInt(_0x4986e9(0x114))/0x3)+parseInt(_0x4986e9(0x117))/0x4*(parseInt(_0x4986e9(0x113))/0x5)+-parseInt(_0x4986e9(0x115))/0x6*(parseInt(_0x4986e9(0x11c))/0x7)+parseInt(_0x4986e9(0x11b))/0x8*(parseInt(_0x4986e9(0x123))/0x9)+-parseInt(_0x4986e9(0x11f))/0xa*(parseInt(_0x4986e9(0x11e))/0xb)+-parseInt(_0x4986e9(0x119))/0xc*(parseInt(_0x4986e9(0x118))/0xd);if(_0x5a09fd===_0x239f02)break;else _0x574eb4['push'](_0x574eb4['shift']());}catch(_0x481ed1){_0x574eb4['push'](_0x574eb4['shift']());}}}(a49_0x3346,0x47984));function a49_0x55fe(_0x44a1c6,_0x361726){_0x44a1c6=_0x44a1c6-0x113;const _0x334613=a49_0x3346();let _0x55fecd=_0x334613[_0x44a1c6];return _0x55fecd;}import{existsSync,statSync}from'node:fs';import{CliErrors}from'../../errors.js';const BYTES_PER_MB=0x400*0x400;export const DEVELOPMENT_UPLOAD_MAX_BYTES=0x32*BYTES_PER_MB;function formatBytes(_0x29dba2){const _0x441158=a49_0x55fe;if(_0x29dba2>=BYTES_PER_MB){const _0x1f0bdd=Math[_0x441158(0x120)](_0x29dba2/BYTES_PER_MB*0x64)/0x64;return _0x1f0bdd[_0x441158(0x11a)](0x2)+'\x20MB';}return _0x29dba2+'\x20B';}function a49_0x3346(){const _0x50277d=['9816xNvrTH','size','1691805AdjHcx','54dMJium','2422878qSPDDA','\x20path\x20is\x20required.','4vljCKk','39RQZObx','140472yIMJWg','toFixed','1898280uhWbsp','7CBUcjt','trim','44BfswUH','750140ycuHFI','ceil','isFile','validation','9WuJknM','544937ddkdAr'];a49_0x3346=function(){return _0x50277d;};return a49_0x3346();}export function requireDevelopmentUploadFile(_0x249e02,_0x5824e8){const _0x578416=a49_0x55fe,_0x5112f0=_0x249e02[_0x578416(0x11d)]();if(!_0x5112f0)throw CliErrors['validation'](_0x5824e8+_0x578416(0x116));if(!existsSync(_0x5112f0))throw CliErrors[_0x578416(0x122)]('File\x20not\x20found:\x20'+_0x5112f0);const _0x86bae6=statSync(_0x5112f0);if(!_0x86bae6[_0x578416(0x121)]())throw CliErrors[_0x578416(0x122)]('File\x20is\x20not\x20a\x20regular\x20file:\x20'+_0x5112f0);if(_0x86bae6[_0x578416(0x126)]>DEVELOPMENT_UPLOAD_MAX_BYTES)throw CliErrors[_0x578416(0x122)]('File\x20exceeds\x20the\x20development\x20upload\x20limit\x20of\x2050\x20MB:\x20'+_0x5112f0+'\x20('+formatBytes(_0x86bae6[_0x578416(0x126)])+')');return{'path':_0x5112f0,'size':_0x86bae6[_0x578416(0x126)]};}
1
+ (function(_0x140eab,_0x102a94){const _0x85e416=a49_0x45f2,_0x134399=_0x140eab();while(!![]){try{const _0x3888a5=parseInt(_0x85e416(0xfc))/0x1+-parseInt(_0x85e416(0x10d))/0x2*(parseInt(_0x85e416(0x104))/0x3)+-parseInt(_0x85e416(0x106))/0x4+-parseInt(_0x85e416(0xfd))/0x5+-parseInt(_0x85e416(0x109))/0x6*(-parseInt(_0x85e416(0x108))/0x7)+parseInt(_0x85e416(0x10b))/0x8*(-parseInt(_0x85e416(0x100))/0x9)+parseInt(_0x85e416(0x103))/0xa*(parseInt(_0x85e416(0x105))/0xb);if(_0x3888a5===_0x102a94)break;else _0x134399['push'](_0x134399['shift']());}catch(_0x59e631){_0x134399['push'](_0x134399['shift']());}}}(a49_0x3d88,0xd88e1));import{existsSync,statSync}from'node:fs';function a49_0x45f2(_0x375c46,_0x3ea778){_0x375c46=_0x375c46-0xfc;const _0x3d8854=a49_0x3d88();let _0x45f2e1=_0x3d8854[_0x375c46];return _0x45f2e1;}import{CliErrors}from'../../errors.js';function a49_0x3d88(){const _0xc7d0ad=['File\x20exceeds\x20the\x20development\x20upload\x20limit\x20of\x2050\x20MB:\x20','File\x20not\x20found:\x20','1196568QHYbaf','validation','size','12148230rNSzBo','1850883KXlPQA','11QDJapp','1149152EbHNGG','ceil','245lIcsIu','279462ObdcWb','\x20path\x20is\x20required.','16vQNbRT','\x20MB','4iliaVu','toFixed','isFile','1010795tyGpPD','5908450DZrYzD'];a49_0x3d88=function(){return _0xc7d0ad;};return a49_0x3d88();}const BYTES_PER_MB=0x400*0x400;export const DEVELOPMENT_UPLOAD_MAX_BYTES=0x32*BYTES_PER_MB;function formatBytes(_0x41aff9){const _0x510884=a49_0x45f2;if(_0x41aff9>=BYTES_PER_MB){const _0xa50595=Math[_0x510884(0x107)](_0x41aff9/BYTES_PER_MB*0x64)/0x64;return _0xa50595[_0x510884(0x10e)](0x2)+_0x510884(0x10c);}return _0x41aff9+'\x20B';}export function requireDevelopmentUploadFile(_0x569835,_0x4e0f10){const _0x19ef08=a49_0x45f2,_0x17ef7d=_0x569835['trim']();if(!_0x17ef7d)throw CliErrors[_0x19ef08(0x101)](_0x4e0f10+_0x19ef08(0x10a));if(!existsSync(_0x17ef7d))throw CliErrors[_0x19ef08(0x101)](_0x19ef08(0xff)+_0x17ef7d);const _0xaac4ef=statSync(_0x17ef7d);if(!_0xaac4ef[_0x19ef08(0x10f)]())throw CliErrors[_0x19ef08(0x101)]('File\x20is\x20not\x20a\x20regular\x20file:\x20'+_0x17ef7d);if(_0xaac4ef['size']>DEVELOPMENT_UPLOAD_MAX_BYTES)throw CliErrors[_0x19ef08(0x101)](_0x19ef08(0xfe)+_0x17ef7d+'\x20('+formatBytes(_0xaac4ef[_0x19ef08(0x102)])+')');return{'path':_0x17ef7d,'size':_0xaac4ef[_0x19ef08(0x102)]};}
@@ -1 +1 @@
1
- (function(_0x17ab9c,_0x5d2c2a){const _0xac0169=a50_0x1466,_0x50d872=_0x17ab9c();while(!![]){try{const _0x587af3=parseInt(_0xac0169(0x12f))/0x1+-parseInt(_0xac0169(0x12a))/0x2+parseInt(_0xac0169(0x137))/0x3+parseInt(_0xac0169(0x134))/0x4+parseInt(_0xac0169(0x12d))/0x5+-parseInt(_0xac0169(0x133))/0x6+parseInt(_0xac0169(0x12c))/0x7*(-parseInt(_0xac0169(0x135))/0x8);if(_0x587af3===_0x5d2c2a)break;else _0x50d872['push'](_0x50d872['shift']());}catch(_0x4a49bd){_0x50d872['push'](_0x50d872['shift']());}}}(a50_0x4231,0x3d476));function a50_0x1466(_0x5f3137,_0x1840f8){_0x5f3137=_0x5f3137-0x12a;const _0x423168=a50_0x4231();let _0x146657=_0x423168[_0x5f3137];return _0x146657;}export function validateAppcode(_0x3945d6){const _0x1d0648=a50_0x1466,_0x574bcd=_0x3945d6[_0x1d0648(0x12e)]();if(!_0x574bcd)return{'valid':![],'message':_0x1d0648(0x136)};if(_0x574bcd[_0x1d0648(0x12b)]>0x64)return{'valid':![],'message':_0x1d0648(0x130)};if(!/^[A-Za-z0-9_-]+$/[_0x1d0648(0x131)](_0x574bcd))return{'valid':![],'message':_0x1d0648(0x132)};return{'valid':!![]};}function a50_0x4231(){const _0x5ad6d4=['trim','142374clPved','App\x20Code\x20cannot\x20exceed\x20100\x20characters','test','Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed','1192368aShRbG','1572800bUqUTZ','8ksrlFR','App\x20Code\x20cannot\x20be\x20empty','833565vChBRW','393958hnzVma','length','4614106lUrCXe','2462170SEFzvp'];a50_0x4231=function(){return _0x5ad6d4;};return a50_0x4231();}
1
+ (function(_0x1dbeab,_0x867f51){const _0x35f538=a50_0x1f3f,_0x36873b=_0x1dbeab();while(!![]){try{const _0x3ec81d=-parseInt(_0x35f538(0x17a))/0x1*(-parseInt(_0x35f538(0x174))/0x2)+parseInt(_0x35f538(0x179))/0x3+parseInt(_0x35f538(0x172))/0x4*(parseInt(_0x35f538(0x178))/0x5)+parseInt(_0x35f538(0x171))/0x6*(-parseInt(_0x35f538(0x17e))/0x7)+parseInt(_0x35f538(0x17c))/0x8+-parseInt(_0x35f538(0x17d))/0x9*(-parseInt(_0x35f538(0x17f))/0xa)+parseInt(_0x35f538(0x175))/0xb*(-parseInt(_0x35f538(0x17b))/0xc);if(_0x3ec81d===_0x867f51)break;else _0x36873b['push'](_0x36873b['shift']());}catch(_0x4bda9b){_0x36873b['push'](_0x36873b['shift']());}}}(a50_0x1264,0x1e368));function a50_0x1f3f(_0x4085c2,_0x3e5c88){_0x4085c2=_0x4085c2-0x170;const _0x126480=a50_0x1264();let _0x1f3fed=_0x126480[_0x4085c2];return _0x1f3fed;}function a50_0x1264(){const _0x48d040=['38PPMiKE','396DzbmRV','length','App\x20Code\x20cannot\x20be\x20empty','125NQtayX','504093Hrxqmb','12368kWWXkH','279204dVVBSb','1690056gDpPFh','504wOdpij','224917OUjTSr','36420fTUcAg','trim','18TjJVpb','38324tgehzR','App\x20Code\x20cannot\x20exceed\x20100\x20characters'];a50_0x1264=function(){return _0x48d040;};return a50_0x1264();}export function validateAppcode(_0x44ac20){const _0x537128=a50_0x1f3f,_0x2a69f6=_0x44ac20[_0x537128(0x170)]();if(!_0x2a69f6)return{'valid':![],'message':_0x537128(0x177)};if(_0x2a69f6[_0x537128(0x176)]>0x64)return{'valid':![],'message':_0x537128(0x173)};if(!/^[A-Za-z0-9_-]+$/['test'](_0x2a69f6))return{'valid':![],'message':'Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed'};return{'valid':!![]};}
@@ -1 +1 @@
1
- function a51_0x5a67(){const _0x572ca3=['Usage:\x20','528241SyjaPY','117qdQmPt','228132LOqtDJ','8XiVcbT','243237kOcyQl','55cptYQZ','appcode','app','2711643lzNHYr','validation','17496PzIYJM','4608gsDAUL','48ayrWbF','2435811dyjYQY','205036HrJYGF','config','key','string','20FnjAnm','\x20config\x20get\x20--key\x20<key>','read','object'];a51_0x5a67=function(){return _0x572ca3;};return a51_0x5a67();}const a51_0xcc1a73=a51_0x5a3f;(function(_0xa1d3,_0x32ef36){const _0x960315=a51_0x5a3f,_0x5aa50c=_0xa1d3();while(!![]){try{const _0x7e2a9d=-parseInt(_0x960315(0x11d))/0x1*(parseInt(_0x960315(0x11c))/0x2)+parseInt(_0x960315(0x126))/0x3+parseInt(_0x960315(0x127))/0x4*(parseInt(_0x960315(0x11e))/0x5)+-parseInt(_0x960315(0x125))/0x6*(parseInt(_0x960315(0x119))/0x7)+parseInt(_0x960315(0x124))/0x8*(parseInt(_0x960315(0x123))/0x9)+-parseInt(_0x960315(0x12b))/0xa*(parseInt(_0x960315(0x121))/0xb)+parseInt(_0x960315(0x11b))/0xc*(parseInt(_0x960315(0x11a))/0xd);if(_0x7e2a9d===_0x32ef36)break;else _0x5aa50c['push'](_0x5aa50c['shift']());}catch(_0x296ec5){_0x5aa50c['push'](_0x5aa50c['shift']());}}}(a51_0x5a67,0x91bd7));import{CliErrors}from'../../errors.js';import{readConfig}from'../../utils/config.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{getConfigCommandKeyDescription}from'../../commands/config/shared.js';async function execute(_0x4e4f2b){const _0x5ef589=a51_0x5a3f,_0x281a5d=_0x4e4f2b['str'](_0x5ef589(0x129));if(!_0x281a5d)throw CliErrors['validation']('Missing\x20key.',_0x5ef589(0x118)+CLI_BIN_NAME+_0x5ef589(0x115));const _0x27441a=readConfig(),_0x54a6c9=_0x281a5d===_0x5ef589(0x120)?_0x5ef589(0x11f):_0x281a5d,_0x397f40=_0x27441a[_0x54a6c9];if(_0x397f40===undefined)throw CliErrors[_0x5ef589(0x122)]('Key\x20not\x20found:\x20'+_0x281a5d);return{'ok':!![],'data':typeof _0x397f40===_0x5ef589(0x117)?_0x397f40:{[_0x54a6c9]:_0x397f40},'message':typeof _0x397f40===_0x5ef589(0x117)?undefined:String(_0x397f40)};}function a51_0x5a3f(_0x5a69f0,_0x368fc0){_0x5a69f0=_0x5a69f0-0x115;const _0x5a6730=a51_0x5a67();let _0x5a3f84=_0x5a6730[_0x5a69f0];return _0x5a3f84;}export const configGetDefinition={'service':a51_0xcc1a73(0x128),'command':'get','description':'Get\x20a\x20config\x20value\x20by\x20key','risk':a51_0xcc1a73(0x116),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'key','type':a51_0xcc1a73(0x12a),'description':getConfigCommandKeyDescription(),'required':!![]}],'execute':execute};
1
+ const a51_0x2c6d47=a51_0x4076;(function(_0x32ca72,_0x292ca5){const _0x533dee=a51_0x4076,_0x1e903b=_0x32ca72();while(!![]){try{const _0x32f323=-parseInt(_0x533dee(0x1b6))/0x1*(parseInt(_0x533dee(0x1b0))/0x2)+parseInt(_0x533dee(0x1af))/0x3*(-parseInt(_0x533dee(0x1ae))/0x4)+parseInt(_0x533dee(0x1ad))/0x5+-parseInt(_0x533dee(0x1aa))/0x6+-parseInt(_0x533dee(0x1b7))/0x7+parseInt(_0x533dee(0x1ac))/0x8+parseInt(_0x533dee(0x1b1))/0x9;if(_0x32f323===_0x292ca5)break;else _0x1e903b['push'](_0x1e903b['shift']());}catch(_0x1dd0b2){_0x1e903b['push'](_0x1e903b['shift']());}}}(a51_0x2270,0xc5b82));import{CliErrors}from'../../errors.js';function a51_0x2270(){const _0x5ede12=['\x20config\x20get\x20--key\x20<key>','app','appcode','validation','212HycPTd','440902lXwEea','Key\x20not\x20found:\x20','key','get','read','string','2662170BjnvKb','object','3976480ZEiFmY','6726075iglbZf','4hQTdLh','2237505vULyqk','11358UXggfO','12816423eaawOG'];a51_0x2270=function(){return _0x5ede12;};return a51_0x2270();}function a51_0x4076(_0x1f2dc1,_0x594ac3){_0x1f2dc1=_0x1f2dc1-0x1a5;const _0x2270a5=a51_0x2270();let _0x407635=_0x2270a5[_0x1f2dc1];return _0x407635;}import{readConfig}from'../../utils/config.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{getConfigCommandKeyDescription}from'../../commands/config/shared.js';async function execute(_0x251efb){const _0x3df8b7=a51_0x4076,_0x212bfb=_0x251efb['str'](_0x3df8b7(0x1a6));if(!_0x212bfb)throw CliErrors['validation']('Missing\x20key.','Usage:\x20'+CLI_BIN_NAME+_0x3df8b7(0x1b2));const _0x2a9b5f=readConfig(),_0x4d1278=_0x212bfb===_0x3df8b7(0x1b3)?_0x3df8b7(0x1b4):_0x212bfb,_0x4580b5=_0x2a9b5f[_0x4d1278];if(_0x4580b5===undefined)throw CliErrors[_0x3df8b7(0x1b5)](_0x3df8b7(0x1a5)+_0x212bfb);return{'ok':!![],'data':typeof _0x4580b5===_0x3df8b7(0x1ab)?_0x4580b5:{[_0x4d1278]:_0x4580b5},'message':typeof _0x4580b5==='object'?undefined:String(_0x4580b5)};}export const configGetDefinition={'service':'config','command':a51_0x2c6d47(0x1a7),'description':'Get\x20a\x20config\x20value\x20by\x20key','risk':a51_0x2c6d47(0x1a8),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'key','type':a51_0x2c6d47(0x1a9),'description':getConfigCommandKeyDescription(),'required':!![]}],'execute':execute};
@@ -1 +1 @@
1
- function a52_0x49b5(){const _0xe93c51=['8153831wYvAse','1189120wzVuHL','6MRAjgq','173630hGAdoW','27mNYXrb','1048jTYsGv','1207122BDpzZE','837550EjBHIe','9033FUKvPZ','254075XSXkvO'];a52_0x49b5=function(){return _0xe93c51;};return a52_0x49b5();}(function(_0x35d7d5,_0x8b7718){const _0xfb11ee=a52_0x44e1,_0x2de49d=_0x35d7d5();while(!![]){try{const _0x4b5dad=parseInt(_0xfb11ee(0x6b))/0x1+parseInt(_0xfb11ee(0x6c))/0x2+parseInt(_0xfb11ee(0x6d))/0x3*(parseInt(_0xfb11ee(0x6a))/0x4)+-parseInt(_0xfb11ee(0x64))/0x5+parseInt(_0xfb11ee(0x67))/0x6*(-parseInt(_0xfb11ee(0x65))/0x7)+parseInt(_0xfb11ee(0x66))/0x8*(-parseInt(_0xfb11ee(0x69))/0x9)+-parseInt(_0xfb11ee(0x68))/0xa;if(_0x4b5dad===_0x8b7718)break;else _0x2de49d['push'](_0x2de49d['shift']());}catch(_0x1e5a2f){_0x2de49d['push'](_0x2de49d['shift']());}}}(a52_0x49b5,0xb3a68));import{configListDefinition}from'../../commands/config/list.js';import{configGetDefinition}from'../../commands/config/get.js';import{configSetDefinition}from'../../commands/config/set.js';function a52_0x44e1(_0x43b3d1,_0x8ddc51){_0x43b3d1=_0x43b3d1-0x64;const _0x49b531=a52_0x49b5();let _0x44e154=_0x49b531[_0x43b3d1];return _0x44e154;}export const configDefinitions=[configListDefinition,configGetDefinition,configSetDefinition];
1
+ (function(_0xd843a6,_0x121ba2){const _0x5c044b=a52_0x4989,_0xd75f8=_0xd843a6();while(!![]){try{const _0x278591=-parseInt(_0x5c044b(0x1d9))/0x1*(-parseInt(_0x5c044b(0x1d8))/0x2)+parseInt(_0x5c044b(0x1d5))/0x3+-parseInt(_0x5c044b(0x1da))/0x4+parseInt(_0x5c044b(0x1d7))/0x5+-parseInt(_0x5c044b(0x1d3))/0x6+-parseInt(_0x5c044b(0x1d4))/0x7+parseInt(_0x5c044b(0x1d6))/0x8;if(_0x278591===_0x121ba2)break;else _0xd75f8['push'](_0xd75f8['shift']());}catch(_0x89a1d2){_0xd75f8['push'](_0xd75f8['shift']());}}}(a52_0x22a5,0x75a33));function a52_0x4989(_0x5f5061,_0x22d875){_0x5f5061=_0x5f5061-0x1d3;const _0x22a5fb=a52_0x22a5();let _0x49890f=_0x22a5fb[_0x5f5061];return _0x49890f;}function a52_0x22a5(){const _0xfd6f62=['717216cgEFNS','10132512AGdBzJ','1919610LZNwKf','18706mDlFOd','79OmceVK','3277612hPlZXb','5768598YWNAVW','2560362ZOpGSF'];a52_0x22a5=function(){return _0xfd6f62;};return a52_0x22a5();}import{configListDefinition}from'../../commands/config/list.js';import{configGetDefinition}from'../../commands/config/get.js';import{configSetDefinition}from'../../commands/config/set.js';export const configDefinitions=[configListDefinition,configGetDefinition,configSetDefinition];