@lovrabet/rabetbase-cli 2.3.12 → 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 a177_0x462d8e=a177_0xfe4a;(function(_0x57044e,_0x17816d){const _0x4eaac2=a177_0xfe4a,_0x59c4a5=_0x57044e();while(!![]){try{const _0x3fb420=-parseInt(_0x4eaac2(0x12a))/0x1+-parseInt(_0x4eaac2(0x112))/0x2*(parseInt(_0x4eaac2(0x147))/0x3)+-parseInt(_0x4eaac2(0x125))/0x4+parseInt(_0x4eaac2(0x127))/0x5+parseInt(_0x4eaac2(0x114))/0x6*(-parseInt(_0x4eaac2(0x11b))/0x7)+-parseInt(_0x4eaac2(0x139))/0x8+parseInt(_0x4eaac2(0x117))/0x9;if(_0x3fb420===_0x17816d)break;else _0x59c4a5['push'](_0x59c4a5['shift']());}catch(_0x5e319c){_0x59c4a5['push'](_0x59c4a5['shift']());}}}(a177_0x1ee2,0xbb2e9));import{readFileSync,existsSync}from'node:fs';import{resolve}from'node:path';import{validateSql}from'../../core/sql-validator.js';import{auditSqlJoinIndexes}from'../../core/sql-index-auditor.js';function a177_0xfe4a(_0x756e67,_0x35c727){_0x756e67=_0x756e67-0x109;const _0x1ee237=a177_0x1ee2();let _0xfe4abe=_0x1ee237[_0x756e67];return _0xfe4abe;}import{getDatasetDetail,listDatasets}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a177_0x1ee2(){const _0xca4cc1=['get','schema:','183894OvBnil','pkField','boolean','Validate\x20SQL\x20content\x20without\x20saving\x20(type\x20detection,\x20parameter\x20extraction,\x20optional\x20schema\x20check)','--check-indexes\x20requires\x20--schemas.','valid','Table\x20\x22','sqlType','file','isArray','read','\x22\x20not\x20found\x20or\x20not\x20accessible','validation','Dataset\x20\x22','index_columns','12bpkwmb','columns','8736HqHxAk','flagMissing','appCode','29923740DVqTQf','filter','map','sql','1778JFPjDW','reason','SQL\x20schema\x20validation','parameters','str','size','dbtableConfig','columnNames','Provide\x20--file\x20or\x20--sql','fields','5361268smVqgj','cwd','7214775xzTeir','indexName','tables','1444089BJomJe','indexes','find','Comma-separated\x20dataset\x20codes\x20to\x20cross-check\x20table/column\x20names\x20against','push','check-indexes','primary','flatMap','name','length','split','\x22\x20not\x20found\x20in\x20any\x20dataset','isDangerous','index_type','dataset','3832800RndLSX','message','toLowerCase','unshift','string','type','trim','schemaWarnings','schemas','File\x20not\x20found:\x20','tableName','index_name'];a177_0x1ee2=function(){return _0xca4cc1;};return a177_0x1ee2();}import{assertDatasetIsDbTableBacked,filterDbTableBackedDatasets}from'../../commands/dataset/capability.js';export const sqlValidate={'service':a177_0x462d8e(0x11a),'command':'validate','description':a177_0x462d8e(0x14a),'risk':a177_0x462d8e(0x10d),'flags':[{'name':a177_0x462d8e(0x10b),'type':a177_0x462d8e(0x13d),'description':'Path\x20to\x20the\x20SQL\x20file\x20to\x20validate'},{'name':a177_0x462d8e(0x11a),'type':a177_0x462d8e(0x13d),'description':'Inline\x20SQL\x20content\x20to\x20validate\x20(alternative\x20to\x20--file)'},{'name':a177_0x462d8e(0x141),'type':a177_0x462d8e(0x13d),'description':a177_0x462d8e(0x12d)},{'name':a177_0x462d8e(0x12f),'type':a177_0x462d8e(0x149),'description':'Audit\x20top-level\x20JOIN\x20equality\x20predicates\x20against\x20dataset\x20index\x20metadata'}],async 'execute'(_0xf76b75){const _0x3e2fd1=a177_0x462d8e,_0x523869=_0xf76b75[_0x3e2fd1(0x11f)]('file'),_0x4e5f27=_0xf76b75['str'](_0x3e2fd1(0x11a)),_0x26d6a3=_0xf76b75[_0x3e2fd1(0x11f)](_0x3e2fd1(0x141)),_0x1ed69e=_0xf76b75['bool'](_0x3e2fd1(0x12f));if(!_0x523869&&!_0x4e5f27)throw CliErrors[_0x3e2fd1(0x115)](_0x3e2fd1(0x10b),_0x3e2fd1(0x123));if(_0x1ed69e&&!_0x26d6a3)throw CliErrors[_0x3e2fd1(0x10f)](_0x3e2fd1(0x14b));let _0xa24bdc;if(_0x523869){const _0x28f88c=resolve(process[_0x3e2fd1(0x126)](),_0x523869);if(!existsSync(_0x28f88c))throw CliErrors[_0x3e2fd1(0x10f)](_0x3e2fd1(0x142)+_0x28f88c);_0xa24bdc=readFileSync(_0x28f88c,'utf-8');}else _0xa24bdc=_0x4e5f27;const _0x1b438d=validateSql(_0xa24bdc),_0x538c74={'valid':_0x1b438d[_0x3e2fd1(0x14c)],'sqlType':_0x1b438d[_0x3e2fd1(0x10a)][_0x3e2fd1(0x13e)],'isSelectOnly':_0x1b438d[_0x3e2fd1(0x10a)]['isSelectOnly'],'isDangerous':_0x1b438d[_0x3e2fd1(0x10a)][_0x3e2fd1(0x136)],'tables':_0x1b438d[_0x3e2fd1(0x129)],'parameters':_0x1b438d[_0x3e2fd1(0x11e)],'message':_0x1b438d['message']};_0x1b438d['sqlType']['reason']&&(_0x538c74[_0x3e2fd1(0x11c)]=_0x1b438d[_0x3e2fd1(0x10a)][_0x3e2fd1(0x11c)]);if(_0x26d6a3&&_0x1b438d['valid']){const _0x554312=_0x26d6a3[_0x3e2fd1(0x134)](',')[_0x3e2fd1(0x119)](_0x580287=>_0x580287['trim']())[_0x3e2fd1(0x118)](Boolean),_0x4fa63e=[],_0x3aabba=[],_0x4f32d5=filterDbTableBackedDatasets(await listDatasets(_0xf76b75[_0x3e2fd1(0x116)])),_0x1860cc=new Map(_0x4f32d5[_0x3e2fd1(0x119)](_0x1658e4=>[_0x1658e4[_0x3e2fd1(0x121)]?.[_0x3e2fd1(0x143)]?.[_0x3e2fd1(0x13b)](),_0x1658e4]));for(const _0x2115f1 of _0x1b438d['tables']){const _0x55d97c=_0x1860cc[_0x3e2fd1(0x145)](_0x2115f1[_0x3e2fd1(0x13b)]());!_0x55d97c&&_0x4fa63e[_0x3e2fd1(0x12e)](_0x3e2fd1(0x109)+_0x2115f1+_0x3e2fd1(0x135));}for(const _0x371804 of _0x554312){let _0x2c402d;try{_0x2c402d=await getDatasetDetail(_0x371804);}catch{_0x4fa63e[_0x3e2fd1(0x12e)](_0x3e2fd1(0x110)+_0x371804+_0x3e2fd1(0x10e));continue;}assertDatasetIsDbTableBacked(_0x2c402d,_0x3e2fd1(0x11d));const _0x4b0331=Array[_0x3e2fd1(0x10c)](_0x2c402d[_0x3e2fd1(0x124)])?_0x2c402d[_0x3e2fd1(0x124)]:[],_0x57e6a2=new Set(_0x4b0331[_0x3e2fd1(0x119)](_0x19a0cb=>_0x19a0cb[_0x3e2fd1(0x132)]?.[_0x3e2fd1(0x13b)]())),_0x13d5fe=_0x2c402d[_0x3e2fd1(0x121)]?.[_0x3e2fd1(0x143)]||_0x2c402d[_0x3e2fd1(0x143)]||_0x371804;_0x538c74[_0x3e2fd1(0x146)+_0x13d5fe]={'code':_0x371804,'tableName':_0x13d5fe,'fieldCount':_0x57e6a2[_0x3e2fd1(0x120)],'fields':Array['from'](_0x57e6a2)};if(_0x1ed69e){const _0x4a0e70=normalizeDatasetIndexes(_0x2c402d);_0x3aabba[_0x3e2fd1(0x12e)]({'tableName':_0x13d5fe,..._0x4a0e70});}}_0x4fa63e[_0x3e2fd1(0x133)]>0x0&&(_0x538c74[_0x3e2fd1(0x140)]=_0x4fa63e),_0x1ed69e&&(_0x538c74['joinAudit']=auditSqlJoinIndexes(_0xa24bdc,_0x3aabba));}return{'ok':_0x1b438d[_0x3e2fd1(0x14c)],'data':_0x538c74,'message':_0x1b438d[_0x3e2fd1(0x13a)]};}};function normalizeDatasetIndexes(_0x4fb970){const _0x13d248=a177_0x462d8e,_0x414128=Array[_0x13d248(0x10c)](_0x4fb970?.['dataset']?.['indexes'])?_0x4fb970[_0x13d248(0x138)][_0x13d248(0x12b)]:Array[_0x13d248(0x10c)](_0x4fb970?.[_0x13d248(0x12b)])?_0x4fb970[_0x13d248(0x12b)]:[],_0x550bc5=_0x414128[_0x13d248(0x131)](_0x2b937d=>{const _0x558257=_0x13d248,_0x5c1034=Array[_0x558257(0x10c)](_0x2b937d?.[_0x558257(0x111)])?_0x2b937d[_0x558257(0x111)]:Array[_0x558257(0x10c)](_0x2b937d?.[_0x558257(0x122)])?_0x2b937d[_0x558257(0x122)]:Array[_0x558257(0x10c)](_0x2b937d?.[_0x558257(0x113)])?_0x2b937d[_0x558257(0x113)]:[],_0x4f6b04=_0x5c1034[_0x558257(0x118)](_0x178431=>typeof _0x178431===_0x558257(0x13d))[_0x558257(0x119)](_0x513f17=>_0x513f17[_0x558257(0x13f)]())['filter'](Boolean);if(_0x4f6b04[_0x558257(0x133)]===0x0)return[];const _0x1470e7=[_0x2b937d?.[_0x558257(0x128)],_0x2b937d?.[_0x558257(0x144)],_0x2b937d?.[_0x558257(0x132)]]['find'](_0x31a50d=>typeof _0x31a50d===_0x558257(0x13d)&&_0x31a50d[_0x558257(0x13f)]()),_0x1dbd22=[_0x2b937d?.[_0x558257(0x137)],_0x2b937d?.[_0x558257(0x13e)]][_0x558257(0x12c)](_0x19b887=>typeof _0x19b887===_0x558257(0x13d)&&_0x19b887[_0x558257(0x13f)]());return[{..._0x1470e7?{'name':_0x1470e7[_0x558257(0x13f)]()}:{},..._0x1dbd22?{'type':_0x1dbd22[_0x558257(0x13f)]()}:{},'columns':_0x4f6b04}];}),_0x1985e6=[..._0x550bc5],_0x5b21be=typeof _0x4fb970?.[_0x13d248(0x121)]?.[_0x13d248(0x148)]===_0x13d248(0x13d)?_0x4fb970[_0x13d248(0x121)][_0x13d248(0x148)]['split'](',')[_0x13d248(0x119)](_0x2dd723=>_0x2dd723[_0x13d248(0x13f)]())[_0x13d248(0x118)](Boolean):[];return _0x5b21be[_0x13d248(0x133)]>0x0&&_0x1985e6[_0x13d248(0x13c)]({'type':_0x13d248(0x130),'columns':_0x5b21be}),{'indexes':_0x1985e6,'metadataAvailable':_0x550bc5[_0x13d248(0x133)]>0x0};}
1
+ function a177_0x1225(_0x397d25,_0x5dfb2e){_0x397d25=_0x397d25-0x1d5;const _0x158f55=a177_0x158f();let _0x12258d=_0x158f55[_0x397d25];return _0x12258d;}const a177_0xc64d2a=a177_0x1225;(function(_0x49aaca,_0x1345e0){const _0x78745=a177_0x1225,_0x32b2de=_0x49aaca();while(!![]){try{const _0x51d72b=-parseInt(_0x78745(0x1f0))/0x1*(-parseInt(_0x78745(0x216))/0x2)+-parseInt(_0x78745(0x1f7))/0x3*(parseInt(_0x78745(0x202))/0x4)+-parseInt(_0x78745(0x1f2))/0x5*(parseInt(_0x78745(0x1d6))/0x6)+parseInt(_0x78745(0x1e5))/0x7+parseInt(_0x78745(0x1d7))/0x8*(parseInt(_0x78745(0x20e))/0x9)+parseInt(_0x78745(0x1e4))/0xa*(-parseInt(_0x78745(0x1f8))/0xb)+-parseInt(_0x78745(0x1dd))/0xc;if(_0x51d72b===_0x1345e0)break;else _0x32b2de['push'](_0x32b2de['shift']());}catch(_0x576898){_0x32b2de['push'](_0x32b2de['shift']());}}}(a177_0x158f,0xcf0a2));import{readFileSync,existsSync}from'node:fs';import{resolve}from'node:path';import{validateSql}from'../../core/sql-validator.js';import{auditSqlJoinIndexes}from'../../core/sql-index-auditor.js';import{getDatasetDetail,listDatasets}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{assertDatasetIsDbTableBacked,filterDbTableBackedDatasets}from'../../commands/dataset/capability.js';function a177_0x158f(){const _0x31a3e7=['columnNames','string','validation','appCode','36739wYWgNM','schemas','5ajpOMp','toLowerCase','boolean','reason','isArray','165030KJPdnF','5357EPRaTb','message','index_name','split','fields','type','size','schemaWarnings','\x22\x20not\x20found\x20or\x20not\x20accessible','indexName','4YkOjKU','Audit\x20top-level\x20JOIN\x20equality\x20predicates\x20against\x20dataset\x20index\x20metadata','validate','--check-indexes\x20requires\x20--schemas.','check-indexes','dataset','map','isSelectOnly','file','from','name','unshift','2154177ZuHtLm','\x22\x20not\x20found\x20in\x20any\x20dataset','valid','tables','joinAudit','Inline\x20SQL\x20content\x20to\x20validate\x20(alternative\x20to\x20--file)','push','indexes','54dVklSA','sqlType','pkField','Path\x20to\x20the\x20SQL\x20file\x20to\x20validate','6701694HXhgLs','40eMsRjf','bool','sql','columns','SQL\x20schema\x20validation','find','13714344nSvjzX','str','dbtableConfig','length','index_columns','Table\x20\x22','Validate\x20SQL\x20content\x20without\x20saving\x20(type\x20detection,\x20parameter\x20extraction,\x20optional\x20schema\x20check)','8330qlUKGG','9658656ljsnKp','tableName','File\x20not\x20found:\x20','utf-8','primary','get','trim'];a177_0x158f=function(){return _0x31a3e7;};return a177_0x158f();}export const sqlValidate={'service':a177_0xc64d2a(0x1d9),'command':a177_0xc64d2a(0x204),'description':a177_0xc64d2a(0x1e3),'risk':'read','flags':[{'name':a177_0xc64d2a(0x20a),'type':a177_0xc64d2a(0x1ed),'description':a177_0xc64d2a(0x1d5)},{'name':'sql','type':a177_0xc64d2a(0x1ed),'description':a177_0xc64d2a(0x213)},{'name':a177_0xc64d2a(0x1f1),'type':a177_0xc64d2a(0x1ed),'description':'Comma-separated\x20dataset\x20codes\x20to\x20cross-check\x20table/column\x20names\x20against'},{'name':'check-indexes','type':a177_0xc64d2a(0x1f4),'description':a177_0xc64d2a(0x203)}],async 'execute'(_0xb82258){const _0x91f0b2=a177_0xc64d2a,_0x22fc36=_0xb82258[_0x91f0b2(0x1de)](_0x91f0b2(0x20a)),_0x297e17=_0xb82258[_0x91f0b2(0x1de)]('sql'),_0x521b41=_0xb82258[_0x91f0b2(0x1de)](_0x91f0b2(0x1f1)),_0x3bfdff=_0xb82258[_0x91f0b2(0x1d8)](_0x91f0b2(0x206));if(!_0x22fc36&&!_0x297e17)throw CliErrors['flagMissing']('file','Provide\x20--file\x20or\x20--sql');if(_0x3bfdff&&!_0x521b41)throw CliErrors[_0x91f0b2(0x1ee)](_0x91f0b2(0x205));let _0x1372c9;if(_0x22fc36){const _0x570cd6=resolve(process['cwd'](),_0x22fc36);if(!existsSync(_0x570cd6))throw CliErrors[_0x91f0b2(0x1ee)](_0x91f0b2(0x1e7)+_0x570cd6);_0x1372c9=readFileSync(_0x570cd6,_0x91f0b2(0x1e8));}else _0x1372c9=_0x297e17;const _0x191d61=validateSql(_0x1372c9),_0x276dce={'valid':_0x191d61[_0x91f0b2(0x210)],'sqlType':_0x191d61[_0x91f0b2(0x217)]['type'],'isSelectOnly':_0x191d61[_0x91f0b2(0x217)][_0x91f0b2(0x209)],'isDangerous':_0x191d61['sqlType']['isDangerous'],'tables':_0x191d61[_0x91f0b2(0x211)],'parameters':_0x191d61['parameters'],'message':_0x191d61['message']};_0x191d61[_0x91f0b2(0x217)]['reason']&&(_0x276dce['reason']=_0x191d61[_0x91f0b2(0x217)][_0x91f0b2(0x1f5)]);if(_0x521b41&&_0x191d61[_0x91f0b2(0x210)]){const _0x405216=_0x521b41[_0x91f0b2(0x1fb)](',')[_0x91f0b2(0x208)](_0x1174c0=>_0x1174c0['trim']())['filter'](Boolean),_0x3f1792=[],_0x3b228a=[],_0x45300c=filterDbTableBackedDatasets(await listDatasets(_0xb82258[_0x91f0b2(0x1ef)])),_0x21a730=new Map(_0x45300c[_0x91f0b2(0x208)](_0x222bc4=>[_0x222bc4['dbtableConfig']?.['tableName']?.[_0x91f0b2(0x1f3)](),_0x222bc4]));for(const _0x1c9af9 of _0x191d61[_0x91f0b2(0x211)]){const _0x50e652=_0x21a730[_0x91f0b2(0x1ea)](_0x1c9af9[_0x91f0b2(0x1f3)]());!_0x50e652&&_0x3f1792['push'](_0x91f0b2(0x1e2)+_0x1c9af9+_0x91f0b2(0x20f));}for(const _0x40b011 of _0x405216){let _0x1a08cc;try{_0x1a08cc=await getDatasetDetail(_0x40b011);}catch{_0x3f1792[_0x91f0b2(0x214)]('Dataset\x20\x22'+_0x40b011+_0x91f0b2(0x200));continue;}assertDatasetIsDbTableBacked(_0x1a08cc,_0x91f0b2(0x1db));const _0x4b8dce=Array[_0x91f0b2(0x1f6)](_0x1a08cc['fields'])?_0x1a08cc[_0x91f0b2(0x1fc)]:[],_0x22b1a2=new Set(_0x4b8dce[_0x91f0b2(0x208)](_0x55e05e=>_0x55e05e[_0x91f0b2(0x20c)]?.[_0x91f0b2(0x1f3)]())),_0x2a3b04=_0x1a08cc[_0x91f0b2(0x1df)]?.[_0x91f0b2(0x1e6)]||_0x1a08cc[_0x91f0b2(0x1e6)]||_0x40b011;_0x276dce['schema:'+_0x2a3b04]={'code':_0x40b011,'tableName':_0x2a3b04,'fieldCount':_0x22b1a2[_0x91f0b2(0x1fe)],'fields':Array[_0x91f0b2(0x20b)](_0x22b1a2)};if(_0x3bfdff){const _0x3841c8=normalizeDatasetIndexes(_0x1a08cc);_0x3b228a[_0x91f0b2(0x214)]({'tableName':_0x2a3b04,..._0x3841c8});}}_0x3f1792[_0x91f0b2(0x1e0)]>0x0&&(_0x276dce[_0x91f0b2(0x1ff)]=_0x3f1792),_0x3bfdff&&(_0x276dce[_0x91f0b2(0x212)]=auditSqlJoinIndexes(_0x1372c9,_0x3b228a));}return{'ok':_0x191d61[_0x91f0b2(0x210)],'data':_0x276dce,'message':_0x191d61[_0x91f0b2(0x1f9)]};}};function normalizeDatasetIndexes(_0x58284c){const _0x295cc0=a177_0xc64d2a,_0x227b39=Array[_0x295cc0(0x1f6)](_0x58284c?.[_0x295cc0(0x207)]?.[_0x295cc0(0x215)])?_0x58284c['dataset'][_0x295cc0(0x215)]:Array[_0x295cc0(0x1f6)](_0x58284c?.['indexes'])?_0x58284c['indexes']:[],_0x5ce694=_0x227b39['flatMap'](_0x443333=>{const _0x5f0117=_0x295cc0,_0x136a84=Array['isArray'](_0x443333?.[_0x5f0117(0x1e1)])?_0x443333[_0x5f0117(0x1e1)]:Array[_0x5f0117(0x1f6)](_0x443333?.['columnNames'])?_0x443333[_0x5f0117(0x1ec)]:Array[_0x5f0117(0x1f6)](_0x443333?.[_0x5f0117(0x1da)])?_0x443333[_0x5f0117(0x1da)]:[],_0x498b19=_0x136a84['filter'](_0x540f3f=>typeof _0x540f3f===_0x5f0117(0x1ed))[_0x5f0117(0x208)](_0x21e04a=>_0x21e04a[_0x5f0117(0x1eb)]())['filter'](Boolean);if(_0x498b19[_0x5f0117(0x1e0)]===0x0)return[];const _0x4844cf=[_0x443333?.[_0x5f0117(0x201)],_0x443333?.[_0x5f0117(0x1fa)],_0x443333?.[_0x5f0117(0x20c)]]['find'](_0x38d34f=>typeof _0x38d34f===_0x5f0117(0x1ed)&&_0x38d34f[_0x5f0117(0x1eb)]()),_0x368a2e=[_0x443333?.['index_type'],_0x443333?.[_0x5f0117(0x1fd)]][_0x5f0117(0x1dc)](_0x2eec44=>typeof _0x2eec44===_0x5f0117(0x1ed)&&_0x2eec44[_0x5f0117(0x1eb)]());return[{..._0x4844cf?{'name':_0x4844cf[_0x5f0117(0x1eb)]()}:{},..._0x368a2e?{'type':_0x368a2e[_0x5f0117(0x1eb)]()}:{},'columns':_0x498b19}];}),_0x4970d8=[..._0x5ce694],_0x4d6441=typeof _0x58284c?.[_0x295cc0(0x1df)]?.[_0x295cc0(0x218)]===_0x295cc0(0x1ed)?_0x58284c[_0x295cc0(0x1df)]['pkField'][_0x295cc0(0x1fb)](',')[_0x295cc0(0x208)](_0x4509ee=>_0x4509ee['trim']())['filter'](Boolean):[];return _0x4d6441['length']>0x0&&_0x4970d8[_0x295cc0(0x20d)]({'type':_0x295cc0(0x1e9),'columns':_0x4d6441}),{'indexes':_0x4970d8,'metadataAvailable':_0x5ce694[_0x295cc0(0x1e0)]>0x0};}
@@ -1 +1 @@
1
- (function(_0x37b4f5,_0x486bea){const _0x534e7d=a178_0x3552,_0x11d2d4=_0x37b4f5();while(!![]){try{const _0x23c3c9=-parseInt(_0x534e7d(0xa3))/0x1+-parseInt(_0x534e7d(0xa2))/0x2+-parseInt(_0x534e7d(0xa5))/0x3+parseInt(_0x534e7d(0xa1))/0x4+parseInt(_0x534e7d(0xa9))/0x5+-parseInt(_0x534e7d(0xa8))/0x6*(-parseInt(_0x534e7d(0xa6))/0x7)+-parseInt(_0x534e7d(0xa4))/0x8*(-parseInt(_0x534e7d(0xa7))/0x9);if(_0x23c3c9===_0x486bea)break;else _0x11d2d4['push'](_0x11d2d4['shift']());}catch(_0x1b7626){_0x11d2d4['push'](_0x11d2d4['shift']());}}}(a178_0x30ab,0x4234e));import{taskStatus}from'../../commands/task/status.js';export const taskDefinitions=[taskStatus];function a178_0x3552(_0x57e87b,_0x14484f){_0x57e87b=_0x57e87b-0xa1;const _0x30ab1b=a178_0x30ab();let _0x355244=_0x30ab1b[_0x57e87b];return _0x355244;}function a178_0x30ab(){const _0x366935=['1635005YqlfYL','29132zUqPcY','640352miTFPh','325175eDSCOZ','1640ApMnhK','476997NacrbP','348481AbRTgU','30357OLmDjj','6JTkxvQ'];a178_0x30ab=function(){return _0x366935;};return a178_0x30ab();}
1
+ (function(_0x2e1b62,_0x35ae8d){const _0x5b43ec=a178_0x46d6,_0x4cb6a2=_0x2e1b62();while(!![]){try{const _0x31db59=parseInt(_0x5b43ec(0x1e7))/0x1+parseInt(_0x5b43ec(0x1e3))/0x2*(-parseInt(_0x5b43ec(0x1eb))/0x3)+-parseInt(_0x5b43ec(0x1e5))/0x4+parseInt(_0x5b43ec(0x1e8))/0x5*(-parseInt(_0x5b43ec(0x1e4))/0x6)+-parseInt(_0x5b43ec(0x1ea))/0x7+-parseInt(_0x5b43ec(0x1e2))/0x8*(parseInt(_0x5b43ec(0x1e9))/0x9)+-parseInt(_0x5b43ec(0x1e1))/0xa*(-parseInt(_0x5b43ec(0x1e6))/0xb);if(_0x31db59===_0x35ae8d)break;else _0x4cb6a2['push'](_0x4cb6a2['shift']());}catch(_0x18b9bd){_0x4cb6a2['push'](_0x4cb6a2['shift']());}}}(a178_0x2a12,0x678b8));function a178_0x2a12(){const _0x2af1bf=['9mEeuDO','5073418VEqZDQ','950541KjxnFY','5817550iYGfCx','5386096frqvzL','2jDXhSt','4779408Grvffr','327528qtfpxk','44OqcUPr','690433FhJPSc','5nhJbDA'];a178_0x2a12=function(){return _0x2af1bf;};return a178_0x2a12();}import{taskStatus}from'../../commands/task/status.js';function a178_0x46d6(_0x328e5e,_0x3557af){_0x328e5e=_0x328e5e-0x1e1;const _0x2a1272=a178_0x2a12();let _0x46d646=_0x2a1272[_0x328e5e];return _0x46d646;}export const taskDefinitions=[taskStatus];
@@ -1 +1 @@
1
- const a179_0xdbb9d2=a179_0x5556;(function(_0x529635,_0x4b8610){const _0xa5fc7d=a179_0x5556,_0x2f28e9=_0x529635();while(!![]){try{const _0x39a593=parseInt(_0xa5fc7d(0x11d))/0x1+parseInt(_0xa5fc7d(0x115))/0x2+-parseInt(_0xa5fc7d(0x11c))/0x3*(parseInt(_0xa5fc7d(0x11e))/0x4)+parseInt(_0xa5fc7d(0x119))/0x5*(-parseInt(_0xa5fc7d(0x120))/0x6)+-parseInt(_0xa5fc7d(0x10f))/0x7+-parseInt(_0xa5fc7d(0x11b))/0x8+parseInt(_0xa5fc7d(0x110))/0x9*(parseInt(_0xa5fc7d(0x127))/0xa);if(_0x39a593===_0x4b8610)break;else _0x2f28e9['push'](_0x2f28e9['shift']());}catch(_0x2dfb4c){_0x2f28e9['push'](_0x2f28e9['shift']());}}}(a179_0x2737,0x18dc7));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asyncTaskMessage,buildAsyncTaskStatusCommand,normalizeAsyncTask}from'../../commands/common/async-task.js';import{getAsyncTaskStatus}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a179_0x5556(_0x2aa15b,_0x6efe88){_0x2aa15b=_0x2aa15b-0x10f;const _0x273767=a179_0x2737();let _0x5556dd=_0x273767[_0x2aa15b];return _0x5556dd;}function a179_0x2737(){const _0x2c9bdb=['task','210290PvXGct','read','taskId','Query\x20an\x20asynchronous\x20task;\x20repeat\x20for\x20PENDING\x20or\x20PROCESSING\x20until\x20SUCCESS\x20or\x20FAILED','82905zeWWaA','Task\x20status\x20response\x20id\x20mismatch:\x20requested\x20','579864dytKPZ','4743yxrFNB','75155SJPtQC','80HMBJZT','cookie','18UtKNAe','string','Task\x20id\x20returned\x20by\x20an\x20asynchronous\x20platform\x20command','compress','appCode','isTerminal','task-id','11710zSHFvR',',\x20received\x20','595350ZVIBuc','1233UwHPVK','str','flagMissing','trim'];a179_0x2737=function(){return _0x2c9bdb;};return a179_0x2737();}export const taskStatus={'service':a179_0xdbb9d2(0x114),'command':'status','description':a179_0xdbb9d2(0x118),'risk':a179_0xdbb9d2(0x116),'defaultOutputFormat':a179_0xdbb9d2(0x123),'structuredErrors':!![],'flags':[{'name':a179_0xdbb9d2(0x126),'type':a179_0xdbb9d2(0x121),'required':!![],'description':a179_0xdbb9d2(0x122)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x54903b){const _0x1ae19b=a179_0xdbb9d2;if(!_0x54903b[_0x1ae19b(0x111)]('task-id')[_0x1ae19b(0x113)]())throw CliErrors[_0x1ae19b(0x112)]('task-id');},async 'execute'(_0x2ecb89){const _0xeca792=a179_0xdbb9d2,_0x372bf3=_0x2ecb89[_0xeca792(0x111)](_0xeca792(0x126))[_0xeca792(0x113)](),_0x3022dd=normalizeAsyncTask(await getAsyncTaskStatus(_0x372bf3,_0x2ecb89[_0xeca792(0x124)],_0x2ecb89[_0xeca792(0x11f)]));if(_0x3022dd[_0xeca792(0x117)]!==_0x372bf3)throw CliErrors['apiError'](_0xeca792(0x11a)+_0x372bf3+_0xeca792(0x128)+_0x3022dd[_0xeca792(0x117)]+'.');const _0x43eb0d=buildAsyncTaskStatusCommand(_0x3022dd['taskId'],_0x2ecb89['appCode']);return{'ok':!![],'message':asyncTaskMessage(_0x3022dd),'data':{'appCode':_0x2ecb89[_0xeca792(0x124)],..._0x3022dd,'query':_0x3022dd[_0xeca792(0x125)]?null:{'command':_0x43eb0d}}};}};
1
+ const a179_0xc546e3=a179_0x2e7e;(function(_0x4d6aee,_0x168e6c){const _0x3cf915=a179_0x2e7e,_0x31897f=_0x4d6aee();while(!![]){try{const _0x5770d8=parseInt(_0x3cf915(0x79))/0x1+-parseInt(_0x3cf915(0x75))/0x2*(parseInt(_0x3cf915(0x7e))/0x3)+parseInt(_0x3cf915(0x89))/0x4+parseInt(_0x3cf915(0x74))/0x5+-parseInt(_0x3cf915(0x7a))/0x6*(parseInt(_0x3cf915(0x83))/0x7)+parseInt(_0x3cf915(0x77))/0x8*(parseInt(_0x3cf915(0x7f))/0x9)+-parseInt(_0x3cf915(0x81))/0xa*(parseInt(_0x3cf915(0x86))/0xb);if(_0x5770d8===_0x168e6c)break;else _0x31897f['push'](_0x31897f['shift']());}catch(_0x1bb6e1){_0x31897f['push'](_0x31897f['shift']());}}}(a179_0x40f3,0xd5228));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a179_0x2e7e(_0x4d0c7,_0x3fccb2){_0x4d0c7=_0x4d0c7-0x73;const _0x40f3b1=a179_0x40f3();let _0x2e7e37=_0x40f3b1[_0x4d0c7];return _0x2e7e37;}import{asyncTaskMessage,buildAsyncTaskStatusCommand,normalizeAsyncTask}from'../../commands/common/async-task.js';function a179_0x40f3(){const _0xa38852=[',\x20received\x20','27290eWktVu','str','21cIAPVS','Task\x20status\x20response\x20id\x20mismatch:\x20requested\x20','apiError','9306zIUxvQ','flagMissing','compress','1380308XSaIkN','Query\x20an\x20asynchronous\x20task;\x20repeat\x20for\x20PENDING\x20or\x20PROCESSING\x20until\x20SUCCESS\x20or\x20FAILED','task','read','trim','7968765zHrVbC','675718nDmvQL','taskId','8aWHuEi','task-id','1459115XOUjuN','3067656nwIdqA','Task\x20id\x20returned\x20by\x20an\x20asynchronous\x20platform\x20command','status','appCode','3aZvhfV','14899284rAjvYg'];a179_0x40f3=function(){return _0xa38852;};return a179_0x40f3();}import{getAsyncTaskStatus}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';export const taskStatus={'service':a179_0xc546e3(0x8b),'command':a179_0xc546e3(0x7c),'description':a179_0xc546e3(0x8a),'risk':a179_0xc546e3(0x8c),'defaultOutputFormat':a179_0xc546e3(0x88),'structuredErrors':!![],'flags':[{'name':'task-id','type':'string','required':!![],'description':a179_0xc546e3(0x7b)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x46c65f){const _0x24b6a5=a179_0xc546e3;if(!_0x46c65f['str'](_0x24b6a5(0x78))['trim']())throw CliErrors[_0x24b6a5(0x87)](_0x24b6a5(0x78));},async 'execute'(_0x58ea9d){const _0x42a380=a179_0xc546e3,_0x3c2241=_0x58ea9d[_0x42a380(0x82)]('task-id')[_0x42a380(0x73)](),_0x379839=normalizeAsyncTask(await getAsyncTaskStatus(_0x3c2241,_0x58ea9d[_0x42a380(0x7d)],_0x58ea9d['cookie']));if(_0x379839[_0x42a380(0x76)]!==_0x3c2241)throw CliErrors[_0x42a380(0x85)](_0x42a380(0x84)+_0x3c2241+_0x42a380(0x80)+_0x379839[_0x42a380(0x76)]+'.');const _0x59d14b=buildAsyncTaskStatusCommand(_0x379839[_0x42a380(0x76)],_0x58ea9d[_0x42a380(0x7d)]);return{'ok':!![],'message':asyncTaskMessage(_0x379839),'data':{'appCode':_0x58ea9d[_0x42a380(0x7d)],..._0x379839,'query':_0x379839['isTerminal']?null:{'command':_0x59d14b}}};}};
@@ -1 +1 @@
1
- function a180_0x234b(_0x10374b,_0x8c04ea){_0x10374b=_0x10374b-0x1b7;const _0x5e7028=a180_0x5e70();let _0x234ba5=_0x5e7028[_0x10374b];return _0x234ba5;}function a180_0x5e70(){const _0x2a97d5=['460910GjPjfs','2118645XShJdK','App\x20profile\x20name','807kXfGkr','9251ERYmLt','2072pvNGxT','2434590haVcro','write','28gXFzJL','workspace','66JgtEuN','name','1987445QFGTOf','16PqmTbP','476024IPtSVT','workspace\x20add','add'];a180_0x5e70=function(){return _0x2a97d5;};return a180_0x5e70();}const a180_0x3d3b8b=a180_0x234b;(function(_0x43c06c,_0x725d6){const _0x5bec81=a180_0x234b,_0x27d417=_0x43c06c();while(!![]){try{const _0x46dcb4=-parseInt(_0x5bec81(0x1c7))/0x1*(-parseInt(_0x5bec81(0x1bf))/0x2)+-parseInt(_0x5bec81(0x1c6))/0x3*(parseInt(_0x5bec81(0x1b7))/0x4)+-parseInt(_0x5bec81(0x1be))/0x5+parseInt(_0x5bec81(0x1b8))/0x6+parseInt(_0x5bec81(0x1ba))/0x7*(parseInt(_0x5bec81(0x1c0))/0x8)+-parseInt(_0x5bec81(0x1c4))/0x9+parseInt(_0x5bec81(0x1c3))/0xa*(parseInt(_0x5bec81(0x1bc))/0xb);if(_0x46dcb4===_0x725d6)break;else _0x27d417['push'](_0x27d417['shift']());}catch(_0x1ce23a){_0x27d417['push'](_0x27d417['shift']());}}}(a180_0x5e70,0x3638f));import{buildAppAddFlags,runAppAdd,validateAppName}from'../../commands/common/app-registry.js';export const workspaceAddDefinition={'service':a180_0x3d3b8b(0x1bb),'command':a180_0x3d3b8b(0x1c2),'description':'Register\x20an\x20app\x20profile\x20in\x20the\x20current\x20workspace\x20(or\x20--global)','risk':a180_0x3d3b8b(0x1b9),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a180_0x3d3b8b(0x1bd),'description':a180_0x3d3b8b(0x1c5),'required':!![]}],'flags':buildAppAddFlags(),'validate':_0x21a63a=>validateAppName(_0x21a63a,a180_0x3d3b8b(0x1c1)),'execute':_0x54aef6=>runAppAdd(_0x54aef6,'workspace\x20add')};
1
+ function a180_0x30b5(_0x10f8a1,_0xe76951){_0x10f8a1=_0x10f8a1-0x77;const _0x125ba1=a180_0x125b();let _0x30b514=_0x125ba1[_0x10f8a1];return _0x30b514;}const a180_0x358b09=a180_0x30b5;(function(_0x337ac8,_0x49a770){const _0x16c8fa=a180_0x30b5,_0x495138=_0x337ac8();while(!![]){try{const _0x369716=parseInt(_0x16c8fa(0x85))/0x1*(-parseInt(_0x16c8fa(0x78))/0x2)+-parseInt(_0x16c8fa(0x77))/0x3*(-parseInt(_0x16c8fa(0x7c))/0x4)+parseInt(_0x16c8fa(0x81))/0x5*(-parseInt(_0x16c8fa(0x79))/0x6)+-parseInt(_0x16c8fa(0x84))/0x7+parseInt(_0x16c8fa(0x7e))/0x8+-parseInt(_0x16c8fa(0x7a))/0x9*(parseInt(_0x16c8fa(0x86))/0xa)+-parseInt(_0x16c8fa(0x80))/0xb*(-parseInt(_0x16c8fa(0x7f))/0xc);if(_0x369716===_0x49a770)break;else _0x495138['push'](_0x495138['shift']());}catch(_0x33f2f7){_0x495138['push'](_0x495138['shift']());}}}(a180_0x125b,0x5d1e5));import{buildAppAddFlags,runAppAdd,validateAppName}from'../../commands/common/app-registry.js';function a180_0x125b(){const _0x5c9059=['4422824LDJGwH','12TqKcgQ','15195862zblXPJ','299570aDJkdo','App\x20profile\x20name','Register\x20an\x20app\x20profile\x20in\x20the\x20current\x20workspace\x20(or\x20--global)','4889045rkSkwG','37085OAbWzo','20RHcEmc','71946BxMxpU','14NoJbrO','54ykTADS','1329507HZftAx','workspace\x20add','40bUwMLl','workspace'];a180_0x125b=function(){return _0x5c9059;};return a180_0x125b();}export const workspaceAddDefinition={'service':a180_0x358b09(0x7d),'command':'add','description':a180_0x358b09(0x83),'risk':'write','requiresAuth':![],'requiresAppCode':![],'args':[{'name':'name','description':a180_0x358b09(0x82),'required':!![]}],'flags':buildAppAddFlags(),'validate':_0x3942ec=>validateAppName(_0x3942ec,'workspace\x20add'),'execute':_0x18f931=>runAppAdd(_0x18f931,a180_0x358b09(0x7b))};
@@ -1 +1 @@
1
- const a181_0x44f7f5=a181_0x2529;function a181_0x1a04(){const _0x15c7c5=['Pass\x20--appcode\x20<code>,\x20or\x20choose\x20one\x20of:\x20','defaultFormat','948unwDHQ','isArray','trim','riskLevel','470LSWghj','324384bUIUOW','\x20--app\x20','1BFJhGx','\x20workspace\x20use\x20--app\x20<name>`.','app','88kGmbRS','\x20(appcode:\x20','format','\x20--appcode\x20<code>`.','workspace','Initialize\x20the\x20current\x20workspace\x20app\x20binding','2097yzHAmu','locale','Invalid\x20appcode:\x20','Default\x20page\x20size\x20for\x20this\x20workspace\x20app\x20profile','workspace.','\x20workspace\x20<init|use>\x20--app\x20<name>\x20[--appcode\x20<code>]','number','defaultApp','100246atBjcS','55033IVBvcv','object','pageSize','Missing\x20workspace\x20app\x20selector.','join','\x22\x20not\x20found.','apiDir','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`','Risk\x20level\x20for\x20this\x20workspace\x20app\x20profile','env','\x20workspace\x20','validation','init','10367KUQbiI','string','App\x20profile\x20name\x20to\x20use\x20in\x20this\x20workspace','1330270YAijVF','API\x20directory\x20path\x20for\x20this\x20workspace\x20app\x20profile','initialized','str','project','length','write','apps','keys','flag','Target\x20environment','use','Workspace\x20','2311569cUXoCI','appcode','updated','Use\x20`'];a181_0x1a04=function(){return _0x15c7c5;};return a181_0x1a04();}(function(_0x1a8e0f,_0x2f8d3f){const _0x3a630c=a181_0x2529,_0x2731d6=_0x1a8e0f();while(!![]){try{const _0xfcb1e6=-parseInt(_0x3a630c(0x215))/0x1*(parseInt(_0x3a630c(0x226))/0x2)+-parseInt(_0x3a630c(0x21e))/0x3*(parseInt(_0x3a630c(0x20e))/0x4)+parseInt(_0x3a630c(0x1fb))/0x5+parseInt(_0x3a630c(0x213))/0x6+parseInt(_0x3a630c(0x1f8))/0x7*(parseInt(_0x3a630c(0x218))/0x8)+parseInt(_0x3a630c(0x208))/0x9+parseInt(_0x3a630c(0x212))/0xa*(-parseInt(_0x3a630c(0x227))/0xb);if(_0xfcb1e6===_0x2f8d3f)break;else _0x2731d6['push'](_0x2731d6['shift']());}catch(_0x3faec4){_0x2731d6['push'](_0x2731d6['shift']());}}}(a181_0x1a04,0x22bf3));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{RISK_LEVEL_VALUES}from'../../constant/risk.js';import{validateAppcode}from'../../commands/common/validate.js';import{readConfigFile,readRawConfigWithLayers,resolveWriteConfigPath,writeConfigFile}from'../../context.js';import{workspaceAddDefinition}from'../../commands/workspace/add.js';import{workspaceRemoveDefinition}from'../../commands/workspace/remove.js';const WORKSPACE_USAGE=CLI_BIN_NAME+a181_0x44f7f5(0x223),SAFE_PROFILE_KEYS=['appcode','env',a181_0x44f7f5(0x1f1),a181_0x44f7f5(0x21a),a181_0x44f7f5(0x229),a181_0x44f7f5(0x211),a181_0x44f7f5(0x21f)],workspaceFlags=[{'name':a181_0x44f7f5(0x217),'type':a181_0x44f7f5(0x1f9),'description':a181_0x44f7f5(0x1fa)},{'name':'appcode','type':'string','description':'App\x20code\x20to\x20bind\x20to\x20this\x20workspace'},{'name':a181_0x44f7f5(0x1f4),'type':'string','description':a181_0x44f7f5(0x205),'enum':[...RABETBASE_ENV_VALUES]},{'name':a181_0x44f7f5(0x1f1),'type':a181_0x44f7f5(0x1f9),'description':a181_0x44f7f5(0x1fc)},{'name':a181_0x44f7f5(0x20d),'type':a181_0x44f7f5(0x1f9),'description':'Default\x20output\x20format\x20for\x20this\x20workspace\x20app\x20profile','enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':a181_0x44f7f5(0x229),'type':a181_0x44f7f5(0x224),'description':a181_0x44f7f5(0x221)},{'name':'riskLevel','type':a181_0x44f7f5(0x1f9),'description':a181_0x44f7f5(0x1f3),'enum':[...RISK_LEVEL_VALUES]},{'name':a181_0x44f7f5(0x21f),'type':'string','description':'Locale\x20for\x20this\x20workspace\x20app\x20profile'}];function isRecord(_0x2aaa6f){const _0x206b98=a181_0x44f7f5;return!!_0x2aaa6f&&typeof _0x2aaa6f===_0x206b98(0x228)&&!Array[_0x206b98(0x20f)](_0x2aaa6f);}function assertValidAppcode(_0x3bbfba){const _0x4b12df=a181_0x44f7f5,{valid:_0x5d5f99,message:_0x917581}=validateAppcode(_0x3bbfba);if(!_0x5d5f99)throw CliErrors[_0x4b12df(0x1f6)](_0x4b12df(0x220)+_0x3bbfba,_0x917581);}function sanitizeProfile(_0x27cf83){if(!isRecord(_0x27cf83))return{};const _0x5d5629={};for(const _0x19c05c of SAFE_PROFILE_KEYS){if(_0x27cf83[_0x19c05c]!==undefined)_0x5d5629[_0x19c05c]=_0x27cf83[_0x19c05c];}return _0x5d5629;}function cloneProfile(_0x1b4483){return isRecord(_0x1b4483)?{..._0x1b4483}:{};}function a181_0x2529(_0x1b84f1,_0x409e31){_0x1b84f1=_0x1b84f1-0x1f0;const _0x1a04f3=a181_0x1a04();let _0x252998=_0x1a04f3[_0x1b84f1];return _0x252998;}function collectWorkspaceProfileOverrides(_0x257aa0){const _0x28ff55=a181_0x44f7f5,_0xf948eb={},_0x3d6c28=_0x257aa0['str'](_0x28ff55(0x1f4)),_0x5adf79=_0x257aa0[_0x28ff55(0x1fe)](_0x28ff55(0x1f1)),_0x2c9d29=_0x257aa0[_0x28ff55(0x1fe)](_0x28ff55(0x20d)),_0x5d09d6=_0x257aa0[_0x28ff55(0x204)](_0x28ff55(0x229)),_0x12343c=_0x257aa0['str']('riskLevel'),_0x4ff726=_0x257aa0[_0x28ff55(0x1fe)](_0x28ff55(0x21f));if(_0x3d6c28)_0xf948eb['env']=_0x3d6c28;if(_0x5adf79)_0xf948eb[_0x28ff55(0x1f1)]=_0x5adf79;if(_0x2c9d29)_0xf948eb['format']=_0x2c9d29;if(_0x5d09d6!==undefined&&_0x5d09d6!=='')_0xf948eb[_0x28ff55(0x229)]=Number(_0x5d09d6);if(_0x12343c)_0xf948eb['riskLevel']=_0x12343c;if(_0x4ff726)_0xf948eb['locale']=_0x4ff726;return _0xf948eb;}async function validateWorkspaceArgs(_0x459d35){const _0x38788f=a181_0x44f7f5,_0x12b559=_0x459d35[_0x38788f(0x1fe)](_0x38788f(0x217))[_0x38788f(0x210)](),_0x5f5ccc=_0x459d35[_0x38788f(0x1fe)](_0x38788f(0x209))['trim']();if(!_0x12b559&&!_0x5f5ccc)throw CliErrors[_0x38788f(0x1f6)](_0x38788f(0x22a),'Use\x20`'+CLI_BIN_NAME+_0x38788f(0x1f2)+CLI_BIN_NAME+'\x20workspace\x20use\x20--app\x20<name>`.');if(_0x5f5ccc)assertValidAppcode(_0x5f5ccc);}function resolveKnownApps(){const _0x2e69e7=a181_0x44f7f5,{config:_0x30bf13,layers:_0x154b4d}=readRawConfigWithLayers(),_0x10e669=isRecord(_0x30bf13[_0x2e69e7(0x202)])?_0x30bf13[_0x2e69e7(0x202)]:{},_0x53fdcf=isRecord(_0x154b4d['globalConfig'][_0x2e69e7(0x202)])?_0x154b4d['globalConfig'][_0x2e69e7(0x202)]:{};return{..._0x53fdcf,..._0x10e669};}async function configureWorkspace(_0x972282,_0x5052cf){const _0x3725d2=a181_0x44f7f5,_0x230d03=_0x972282[_0x3725d2(0x1fe)](_0x3725d2(0x217))[_0x3725d2(0x210)](),_0xe9a0a5=_0x972282[_0x3725d2(0x1fe)](_0x3725d2(0x209))[_0x3725d2(0x210)](),_0x4ec902=_0x230d03||_0xe9a0a5;if(!_0x4ec902)throw CliErrors[_0x3725d2(0x1f6)](_0x3725d2(0x22a),_0x3725d2(0x20b)+CLI_BIN_NAME+'\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`'+CLI_BIN_NAME+_0x3725d2(0x216));if(_0xe9a0a5)assertValidAppcode(_0xe9a0a5);const _0x1cc9a1=resolveWriteConfigPath(_0x3725d2(0x1ff)),_0x277e2f=readConfigFile(_0x1cc9a1),_0x3427f6=resolveKnownApps(),_0x21478c=isRecord(_0x277e2f[_0x3725d2(0x202)])?{..._0x277e2f['apps']}:{},_0x2b82a2=cloneProfile(_0x21478c[_0x4ec902]),_0x5b57eb=sanitizeProfile(_0x3427f6[_0x4ec902]),_0x10156a=_0xe9a0a5?{}:_0x5b57eb,_0xc099eb=_0xe9a0a5||_0x10156a[_0x3725d2(0x209)];if(!_0xc099eb){const _0xa80535=Object[_0x3725d2(0x203)](_0x3427f6),_0x4bf704=_0xa80535[_0x3725d2(0x200)]===0x0?_0x3725d2(0x20b)+CLI_BIN_NAME+_0x3725d2(0x1f5)+_0x5052cf+_0x3725d2(0x214)+_0x4ec902+_0x3725d2(0x21b):_0x3725d2(0x20c)+_0xa80535[_0x3725d2(0x22b)](',\x20');throw CliErrors[_0x3725d2(0x1f6)]('App\x20\x22'+_0x4ec902+_0x3725d2(0x1f0),_0x4bf704);}assertValidAppcode(String(_0xc099eb));const _0x2794dc={..._0x10156a,..._0x2b82a2,'appcode':String(_0xc099eb),...collectWorkspaceProfileOverrides(_0x972282)};return _0x21478c[_0x4ec902]=_0x2794dc,_0x277e2f[_0x3725d2(0x202)]=_0x21478c,_0x277e2f[_0x3725d2(0x225)]=_0x4ec902,delete _0x277e2f[_0x3725d2(0x209)],delete _0x277e2f[_0x3725d2(0x217)],_0x2794dc['env']&&(_0x277e2f[_0x3725d2(0x1f4)]=_0x2794dc[_0x3725d2(0x1f4)]),writeConfigFile(_0x1cc9a1,_0x277e2f),{'ok':!![],'message':_0x3725d2(0x207)+(_0x5052cf===_0x3725d2(0x1f7)?_0x3725d2(0x1fd):_0x3725d2(0x20a))+':\x20'+_0x4ec902+_0x3725d2(0x219)+_0x2794dc[_0x3725d2(0x209)]+').\x20Config:\x20'+_0x1cc9a1+'.\x20Credentials:\x20not\x20written.','data':{'operation':_0x3725d2(0x222)+_0x5052cf,'configPath':_0x1cc9a1,'app':_0x4ec902,'appcode':_0x2794dc[_0x3725d2(0x209)],'env':_0x2794dc[_0x3725d2(0x1f4)]??null,'credentialsWritten':![]}};}const workspaceInitDefinition={'service':a181_0x44f7f5(0x21c),'command':a181_0x44f7f5(0x1f7),'description':a181_0x44f7f5(0x21d),'risk':a181_0x44f7f5(0x201),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x4a04a1=>configureWorkspace(_0x4a04a1,'init')},workspaceUseDefinition={'service':a181_0x44f7f5(0x21c),'command':a181_0x44f7f5(0x206),'description':'Switch\x20the\x20current\x20workspace\x20app\x20binding','risk':a181_0x44f7f5(0x201),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x545cdb=>configureWorkspace(_0x545cdb,a181_0x44f7f5(0x206))};export const workspaceDefinitions=[workspaceInitDefinition,workspaceUseDefinition,workspaceAddDefinition,workspaceRemoveDefinition];export{WORKSPACE_USAGE};
1
+ const a181_0x1cbc3a=a181_0x24f0;function a181_0x24f0(_0x1304e0,_0x849e1){_0x1304e0=_0x1304e0-0x162;const _0x28522f=a181_0x2852();let _0x24f059=_0x28522f[_0x1304e0];return _0x24f059;}(function(_0x4f6e14,_0x57165a){const _0xaab2a2=a181_0x24f0,_0x13e788=_0x4f6e14();while(!![]){try{const _0x49ff39=-parseInt(_0xaab2a2(0x167))/0x1+-parseInt(_0xaab2a2(0x186))/0x2+parseInt(_0xaab2a2(0x169))/0x3+parseInt(_0xaab2a2(0x187))/0x4+-parseInt(_0xaab2a2(0x176))/0x5+parseInt(_0xaab2a2(0x16f))/0x6+parseInt(_0xaab2a2(0x17c))/0x7*(-parseInt(_0xaab2a2(0x18d))/0x8);if(_0x49ff39===_0x57165a)break;else _0x13e788['push'](_0x13e788['shift']());}catch(_0x57e5fe){_0x13e788['push'](_0x13e788['shift']());}}}(a181_0x2852,0x22011));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{RISK_LEVEL_VALUES}from'../../constant/risk.js';import{validateAppcode}from'../../commands/common/validate.js';import{readConfigFile,readRawConfigWithLayers,resolveWriteConfigPath,writeConfigFile}from'../../context.js';import{workspaceAddDefinition}from'../../commands/workspace/add.js';import{workspaceRemoveDefinition}from'../../commands/workspace/remove.js';const WORKSPACE_USAGE=CLI_BIN_NAME+a181_0x1cbc3a(0x19c),SAFE_PROFILE_KEYS=[a181_0x1cbc3a(0x183),'env','apiDir',a181_0x1cbc3a(0x17e),a181_0x1cbc3a(0x185),a181_0x1cbc3a(0x174),a181_0x1cbc3a(0x18c)],workspaceFlags=[{'name':a181_0x1cbc3a(0x165),'type':'string','description':a181_0x1cbc3a(0x17f)},{'name':'appcode','type':a181_0x1cbc3a(0x18b),'description':a181_0x1cbc3a(0x19a)},{'name':a181_0x1cbc3a(0x179),'type':a181_0x1cbc3a(0x18b),'description':a181_0x1cbc3a(0x16a),'enum':[...RABETBASE_ENV_VALUES]},{'name':'apiDir','type':a181_0x1cbc3a(0x18b),'description':a181_0x1cbc3a(0x162)},{'name':a181_0x1cbc3a(0x173),'type':'string','description':a181_0x1cbc3a(0x181),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':a181_0x1cbc3a(0x185),'type':a181_0x1cbc3a(0x194),'description':a181_0x1cbc3a(0x189)},{'name':a181_0x1cbc3a(0x174),'type':'string','description':a181_0x1cbc3a(0x193),'enum':[...RISK_LEVEL_VALUES]},{'name':a181_0x1cbc3a(0x18c),'type':a181_0x1cbc3a(0x18b),'description':a181_0x1cbc3a(0x182)}];function isRecord(_0x2115ae){const _0xd5c1a7=a181_0x1cbc3a;return!!_0x2115ae&&typeof _0x2115ae===_0xd5c1a7(0x177)&&!Array[_0xd5c1a7(0x19b)](_0x2115ae);}function assertValidAppcode(_0x4a7cb5){const _0x4a076b=a181_0x1cbc3a,{valid:_0x12c549,message:_0x369704}=validateAppcode(_0x4a7cb5);if(!_0x12c549)throw CliErrors['validation'](_0x4a076b(0x178)+_0x4a7cb5,_0x369704);}function sanitizeProfile(_0x439aa6){if(!isRecord(_0x439aa6))return{};const _0x268b2b={};for(const _0x5850a0 of SAFE_PROFILE_KEYS){if(_0x439aa6[_0x5850a0]!==undefined)_0x268b2b[_0x5850a0]=_0x439aa6[_0x5850a0];}return _0x268b2b;}function cloneProfile(_0x149aab){return isRecord(_0x149aab)?{..._0x149aab}:{};}function a181_0x2852(){const _0x5f2b72=['riskLevel','validation','49505LVsgdS','object','Invalid\x20appcode:\x20','env','Initialize\x20the\x20current\x20workspace\x20app\x20binding','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`','7HLegYp','globalConfig','format','App\x20profile\x20name\x20to\x20use\x20in\x20this\x20workspace','use','Default\x20output\x20format\x20for\x20this\x20workspace\x20app\x20profile','Locale\x20for\x20this\x20workspace\x20app\x20profile','appcode','apiDir','pageSize','85464gYNjUI','89656oMnetT','Switch\x20the\x20current\x20workspace\x20app\x20binding','Default\x20page\x20size\x20for\x20this\x20workspace\x20app\x20profile','trim','string','locale','1978920mYpGZC','workspace.','.\x20Credentials:\x20not\x20written.','\x20(appcode:\x20','Use\x20`','\x20workspace\x20','Risk\x20level\x20for\x20this\x20workspace\x20app\x20profile','number','apps','workspace','write','\x22\x20not\x20found.','keys','App\x20code\x20to\x20bind\x20to\x20this\x20workspace','isArray','\x20workspace\x20<init|use>\x20--app\x20<name>\x20[--appcode\x20<code>]','App\x20\x22','API\x20directory\x20path\x20for\x20this\x20workspace\x20app\x20profile','str','project','app','Workspace\x20','32229CAfPHI','Pass\x20--appcode\x20<code>,\x20or\x20choose\x20one\x20of:\x20','564510WVEEix','Target\x20environment',').\x20Config:\x20','defaultApp','flag','length','1565544PLoLyh','Missing\x20workspace\x20app\x20selector.','\x20workspace\x20use\x20--app\x20<name>`.','init','defaultFormat'];a181_0x2852=function(){return _0x5f2b72;};return a181_0x2852();}function collectWorkspaceProfileOverrides(_0x4a4943){const _0x80c6ca=a181_0x1cbc3a,_0x3f4d0c={},_0x59f712=_0x4a4943[_0x80c6ca(0x163)](_0x80c6ca(0x179)),_0x3e4d59=_0x4a4943['str'](_0x80c6ca(0x184)),_0x47b392=_0x4a4943[_0x80c6ca(0x163)](_0x80c6ca(0x173)),_0x408a07=_0x4a4943[_0x80c6ca(0x16d)](_0x80c6ca(0x185)),_0x5e8733=_0x4a4943[_0x80c6ca(0x163)](_0x80c6ca(0x174)),_0x17eeb6=_0x4a4943[_0x80c6ca(0x163)](_0x80c6ca(0x18c));if(_0x59f712)_0x3f4d0c[_0x80c6ca(0x179)]=_0x59f712;if(_0x3e4d59)_0x3f4d0c[_0x80c6ca(0x184)]=_0x3e4d59;if(_0x47b392)_0x3f4d0c[_0x80c6ca(0x17e)]=_0x47b392;if(_0x408a07!==undefined&&_0x408a07!=='')_0x3f4d0c[_0x80c6ca(0x185)]=Number(_0x408a07);if(_0x5e8733)_0x3f4d0c[_0x80c6ca(0x174)]=_0x5e8733;if(_0x17eeb6)_0x3f4d0c[_0x80c6ca(0x18c)]=_0x17eeb6;return _0x3f4d0c;}async function validateWorkspaceArgs(_0x3a0bfb){const _0x9bd8ef=a181_0x1cbc3a,_0x284f5d=_0x3a0bfb[_0x9bd8ef(0x163)]('app')['trim'](),_0x334371=_0x3a0bfb['str']('appcode')[_0x9bd8ef(0x18a)]();if(!_0x284f5d&&!_0x334371)throw CliErrors[_0x9bd8ef(0x175)]('Missing\x20workspace\x20app\x20selector.','Use\x20`'+CLI_BIN_NAME+'\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`'+CLI_BIN_NAME+'\x20workspace\x20use\x20--app\x20<name>`.');if(_0x334371)assertValidAppcode(_0x334371);}function resolveKnownApps(){const _0x2e179a=a181_0x1cbc3a,{config:_0x26f5a2,layers:_0x27ed2b}=readRawConfigWithLayers(),_0x26ab38=isRecord(_0x26f5a2['apps'])?_0x26f5a2[_0x2e179a(0x195)]:{},_0x34bcc7=isRecord(_0x27ed2b[_0x2e179a(0x17d)][_0x2e179a(0x195)])?_0x27ed2b[_0x2e179a(0x17d)]['apps']:{};return{..._0x34bcc7,..._0x26ab38};}async function configureWorkspace(_0x127820,_0x429176){const _0x55d6a0=a181_0x1cbc3a,_0x1532ca=_0x127820[_0x55d6a0(0x163)](_0x55d6a0(0x165))[_0x55d6a0(0x18a)](),_0x5ab524=_0x127820[_0x55d6a0(0x163)](_0x55d6a0(0x183))['trim'](),_0x4475a2=_0x1532ca||_0x5ab524;if(!_0x4475a2)throw CliErrors['validation'](_0x55d6a0(0x170),_0x55d6a0(0x191)+CLI_BIN_NAME+_0x55d6a0(0x17b)+CLI_BIN_NAME+_0x55d6a0(0x171));if(_0x5ab524)assertValidAppcode(_0x5ab524);const _0x13f68b=resolveWriteConfigPath(_0x55d6a0(0x164)),_0x2ae820=readConfigFile(_0x13f68b),_0x1a4184=resolveKnownApps(),_0x22516a=isRecord(_0x2ae820['apps'])?{..._0x2ae820[_0x55d6a0(0x195)]}:{},_0x4b91e1=cloneProfile(_0x22516a[_0x4475a2]),_0x4b2003=sanitizeProfile(_0x1a4184[_0x4475a2]),_0x46c3b7=_0x5ab524?{}:_0x4b2003,_0x23c600=_0x5ab524||_0x46c3b7[_0x55d6a0(0x183)];if(!_0x23c600){const _0x39ae05=Object[_0x55d6a0(0x199)](_0x1a4184),_0x2cfc5a=_0x39ae05[_0x55d6a0(0x16e)]===0x0?_0x55d6a0(0x191)+CLI_BIN_NAME+_0x55d6a0(0x192)+_0x429176+'\x20--app\x20'+_0x4475a2+'\x20--appcode\x20<code>`.':_0x55d6a0(0x168)+_0x39ae05['join'](',\x20');throw CliErrors[_0x55d6a0(0x175)](_0x55d6a0(0x19d)+_0x4475a2+_0x55d6a0(0x198),_0x2cfc5a);}assertValidAppcode(String(_0x23c600));const _0x1a3bf2={..._0x46c3b7,..._0x4b91e1,'appcode':String(_0x23c600),...collectWorkspaceProfileOverrides(_0x127820)};return _0x22516a[_0x4475a2]=_0x1a3bf2,_0x2ae820[_0x55d6a0(0x195)]=_0x22516a,_0x2ae820[_0x55d6a0(0x16c)]=_0x4475a2,delete _0x2ae820[_0x55d6a0(0x183)],delete _0x2ae820[_0x55d6a0(0x165)],_0x1a3bf2[_0x55d6a0(0x179)]&&(_0x2ae820[_0x55d6a0(0x179)]=_0x1a3bf2[_0x55d6a0(0x179)]),writeConfigFile(_0x13f68b,_0x2ae820),{'ok':!![],'message':_0x55d6a0(0x166)+(_0x429176===_0x55d6a0(0x172)?'initialized':'updated')+':\x20'+_0x4475a2+_0x55d6a0(0x190)+_0x1a3bf2[_0x55d6a0(0x183)]+_0x55d6a0(0x16b)+_0x13f68b+_0x55d6a0(0x18f),'data':{'operation':_0x55d6a0(0x18e)+_0x429176,'configPath':_0x13f68b,'app':_0x4475a2,'appcode':_0x1a3bf2[_0x55d6a0(0x183)],'env':_0x1a3bf2[_0x55d6a0(0x179)]??null,'credentialsWritten':![]}};}const workspaceInitDefinition={'service':a181_0x1cbc3a(0x196),'command':a181_0x1cbc3a(0x172),'description':a181_0x1cbc3a(0x17a),'risk':a181_0x1cbc3a(0x197),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x22a53c=>configureWorkspace(_0x22a53c,a181_0x1cbc3a(0x172))},workspaceUseDefinition={'service':a181_0x1cbc3a(0x196),'command':a181_0x1cbc3a(0x180),'description':a181_0x1cbc3a(0x188),'risk':a181_0x1cbc3a(0x197),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x5e8d37=>configureWorkspace(_0x5e8d37,'use')};export const workspaceDefinitions=[workspaceInitDefinition,workspaceUseDefinition,workspaceAddDefinition,workspaceRemoveDefinition];export{WORKSPACE_USAGE};
@@ -1 +1 @@
1
- const a182_0x37ebea=a182_0x28b3;function a182_0x3984(){const _0x18bfad=['15IRUIyc','high-risk-write','309192FnsWgA','10gRyhsa','workspace\x20remove','workspace','8TutUkr','28488exqlhe','642231lozNxs','4307360AZanuK','28355FSabWA','141948ZAAdBp','1289022jAqkuW'];a182_0x3984=function(){return _0x18bfad;};return a182_0x3984();}(function(_0xf2d6af,_0x25bb0a){const _0x3e9d0b=a182_0x28b3,_0x3cdca1=_0xf2d6af();while(!![]){try{const _0x1836a8=parseInt(_0x3e9d0b(0x1a3))/0x1+-parseInt(_0x3e9d0b(0x1a9))/0x2*(parseInt(_0x3e9d0b(0x1ad))/0x3)+parseInt(_0x3e9d0b(0x1a4))/0x4*(-parseInt(_0x3e9d0b(0x1a6))/0x5)+parseInt(_0x3e9d0b(0x1a8))/0x6+-parseInt(_0x3e9d0b(0x1a5))/0x7+-parseInt(_0x3e9d0b(0x1ac))/0x8*(parseInt(_0x3e9d0b(0x1a1))/0x9)+parseInt(_0x3e9d0b(0x1a2))/0xa;if(_0x1836a8===_0x25bb0a)break;else _0x3cdca1['push'](_0x3cdca1['shift']());}catch(_0x2e8df2){_0x3cdca1['push'](_0x3cdca1['shift']());}}}(a182_0x3984,0x18b39));function a182_0x28b3(_0x135c54,_0x20f582){_0x135c54=_0x135c54-0x1a1;const _0x39843b=a182_0x3984();let _0x28b333=_0x39843b[_0x135c54];return _0x28b333;}import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';export const workspaceRemoveDefinition={'service':a182_0x37ebea(0x1ab),'command':'remove','description':'Remove\x20an\x20app\x20profile\x20from\x20the\x20current\x20workspace\x20(or\x20--global)','risk':a182_0x37ebea(0x1a7),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':'name','description':'App\x20profile\x20name\x20to\x20remove','required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x13edb0=>validateAppName(_0x13edb0,a182_0x37ebea(0x1aa)),'execute':_0x2f12eb=>runAppRemove(_0x2f12eb,a182_0x37ebea(0x1aa))};
1
+ const a182_0xfa9283=a182_0x584b;(function(_0x453976,_0x2788d2){const _0x4ee7df=a182_0x584b,_0x38bc8d=_0x453976();while(!![]){try{const _0x83a4ad=parseInt(_0x4ee7df(0xa3))/0x1*(-parseInt(_0x4ee7df(0xa2))/0x2)+parseInt(_0x4ee7df(0xae))/0x3*(parseInt(_0x4ee7df(0xaa))/0x4)+-parseInt(_0x4ee7df(0xa9))/0x5*(parseInt(_0x4ee7df(0xa6))/0x6)+-parseInt(_0x4ee7df(0xa7))/0x7*(parseInt(_0x4ee7df(0xac))/0x8)+-parseInt(_0x4ee7df(0xad))/0x9*(-parseInt(_0x4ee7df(0xab))/0xa)+-parseInt(_0x4ee7df(0xa0))/0xb*(parseInt(_0x4ee7df(0xa5))/0xc)+parseInt(_0x4ee7df(0xa8))/0xd;if(_0x83a4ad===_0x2788d2)break;else _0x38bc8d['push'](_0x38bc8d['shift']());}catch(_0x1a9c37){_0x38bc8d['push'](_0x38bc8d['shift']());}}}(a182_0x2086,0xac2cf));function a182_0x2086(){const _0x44371c=['222HSTBfR','high-risk-write','2533157JSzgNe','workspace\x20remove','2174116vJbuhu','1wDBceq','App\x20profile\x20name\x20to\x20remove','12gPCUZX','258qKsCBE','133gVpEIa','18250518lSmauv','40555QIUHbL','5348zYAnrW','5420UWhHCs','27512nhMDsd','15507mAVvYv'];a182_0x2086=function(){return _0x44371c;};return a182_0x2086();}import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';function a182_0x584b(_0x5a7bb5,_0x4469d1){_0x5a7bb5=_0x5a7bb5-0x9f;const _0x2086a2=a182_0x2086();let _0x584b8e=_0x2086a2[_0x5a7bb5];return _0x584b8e;}export const workspaceRemoveDefinition={'service':'workspace','command':'remove','description':'Remove\x20an\x20app\x20profile\x20from\x20the\x20current\x20workspace\x20(or\x20--global)','risk':a182_0xfa9283(0x9f),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':'name','description':a182_0xfa9283(0xa4),'required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x382e98=>validateAppName(_0x382e98,a182_0xfa9283(0xa1)),'execute':_0x1d8e05=>runAppRemove(_0x1d8e05,a182_0xfa9283(0xa1))};
@@ -1 +1 @@
1
- const a183_0x32f603=a183_0x19bb;(function(_0x2c3b0a,_0xc3d69e){const _0x429e1d=a183_0x19bb,_0x18e29a=_0x2c3b0a();while(!![]){try{const _0x5b3425=-parseInt(_0x429e1d(0x1f0))/0x1*(-parseInt(_0x429e1d(0x1e3))/0x2)+-parseInt(_0x429e1d(0x1d1))/0x3*(-parseInt(_0x429e1d(0x1d6))/0x4)+-parseInt(_0x429e1d(0x1f1))/0x5*(parseInt(_0x429e1d(0x1ea))/0x6)+parseInt(_0x429e1d(0x1de))/0x7+-parseInt(_0x429e1d(0x1d9))/0x8+parseInt(_0x429e1d(0x1e7))/0x9*(parseInt(_0x429e1d(0x1eb))/0xa)+-parseInt(_0x429e1d(0x1dc))/0xb*(parseInt(_0x429e1d(0x1e1))/0xc);if(_0x5b3425===_0xc3d69e)break;else _0x18e29a['push'](_0x18e29a['shift']());}catch(_0x461050){_0x18e29a['push'](_0x18e29a['shift']());}}}(a183_0x5155,0x43d5b));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RABETBASE_ENV_VALUES}from'../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../constant/output.js';import{RISK_LEVEL_VALUES}from'../constant/risk.js';function a183_0x19bb(_0x5e5253,_0x3b51aa){_0x5e5253=_0x5e5253-0x1c9;const _0x51550b=a183_0x5155();let _0x19bb03=_0x51550b[_0x5e5253];return _0x19bb03;}export{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';export const PROJECT_CREATE_INHERITABLE_KEYS=[a183_0x32f603(0x1d2),'accessKey',a183_0x32f603(0x1e4),a183_0x32f603(0x1f2),a183_0x32f603(0x1ca)];export const TOP_LEVEL_CONFIG_KEYS=new Set(['appcode',a183_0x32f603(0x1ce),a183_0x32f603(0x1e4),a183_0x32f603(0x1f2),a183_0x32f603(0x1d2),'accessKey',a183_0x32f603(0x1d5)]);export const CONFIG_ENUM_VALUES={'env':[...RABETBASE_ENV_VALUES],'format':[...RABETBASE_OUTPUT_FORMAT_VALUES]};export function formatConfigKeyList(_0x386fe8){const _0x3d7046=a183_0x32f603;return[..._0x386fe8][_0x3d7046(0x1df)](',\x20');}function a183_0x5155(){const _0x4ade86=['2180wwQRHR','number','accessKey','1218344bSUBlO','pageSize','map','14025BnMDtS','filter','473067dWeLZy','join','Default\x20output\x20format\x20for\x20this\x20app\x20(profile)','2640YCguAP','defaultApp','334HUyPZs','locale','defaultFormat','app','549027yMGJcp','en-US','appcode','114wCMQnE','20FebYab','Risk\x20level','string','Locale','trim','662HmeXUx','31665ktPlaS','format','Auth\x20cookie','Target\x20environment','riskLevel','Default\x20page\x20size','entries','Access\x20key','env','length','inherit','2922ZIrfMR','cookie','zh-CN','apps','apiDir'];a183_0x5155=function(){return _0x4ade86;};return a183_0x5155();}export function getTopLevelConfigKeyList(){return[...TOP_LEVEL_CONFIG_KEYS];}export function isTopLevelConfigKey(_0x2ee6ed){return TOP_LEVEL_CONFIG_KEYS['has'](_0x2ee6ed);}export function getTopLevelConfigKeySummary(){return formatConfigKeyList(getTopLevelConfigKeyList());}export function getConfigCommandKeyDescription(){return'Config\x20key\x20('+getTopLevelConfigKeySummary()+')';}export const APP_PROFILE_FLAG_KEY_MAP={'env':a183_0x32f603(0x1ce),'apiDir':a183_0x32f603(0x1d5),'cookie':a183_0x32f603(0x1d2),'accessKey':'accessKey','defaultFormat':a183_0x32f603(0x1f2),'pageSize':a183_0x32f603(0x1da),'riskLevel':a183_0x32f603(0x1ca),'locale':a183_0x32f603(0x1e4)};export function getAppProfileFlagDefs(){const _0x1a8c85=a183_0x32f603;return[{'name':_0x1a8c85(0x1ce),'type':_0x1a8c85(0x1ed),'description':_0x1a8c85(0x1c9),'enum':[...RABETBASE_ENV_VALUES]},{'name':_0x1a8c85(0x1d5),'type':_0x1a8c85(0x1ed),'description':'API\x20directory\x20path'},{'name':_0x1a8c85(0x1d2),'type':'string','description':_0x1a8c85(0x1f3),'hidden':!![]},{'name':_0x1a8c85(0x1d8),'type':'string','description':_0x1a8c85(0x1cd),'hidden':!![]},{'name':_0x1a8c85(0x1e5),'type':_0x1a8c85(0x1ed),'description':_0x1a8c85(0x1e0),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':_0x1a8c85(0x1da),'type':_0x1a8c85(0x1d7),'description':_0x1a8c85(0x1cb)},{'name':'riskLevel','type':_0x1a8c85(0x1ed),'description':_0x1a8c85(0x1ec),'enum':[...RISK_LEVEL_VALUES]},{'name':'locale','type':_0x1a8c85(0x1ed),'description':_0x1a8c85(0x1ee)}];}export function collectAppProfileOverrides(_0x4ed206){const _0x2069be=a183_0x32f603,_0x244ed8={};for(const [_0x143532,_0x7cbabd]of Object[_0x2069be(0x1cc)](APP_PROFILE_FLAG_KEY_MAP)){const _0x1c51fd=_0x4ed206(_0x143532);if(!_0x1c51fd)continue;_0x244ed8[_0x7cbabd]=_0x7cbabd===_0x2069be(0x1da)?Number(_0x1c51fd):_0x1c51fd;}return _0x244ed8;}export function buildAppProfileListFields(_0x1225d9){const _0x11cec8=a183_0x32f603;return{'env':_0x1225d9['env']??null,'apiDir':_0x1225d9['apiDir']??null,'hasCookie':!!_0x1225d9[_0x11cec8(0x1d2)],'hasAccessKey':!!_0x1225d9[_0x11cec8(0x1d8)],'format':_0x1225d9['format']??null,'pageSize':_0x1225d9[_0x11cec8(0x1da)]??null,'riskLevel':_0x1225d9['riskLevel']??null,'locale':_0x1225d9[_0x11cec8(0x1e4)]??null};}export function buildAppDoctorFields(_0x2eecdb,_0x57f809){const _0x39b164=a183_0x32f603;return{'env':{'value':_0x2eecdb[_0x39b164(0x1ce)]||_0x57f809[_0x39b164(0x1ce)],'source':_0x2eecdb[_0x39b164(0x1ce)]?'app':'inherit'},'apiDir':{'value':_0x2eecdb[_0x39b164(0x1d5)]||_0x57f809[_0x39b164(0x1d5)],'source':_0x2eecdb[_0x39b164(0x1d5)]?'app':_0x39b164(0x1d0)},'cookie':{'value':_0x2eecdb[_0x39b164(0x1d2)]||_0x57f809[_0x39b164(0x1d2)],'source':_0x2eecdb[_0x39b164(0x1d2)]?_0x39b164(0x1e6):_0x39b164(0x1d0)},'accessKey':{'value':_0x2eecdb[_0x39b164(0x1d8)]||_0x57f809[_0x39b164(0x1d8)],'source':_0x2eecdb[_0x39b164(0x1d8)]?_0x39b164(0x1e6):_0x39b164(0x1d0)}};}export function buildCanonicalAppConfig(_0x37a0ae,_0x256ee){const _0x36004a=a183_0x32f603,_0x3649bf=_0x37a0ae[_0x36004a(0x1db)](_0x3c5733=>String(_0x3c5733||'')[_0x36004a(0x1ef)]())[_0x36004a(0x1dd)](Boolean);if(_0x3649bf[_0x36004a(0x1cf)]===0x0)return{};const _0x25ede8={};for(const _0x485f7a of _0x3649bf){_0x25ede8[_0x485f7a]=_0x256ee?{'appcode':_0x485f7a,'env':_0x256ee}:{'appcode':_0x485f7a};}return{'apps':_0x25ede8,'defaultApp':_0x3649bf[0x0]};}export function buildCanonicalProjectConfig(_0x500d45,_0x24bcf3){const _0x18d86e=a183_0x32f603,{appCodes:appCodes=[],env:_0x350e36,metadata:_0x3cd15c}=_0x24bcf3,_0x5155f2={..._0x500d45,..._0x3cd15c||{}};delete _0x5155f2[_0x18d86e(0x1e9)],delete _0x5155f2[_0x18d86e(0x1e6)];if(_0x350e36)_0x5155f2[_0x18d86e(0x1ce)]=_0x350e36;else!_0x5155f2[_0x18d86e(0x1ce)]&&(_0x5155f2[_0x18d86e(0x1ce)]=DEFAULT_CONFIG_VALUES[_0x18d86e(0x1ce)]);const _0x4151e2=buildCanonicalAppConfig(appCodes,_0x5155f2[_0x18d86e(0x1ce)]);return Object['keys'](_0x4151e2)[_0x18d86e(0x1cf)]>0x0&&(_0x5155f2['apps']=_0x4151e2[_0x18d86e(0x1d4)],_0x5155f2[_0x18d86e(0x1e2)]=_0x4151e2[_0x18d86e(0x1e2)]),_0x5155f2;}const LOCALE_MAP={'zh':a183_0x32f603(0x1d3),'zh-cn':'zh-CN','zh_cn':'zh-CN','en':a183_0x32f603(0x1e8),'en-us':a183_0x32f603(0x1e8),'en_us':a183_0x32f603(0x1e8)};export function normalizeLocale(_0x542579){if(!_0x542579)return null;return LOCALE_MAP[_0x542579['toLowerCase']()]??null;}
1
+ const a183_0x1a6d76=a183_0x3701;(function(_0x258080,_0x4ccb44){const _0x5069ce=a183_0x3701,_0x2c3ed9=_0x258080();while(!![]){try{const _0x553862=parseInt(_0x5069ce(0x14d))/0x1*(parseInt(_0x5069ce(0x12d))/0x2)+-parseInt(_0x5069ce(0x13f))/0x3+-parseInt(_0x5069ce(0x146))/0x4+-parseInt(_0x5069ce(0x13d))/0x5*(-parseInt(_0x5069ce(0x149))/0x6)+-parseInt(_0x5069ce(0x12f))/0x7*(-parseInt(_0x5069ce(0x135))/0x8)+-parseInt(_0x5069ce(0x126))/0x9+parseInt(_0x5069ce(0x144))/0xa;if(_0x553862===_0x4ccb44)break;else _0x2c3ed9['push'](_0x2c3ed9['shift']());}catch(_0x8f9173){_0x2c3ed9['push'](_0x2c3ed9['shift']());}}}(a183_0xb505,0xf1873));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RABETBASE_ENV_VALUES}from'../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../constant/output.js';import{RISK_LEVEL_VALUES}from'../constant/risk.js';export{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';export const PROJECT_CREATE_INHERITABLE_KEYS=[a183_0x1a6d76(0x131),a183_0x1a6d76(0x128),a183_0x1a6d76(0x137),a183_0x1a6d76(0x134),a183_0x1a6d76(0x139)];export const TOP_LEVEL_CONFIG_KEYS=new Set([a183_0x1a6d76(0x14e),a183_0x1a6d76(0x12c),a183_0x1a6d76(0x137),a183_0x1a6d76(0x134),'cookie',a183_0x1a6d76(0x128),a183_0x1a6d76(0x13a)]);export const CONFIG_ENUM_VALUES={'env':[...RABETBASE_ENV_VALUES],'format':[...RABETBASE_OUTPUT_FORMAT_VALUES]};export function formatConfigKeyList(_0x2d3ae1){const _0x1d2707=a183_0x1a6d76;return[..._0x2d3ae1][_0x1d2707(0x14b)](',\x20');}export function getTopLevelConfigKeyList(){return[...TOP_LEVEL_CONFIG_KEYS];}export function isTopLevelConfigKey(_0x56ec32){const _0xc58d3a=a183_0x1a6d76;return TOP_LEVEL_CONFIG_KEYS[_0xc58d3a(0x141)](_0x56ec32);}export function getTopLevelConfigKeySummary(){return formatConfigKeyList(getTopLevelConfigKeyList());}export function getConfigCommandKeyDescription(){return'Config\x20key\x20('+getTopLevelConfigKeySummary()+')';}function a183_0xb505(){const _0x4affe8=['length','10027458NukEXS','app','accessKey','trim','toLowerCase','entries','env','422RtXZPz','en-US','4515YxSHuJ','API\x20directory\x20path','cookie','Access\x20key','inherit','format','17496zeeNCV','zh-CN','locale','pageSize','riskLevel','apiDir','defaultApp','string','5rgpPvV','apps','5548020HNMzBH','Locale','has','number','keys','7734530Pcoitm','Risk\x20level','2453020ATsuAO','map','Auth\x20cookie','3985422hiswgy','Default\x20page\x20size','join','filter','8141ZzKVAl','appcode'];a183_0xb505=function(){return _0x4affe8;};return a183_0xb505();}function a183_0x3701(_0x536adf,_0x39098c){_0x536adf=_0x536adf-0x126;const _0xb5057d=a183_0xb505();let _0x370168=_0xb5057d[_0x536adf];return _0x370168;}export const APP_PROFILE_FLAG_KEY_MAP={'env':a183_0x1a6d76(0x12c),'apiDir':a183_0x1a6d76(0x13a),'cookie':'cookie','accessKey':'accessKey','defaultFormat':a183_0x1a6d76(0x134),'pageSize':a183_0x1a6d76(0x138),'riskLevel':a183_0x1a6d76(0x139),'locale':'locale'};export function getAppProfileFlagDefs(){const _0x48e232=a183_0x1a6d76;return[{'name':'env','type':_0x48e232(0x13c),'description':'Target\x20environment','enum':[...RABETBASE_ENV_VALUES]},{'name':'apiDir','type':_0x48e232(0x13c),'description':_0x48e232(0x130)},{'name':_0x48e232(0x131),'type':'string','description':_0x48e232(0x148),'hidden':!![]},{'name':_0x48e232(0x128),'type':_0x48e232(0x13c),'description':_0x48e232(0x132),'hidden':!![]},{'name':'defaultFormat','type':_0x48e232(0x13c),'description':'Default\x20output\x20format\x20for\x20this\x20app\x20(profile)','enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':'pageSize','type':_0x48e232(0x142),'description':_0x48e232(0x14a)},{'name':_0x48e232(0x139),'type':_0x48e232(0x13c),'description':_0x48e232(0x145),'enum':[...RISK_LEVEL_VALUES]},{'name':_0x48e232(0x137),'type':'string','description':_0x48e232(0x140)}];}export function collectAppProfileOverrides(_0x529886){const _0x32a90f=a183_0x1a6d76,_0x5797dc={};for(const [_0x472055,_0x1bcbcf]of Object[_0x32a90f(0x12b)](APP_PROFILE_FLAG_KEY_MAP)){const _0x2234d5=_0x529886(_0x472055);if(!_0x2234d5)continue;_0x5797dc[_0x1bcbcf]=_0x1bcbcf==='pageSize'?Number(_0x2234d5):_0x2234d5;}return _0x5797dc;}export function buildAppProfileListFields(_0x7efc78){const _0x28ba5f=a183_0x1a6d76;return{'env':_0x7efc78[_0x28ba5f(0x12c)]??null,'apiDir':_0x7efc78[_0x28ba5f(0x13a)]??null,'hasCookie':!!_0x7efc78[_0x28ba5f(0x131)],'hasAccessKey':!!_0x7efc78[_0x28ba5f(0x128)],'format':_0x7efc78['format']??null,'pageSize':_0x7efc78[_0x28ba5f(0x138)]??null,'riskLevel':_0x7efc78['riskLevel']??null,'locale':_0x7efc78[_0x28ba5f(0x137)]??null};}export function buildAppDoctorFields(_0x19f20a,_0x32a92e){const _0x4bfe5b=a183_0x1a6d76;return{'env':{'value':_0x19f20a['env']||_0x32a92e['env'],'source':_0x19f20a['env']?_0x4bfe5b(0x127):'inherit'},'apiDir':{'value':_0x19f20a['apiDir']||_0x32a92e[_0x4bfe5b(0x13a)],'source':_0x19f20a[_0x4bfe5b(0x13a)]?_0x4bfe5b(0x127):_0x4bfe5b(0x133)},'cookie':{'value':_0x19f20a[_0x4bfe5b(0x131)]||_0x32a92e[_0x4bfe5b(0x131)],'source':_0x19f20a[_0x4bfe5b(0x131)]?_0x4bfe5b(0x127):'inherit'},'accessKey':{'value':_0x19f20a[_0x4bfe5b(0x128)]||_0x32a92e[_0x4bfe5b(0x128)],'source':_0x19f20a[_0x4bfe5b(0x128)]?_0x4bfe5b(0x127):'inherit'}};}export function buildCanonicalAppConfig(_0x34ee98,_0xf66008){const _0x17e758=a183_0x1a6d76,_0x1daaf7=_0x34ee98[_0x17e758(0x147)](_0x473c5a=>String(_0x473c5a||'')[_0x17e758(0x129)]())[_0x17e758(0x14c)](Boolean);if(_0x1daaf7[_0x17e758(0x14f)]===0x0)return{};const _0x3b67f3={};for(const _0x1d8cb4 of _0x1daaf7){_0x3b67f3[_0x1d8cb4]=_0xf66008?{'appcode':_0x1d8cb4,'env':_0xf66008}:{'appcode':_0x1d8cb4};}return{'apps':_0x3b67f3,'defaultApp':_0x1daaf7[0x0]};}export function buildCanonicalProjectConfig(_0x175567,_0x283045){const _0xd68321=a183_0x1a6d76,{appCodes:appCodes=[],env:_0x3f36e3,metadata:_0x2bf913}=_0x283045,_0x213c0e={..._0x175567,..._0x2bf913||{}};delete _0x213c0e['appcode'],delete _0x213c0e[_0xd68321(0x127)];if(_0x3f36e3)_0x213c0e[_0xd68321(0x12c)]=_0x3f36e3;else!_0x213c0e[_0xd68321(0x12c)]&&(_0x213c0e[_0xd68321(0x12c)]=DEFAULT_CONFIG_VALUES[_0xd68321(0x12c)]);const _0x4d8896=buildCanonicalAppConfig(appCodes,_0x213c0e[_0xd68321(0x12c)]);return Object[_0xd68321(0x143)](_0x4d8896)[_0xd68321(0x14f)]>0x0&&(_0x213c0e[_0xd68321(0x13e)]=_0x4d8896['apps'],_0x213c0e['defaultApp']=_0x4d8896[_0xd68321(0x13b)]),_0x213c0e;}const LOCALE_MAP={'zh':'zh-CN','zh-cn':'zh-CN','zh_cn':a183_0x1a6d76(0x136),'en':a183_0x1a6d76(0x12e),'en-us':a183_0x1a6d76(0x12e),'en_us':a183_0x1a6d76(0x12e)};export function normalizeLocale(_0x1a53c3){const _0x5a04bc=a183_0x1a6d76;if(!_0x1a53c3)return null;return LOCALE_MAP[_0x1a53c3[_0x5a04bc(0x12a)]()]??null;}
@@ -1 +1 @@
1
- function a184_0x18e9(){const _0x2a3df1=['84798BgYThg','https://g.lovrabet.com/dist/rabetbase-cli/config/index.json','1496586EvBRBW','156FnDKXv','857858xHJjgW','14484040QTSBuy','2320905iJidzo','1032mKVUaJ','4841634UsBKBa'];a184_0x18e9=function(){return _0x2a3df1;};return a184_0x18e9();}function a184_0x1ad1(_0xcaeb57,_0x5b25b5){_0xcaeb57=_0xcaeb57-0x189;const _0x18e953=a184_0x18e9();let _0x1ad11c=_0x18e953[_0xcaeb57];return _0x1ad11c;}const a184_0x968164=a184_0x1ad1;(function(_0x1327f1,_0x57e19c){const _0x395ace=a184_0x1ad1,_0x276e58=_0x1327f1();while(!![]){try{const _0x4b5c4e=-parseInt(_0x395ace(0x18e))/0x1+-parseInt(_0x395ace(0x18c))/0x2+-parseInt(_0x395ace(0x18d))/0x3*(parseInt(_0x395ace(0x191))/0x4)+-parseInt(_0x395ace(0x190))/0x5+parseInt(_0x395ace(0x189))/0x6+-parseInt(_0x395ace(0x18a))/0x7+parseInt(_0x395ace(0x18f))/0x8;if(_0x4b5c4e===_0x57e19c)break;else _0x276e58['push'](_0x276e58['shift']());}catch(_0x31eccf){_0x276e58['push'](_0x276e58['shift']());}}}(a184_0x18e9,0x7f56e));export const CLI_VERSION_POLICY_URL=a184_0x968164(0x18b);
1
+ function a184_0x4378(_0x36e225,_0x477295){_0x36e225=_0x36e225-0x104;const _0x3a78a0=a184_0x3a78();let _0x43787e=_0x3a78a0[_0x36e225];return _0x43787e;}const a184_0x4ec703=a184_0x4378;(function(_0x440fcf,_0x178274){const _0x319e2b=a184_0x4378,_0x3d36a6=_0x440fcf();while(!![]){try{const _0x767de8=-parseInt(_0x319e2b(0x111))/0x1*(-parseInt(_0x319e2b(0x10b))/0x2)+parseInt(_0x319e2b(0x10d))/0x3*(parseInt(_0x319e2b(0x10c))/0x4)+-parseInt(_0x319e2b(0x106))/0x5*(-parseInt(_0x319e2b(0x110))/0x6)+parseInt(_0x319e2b(0x109))/0x7+-parseInt(_0x319e2b(0x10f))/0x8*(parseInt(_0x319e2b(0x104))/0x9)+parseInt(_0x319e2b(0x107))/0xa*(-parseInt(_0x319e2b(0x108))/0xb)+parseInt(_0x319e2b(0x105))/0xc*(parseInt(_0x319e2b(0x10a))/0xd);if(_0x767de8===_0x178274)break;else _0x3d36a6['push'](_0x3d36a6['shift']());}catch(_0x1d5d95){_0x3d36a6['push'](_0x3d36a6['shift']());}}}(a184_0x3a78,0x8ac15));function a184_0x3a78(){const _0x59ccf0=['24lnHuNE','42zbtzdg','88091xlmEdY','2010861gUNJqq','3481080yaipao','515340VHuDsZ','10DrJFQT','11004961ctcEAD','2617419XrWyUQ','26eZckLA','2DJwQIF','20pvQFNI','285249nvVgDT','https://g.lovrabet.com/dist/rabetbase-cli/config/index.json'];a184_0x3a78=function(){return _0x59ccf0;};return a184_0x3a78();}export const CLI_VERSION_POLICY_URL=a184_0x4ec703(0x10e);
@@ -1 +1 @@
1
- const a185_0x5ea4c0=a185_0x3903;(function(_0xd3d804,_0x27b0fa){const _0x120e86=a185_0x3903,_0x22b290=_0xd3d804();while(!![]){try{const _0xeddccb=parseInt(_0x120e86(0xc6))/0x1*(-parseInt(_0x120e86(0x121))/0x2)+parseInt(_0x120e86(0xfc))/0x3*(parseInt(_0x120e86(0xb3))/0x4)+parseInt(_0x120e86(0x115))/0x5+-parseInt(_0x120e86(0x107))/0x6*(parseInt(_0x120e86(0x11e))/0x7)+-parseInt(_0x120e86(0xf8))/0x8*(-parseInt(_0x120e86(0xe1))/0x9)+-parseInt(_0x120e86(0x108))/0xa*(parseInt(_0x120e86(0xde))/0xb)+parseInt(_0x120e86(0xca))/0xc;if(_0xeddccb===_0x27b0fa)break;else _0x22b290['push'](_0x22b290['shift']());}catch(_0xcee716){_0x22b290['push'](_0x22b290['shift']());}}}(a185_0x11fa,0x26702));export const CLI_BIN_NAME=a185_0x5ea4c0(0xdb);function a185_0x3903(_0x10b625,_0x2a9bbd){_0x10b625=_0x10b625-0xb1;const _0x11fa60=a185_0x11fa();let _0x39039e=_0x11fa60[_0x10b625];return _0x39039e;}export const CLI_DISPLAY_NAME='Rabetbase\x20CLI';export const NPM_PACKAGE_NAME=a185_0x5ea4c0(0xeb);export const GLOBAL_FLAGS=[{'name':a185_0x5ea4c0(0xe5),'meowKey':a185_0x5ea4c0(0xe5),'type':'string','description':'Override\x20appcode','hint':'<code>'},{'name':a185_0x5ea4c0(0xec),'meowKey':a185_0x5ea4c0(0xec),'type':'string','description':'Select\x20app\x20profile\x20by\x20name','hint':a185_0x5ea4c0(0xb9)},{'name':a185_0x5ea4c0(0x10f),'meowKey':a185_0x5ea4c0(0x10f),'type':'string','description':a185_0x5ea4c0(0x120),'hint':'production\x20|\x20daily'},{'name':'format','meowKey':a185_0x5ea4c0(0xdf),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xfa),'hint':a185_0x5ea4c0(0xe0)},{'name':'jq','meowKey':'jq','type':'string','description':'Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','hint':a185_0x5ea4c0(0xf1)},{'name':a185_0x5ea4c0(0xb4),'meowKey':'dryRun','type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0xf3)},{'name':a185_0x5ea4c0(0xf9),'meowKey':'yes','type':'boolean','description':'Skip\x20confirmation\x20for\x20high-risk\x20writes'},{'name':a185_0x5ea4c0(0x125),'meowKey':a185_0x5ea4c0(0xe8),'type':a185_0x5ea4c0(0xe4),'description':'Force\x20non-interactive\x20mode\x20(CI)'},{'name':'global','meowKey':a185_0x5ea4c0(0x113),'type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0x109)},{'name':a185_0x5ea4c0(0xea),'meowKey':a185_0x5ea4c0(0xea),'type':a185_0x5ea4c0(0xe4),'description':'Use\x20project\x20config\x20scope'},{'name':'ci','meowKey':'ci','type':a185_0x5ea4c0(0xe4),'description':'Alias\x20for\x20--non-interactive','hidden':!![]},{'name':'help','meowKey':a185_0x5ea4c0(0xc0),'type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0x11f)},{'name':a185_0x5ea4c0(0xc3),'meowKey':a185_0x5ea4c0(0xc3),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x116),'hidden':!![]},{'name':a185_0x5ea4c0(0xff),'meowKey':'title','type':'string','description':a185_0x5ea4c0(0xd4),'hidden':!![]},{'name':a185_0x5ea4c0(0x127),'meowKey':a185_0x5ea4c0(0x127),'type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0x10a),'hidden':!![]},{'name':a185_0x5ea4c0(0xd8),'meowKey':a185_0x5ea4c0(0xd8),'type':a185_0x5ea4c0(0xe4),'description':'Watch\x20mode','hidden':!![]},{'name':a185_0x5ea4c0(0xdd),'meowKey':a185_0x5ea4c0(0xdd),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xc8),'hidden':!![]},{'name':'params','meowKey':a185_0x5ea4c0(0x119),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x101),'hidden':!![]},{'name':'datasetcode','meowKey':'datasetcode','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xb6),'hidden':!![]},{'name':a185_0x5ea4c0(0x12c),'meowKey':a185_0x5ea4c0(0x12c),'type':a185_0x5ea4c0(0xe4),'description':'Apply\x20to\x20all','hidden':!![]},{'name':a185_0x5ea4c0(0x114),'meowKey':a185_0x5ea4c0(0x100),'type':'boolean','description':a185_0x5ea4c0(0x11a),'hidden':!![]},{'name':'id','meowKey':'id','type':a185_0x5ea4c0(0xe9),'description':'Record\x20ID','hidden':!![]},{'name':a185_0x5ea4c0(0x122),'meowKey':a185_0x5ea4c0(0x122),'type':'string','description':a185_0x5ea4c0(0xe7),'hidden':!![]},{'name':a185_0x5ea4c0(0xf6),'meowKey':a185_0x5ea4c0(0xf6),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xb7),'hidden':!![]},{'name':a185_0x5ea4c0(0x11b),'meowKey':'sqlcode','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xc7),'hidden':!![]},{'name':'sql-name','meowKey':a185_0x5ea4c0(0xc5),'type':a185_0x5ea4c0(0xe9),'description':'SQL\x20name','hidden':!![]},{'name':a185_0x5ea4c0(0x10d),'meowKey':a185_0x5ea4c0(0x10d),'type':'string','description':a185_0x5ea4c0(0xf2),'hidden':!![]},{'name':'db-id','meowKey':a185_0x5ea4c0(0xcd),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x12a),'hidden':!![]},{'name':a185_0x5ea4c0(0xce),'meowKey':'dbid','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x12a),'hidden':!![]},{'name':a185_0x5ea4c0(0x102),'meowKey':a185_0x5ea4c0(0x102),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x11d),'hidden':!![]},{'name':a185_0x5ea4c0(0x128),'meowKey':a185_0x5ea4c0(0xe2),'type':a185_0x5ea4c0(0xe9),'description':'Description\x20file','hidden':!![]},{'name':a185_0x5ea4c0(0xd5),'meowKey':'page','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x10e),'hidden':!![]},{'name':a185_0x5ea4c0(0x129),'meowKey':'pagesize','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xc2),'hidden':!![]},{'name':a185_0x5ea4c0(0x12b),'meowKey':a185_0x5ea4c0(0x12b),'type':'string','description':a185_0x5ea4c0(0xed),'hidden':!![]},{'name':a185_0x5ea4c0(0x123),'meowKey':a185_0x5ea4c0(0x123),'type':a185_0x5ea4c0(0xe9),'description':'Code\x20filter','hidden':!![]},{'name':a185_0x5ea4c0(0x103),'meowKey':a185_0x5ea4c0(0x103),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x104),'hidden':!![]},{'name':a185_0x5ea4c0(0x112),'meowKey':a185_0x5ea4c0(0x112),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x126),'hidden':!![]},{'name':a185_0x5ea4c0(0xd9),'meowKey':a185_0x5ea4c0(0xd9),'type':'string','description':a185_0x5ea4c0(0x10b),'hidden':!![]},{'name':a185_0x5ea4c0(0xd7),'meowKey':a185_0x5ea4c0(0xd7),'type':a185_0x5ea4c0(0xe9),'description':'Target\x20path','hidden':!![]},{'name':'skip-imports','meowKey':'skipImports','type':a185_0x5ea4c0(0xe4),'description':'Skip\x20import\x20generation','hidden':!![]},{'name':a185_0x5ea4c0(0x110),'meowKey':a185_0x5ea4c0(0x110),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xb8),'hidden':!![]},{'name':a185_0x5ea4c0(0xf7),'meowKey':a185_0x5ea4c0(0xf7),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xe3),'hidden':!![]},{'name':a185_0x5ea4c0(0xcb),'meowKey':a185_0x5ea4c0(0xcb),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xd1),'hidden':!![]},{'name':'stdin','meowKey':a185_0x5ea4c0(0xc9),'type':'boolean','description':a185_0x5ea4c0(0xb2),'hidden':!![]},{'name':a185_0x5ea4c0(0xf4),'meowKey':'fromEnv','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x11c),'hidden':!![]},{'name':a185_0x5ea4c0(0x118),'meowKey':a185_0x5ea4c0(0x118),'type':'boolean','description':a185_0x5ea4c0(0xb1),'hidden':!![]},{'name':a185_0x5ea4c0(0xdc),'meowKey':'force','type':a185_0x5ea4c0(0xe4),'description':'Force\x20overwrite','hidden':!![]},{'name':a185_0x5ea4c0(0x124),'meowKey':a185_0x5ea4c0(0x124),'type':a185_0x5ea4c0(0xe4),'description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':a185_0x5ea4c0(0xc4),'meowKey':a185_0x5ea4c0(0xc4),'type':a185_0x5ea4c0(0xe4),'description':'Use\x20remote','hidden':!![]},{'name':a185_0x5ea4c0(0xe6),'meowKey':a185_0x5ea4c0(0xe6),'type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0xfe),'hidden':!![]},{'name':a185_0x5ea4c0(0xd0),'meowKey':a185_0x5ea4c0(0xc1),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xef),'hidden':!![]},{'name':a185_0x5ea4c0(0xd3),'meowKey':a185_0x5ea4c0(0xd3),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x105),'hidden':!![]},{'name':'parent-id','meowKey':a185_0x5ea4c0(0xfd),'type':a185_0x5ea4c0(0xe9),'description':'Parent\x20menu\x20id','hidden':!![]},{'name':a185_0x5ea4c0(0xba),'meowKey':a185_0x5ea4c0(0xba),'type':'string','description':a185_0x5ea4c0(0x12d),'hidden':!![]},{'name':a185_0x5ea4c0(0x106),'meowKey':a185_0x5ea4c0(0xda),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xf5),'hidden':!![]},{'name':a185_0x5ea4c0(0xfb),'meowKey':'expectPath','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xcc),'hidden':!![]},{'name':a185_0x5ea4c0(0xd6),'meowKey':a185_0x5ea4c0(0xbf),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x10c),'hidden':!![]},{'name':a185_0x5ea4c0(0xcf),'meowKey':'menuIds','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xd2),'hidden':!![]},{'name':a185_0x5ea4c0(0xbe),'meowKey':'taskId','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xee),'hidden':!![]},{'name':a185_0x5ea4c0(0xbb),'meowKey':a185_0x5ea4c0(0xbc),'type':'string','description':a185_0x5ea4c0(0x10b),'hidden':!![]},{'name':a185_0x5ea4c0(0x111),'meowKey':a185_0x5ea4c0(0xf0),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xbd),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a185_0x5ea4c0(0xe5),a185_0x5ea4c0(0xec),a185_0x5ea4c0(0x10f),a185_0x5ea4c0(0xdf),'jq',a185_0x5ea4c0(0xb4),a185_0x5ea4c0(0xf9),'non-interactive','ci']);export function buildMeowFlags(){const _0x30c333=a185_0x5ea4c0;return Object['fromEntries'](GLOBAL_FLAGS[_0x30c333(0x117)](_0x10f750=>[_0x10f750[_0x30c333(0xb5)],{'type':_0x10f750['type']}]));}function a185_0x11fa(){const _0x2e0a6a=['File\x20path','Config\x20key','<name>','sort','operation-type','operationType','Function\x20node','task-id','expectedChildrenCount','help','expectedCount','Page\x20size','name','remote','sqlName','3VIEESz','SQL\x20code','Output\x20path','stdin','1217856PQAlkg','tags','Expected\x20current\x20menu\x20path','dbId','dbid','menu-ids','expected-count','Tags','Comma-separated\x20menu\x20IDs','label','Title','page','expected-children-count','target','watch','operation','expectParentId','rabetbase','force','output','1034sGRhSz','format','json\x20|\x20pretty\x20|\x20compress','2168262YYuQMS','descriptionFile','Config\x20value','boolean','appcode','verbose','Type\x20filter','nonInteractive','string','project','@lovrabet/rabetbase-cli','app','Keyword\x20filter','Asynchronous\x20task\x20ID','Expected\x20affected\x20count','functionNode','<expr>','SQL\x20name','Preview\x20operation\x20without\x20executing','from-env','Expected\x20current\x20parent\x20menu\x20id','file','value','8QDsgxj','yes','Output\x20format','expect-path','681shVarq','parentId','Verbose\x20output','title','enableBffSave','JSON\x20params','description','sql','SQL\x20string','Menu\x20label','expect-parent-id','1792662trNCJl','11840gAQXrR','Use\x20global\x20config\x20scope','Clear','Operation\x20type','Expected\x20current\x20child\x20count','sqlname','Page\x20number','env','key','function-node','schemas','global','enable-bff-save','499845zzeXxw','Name','map','reveal','params','Enable\x20BFF\x20save','sqlcode','Read\x20value\x20from\x20environment\x20variable','Description','7ejOMHY','Show\x20help','Environment','19026iwvcSG','type','code','confirm','non-interactive','Schemas','clear','description-file','pagesize','DB\x20ID','keyword','all','Menu\x20sort\x20value','Reveal\x20sensitive\x20value','Read\x20value\x20from\x20stdin','2708ucLhwS','dry-run','meowKey','Dataset\x20code'];a185_0x11fa=function(){return _0x2e0a6a;};return a185_0x11fa();}
1
+ const a185_0x840f5b=a185_0xc3b2;(function(_0x2bff7c,_0xf3a5cf){const _0x1ed510=a185_0xc3b2,_0x5368aa=_0x2bff7c();while(!![]){try{const _0x2bec71=-parseInt(_0x1ed510(0x178))/0x1*(-parseInt(_0x1ed510(0x16a))/0x2)+-parseInt(_0x1ed510(0x149))/0x3+-parseInt(_0x1ed510(0x146))/0x4+-parseInt(_0x1ed510(0x130))/0x5+-parseInt(_0x1ed510(0x188))/0x6*(-parseInt(_0x1ed510(0x12c))/0x7)+parseInt(_0x1ed510(0x19a))/0x8+parseInt(_0x1ed510(0x176))/0x9;if(_0x2bec71===_0xf3a5cf)break;else _0x5368aa['push'](_0x5368aa['shift']());}catch(_0x13bd3a){_0x5368aa['push'](_0x5368aa['shift']());}}}(a185_0x4e1d,0xbbe5b));export const CLI_BIN_NAME='rabetbase';export const CLI_DISPLAY_NAME=a185_0x840f5b(0x162);export const NPM_PACKAGE_NAME='@lovrabet/rabetbase-cli';function a185_0xc3b2(_0x55e440,_0x4a1b7e){_0x55e440=_0x55e440-0x11b;const _0x4e1d06=a185_0x4e1d();let _0xc3b225=_0x4e1d06[_0x55e440];return _0xc3b225;}export const GLOBAL_FLAGS=[{'name':a185_0x840f5b(0x180),'meowKey':a185_0x840f5b(0x180),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x17b),'hint':a185_0x840f5b(0x167)},{'name':a185_0x840f5b(0x192),'meowKey':'app','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x173),'hint':'<name>'},{'name':a185_0x840f5b(0x168),'meowKey':a185_0x840f5b(0x168),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x148),'hint':a185_0x840f5b(0x156)},{'name':a185_0x840f5b(0x174),'meowKey':a185_0x840f5b(0x174),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x16b),'hint':a185_0x840f5b(0x171)},{'name':'jq','meowKey':'jq','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x134),'hint':a185_0x840f5b(0x19b)},{'name':'dry-run','meowKey':a185_0x840f5b(0x138),'type':a185_0x840f5b(0x16e),'description':'Preview\x20operation\x20without\x20executing'},{'name':'yes','meowKey':a185_0x840f5b(0x12e),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x17a)},{'name':a185_0x840f5b(0x191),'meowKey':a185_0x840f5b(0x14b),'type':'boolean','description':a185_0x840f5b(0x195)},{'name':a185_0x840f5b(0x11b),'meowKey':a185_0x840f5b(0x11b),'type':a185_0x840f5b(0x16e),'description':'Use\x20global\x20config\x20scope'},{'name':a185_0x840f5b(0x12f),'meowKey':'project','type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x137)},{'name':'ci','meowKey':'ci','type':'boolean','description':a185_0x840f5b(0x198),'hidden':!![]},{'name':'help','meowKey':'help','type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x124)},{'name':a185_0x840f5b(0x172),'meowKey':a185_0x840f5b(0x172),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x133),'hidden':!![]},{'name':'title','meowKey':a185_0x840f5b(0x177),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x185),'hidden':!![]},{'name':a185_0x840f5b(0x18f),'meowKey':a185_0x840f5b(0x18f),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x14d),'hidden':!![]},{'name':a185_0x840f5b(0x18d),'meowKey':a185_0x840f5b(0x18d),'type':'boolean','description':a185_0x840f5b(0x189),'hidden':!![]},{'name':a185_0x840f5b(0x18a),'meowKey':a185_0x840f5b(0x18a),'type':'string','description':a185_0x840f5b(0x14f),'hidden':!![]},{'name':a185_0x840f5b(0x150),'meowKey':a185_0x840f5b(0x150),'type':'string','description':a185_0x840f5b(0x128),'hidden':!![]},{'name':a185_0x840f5b(0x182),'meowKey':a185_0x840f5b(0x182),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x144),'hidden':!![]},{'name':a185_0x840f5b(0x135),'meowKey':a185_0x840f5b(0x135),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x15a),'hidden':!![]},{'name':a185_0x840f5b(0x141),'meowKey':a185_0x840f5b(0x15d),'type':a185_0x840f5b(0x16e),'description':'Enable\x20BFF\x20save','hidden':!![]},{'name':'id','meowKey':'id','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x194),'hidden':!![]},{'name':a185_0x840f5b(0x17f),'meowKey':a185_0x840f5b(0x17f),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x123),'hidden':!![]},{'name':a185_0x840f5b(0x11f),'meowKey':'file','type':'string','description':a185_0x840f5b(0x170),'hidden':!![]},{'name':a185_0x840f5b(0x190),'meowKey':a185_0x840f5b(0x190),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x15e),'hidden':!![]},{'name':a185_0x840f5b(0x16f),'meowKey':'sqlName','type':a185_0x840f5b(0x155),'description':'SQL\x20name','hidden':!![]},{'name':a185_0x840f5b(0x136),'meowKey':a185_0x840f5b(0x136),'type':a185_0x840f5b(0x155),'description':'SQL\x20name','hidden':!![]},{'name':'db-id','meowKey':a185_0x840f5b(0x13f),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x13b),'hidden':!![]},{'name':'dbid','meowKey':'dbid','type':a185_0x840f5b(0x155),'description':'DB\x20ID','hidden':!![]},{'name':a185_0x840f5b(0x199),'meowKey':a185_0x840f5b(0x199),'type':'string','description':a185_0x840f5b(0x166),'hidden':!![]},{'name':a185_0x840f5b(0x11e),'meowKey':a185_0x840f5b(0x17e),'type':'string','description':'Description\x20file','hidden':!![]},{'name':a185_0x840f5b(0x13e),'meowKey':a185_0x840f5b(0x13e),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x160),'hidden':!![]},{'name':'pagesize','meowKey':a185_0x840f5b(0x18e),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x13a),'hidden':!![]},{'name':a185_0x840f5b(0x121),'meowKey':a185_0x840f5b(0x121),'type':'string','description':a185_0x840f5b(0x18b),'hidden':!![]},{'name':a185_0x840f5b(0x151),'meowKey':a185_0x840f5b(0x151),'type':a185_0x840f5b(0x155),'description':'Code\x20filter','hidden':!![]},{'name':a185_0x840f5b(0x15f),'meowKey':a185_0x840f5b(0x15f),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x131),'hidden':!![]},{'name':a185_0x840f5b(0x154),'meowKey':'schemas','type':'string','description':a185_0x840f5b(0x169),'hidden':!![]},{'name':'operation','meowKey':a185_0x840f5b(0x158),'type':a185_0x840f5b(0x155),'description':'Operation\x20type','hidden':!![]},{'name':a185_0x840f5b(0x183),'meowKey':a185_0x840f5b(0x183),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x142),'hidden':!![]},{'name':a185_0x840f5b(0x13d),'meowKey':a185_0x840f5b(0x152),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x16c),'hidden':!![]},{'name':a185_0x840f5b(0x127),'meowKey':'key','type':'string','description':a185_0x840f5b(0x139),'hidden':!![]},{'name':a185_0x840f5b(0x140),'meowKey':'value','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x163),'hidden':!![]},{'name':'tags','meowKey':'tags','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x145),'hidden':!![]},{'name':a185_0x840f5b(0x132),'meowKey':a185_0x840f5b(0x132),'type':'boolean','description':'Read\x20value\x20from\x20stdin','hidden':!![]},{'name':'from-env','meowKey':a185_0x840f5b(0x181),'type':'string','description':a185_0x840f5b(0x17d),'hidden':!![]},{'name':a185_0x840f5b(0x12d),'meowKey':'reveal','type':'boolean','description':a185_0x840f5b(0x19c),'hidden':!![]},{'name':a185_0x840f5b(0x129),'meowKey':a185_0x840f5b(0x129),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x125),'hidden':!![]},{'name':'confirm','meowKey':a185_0x840f5b(0x11d),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x179),'hidden':!![]},{'name':a185_0x840f5b(0x13c),'meowKey':a185_0x840f5b(0x13c),'type':a185_0x840f5b(0x16e),'description':'Use\x20remote','hidden':!![]},{'name':a185_0x840f5b(0x184),'meowKey':'verbose','type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x159),'hidden':!![]},{'name':a185_0x840f5b(0x196),'meowKey':'expectedCount','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x120),'hidden':!![]},{'name':a185_0x840f5b(0x143),'meowKey':a185_0x840f5b(0x143),'type':'string','description':'Menu\x20label','hidden':!![]},{'name':a185_0x840f5b(0x15b),'meowKey':a185_0x840f5b(0x17c),'type':'string','description':a185_0x840f5b(0x14e),'hidden':!![]},{'name':a185_0x840f5b(0x12a),'meowKey':a185_0x840f5b(0x12a),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x157),'hidden':!![]},{'name':a185_0x840f5b(0x15c),'meowKey':a185_0x840f5b(0x165),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x18c),'hidden':!![]},{'name':a185_0x840f5b(0x161),'meowKey':a185_0x840f5b(0x122),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x193),'hidden':!![]},{'name':a185_0x840f5b(0x197),'meowKey':'expectedChildrenCount','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x153),'hidden':!![]},{'name':'menu-ids','meowKey':a185_0x840f5b(0x11c),'type':'string','description':'Comma-separated\x20menu\x20IDs','hidden':!![]},{'name':'task-id','meowKey':a185_0x840f5b(0x126),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x16d),'hidden':!![]},{'name':a185_0x840f5b(0x14a),'meowKey':a185_0x840f5b(0x175),'type':'string','description':a185_0x840f5b(0x12b),'hidden':!![]},{'name':'function-node','meowKey':a185_0x840f5b(0x147),'type':'string','description':a185_0x840f5b(0x14c),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set(['appcode',a185_0x840f5b(0x192),a185_0x840f5b(0x168),a185_0x840f5b(0x174),'jq',a185_0x840f5b(0x187),a185_0x840f5b(0x12e),a185_0x840f5b(0x191),'ci']);export function buildMeowFlags(){const _0x52e8c8=a185_0x840f5b;return Object['fromEntries'](GLOBAL_FLAGS[_0x52e8c8(0x164)](_0x33af9d=>[_0x33af9d[_0x52e8c8(0x186)],{'type':_0x33af9d[_0x52e8c8(0x17f)]}]));}function a185_0x4e1d(){const _0x147401=['Clear','Parent\x20menu\x20id','Output\x20path','params','code','skipImports','Expected\x20current\x20child\x20count','schemas','string','production\x20|\x20daily','Menu\x20sort\x20value','operation','Verbose\x20output','Apply\x20to\x20all','parent-id','expect-parent-id','enableBffSave','SQL\x20code','sql','Page\x20number','expect-path','Rabetbase\x20CLI','Config\x20value','map','expectParentId','Description','<code>','env','Schemas','1522olmhYK','Output\x20format','Skip\x20import\x20generation','Asynchronous\x20task\x20ID','boolean','sql-name','File\x20path','json\x20|\x20pretty\x20|\x20compress','name','Select\x20app\x20profile\x20by\x20name','format','operationType','12543201nVNzal','title','1583azfpUP','Confirm\x20destructive\x20action','Skip\x20confirmation\x20for\x20high-risk\x20writes','Override\x20appcode','parentId','Read\x20value\x20from\x20environment\x20variable','descriptionFile','type','appcode','fromEnv','datasetcode','target','verbose','Title','meowKey','dry-run','5334zboTpH','Watch\x20mode','output','Keyword\x20filter','Expected\x20current\x20parent\x20menu\x20id','watch','pagesize','clear','sqlcode','non-interactive','app','Expected\x20current\x20menu\x20path','Record\x20ID','Force\x20non-interactive\x20mode\x20(CI)','expected-count','expected-children-count','Alias\x20for\x20--non-interactive','description','2222880kVOSLf','<expr>','Reveal\x20sensitive\x20value','global','menuIds','confirm','description-file','file','Expected\x20affected\x20count','keyword','expectPath','Type\x20filter','Show\x20help','Force\x20overwrite','taskId','key','JSON\x20params','force','sort','Operation\x20type','10367xTeoUD','reveal','yes','project','3440215dDcfmo','SQL\x20string','stdin','Name','Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','all','sqlname','Use\x20project\x20config\x20scope','dryRun','Config\x20key','Page\x20size','DB\x20ID','remote','skip-imports','page','dbId','value','enable-bff-save','Target\x20path','label','Dataset\x20code','Tags','5157352wIexHk','functionNode','Environment','4337439RSHWTn','operation-type','nonInteractive','Function\x20node'];a185_0x4e1d=function(){return _0x147401;};return a185_0x4e1d();}
@@ -1 +1 @@
1
- function a186_0x1b6b(_0x1356be,_0x25b2a8){_0x1356be=_0x1356be-0x16d;const _0xca234=a186_0xca23();let _0x1b6ba9=_0xca234[_0x1356be];return _0x1b6ba9;}const a186_0x50854c=a186_0x1b6b;(function(_0x5004fa,_0xef1d61){const _0x3f6102=a186_0x1b6b,_0xc1b193=_0x5004fa();while(!![]){try{const _0x145b84=parseInt(_0x3f6102(0x16e))/0x1*(-parseInt(_0x3f6102(0x171))/0x2)+parseInt(_0x3f6102(0x175))/0x3+-parseInt(_0x3f6102(0x16f))/0x4+-parseInt(_0x3f6102(0x172))/0x5+-parseInt(_0x3f6102(0x176))/0x6+-parseInt(_0x3f6102(0x170))/0x7+parseInt(_0x3f6102(0x177))/0x8;if(_0x145b84===_0xef1d61)break;else _0xc1b193['push'](_0xc1b193['shift']());}catch(_0x181012){_0xc1b193['push'](_0xc1b193['shift']());}}}(a186_0xca23,0x67d93));import{DEFAULT_API_DIR}from'../constant/paths.js';export const DEFAULT_CONFIG_VALUES={'env':'production','format':a186_0x50854c(0x174),'locale':a186_0x50854c(0x173),'riskLevel':a186_0x50854c(0x16d),'apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT=a186_0x50854c(0x174);function a186_0xca23(){const _0x2e23f4=['high-risk-write','173aBTsSD','1246392AlrBts','5350394BKPYkh','9482thHBZG','1280225IfgkoL','en-US','compress','2370432Prgkxv','3063924qsGQbY','18384408KcesYv'];a186_0xca23=function(){return _0x2e23f4;};return a186_0xca23();}
1
+ const a186_0x3ac461=a186_0x28c8;function a186_0x28c8(_0x286f35,_0x20f18b){_0x286f35=_0x286f35-0xf1;const _0x5e6d21=a186_0x5e6d();let _0x28c8d7=_0x5e6d21[_0x286f35];return _0x28c8d7;}(function(_0x54b46e,_0x31a4c8){const _0x24f2cf=a186_0x28c8,_0x1cfd44=_0x54b46e();while(!![]){try{const _0xba91a8=-parseInt(_0x24f2cf(0xf4))/0x1*(parseInt(_0x24f2cf(0xf8))/0x2)+parseInt(_0x24f2cf(0xf5))/0x3+parseInt(_0x24f2cf(0xf3))/0x4+-parseInt(_0x24f2cf(0xfd))/0x5*(parseInt(_0x24f2cf(0xfa))/0x6)+-parseInt(_0x24f2cf(0xf7))/0x7+-parseInt(_0x24f2cf(0xf1))/0x8+parseInt(_0x24f2cf(0xfe))/0x9*(parseInt(_0x24f2cf(0xfc))/0xa);if(_0xba91a8===_0x31a4c8)break;else _0x1cfd44['push'](_0x1cfd44['shift']());}catch(_0x326ec8){_0x1cfd44['push'](_0x1cfd44['shift']());}}}(a186_0x5e6d,0xa008e));import{DEFAULT_API_DIR}from'../constant/paths.js';export const DEFAULT_CONFIG_VALUES={'env':a186_0x3ac461(0xf9),'format':a186_0x3ac461(0xf2),'locale':a186_0x3ac461(0xfb),'riskLevel':a186_0x3ac461(0xf6),'apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT=a186_0x3ac461(0xf2);function a186_0x5e6d(){const _0x1e3eaf=['16402563vOkAXQ','6282304qDQNaR','compress','2004176opmjlr','89fADNGz','2893857pkdUcT','high-risk-write','6649223CPWnNC','6074RuFsbH','production','342108yarnue','en-US','10tFWifY','55ScNMYH'];a186_0x5e6d=function(){return _0x1e3eaf;};return a186_0x5e6d();}
@@ -1 +1 @@
1
- const a187_0x4a0157=a187_0x49f0;(function(_0x5a3dc5,_0x3a058b){const _0x12811a=a187_0x49f0,_0x181ded=_0x5a3dc5();while(!![]){try{const _0x364d08=-parseInt(_0x12811a(0x95))/0x1*(-parseInt(_0x12811a(0x97))/0x2)+parseInt(_0x12811a(0x99))/0x3+parseInt(_0x12811a(0x92))/0x4*(parseInt(_0x12811a(0x9c))/0x5)+-parseInt(_0x12811a(0x8c))/0x6*(-parseInt(_0x12811a(0x9a))/0x7)+-parseInt(_0x12811a(0x9b))/0x8*(-parseInt(_0x12811a(0x8e))/0x9)+parseInt(_0x12811a(0x96))/0xa+-parseInt(_0x12811a(0x8d))/0xb;if(_0x364d08===_0x3a058b)break;else _0x181ded['push'](_0x181ded['shift']());}catch(_0x5315e8){_0x181ded['push'](_0x181ded['shift']());}}}(a187_0x39de,0x6f547));import{getEnv,isProduction}from'../constant/env.js';let customApiDomain,customUserDomain,customRuntimeDomain;function a187_0x39de(){const _0xf24aaa=['https://user-daily.lovrabet.com','1245531bFviCK','14945MRMnIX','688bNBBWA','230jQpgYd','userDomain','https://daily-api.lovrabet.com','https://runtime.lovrabet.com','https://user.lovrabet.com','apiDomain','trim','/app/','180JgLcpZ','13798499KuGFQO','32229CrCQWS','https://api.lovrabet.com','https://daily-runtime.lovrabet.com','https://daily.lovrabet.com','10532bxwQxl','https://app.lovrabet.com','/web-app/app/','172514RFArOr','6295910eogCvS','2RfKeAj'];a187_0x39de=function(){return _0xf24aaa;};return a187_0x39de();}export function initDomains(_0x2c066c){const _0x25787b=a187_0x49f0;customApiDomain=_0x2c066c?.[_0x25787b(0x89)],customUserDomain=_0x2c066c?.[_0x25787b(0x9d)],customRuntimeDomain=_0x2c066c?.['runtimeDomain'];}export const getUserDomain=()=>customUserDomain||(isProduction(getEnv())?a187_0x4a0157(0x88):a187_0x4a0157(0x98));export const getApiDomain=()=>customApiDomain||(isProduction(getEnv())?a187_0x4a0157(0x8f):a187_0x4a0157(0x9e));function a187_0x49f0(_0x321c30,_0x3f9883){_0x321c30=_0x321c30-0x88;const _0x39dedc=a187_0x39de();let _0x49f09b=_0x39dedc[_0x321c30];return _0x49f09b;}export const getRuntimeDomain=()=>customRuntimeDomain||(isProduction(getEnv())?a187_0x4a0157(0x9f):a187_0x4a0157(0x90));export const getAppDomain=()=>isProduction(getEnv())?a187_0x4a0157(0x93):a187_0x4a0157(0x91);export const getAppBaseUrl=_0x12ab3b=>{const _0x1b0be2=a187_0x4a0157,_0x549ad5=encodeURIComponent(_0x12ab3b[_0x1b0be2(0x8a)]());return isProduction(getEnv())?getAppDomain()+_0x1b0be2(0x8b)+_0x549ad5:getAppDomain()+_0x1b0be2(0x94)+_0x549ad5;};
1
+ const a187_0x505f5e=a187_0x9483;(function(_0x2c2091,_0x471193){const _0x2ab01e=a187_0x9483,_0x42f216=_0x2c2091();while(!![]){try{const _0x337264=parseInt(_0x2ab01e(0x130))/0x1+parseInt(_0x2ab01e(0x12c))/0x2*(-parseInt(_0x2ab01e(0x13a))/0x3)+parseInt(_0x2ab01e(0x134))/0x4+parseInt(_0x2ab01e(0x137))/0x5+-parseInt(_0x2ab01e(0x139))/0x6+parseInt(_0x2ab01e(0x135))/0x7+-parseInt(_0x2ab01e(0x12d))/0x8;if(_0x337264===_0x471193)break;else _0x42f216['push'](_0x42f216['shift']());}catch(_0x1513c2){_0x42f216['push'](_0x42f216['shift']());}}}(a187_0x3b11,0x9e3a7));import{getEnv,isProduction}from'../constant/env.js';function a187_0x9483(_0x59eb2f,_0x117434){_0x59eb2f=_0x59eb2f-0x12c;const _0x3b11ab=a187_0x3b11();let _0x9483f9=_0x3b11ab[_0x59eb2f];return _0x9483f9;}let customApiDomain,customUserDomain,customRuntimeDomain;export function initDomains(_0x46d304){const _0x9597d=a187_0x9483;customApiDomain=_0x46d304?.[_0x9597d(0x133)],customUserDomain=_0x46d304?.[_0x9597d(0x132)],customRuntimeDomain=_0x46d304?.[_0x9597d(0x136)];}function a187_0x3b11(){const _0x4cad38=['https://app.lovrabet.com','5426706ucIOhO','214719AYkSqz','/web-app/app/','trim','https://user.lovrabet.com','10PqGPxI','11706256BLAfim','https://user-daily.lovrabet.com','https://daily-runtime.lovrabet.com','1073602BbWzYU','/app/','userDomain','apiDomain','3013312creoLr','5457424PXqPav','runtimeDomain','3835695wVbJve'];a187_0x3b11=function(){return _0x4cad38;};return a187_0x3b11();}export const getUserDomain=()=>customUserDomain||(isProduction(getEnv())?a187_0x505f5e(0x13d):a187_0x505f5e(0x12e));export const getApiDomain=()=>customApiDomain||(isProduction(getEnv())?'https://api.lovrabet.com':'https://daily-api.lovrabet.com');export const getRuntimeDomain=()=>customRuntimeDomain||(isProduction(getEnv())?'https://runtime.lovrabet.com':a187_0x505f5e(0x12f));export const getAppDomain=()=>isProduction(getEnv())?a187_0x505f5e(0x138):'https://daily.lovrabet.com';export const getAppBaseUrl=_0x37469e=>{const _0x59df64=a187_0x505f5e,_0x21b493=encodeURIComponent(_0x37469e[_0x59df64(0x13c)]());return isProduction(getEnv())?getAppDomain()+_0x59df64(0x131)+_0x21b493:getAppDomain()+_0x59df64(0x13b)+_0x21b493;};
@@ -1 +1 @@
1
- const a188_0x219b9e=a188_0x5ecc;(function(_0x334aad,_0x1cd7c4){const _0x525799=a188_0x5ecc,_0x16fb14=_0x334aad();while(!![]){try{const _0x46bf13=parseInt(_0x525799(0x1ee))/0x1+-parseInt(_0x525799(0x1eb))/0x2*(parseInt(_0x525799(0x1ec))/0x3)+parseInt(_0x525799(0x1f5))/0x4*(-parseInt(_0x525799(0x1f6))/0x5)+parseInt(_0x525799(0x1ed))/0x6*(-parseInt(_0x525799(0x1f2))/0x7)+-parseInt(_0x525799(0x1e9))/0x8+-parseInt(_0x525799(0x1f9))/0x9*(parseInt(_0x525799(0x1f8))/0xa)+-parseInt(_0x525799(0x1f0))/0xb*(-parseInt(_0x525799(0x1f7))/0xc);if(_0x46bf13===_0x1cd7c4)break;else _0x16fb14['push'](_0x16fb14['shift']());}catch(_0x5ce7fa){_0x16fb14['push'](_0x16fb14['shift']());}}}(a188_0x2c81,0x87f68));function a188_0x2c81(){const _0x1a64e9=['231XoyPMl','1734smCMzm','108846mRQbAU','dev','28116539gdNrtc','development','16079eOPPus','production','online','28096aqbZDH','190sFFDmJ','12YMujYs','4150gZGRbu','8955bGxzYw','5368592ywsIbf','daily','2422wwQqTm'];a188_0x2c81=function(){return _0x1a64e9;};return a188_0x2c81();}export const RABETBASE_ENV_VALUES=['production','daily'];function a188_0x5ecc(_0x265776,_0x2a4972){_0x265776=_0x265776-0x1e9;const _0x2c814a=a188_0x2c81();let _0x5eccaf=_0x2c814a[_0x265776];return _0x5eccaf;}export function normalizeEnv(_0x1eb2c0){const _0x5c63b2=a188_0x5ecc;return _0x1eb2c0===_0x5c63b2(0x1f4)?'production':_0x1eb2c0;}export function isProduction(_0x1a1b7a){return normalizeEnv(_0x1a1b7a)==='production';}export function isDaily(_0x213acd){const _0x3a451f=a188_0x5ecc;return normalizeEnv(_0x213acd)===_0x3a451f(0x1ea);}export function isDev(_0x1f9f89){const _0x548446=a188_0x5ecc,_0x2a1130=normalizeEnv(_0x1f9f89);return _0x2a1130===_0x548446(0x1f1)||_0x2a1130===_0x548446(0x1ef);}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||a188_0x219b9e(0x1f3));export function getEnv(){return env;}export function initEnv(_0xd8c55c){env=normalizeEnv(_0xd8c55c);}
1
+ const a188_0x22eb3a=a188_0x59cf;(function(_0xcc7bb1,_0x303297){const _0x4cfeb5=a188_0x59cf,_0xcedf9d=_0xcc7bb1();while(!![]){try{const _0x3a772e=-parseInt(_0x4cfeb5(0x8f))/0x1+-parseInt(_0x4cfeb5(0x97))/0x2+parseInt(_0x4cfeb5(0x9e))/0x3+-parseInt(_0x4cfeb5(0x9c))/0x4*(parseInt(_0x4cfeb5(0x95))/0x5)+parseInt(_0x4cfeb5(0x99))/0x6*(parseInt(_0x4cfeb5(0x96))/0x7)+parseInt(_0x4cfeb5(0x92))/0x8*(-parseInt(_0x4cfeb5(0x9a))/0x9)+parseInt(_0x4cfeb5(0x94))/0xa*(parseInt(_0x4cfeb5(0x9b))/0xb);if(_0x3a772e===_0x303297)break;else _0xcedf9d['push'](_0xcedf9d['shift']());}catch(_0x441545){_0xcedf9d['push'](_0xcedf9d['shift']());}}}(a188_0x586e,0x7e06a));export const RABETBASE_ENV_VALUES=['production',a188_0x22eb3a(0x93)];export function normalizeEnv(_0x1af71a){const _0x2551bc=a188_0x22eb3a;return _0x1af71a===_0x2551bc(0x91)?'production':_0x1af71a;}function a188_0x59cf(_0x318b76,_0x285695){_0x318b76=_0x318b76-0x8f;const _0x586e3d=a188_0x586e();let _0x59cf8e=_0x586e3d[_0x318b76];return _0x59cf8e;}function a188_0x586e(){const _0xcf80d1=['1400408JFDrad','production','29208MzCVCc','9KKkvgb','154sANntS','210524bvrZwq','development','858285kmGIwM','668682OhjkYD','dev','online','2443432rNmGeK','daily','1394620VBQgFP','30pnsCFN','385CHsklF'];a188_0x586e=function(){return _0xcf80d1;};return a188_0x586e();}export function isProduction(_0x7dc97c){const _0x395e4f=a188_0x22eb3a;return normalizeEnv(_0x7dc97c)===_0x395e4f(0x98);}export function isDaily(_0xd374ce){const _0x1ed045=a188_0x22eb3a;return normalizeEnv(_0xd374ce)===_0x1ed045(0x93);}export function isDev(_0x5be526){const _0x117ec4=a188_0x22eb3a,_0x48566f=normalizeEnv(_0x5be526);return _0x48566f===_0x117ec4(0x9d)||_0x48566f===_0x117ec4(0x90);}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||'production');export function getEnv(){return env;}export function initEnv(_0x579713){env=normalizeEnv(_0x579713);}
@@ -1 +1 @@
1
- function a189_0x3f99(){const _0x15a268=['2811207hFzKhh','6LUflbD','json','824865GwGQuB','11542770TfdgKS','8177176VLSJsg','8xawaav','380282iMfUVU','1euMWzN','3156344GqVJPe','125019CCxJUz'];a189_0x3f99=function(){return _0x15a268;};return a189_0x3f99();}const a189_0x1b18be=a189_0x5118;(function(_0x41405e,_0x33641b){const _0x1d5b13=a189_0x5118,_0x677d34=_0x41405e();while(!![]){try{const _0x1fad90=parseInt(_0x1d5b13(0x1c8))/0x1*(parseInt(_0x1d5b13(0x1d2))/0x2)+-parseInt(_0x1d5b13(0x1cb))/0x3+-parseInt(_0x1d5b13(0x1c9))/0x4+parseInt(_0x1d5b13(0x1ce))/0x5*(-parseInt(_0x1d5b13(0x1cc))/0x6)+-parseInt(_0x1d5b13(0x1d0))/0x7*(-parseInt(_0x1d5b13(0x1d1))/0x8)+parseInt(_0x1d5b13(0x1ca))/0x9+parseInt(_0x1d5b13(0x1cf))/0xa;if(_0x1fad90===_0x33641b)break;else _0x677d34['push'](_0x677d34['shift']());}catch(_0x38250a){_0x677d34['push'](_0x677d34['shift']());}}}(a189_0x3f99,0x9b1d5));function a189_0x5118(_0x5729b9,_0xc51ee2){_0x5729b9=_0x5729b9-0x1c8;const _0x3f999b=a189_0x3f99();let _0x511877=_0x3f999b[_0x5729b9];return _0x511877;}export const RABETBASE_OUTPUT_FORMAT_VALUES=[a189_0x1b18be(0x1cd),'pretty','compress'];
1
+ function a189_0x7e7f(_0xcc1a11,_0x5ecef4){_0xcc1a11=_0xcc1a11-0xea;const _0xb5663b=a189_0xb566();let _0x7e7fe5=_0xb5663b[_0xcc1a11];return _0x7e7fe5;}function a189_0xb566(){const _0x5c9219=['json','3739460dKAZGP','1007166QttNZd','pretty','111690vlnUEk','6632nTBftE','229152LybSpG','136jFyQAL','7TlxRGM','705mizmBw','10680fdMGAC','3357BGWbQG'];a189_0xb566=function(){return _0x5c9219;};return a189_0xb566();}const a189_0x4bdb64=a189_0x7e7f;(function(_0x36ed90,_0x3829dc){const _0x4af311=a189_0x7e7f,_0x41ee44=_0x36ed90();while(!![]){try{const _0x2b1836=-parseInt(_0x4af311(0xed))/0x1+parseInt(_0x4af311(0xf3))/0x2+-parseInt(_0x4af311(0xef))/0x3+-parseInt(_0x4af311(0xee))/0x4*(parseInt(_0x4af311(0xf2))/0x5)+parseInt(_0x4af311(0xeb))/0x6*(parseInt(_0x4af311(0xf1))/0x7)+-parseInt(_0x4af311(0xf0))/0x8*(parseInt(_0x4af311(0xf4))/0x9)+parseInt(_0x4af311(0xea))/0xa;if(_0x2b1836===_0x3829dc)break;else _0x41ee44['push'](_0x41ee44['shift']());}catch(_0x4ff999){_0x41ee44['push'](_0x41ee44['shift']());}}}(a189_0xb566,0x1d0aa));export const RABETBASE_OUTPUT_FORMAT_VALUES=[a189_0x4bdb64(0xf5),a189_0x4bdb64(0xec),'compress'];
@@ -1 +1 @@
1
- const a190_0x2926e7=a190_0x2f4a;function a190_0x2f4a(_0x59decf,_0x518c59){_0x59decf=_0x59decf-0xb6;const _0x2adec6=a190_0x2ade();let _0x2f4a9c=_0x2adec6[_0x59decf];return _0x2f4a9c;}function a190_0x2ade(){const _0x5d98dc=['599641iREOvT','4kArPvm','121571uMBJRd','24Igsqlk','11dUJFcY','./src/api','635238xnzpaH','636pxWxdj','1675276gIuGty','5IMmoUZ','6drcYTc','1579830YLoORd','435273MsTwZb','141713JdHFZp'];a190_0x2ade=function(){return _0x5d98dc;};return a190_0x2ade();}(function(_0x296bd7,_0x454154){const _0x419f35=a190_0x2f4a,_0x53e86e=_0x296bd7();while(!![]){try{const _0x4a31e3=parseInt(_0x419f35(0xbd))/0x1+-parseInt(_0x419f35(0xbc))/0x2*(-parseInt(_0x419f35(0xb9))/0x3)+-parseInt(_0x419f35(0xc3))/0x4*(-parseInt(_0x419f35(0xb6))/0x5)+-parseInt(_0x419f35(0xb7))/0x6*(parseInt(_0x419f35(0xbb))/0x7)+parseInt(_0x419f35(0xbe))/0x8*(parseInt(_0x419f35(0xc1))/0x9)+-parseInt(_0x419f35(0xb8))/0xa*(parseInt(_0x419f35(0xbf))/0xb)+-parseInt(_0x419f35(0xc2))/0xc*(parseInt(_0x419f35(0xba))/0xd);if(_0x4a31e3===_0x454154)break;else _0x53e86e['push'](_0x53e86e['shift']());}catch(_0x5ab582){_0x53e86e['push'](_0x53e86e['shift']());}}}(a190_0x2ade,0x35ef7));export const DEFAULT_API_DIR=a190_0x2926e7(0xc0);
1
+ function a190_0x3d8c(_0x296fd8,_0x10858d){_0x296fd8=_0x296fd8-0xc3;const _0x495a0f=a190_0x495a();let _0x3d8c7f=_0x495a0f[_0x296fd8];return _0x3d8c7f;}(function(_0x43fd96,_0x3fe4be){const _0x478893=a190_0x3d8c,_0x3061b7=_0x43fd96();while(!![]){try{const _0xecf3d8=parseInt(_0x478893(0xcc))/0x1+parseInt(_0x478893(0xc5))/0x2*(-parseInt(_0x478893(0xca))/0x3)+-parseInt(_0x478893(0xc9))/0x4*(parseInt(_0x478893(0xcb))/0x5)+-parseInt(_0x478893(0xc4))/0x6+parseInt(_0x478893(0xc8))/0x7+parseInt(_0x478893(0xc7))/0x8+parseInt(_0x478893(0xc6))/0x9*(-parseInt(_0x478893(0xc3))/0xa);if(_0xecf3d8===_0x3fe4be)break;else _0x3061b7['push'](_0x3061b7['shift']());}catch(_0x2d7053){_0x3061b7['push'](_0x3061b7['shift']());}}}(a190_0x495a,0x31561));function a190_0x495a(){const _0x44c608=['399UAiTUq','1945EZbQhP','366940joQTMw','4899480YSLdbm','1337934AeBwtX','18lzqSdh','9CBTGKR','2837384ZzBRBU','2622963yArfsm','1852HFhIcZ'];a190_0x495a=function(){return _0x44c608;};return a190_0x495a();}export const DEFAULT_API_DIR='./src/api';
@@ -1 +1 @@
1
- const a191_0x8ce48d=a191_0x258a;(function(_0x59e775,_0x3c77f9){const _0x327c3f=a191_0x258a,_0x23a704=_0x59e775();while(!![]){try{const _0x5196b7=parseInt(_0x327c3f(0x179))/0x1+-parseInt(_0x327c3f(0x17f))/0x2+-parseInt(_0x327c3f(0x184))/0x3*(parseInt(_0x327c3f(0x182))/0x4)+parseInt(_0x327c3f(0x17c))/0x5*(parseInt(_0x327c3f(0x178))/0x6)+parseInt(_0x327c3f(0x17e))/0x7*(-parseInt(_0x327c3f(0x180))/0x8)+parseInt(_0x327c3f(0x181))/0x9+parseInt(_0x327c3f(0x17a))/0xa;if(_0x5196b7===_0x3c77f9)break;else _0x23a704['push'](_0x23a704['shift']());}catch(_0x423084){_0x23a704['push'](_0x23a704['shift']());}}}(a191_0x4361,0xd7a58));function a191_0x258a(_0x21e72d,_0x54ed70){_0x21e72d=_0x21e72d-0x178;const _0x4361f5=a191_0x4361();let _0x258a59=_0x4361f5[_0x21e72d];return _0x258a59;}function a191_0x4361(){const _0x55b3e8=['66327ZJkdMd','42evaTHa','1473991aKwJQW','14568790iCeEMh','read','147260PpjzUn','write','7133182DOzQiQ','2039366bUsIxI','8rFOQIZ','13784166YbNWjD','316CBoxJq','high-risk-write'];a191_0x4361=function(){return _0x55b3e8;};return a191_0x4361();}export const RISK_LEVEL_VALUES=[a191_0x8ce48d(0x17b),a191_0x8ce48d(0x17d),a191_0x8ce48d(0x183)];
1
+ const a191_0x3eed69=a191_0x11f6;function a191_0x4661(){const _0x175e0b=['2048475guZuAm','66nImNXy','397098qGjOHR','1265360OnAiXF','1433226wqRqNT','read','27nXpFkN','4wPmhyW','7dioFfu','629457YaYypb','high-risk-write','1PoXIrd','26yTlpyO','412616imgWsD','1280592VkVwQl','write'];a191_0x4661=function(){return _0x175e0b;};return a191_0x4661();}function a191_0x11f6(_0x5c63ad,_0x367e13){_0x5c63ad=_0x5c63ad-0x83;const _0x466153=a191_0x4661();let _0x11f637=_0x466153[_0x5c63ad];return _0x11f637;}(function(_0x11a1f7,_0x44544f){const _0x1c356e=a191_0x11f6,_0x34aa77=_0x11a1f7();while(!![]){try{const _0x2cadfe=-parseInt(_0x1c356e(0x8a))/0x1*(parseInt(_0x1c356e(0x91))/0x2)+-parseInt(_0x1c356e(0x88))/0x3*(parseInt(_0x1c356e(0x86))/0x4)+-parseInt(_0x1c356e(0x8f))/0x5+parseInt(_0x1c356e(0x83))/0x6*(parseInt(_0x1c356e(0x87))/0x7)+-parseInt(_0x1c356e(0x8c))/0x8*(-parseInt(_0x1c356e(0x85))/0x9)+parseInt(_0x1c356e(0x92))/0xa*(parseInt(_0x1c356e(0x90))/0xb)+parseInt(_0x1c356e(0x8d))/0xc*(parseInt(_0x1c356e(0x8b))/0xd);if(_0x2cadfe===_0x44544f)break;else _0x34aa77['push'](_0x34aa77['shift']());}catch(_0x415cd4){_0x34aa77['push'](_0x34aa77['shift']());}}}(a191_0x4661,0x85d5b));export const RISK_LEVEL_VALUES=[a191_0x3eed69(0x84),a191_0x3eed69(0x8e),a191_0x3eed69(0x89)];
@@ -1 +1 @@
1
- (function(_0x510efd,_0x21340b){const _0x5e5ef3=a192_0x16a9,_0x36d1b3=_0x510efd();while(!![]){try{const _0x20a7d7=parseInt(_0x5e5ef3(0x82))/0x1+-parseInt(_0x5e5ef3(0x7e))/0x2+parseInt(_0x5e5ef3(0x98))/0x3+parseInt(_0x5e5ef3(0x8d))/0x4*(parseInt(_0x5e5ef3(0x93))/0x5)+-parseInt(_0x5e5ef3(0x96))/0x6*(parseInt(_0x5e5ef3(0x8b))/0x7)+parseInt(_0x5e5ef3(0x7c))/0x8*(parseInt(_0x5e5ef3(0x77))/0x9)+-parseInt(_0x5e5ef3(0x95))/0xa;if(_0x20a7d7===_0x21340b)break;else _0x36d1b3['push'](_0x36d1b3['shift']());}catch(_0x2e2769){_0x36d1b3['push'](_0x36d1b3['shift']());}}}(a192_0x47b5,0x18ff9));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,normalizeEnv}from'../constant/env.js';import{normalizeLegacyOutputFormat}from'../framework/types.js';function a192_0x47b5(){const _0x466ac9=['trim','length','accessKey','apps','216byggpe','FORMAT','string','defaultApp','entries','31136LrRPQU','apiDir','349412aLkfSO','pageSize','true','object','199425pIygcM','app','cookie','PAGE_SIZE','write','globalConfig','APP','projectConfig','appcode','127960qtqmRh','riskLevel','588908SJJwfS','format','production','ACCESS_KEY','locale','env','5zjZcPT','MAX_RISK','3276130txnKys','6DiXMel','ENV','548796ZmtPYw','read','inherit'];a192_0x47b5=function(){return _0x466ac9;};return a192_0x47b5();}function stringConfigValue(_0x55984c){const _0xf91c08=a192_0x16a9;return typeof _0x55984c===_0xf91c08(0x79)&&_0x55984c[_0xf91c08(0x9b)]()?_0x55984c[_0xf91c08(0x9b)]():undefined;}function appProfiles(_0x23c9aa){const _0x335099=a192_0x16a9;return _0x23c9aa['apps']&&typeof _0x23c9aa[_0x335099(0x76)]==='object'?_0x23c9aa[_0x335099(0x76)]:{};}function resolveDefaultAppName(_0x5dc3e5){const _0x9db012=a192_0x16a9,_0x19aa59=stringConfigValue(_0x5dc3e5[_0x9db012(0x7a)]);if(_0x19aa59)return _0x19aa59;return Object['keys'](appProfiles(_0x5dc3e5))[0x0];}function resolveTopLevelAppCode(_0x18b91e){const _0x17b597=a192_0x16a9;return stringConfigValue(_0x18b91e['appcode'])||stringConfigValue(_0x18b91e[_0x17b597(0x83)]);}function a192_0x16a9(_0x582c4c,_0x353911){_0x582c4c=_0x582c4c-0x74;const _0x47b552=a192_0x47b5();let _0x16a9b2=_0x47b552[_0x582c4c];return _0x16a9b2;}export function resolveAppConfig({raw:_0x5dbcf6,flags:_0x508218,layers:_0x408954,readEnv:_0x292c59}){const _0x256748=a192_0x16a9,_0x4d3593=_0x408954?.[_0x256748(0x89)]??{},_0x17faee=_0x408954?.[_0x256748(0x87)]??{},_0x5d734a=Object['keys'](_0x4d3593)[_0x256748(0x74)]>0x0,_0x85cd33=!_0x5d734a||_0x4d3593[_0x256748(0x9a)]===!![],_0x4796c8=_0x5d734a?resolveDefaultAppName(_0x4d3593):undefined,_0x22112=_0x85cd33?resolveDefaultAppName(_0x17faee):undefined,_0x3d9d2e=stringConfigValue(_0x508218[_0x256748(0x83)]),_0x820fea=_0x292c59(_0x256748(0x88)),_0x322d85={};if(_0x5dbcf6['apps']&&typeof _0x5dbcf6['apps']==='object')for(const [_0x33b9df,_0x54d2c4]of Object[_0x256748(0x7b)](_0x5dbcf6[_0x256748(0x76)])){_0x54d2c4&&typeof _0x54d2c4===_0x256748(0x81)&&_0x54d2c4[_0x256748(0x8a)]&&(_0x322d85[_0x33b9df]=_0x54d2c4);}const _0x2e8020=_0x5dbcf6['defaultApp']||undefined,_0x4773f5=Object['keys'](_0x322d85)[_0x256748(0x74)]>0x0,_0x31cfc0=_0x3d9d2e||_0x4796c8||_0x820fea||_0x22112||_0x2e8020||undefined,_0xfdd66=stringConfigValue(_0x508218[_0x256748(0x8a)]),_0x3e9c77=_0xfdd66?Object[_0x256748(0x7b)](_0x322d85)['find'](([,_0x3e04cd])=>_0x3e04cd?.[_0x256748(0x8a)]===_0xfdd66):undefined,_0x3ba586=_0x3e9c77?.[0x0],_0x50cfdf=_0x3e9c77?.[0x1],_0x41ed3d=_0xfdd66?_0x3ba586:_0x31cfc0;let _0x412fc7=_0x41ed3d&&_0x322d85[_0x41ed3d]?_0x322d85[_0x41ed3d]:undefined;_0xfdd66&&_0x50cfdf&&(_0x412fc7=_0x50cfdf);const _0x36848a=_0xfdd66?_0x50cfdf??_0x412fc7:_0x412fc7,_0x16ba80=!_0x3d9d2e&&!_0x4796c8&&_0x820fea&&_0x41ed3d===_0x820fea,_0x4576df=_0x3d9d2e||(_0x16ba80?_0x820fea:undefined)||(_0xfdd66?_0x3ba586:undefined),_0x48bc99=_0x36848a?.[_0x256748(0x8a)],_0x4b1a19=_0x5d734a?resolveTopLevelAppCode(_0x4d3593):undefined,_0xd28f2c=_0x85cd33?resolveTopLevelAppCode(_0x17faee):undefined,_0x1f6596=_0x3d9d2e||_0x4796c8?_0x48bc99:undefined,_0x30294a=!_0x3d9d2e&&!_0x4796c8?_0x48bc99:undefined,_0x539ffe=_0xfdd66||_0x1f6596||_0x4b1a19||_0x30294a||_0xd28f2c||undefined,_0x4d604e=_0x5d734a?stringConfigValue(_0x4d3593[_0x256748(0x92)]):undefined,_0x6d6503=_0x85cd33?stringConfigValue(_0x17faee[_0x256748(0x92)]):undefined,_0x408597=_0x508218['env']||_0x36848a?.[_0x256748(0x92)]||_0x4d604e||_0x292c59(_0x256748(0x97))||_0x6d6503||_0x5dbcf6[_0x256748(0x92)]||DEFAULT_CONFIG_VALUES[_0x256748(0x92)],_0x3391b2=_0x36848a?.['locale']||_0x5dbcf6[_0x256748(0x91)]||DEFAULT_CONFIG_VALUES[_0x256748(0x91)],_0x39fff2=_0x292c59('COOKIE')||_0x36848a?.[_0x256748(0x84)]||_0x5dbcf6['cookie']||undefined,_0x46868b=_0x292c59(_0x256748(0x90))||_0x36848a?.['accessKey']||_0x5dbcf6[_0x256748(0x75)]||undefined,_0xe4d1be=_0x508218[_0x256748(0x8e)]||_0x292c59(_0x256748(0x78))||_0x36848a?.['format']||_0x5dbcf6['format'],_0xe1c34f=normalizeLegacyOutputFormat(_0xe4d1be),_0x893cba=_0x292c59(_0x256748(0x85))||_0x36848a?.[_0x256748(0x7f)]||_0x5dbcf6[_0x256748(0x7f)],_0xb9a292=_0x893cba?Number(_0x893cba)||undefined:undefined,_0x5245d1=_0x292c59('RISK_LEVEL')||_0x292c59(_0x256748(0x94))||_0x36848a?.[_0x256748(0x8c)]||_0x5dbcf6['riskLevel']||_0x5dbcf6['maxRisk'],_0x330580=_0x5245d1===_0x256748(0x99)||_0x5245d1===_0x256748(0x86)?_0x5245d1:DEFAULT_CONFIG_VALUES[_0x256748(0x8c)],_0x493271=_0x292c59('VERBOSE'),_0x4c615c=_0x493271==='1'||_0x493271===_0x256748(0x80),_0x257c73=_0x36848a?.[_0x256748(0x7d)]||_0x5dbcf6[_0x256748(0x7d)]||DEFAULT_CONFIG_VALUES['apiDir'],_0x1f2d4e=isDaily(normalizeEnv(String(_0x408597)))?'daily':_0x256748(0x8f);return{'appCode':typeof _0x539ffe===_0x256748(0x79)&&_0x539ffe[_0x256748(0x9b)]()?_0x539ffe[_0x256748(0x9b)]():undefined,'env':_0x1f2d4e,'locale':_0x3391b2,'cookie':_0x39fff2,'accessKey':_0x46868b,'format':_0xe1c34f,'pageSize':_0xb9a292,'riskLevel':_0x330580,'verbose':_0x4c615c,'apiDir':_0x257c73,'apps':_0x322d85,'defaultApp':_0x2e8020,'currentApp':_0x4773f5?_0x41ed3d:undefined,'explicitAppName':_0x4576df};}
1
+ (function(_0x3ac319,_0x1b21d5){const _0x43a298=a192_0x3832,_0x1bd02e=_0x3ac319();while(!![]){try{const _0x381a5b=-parseInt(_0x43a298(0x179))/0x1*(parseInt(_0x43a298(0x186))/0x2)+parseInt(_0x43a298(0x168))/0x3+parseInt(_0x43a298(0x180))/0x4*(-parseInt(_0x43a298(0x176))/0x5)+parseInt(_0x43a298(0x167))/0x6+-parseInt(_0x43a298(0x170))/0x7+parseInt(_0x43a298(0x16e))/0x8*(-parseInt(_0x43a298(0x16d))/0x9)+parseInt(_0x43a298(0x17a))/0xa;if(_0x381a5b===_0x1b21d5)break;else _0x1bd02e['push'](_0x1bd02e['shift']());}catch(_0x291c8b){_0x1bd02e['push'](_0x1bd02e['shift']());}}}(a192_0x5c44,0x9317c));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,normalizeEnv}from'../constant/env.js';import{normalizeLegacyOutputFormat}from'../framework/types.js';function stringConfigValue(_0x58c6c2){const _0x3a958a=a192_0x3832;return typeof _0x58c6c2===_0x3a958a(0x16f)&&_0x58c6c2[_0x3a958a(0x17d)]()?_0x58c6c2[_0x3a958a(0x17d)]():undefined;}function a192_0x3832(_0x20822d,_0x463aa0){_0x20822d=_0x20822d-0x165;const _0x5c446c=a192_0x5c44();let _0x3832e3=_0x5c446c[_0x20822d];return _0x3832e3;}function appProfiles(_0x20b23b){const _0x52f987=a192_0x3832;return _0x20b23b[_0x52f987(0x18b)]&&typeof _0x20b23b['apps']===_0x52f987(0x187)?_0x20b23b['apps']:{};}function a192_0x5c44(){const _0x2f2b33=['accessKey','apps','format','ENV','keys','1565280vChozX','2442522PoJUuh','env','globalConfig','find','production','1541655iwGwuo','16KUpLvu','string','888643jANVqy','app','RISK_LEVEL','riskLevel','appcode','length','312115SfnZvP','PAGE_SIZE','projectConfig','1ljZdJp','15673170KNuMUu','cookie','MAX_RISK','trim','daily','defaultApp','68wZpBMK','entries','true','apiDir','write','locale','1018298hOiPWZ','object','read','pageSize'];a192_0x5c44=function(){return _0x2f2b33;};return a192_0x5c44();}function resolveDefaultAppName(_0x3e6a50){const _0x32f388=a192_0x3832,_0x3943c3=stringConfigValue(_0x3e6a50['defaultApp']);if(_0x3943c3)return _0x3943c3;return Object[_0x32f388(0x166)](appProfiles(_0x3e6a50))[0x0];}function resolveTopLevelAppCode(_0x5ebdd3){const _0x238628=a192_0x3832;return stringConfigValue(_0x5ebdd3['appcode'])||stringConfigValue(_0x5ebdd3[_0x238628(0x171)]);}export function resolveAppConfig({raw:_0x2f4ca9,flags:_0x268999,layers:_0x398ccf,readEnv:_0x1ecf13}){const _0x231320=a192_0x3832,_0x245d07=_0x398ccf?.[_0x231320(0x178)]??{},_0x2c5475=_0x398ccf?.[_0x231320(0x16a)]??{},_0x2e9a91=Object[_0x231320(0x166)](_0x245d07)[_0x231320(0x175)]>0x0,_0x33c250=!_0x2e9a91||_0x245d07['inherit']===!![],_0x162823=_0x2e9a91?resolveDefaultAppName(_0x245d07):undefined,_0x250058=_0x33c250?resolveDefaultAppName(_0x2c5475):undefined,_0x37f279=stringConfigValue(_0x268999[_0x231320(0x171)]),_0x1cf35b=_0x1ecf13('APP'),_0xbce7e2={};if(_0x2f4ca9[_0x231320(0x18b)]&&typeof _0x2f4ca9[_0x231320(0x18b)]===_0x231320(0x187))for(const [_0x57de79,_0x6e3fd]of Object[_0x231320(0x181)](_0x2f4ca9[_0x231320(0x18b)])){_0x6e3fd&&typeof _0x6e3fd===_0x231320(0x187)&&_0x6e3fd['appcode']&&(_0xbce7e2[_0x57de79]=_0x6e3fd);}const _0x5ccf7d=_0x2f4ca9[_0x231320(0x17f)]||undefined,_0x30b346=Object['keys'](_0xbce7e2)[_0x231320(0x175)]>0x0,_0xea72c9=_0x37f279||_0x162823||_0x1cf35b||_0x250058||_0x5ccf7d||undefined,_0x30cbad=stringConfigValue(_0x268999[_0x231320(0x174)]),_0x31f28b=_0x30cbad?Object[_0x231320(0x181)](_0xbce7e2)[_0x231320(0x16b)](([,_0x150928])=>_0x150928?.[_0x231320(0x174)]===_0x30cbad):undefined,_0x305426=_0x31f28b?.[0x0],_0x46ee4c=_0x31f28b?.[0x1],_0x4e52d5=_0x30cbad?_0x305426:_0xea72c9;let _0x22b73e=_0x4e52d5&&_0xbce7e2[_0x4e52d5]?_0xbce7e2[_0x4e52d5]:undefined;_0x30cbad&&_0x46ee4c&&(_0x22b73e=_0x46ee4c);const _0x4dc884=_0x30cbad?_0x46ee4c??_0x22b73e:_0x22b73e,_0x82f2ef=!_0x37f279&&!_0x162823&&_0x1cf35b&&_0x4e52d5===_0x1cf35b,_0x395b47=_0x37f279||(_0x82f2ef?_0x1cf35b:undefined)||(_0x30cbad?_0x305426:undefined),_0x37c6d1=_0x4dc884?.[_0x231320(0x174)],_0x129cd8=_0x2e9a91?resolveTopLevelAppCode(_0x245d07):undefined,_0x3f3df5=_0x33c250?resolveTopLevelAppCode(_0x2c5475):undefined,_0x74bbd5=_0x37f279||_0x162823?_0x37c6d1:undefined,_0x1cabd4=!_0x37f279&&!_0x162823?_0x37c6d1:undefined,_0x2d9192=_0x30cbad||_0x74bbd5||_0x129cd8||_0x1cabd4||_0x3f3df5||undefined,_0x522d54=_0x2e9a91?stringConfigValue(_0x245d07['env']):undefined,_0x25b1b6=_0x33c250?stringConfigValue(_0x2c5475['env']):undefined,_0x475ed6=_0x268999[_0x231320(0x169)]||_0x4dc884?.['env']||_0x522d54||_0x1ecf13(_0x231320(0x165))||_0x25b1b6||_0x2f4ca9[_0x231320(0x169)]||DEFAULT_CONFIG_VALUES['env'],_0x22afa7=_0x4dc884?.['locale']||_0x2f4ca9[_0x231320(0x185)]||DEFAULT_CONFIG_VALUES['locale'],_0x4f5cb6=_0x1ecf13('COOKIE')||_0x4dc884?.[_0x231320(0x17b)]||_0x2f4ca9[_0x231320(0x17b)]||undefined,_0xfd04a1=_0x1ecf13('ACCESS_KEY')||_0x4dc884?.[_0x231320(0x18a)]||_0x2f4ca9[_0x231320(0x18a)]||undefined,_0x552923=_0x268999[_0x231320(0x18c)]||_0x1ecf13('FORMAT')||_0x4dc884?.[_0x231320(0x18c)]||_0x2f4ca9[_0x231320(0x18c)],_0x1fc43b=normalizeLegacyOutputFormat(_0x552923),_0x516dec=_0x1ecf13(_0x231320(0x177))||_0x4dc884?.[_0x231320(0x189)]||_0x2f4ca9['pageSize'],_0x4ced8e=_0x516dec?Number(_0x516dec)||undefined:undefined,_0x4beacb=_0x1ecf13(_0x231320(0x172))||_0x1ecf13(_0x231320(0x17c))||_0x4dc884?.[_0x231320(0x173)]||_0x2f4ca9[_0x231320(0x173)]||_0x2f4ca9['maxRisk'],_0x176a03=_0x4beacb===_0x231320(0x188)||_0x4beacb===_0x231320(0x184)?_0x4beacb:DEFAULT_CONFIG_VALUES[_0x231320(0x173)],_0x3e02a9=_0x1ecf13('VERBOSE'),_0x387039=_0x3e02a9==='1'||_0x3e02a9===_0x231320(0x182),_0x5bae1a=_0x4dc884?.['apiDir']||_0x2f4ca9[_0x231320(0x183)]||DEFAULT_CONFIG_VALUES[_0x231320(0x183)],_0x2416c3=isDaily(normalizeEnv(String(_0x475ed6)))?_0x231320(0x17e):_0x231320(0x16c);return{'appCode':typeof _0x2d9192===_0x231320(0x16f)&&_0x2d9192[_0x231320(0x17d)]()?_0x2d9192[_0x231320(0x17d)]():undefined,'env':_0x2416c3,'locale':_0x22afa7,'cookie':_0x4f5cb6,'accessKey':_0xfd04a1,'format':_0x1fc43b,'pageSize':_0x4ced8e,'riskLevel':_0x176a03,'verbose':_0x387039,'apiDir':_0x5bae1a,'apps':_0xbce7e2,'defaultApp':_0x5ccf7d,'currentApp':_0x30b346?_0x4e52d5:undefined,'explicitAppName':_0x395b47};}
@@ -1 +1 @@
1
- function a193_0xf2d1(_0x2c521d,_0xe504ef){_0x2c521d=_0x2c521d-0x19c;const _0x1aa94d=a193_0x1aa9();let _0xf2d1ee=_0x1aa94d[_0x2c521d];return _0xf2d1ee;}(function(_0x3c415b,_0x21579b){const _0x255354=a193_0xf2d1,_0x52b2f7=_0x3c415b();while(!![]){try{const _0xf04d42=parseInt(_0x255354(0x1a0))/0x1*(parseInt(_0x255354(0x19d))/0x2)+-parseInt(_0x255354(0x1a8))/0x3*(-parseInt(_0x255354(0x1a4))/0x4)+parseInt(_0x255354(0x1a7))/0x5+-parseInt(_0x255354(0x1a9))/0x6+parseInt(_0x255354(0x19e))/0x7*(-parseInt(_0x255354(0x1a5))/0x8)+-parseInt(_0x255354(0x1a3))/0x9+parseInt(_0x255354(0x1a1))/0xa*(parseInt(_0x255354(0x19f))/0xb);if(_0xf04d42===_0x21579b)break;else _0x52b2f7['push'](_0x52b2f7['shift']());}catch(_0x2b871f){_0x52b2f7['push'](_0x52b2f7['shift']());}}}(a193_0x1aa9,0xd3371));import{getIsSessionValid}from'../auth/is-session-valid.js';function a193_0x1aa9(){const _0x5ece7f=['518mdHMhz','11Hndpip','176ZwlrmN','11261890JTIPZT','cookie','14702976gykYlV','356jdxHdX','8152QMEEhd','authRequired','744945KbqQaK','44715Nzrqbf','9329064vMjxlP','../auth/get-cookie.js','17356vNAsZB'];a193_0x1aa9=function(){return _0x5ece7f;};return a193_0x1aa9();}import{CliErrors}from'../errors.js';export async function buildAuth(_0x2827ec){const _0x2e34a1=a193_0xf2d1,{getCookie:_0xb37ed1}=await import(_0x2e34a1(0x19c)),_0x5346b4=_0x2827ec[_0x2e34a1(0x1a2)]||_0xb37ed1(),_0x17c710=_0x5346b4?await getIsSessionValid():![];return{'cookie':_0x5346b4,'isLoggedIn':_0x17c710,async 'getOrLogin'(){const _0x2efa3c=_0x2e34a1;if(_0x5346b4&&_0x17c710)return _0x5346b4;throw CliErrors[_0x2efa3c(0x1a6)]();}};}
1
+ function a193_0x530a(){const _0x1097de=['2xYSizT','555100nWBpdf','38015uZjfJs','360NWfaNa','324wsBFfb','cookie','162687rxvfKS','10617975SQYrbK','383171HNwvIr','2652435PHFlHR','1819510WrYgRz'];a193_0x530a=function(){return _0x1097de;};return a193_0x530a();}function a193_0x3591(_0x543867,_0x21c28b){_0x543867=_0x543867-0x185;const _0x530a3d=a193_0x530a();let _0x359172=_0x530a3d[_0x543867];return _0x359172;}(function(_0x1c1bca,_0x2e378d){const _0x17fd81=a193_0x3591,_0x3e0f82=_0x1c1bca();while(!![]){try{const _0x40b7aa=-parseInt(_0x17fd81(0x18d))/0x1*(parseInt(_0x17fd81(0x185))/0x2)+-parseInt(_0x17fd81(0x18e))/0x3+-parseInt(_0x17fd81(0x186))/0x4+parseInt(_0x17fd81(0x187))/0x5*(-parseInt(_0x17fd81(0x189))/0x6)+-parseInt(_0x17fd81(0x18b))/0x7*(-parseInt(_0x17fd81(0x188))/0x8)+parseInt(_0x17fd81(0x18c))/0x9+parseInt(_0x17fd81(0x18f))/0xa;if(_0x40b7aa===_0x2e378d)break;else _0x3e0f82['push'](_0x3e0f82['shift']());}catch(_0x4f4fce){_0x3e0f82['push'](_0x3e0f82['shift']());}}}(a193_0x530a,0x90446));import{getIsSessionValid}from'../auth/is-session-valid.js';import{CliErrors}from'../errors.js';export async function buildAuth(_0x995ec8){const _0x75f30d=a193_0x3591,{getCookie:_0x34c6f3}=await import('../auth/get-cookie.js'),_0x54f4be=_0x995ec8[_0x75f30d(0x18a)]||_0x34c6f3(),_0x48987f=_0x54f4be?await getIsSessionValid():![];return{'cookie':_0x54f4be,'isLoggedIn':_0x48987f,async 'getOrLogin'(){if(_0x54f4be&&_0x48987f)return _0x54f4be;throw CliErrors['authRequired']();}};}