@lovrabet/lovrabet-cli 2.0.5-beta.1 → 2.0.5-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 (65) hide show
  1. package/lib/cli.js +1 -1
  2. package/lib/commands/app/cache.js +1 -1
  3. package/lib/commands/app/definitions.js +1 -1
  4. package/lib/commands/app/mock-loader.js +1 -1
  5. package/lib/commands/app/remote-source.js +1 -1
  6. package/lib/commands/app/shared.js +1 -1
  7. package/lib/commands/auth/index.js +1 -1
  8. package/lib/commands/auth/prompt.js +1 -1
  9. package/lib/commands/bff/detail.js +1 -1
  10. package/lib/commands/bff/exec.js +1 -1
  11. package/lib/commands/bff/index.js +1 -1
  12. package/lib/commands/common/config-policy.js +1 -1
  13. package/lib/commands/common/constraints.js +1 -1
  14. package/lib/commands/common/flags.js +1 -1
  15. package/lib/commands/config/definitions.js +1 -1
  16. package/lib/commands/config/shared.js +1 -1
  17. package/lib/commands/data/index.js +1 -1
  18. package/lib/commands/dataset/detail.js +1 -1
  19. package/lib/commands/dataset/index.js +1 -1
  20. package/lib/commands/dataset/list.js +1 -1
  21. package/lib/commands/doctor.js +1 -1
  22. package/lib/commands/init.js +1 -1
  23. package/lib/commands/logs/index.js +1 -1
  24. package/lib/commands/registry.js +1 -1
  25. package/lib/commands/schema.js +1 -1
  26. package/lib/commands/skill/index.js +1 -1
  27. package/lib/commands/sql/detail.js +1 -1
  28. package/lib/commands/sql/exec.js +1 -1
  29. package/lib/commands/sql/index.js +1 -1
  30. package/lib/config/schema.js +1 -1
  31. package/lib/constant/auth-mode.js +1 -1
  32. package/lib/constant/cli.js +1 -1
  33. package/lib/constant/defaults.js +1 -1
  34. package/lib/constant/domain.js +1 -1
  35. package/lib/constant/env.js +1 -1
  36. package/lib/constant/output.js +1 -1
  37. package/lib/constant/risk.js +1 -1
  38. package/lib/constant/url.js +1 -1
  39. package/lib/context.js +1 -1
  40. package/lib/core/api-client.js +1 -1
  41. package/lib/core/db-resolver.js +1 -1
  42. package/lib/core/sdk-client.js +1 -1
  43. package/lib/errors.js +1 -1
  44. package/lib/framework/build-all-flags.js +1 -1
  45. package/lib/framework/dryrun.js +1 -1
  46. package/lib/framework/flags.js +1 -1
  47. package/lib/framework/help.js +1 -1
  48. package/lib/framework/index.js +1 -1
  49. package/lib/framework/output.js +1 -1
  50. package/lib/framework/preparse.js +1 -1
  51. package/lib/framework/response.js +1 -1
  52. package/lib/framework/runner-confirmation.js +1 -1
  53. package/lib/framework/runner-error.js +1 -1
  54. package/lib/framework/runner.js +1 -1
  55. package/lib/framework/schema-export.js +1 -1
  56. package/lib/framework/types.js +1 -1
  57. package/lib/help.js +1 -1
  58. package/lib/skills/npx-skills-add.js +1 -1
  59. package/lib/utils/apply-jq-filter.js +1 -1
  60. package/lib/utils/logger.js +1 -1
  61. package/lib/utils/params.js +1 -1
  62. package/lib/utils/platform.js +1 -1
  63. package/lib/utils/version.js +1 -1
  64. package/lib/utils/write-cli-side-channel.js +1 -1
  65. package/package.json +1 -1
@@ -1 +1 @@
1
- const a32_0x30af89=a32_0x1ceb;function a32_0x1ceb(_0x4c9d42,_0x45c73d){_0x4c9d42=_0x4c9d42-0xfc;const _0x116a42=a32_0x116a();let _0x1cebdd=_0x116a42[_0x4c9d42];return _0x1cebdd;}(function(_0x44df53,_0x23c437){const _0x4d1c09=a32_0x1ceb,_0x551162=_0x44df53();while(!![]){try{const _0x473cc1=-parseInt(_0x4d1c09(0x105))/0x1*(parseInt(_0x4d1c09(0x101))/0x2)+-parseInt(_0x4d1c09(0x108))/0x3+parseInt(_0x4d1c09(0x107))/0x4+-parseInt(_0x4d1c09(0x103))/0x5+parseInt(_0x4d1c09(0xfe))/0x6+parseInt(_0x4d1c09(0xfd))/0x7+-parseInt(_0x4d1c09(0x106))/0x8*(-parseInt(_0x4d1c09(0xfc))/0x9);if(_0x473cc1===_0x23c437)break;else _0x551162['push'](_0x551162['shift']());}catch(_0xb45eca){_0x551162['push'](_0x551162['shift']());}}}(a32_0x116a,0x9a1d1));export const DEFAULT_APP_PROFILE_NAME='main';function a32_0x116a(){const _0x539b87=['en-US','637030wnbxWy','write','18ECbYsK','25176mBiBjb','1650884YnbfIy','3696159AeADvj','2403EBEQFd','6538455mTZuHo','1191882yTOHue','production','compress','43886vFGOnD'];a32_0x116a=function(){return _0x539b87;};return a32_0x116a();}export const DEFAULT_CONFIG_VALUES={'env':a32_0x30af89(0xff),'format':'compress','locale':a32_0x30af89(0x102),'riskLevel':a32_0x30af89(0x104)};export const DEFAULT_COMMAND_OUTPUT_FORMAT=a32_0x30af89(0x100);
1
+ function a32_0x3c3c(){const _0x4780b1=['1050468VBlSzp','production','4GmuIww','445736jsIXqV','2224035vBhlFy','en-US','215yKpgOm','9100lRJjKr','compress','23084JXAmAI','write','32982sgYjPd','33NFShvI','76614VaIEYH','main','14QdfiZk','64qirVog'];a32_0x3c3c=function(){return _0x4780b1;};return a32_0x3c3c();}const a32_0x1a38a3=a32_0x23a2;(function(_0x3d74bc,_0x300a61){const _0x4d4b61=a32_0x23a2,_0x162bdf=_0x3d74bc();while(!![]){try{const _0x3267f8=-parseInt(_0x4d4b61(0xea))/0x1*(parseInt(_0x4d4b61(0xf4))/0x2)+-parseInt(_0x4d4b61(0xee))/0x3*(-parseInt(_0x4d4b61(0xf1))/0x4)+parseInt(_0x4d4b61(0xe7))/0x5*(-parseInt(_0x4d4b61(0xec))/0x6)+parseInt(_0x4d4b61(0xf0))/0x7*(parseInt(_0x4d4b61(0xf5))/0x8)+parseInt(_0x4d4b61(0xe5))/0x9+-parseInt(_0x4d4b61(0xe8))/0xa+-parseInt(_0x4d4b61(0xed))/0xb*(parseInt(_0x4d4b61(0xf2))/0xc);if(_0x3267f8===_0x300a61)break;else _0x162bdf['push'](_0x162bdf['shift']());}catch(_0x5c9165){_0x162bdf['push'](_0x162bdf['shift']());}}}(a32_0x3c3c,0x35fa3));function a32_0x23a2(_0x268830,_0x1801b8){_0x268830=_0x268830-0xe5;const _0x3c3c78=a32_0x3c3c();let _0x23a287=_0x3c3c78[_0x268830];return _0x23a287;}export const DEFAULT_APP_PROFILE_NAME=a32_0x1a38a3(0xef);export const DEFAULT_CONFIG_VALUES={'env':a32_0x1a38a3(0xf3),'format':a32_0x1a38a3(0xe9),'locale':a32_0x1a38a3(0xe6),'riskLevel':a32_0x1a38a3(0xeb)};export const DEFAULT_COMMAND_OUTPUT_FORMAT=a32_0x1a38a3(0xe9);
@@ -1 +1 @@
1
- const a33_0x3fd9d9=a33_0x28c3;(function(_0x3cf4bd,_0x355599){const _0x4e32e4=a33_0x28c3,_0x4d85ea=_0x3cf4bd();while(!![]){try{const _0x388274=-parseInt(_0x4e32e4(0x1e0))/0x1*(-parseInt(_0x4e32e4(0x1e3))/0x2)+parseInt(_0x4e32e4(0x1df))/0x3*(-parseInt(_0x4e32e4(0x1ed))/0x4)+parseInt(_0x4e32e4(0x1e5))/0x5+parseInt(_0x4e32e4(0x1eb))/0x6+parseInt(_0x4e32e4(0x1ea))/0x7+-parseInt(_0x4e32e4(0x1e6))/0x8+-parseInt(_0x4e32e4(0x1e1))/0x9*(-parseInt(_0x4e32e4(0x1e7))/0xa);if(_0x388274===_0x355599)break;else _0x4d85ea['push'](_0x4d85ea['shift']());}catch(_0x44911c){_0x4d85ea['push'](_0x4d85ea['shift']());}}}(a33_0x4797,0x735e0));function a33_0x28c3(_0x47b622,_0x473f4){_0x47b622=_0x47b622-0x1de;const _0x4797d9=a33_0x4797();let _0x28c33a=_0x4797d9[_0x47b622];return _0x28c33a;}import{getEnv,isProduction}from'../constant/env.js';let customApiDomain,customUserDomain,customRuntimeDomain;export function initDomains(_0x9f4b5d){const _0x52aeda=a33_0x28c3;customApiDomain=_0x9f4b5d?.[_0x52aeda(0x1de)],customUserDomain=_0x9f4b5d?.[_0x52aeda(0x1ec)],customRuntimeDomain=_0x9f4b5d?.[_0x52aeda(0x1e9)];}export const getUserDomain=()=>customUserDomain||(isProduction(getEnv())?'https://user.lovrabet.com':'https://user-daily.lovrabet.com');function a33_0x4797(){const _0x20296c=['6aAQASM','https://daily-runtime.lovrabet.com','741875jSoxoD','4077040xHVdmB','98060QIKcdH','https://api.lovrabet.com','runtimeDomain','4831442QugKAZ','3490986OnhNvd','userDomain','100IvivcH','apiDomain','107151UVlDwE','105801JIPELO','126TwbJuT','https://runtime.lovrabet.com'];a33_0x4797=function(){return _0x20296c;};return a33_0x4797();}export const getApiDomain=()=>customApiDomain||(isProduction(getEnv())?a33_0x3fd9d9(0x1e8):'https://daily-api.lovrabet.com');export const getRuntimeDomain=()=>customRuntimeDomain||(isProduction(getEnv())?a33_0x3fd9d9(0x1e2):a33_0x3fd9d9(0x1e4));
1
+ const a33_0xf24397=a33_0x3366;(function(_0x5ab087,_0x275dfb){const _0x39e880=a33_0x3366,_0x386971=_0x5ab087();while(!![]){try{const _0xb9eb4d=-parseInt(_0x39e880(0x179))/0x1+-parseInt(_0x39e880(0x178))/0x2+-parseInt(_0x39e880(0x174))/0x3+parseInt(_0x39e880(0x170))/0x4+-parseInt(_0x39e880(0x176))/0x5*(-parseInt(_0x39e880(0x17a))/0x6)+-parseInt(_0x39e880(0x173))/0x7*(-parseInt(_0x39e880(0x172))/0x8)+-parseInt(_0x39e880(0x16f))/0x9*(parseInt(_0x39e880(0x171))/0xa);if(_0xb9eb4d===_0x275dfb)break;else _0x386971['push'](_0x386971['shift']());}catch(_0x1df5a4){_0x386971['push'](_0x386971['shift']());}}}(a33_0x55ca,0xb257e));import{getEnv,isProduction}from'../constant/env.js';let customApiDomain,customUserDomain,customRuntimeDomain;function a33_0x3366(_0x429188,_0x58afd7){_0x429188=_0x429188-0x16c;const _0x55ca11=a33_0x55ca();let _0x336636=_0x55ca11[_0x429188];return _0x336636;}export function initDomains(_0x28fb39){const _0x19dd32=a33_0x3366;customApiDomain=_0x28fb39?.[_0x19dd32(0x16e)],customUserDomain=_0x28fb39?.['userDomain'],customRuntimeDomain=_0x28fb39?.[_0x19dd32(0x175)];}function a33_0x55ca(){const _0x1e5dac=['2875765RtUKix','https://runtime.lovrabet.com','8004mChubT','456174xGktPs','6efCPXK','https://user-daily.lovrabet.com','https://api.lovrabet.com','apiDomain','63EdXexT','3856700cOmaNE','470170sdHziZ','6449048RcWLdU','7DavXNk','2477010EpnZOR','runtimeDomain'];a33_0x55ca=function(){return _0x1e5dac;};return a33_0x55ca();}export const getUserDomain=()=>customUserDomain||(isProduction(getEnv())?'https://user.lovrabet.com':a33_0xf24397(0x16c));export const getApiDomain=()=>customApiDomain||(isProduction(getEnv())?a33_0xf24397(0x16d):'https://daily-api.lovrabet.com');export const getRuntimeDomain=()=>customRuntimeDomain||(isProduction(getEnv())?a33_0xf24397(0x177):'https://daily-runtime.lovrabet.com');
@@ -1 +1 @@
1
- const a34_0x496659=a34_0x367b;(function(_0x2acfc6,_0x42225b){const _0xdae7bd=a34_0x367b,_0x34619d=_0x2acfc6();while(!![]){try{const _0xd71d7=-parseInt(_0xdae7bd(0xe1))/0x1+parseInt(_0xdae7bd(0xd9))/0x2*(-parseInt(_0xdae7bd(0xdc))/0x3)+-parseInt(_0xdae7bd(0xdb))/0x4*(-parseInt(_0xdae7bd(0xde))/0x5)+parseInt(_0xdae7bd(0xd5))/0x6+-parseInt(_0xdae7bd(0xd4))/0x7*(parseInt(_0xdae7bd(0xd6))/0x8)+parseInt(_0xdae7bd(0xdf))/0x9+-parseInt(_0xdae7bd(0xe0))/0xa*(-parseInt(_0xdae7bd(0xd8))/0xb);if(_0xd71d7===_0x42225b)break;else _0x34619d['push'](_0x34619d['shift']());}catch(_0x4676a6){_0x34619d['push'](_0x34619d['shift']());}}}(a34_0x58bd,0x923f4));export const RUNTIME_ENV_VALUES=[a34_0x496659(0xe2),a34_0x496659(0xd7),'daily'];function a34_0x367b(_0x2031e3,_0x55b8ea){_0x2031e3=_0x2031e3-0xd4;const _0x58bd74=a34_0x58bd();let _0x367b2b=_0x58bd74[_0x2031e3];return _0x367b2b;}export function normalizeEnv(_0x3aa5b0){const _0x26b75e=a34_0x496659;return _0x3aa5b0===_0x26b75e(0xdd)?_0x26b75e(0xe2):_0x3aa5b0;}export function isProduction(_0x230ca5){const _0x3e9c11=a34_0x496659;return normalizeEnv(_0x230ca5)===_0x3e9c11(0xe2);}export function isDaily(_0x34dc73){return normalizeEnv(_0x34dc73)==='daily';}export function isDev(_0x2fc161){const _0x2d3471=a34_0x496659,_0x1ffb34=normalizeEnv(_0x2fc161);return _0x1ffb34===_0x2d3471(0xd7)||_0x1ffb34===_0x2d3471(0xda);}let env=normalizeEnv(process.env.LOVRABET_ENV||a34_0x496659(0xe2));export function getEnv(){return env;}export function initEnv(_0x12f421){env=normalizeEnv(_0x12f421);}function a34_0x58bd(){const _0x34904a=['production','14PaIiLG','381582zybyov','3508168BVjEDP','development','420607DKeeUb','156998rXgubK','dev','4SVxhbC','36pGwuML','online','4852495iqHwnZ','3812040CIVvnc','370exAaBr','454367TWtSgs'];a34_0x58bd=function(){return _0x34904a;};return a34_0x58bd();}
1
+ function a34_0x3f67(_0x38ae5f,_0x8c03ed){_0x38ae5f=_0x38ae5f-0xf0;const _0x24d874=a34_0x24d8();let _0x3f67de=_0x24d874[_0x38ae5f];return _0x3f67de;}const a34_0x1e2d61=a34_0x3f67;function a34_0x24d8(){const _0x38919c=['2BuiRpF','production','9070SHrUTc','1122bPrncO','776bMqWJU','201626Uxiutx','development','714OFlHwJ','1484252dJIzRH','418968ZJUItE','3212ovUOBV','daily','8720YtRfdv','1826304lRDGsu'];a34_0x24d8=function(){return _0x38919c;};return a34_0x24d8();}(function(_0x5defa2,_0x224222){const _0x169e65=a34_0x3f67,_0x1c657f=_0x5defa2();while(!![]){try{const _0x3a1c0=parseInt(_0x169e65(0xf6))/0x1*(-parseInt(_0x169e65(0xf1))/0x2)+-parseInt(_0x169e65(0xf8))/0x3*(parseInt(_0x169e65(0xf5))/0x4)+parseInt(_0x169e65(0xfd))/0x5*(parseInt(_0x169e65(0xf4))/0x6)+-parseInt(_0x169e65(0xf9))/0x7+parseInt(_0x169e65(0xf0))/0x8+-parseInt(_0x169e65(0xfa))/0x9+-parseInt(_0x169e65(0xf3))/0xa*(-parseInt(_0x169e65(0xfb))/0xb);if(_0x3a1c0===_0x224222)break;else _0x1c657f['push'](_0x1c657f['shift']());}catch(_0x531973){_0x1c657f['push'](_0x1c657f['shift']());}}}(a34_0x24d8,0x4c62a));export const RUNTIME_ENV_VALUES=['production',a34_0x1e2d61(0xf7),a34_0x1e2d61(0xfc)];export function normalizeEnv(_0x590c9e){const _0xd6280=a34_0x1e2d61;return _0x590c9e==='online'?_0xd6280(0xf2):_0x590c9e;}export function isProduction(_0x4eddf5){const _0x18c75f=a34_0x1e2d61;return normalizeEnv(_0x4eddf5)===_0x18c75f(0xf2);}export function isDaily(_0x5a3335){const _0x583da0=a34_0x1e2d61;return normalizeEnv(_0x5a3335)===_0x583da0(0xfc);}export function isDev(_0x1ba27c){const _0x43fa88=a34_0x1e2d61,_0x23ac06=normalizeEnv(_0x1ba27c);return _0x23ac06===_0x43fa88(0xf7)||_0x23ac06==='dev';}let env=normalizeEnv(process.env.LOVRABET_ENV||a34_0x1e2d61(0xf2));export function getEnv(){return env;}export function initEnv(_0x3c3d9b){env=normalizeEnv(_0x3c3d9b);}
@@ -1 +1 @@
1
- function a35_0x2193(_0x29e3cd,_0x1329a3){_0x29e3cd=_0x29e3cd-0x103;const _0x3fca6b=a35_0x3fca();let _0x2193db=_0x3fca6b[_0x29e3cd];return _0x2193db;}const a35_0x88b6a8=a35_0x2193;(function(_0x462126,_0x457003){const _0x4fe2a3=a35_0x2193,_0x2373ae=_0x462126();while(!![]){try{const _0x5a510c=parseInt(_0x4fe2a3(0x10a))/0x1*(-parseInt(_0x4fe2a3(0x103))/0x2)+parseInt(_0x4fe2a3(0x108))/0x3+parseInt(_0x4fe2a3(0x106))/0x4+parseInt(_0x4fe2a3(0x10d))/0x5*(-parseInt(_0x4fe2a3(0x10c))/0x6)+-parseInt(_0x4fe2a3(0x105))/0x7*(parseInt(_0x4fe2a3(0x109))/0x8)+parseInt(_0x4fe2a3(0x107))/0x9+parseInt(_0x4fe2a3(0x10e))/0xa*(parseInt(_0x4fe2a3(0x104))/0xb);if(_0x5a510c===_0x457003)break;else _0x2373ae['push'](_0x2373ae['shift']());}catch(_0x186d71){_0x2373ae['push'](_0x2373ae['shift']());}}}(a35_0x3fca,0x920ec));function a35_0x3fca(){const _0x2f1810=['102XxeoCW','2190562CRFpXi','4295767IxhdwO','3610896GFSQGW','4022910IBxPwu','3216711iTjWge','8bbPIaU','8723AgMSHK','compress','2094LRzEdv','13815VoJPpw','10ZgOdoP','pretty'];a35_0x3fca=function(){return _0x2f1810;};return a35_0x3fca();}export const OUTPUT_FORMAT_VALUES=['json',a35_0x88b6a8(0x10f),a35_0x88b6a8(0x10b)];
1
+ function a35_0x1dfe(_0x1d7407,_0x2189d2){_0x1d7407=_0x1d7407-0x8b;const _0x1f24e8=a35_0x1f24();let _0x1dfe45=_0x1f24e8[_0x1d7407];return _0x1dfe45;}function a35_0x1f24(){const _0x209849=['406HeNcSS','pretty','789859toYmoi','3663510UkDleM','6513372GaUehT','56pXmIeN','16959DkITcy','4777410OqsHho','1515220rJLHXq','compress','json','999543nwuQPk'];a35_0x1f24=function(){return _0x209849;};return a35_0x1f24();}const a35_0x9dd536=a35_0x1dfe;(function(_0x18ccc5,_0x44e455){const _0x1561ec=a35_0x1dfe,_0x1877e1=_0x18ccc5();while(!![]){try{const _0x17348a=-parseInt(_0x1561ec(0x90))/0x1+-parseInt(_0x1561ec(0x91))/0x2*(-parseInt(_0x1561ec(0x8b))/0x3)+parseInt(_0x1561ec(0x8d))/0x4+parseInt(_0x1561ec(0x8c))/0x5+parseInt(_0x1561ec(0x94))/0x6+-parseInt(_0x1561ec(0x93))/0x7*(parseInt(_0x1561ec(0x96))/0x8)+-parseInt(_0x1561ec(0x95))/0x9;if(_0x17348a===_0x44e455)break;else _0x1877e1['push'](_0x1877e1['shift']());}catch(_0x4abb82){_0x1877e1['push'](_0x1877e1['shift']());}}}(a35_0x1f24,0x8d6f9));export const OUTPUT_FORMAT_VALUES=[a35_0x9dd536(0x8f),a35_0x9dd536(0x92),a35_0x9dd536(0x8e)];
@@ -1 +1 @@
1
- const a36_0x18a81a=a36_0x471a;function a36_0x691c(){const _0x16ff97=['read','write','199545CYnFQT','21fsfERQ','40FKvSOE','320348bByBMc','828105wymHQu','297678zFWOvQ','high-risk-write','286632rKAfXN','116252ktmoJN','1216143aKlaQI'];a36_0x691c=function(){return _0x16ff97;};return a36_0x691c();}function a36_0x471a(_0x378c35,_0x3b9a5d){_0x378c35=_0x378c35-0x93;const _0x691c55=a36_0x691c();let _0x471ad6=_0x691c55[_0x378c35];return _0x471ad6;}(function(_0x32b0fc,_0x271601){const _0x560d5b=a36_0x471a,_0x4d2198=_0x32b0fc();while(!![]){try{const _0x1e4d83=parseInt(_0x560d5b(0x99))/0x1+parseInt(_0x560d5b(0x9c))/0x2+parseInt(_0x560d5b(0x9d))/0x3+-parseInt(_0x560d5b(0x95))/0x4*(parseInt(_0x560d5b(0x9b))/0x5)+-parseInt(_0x560d5b(0x9e))/0x6*(parseInt(_0x560d5b(0x9a))/0x7)+parseInt(_0x560d5b(0x94))/0x8+-parseInt(_0x560d5b(0x96))/0x9;if(_0x1e4d83===_0x271601)break;else _0x4d2198['push'](_0x4d2198['shift']());}catch(_0x117625){_0x4d2198['push'](_0x4d2198['shift']());}}}(a36_0x691c,0x25de9));export const RISK_LEVEL_VALUES=[a36_0x18a81a(0x97),a36_0x18a81a(0x98),a36_0x18a81a(0x93)];
1
+ function a36_0x2061(_0x493cb8,_0x2c8099){_0x493cb8=_0x493cb8-0x1d9;const _0x5c2e40=a36_0x5c2e();let _0x206140=_0x5c2e40[_0x493cb8];return _0x206140;}const a36_0x5a6bc6=a36_0x2061;function a36_0x5c2e(){const _0x87c219=['8oosMuf','15938064fZKakP','4PKgTWb','64710WCXxWq','read','write','23608884QadngW','high-risk-write','3094597pDVlpC','4862841vInvln','10QmNaCz','18294JyTkSr','284xLVqEv','900862HnIDSV','3542BGpAAF'];a36_0x5c2e=function(){return _0x87c219;};return a36_0x5c2e();}(function(_0x38fde7,_0x37fb61){const _0x2ebd3b=a36_0x2061,_0x21b415=_0x38fde7();while(!![]){try{const _0x5447e0=parseInt(_0x2ebd3b(0x1e7))/0x1*(-parseInt(_0x2ebd3b(0x1e3))/0x2)+parseInt(_0x2ebd3b(0x1df))/0x3+parseInt(_0x2ebd3b(0x1e2))/0x4*(-parseInt(_0x2ebd3b(0x1d9))/0x5)+parseInt(_0x2ebd3b(0x1e1))/0x6*(parseInt(_0x2ebd3b(0x1e4))/0x7)+-parseInt(_0x2ebd3b(0x1e5))/0x8*(parseInt(_0x2ebd3b(0x1e6))/0x9)+parseInt(_0x2ebd3b(0x1e0))/0xa*(parseInt(_0x2ebd3b(0x1de))/0xb)+parseInt(_0x2ebd3b(0x1dc))/0xc;if(_0x5447e0===_0x37fb61)break;else _0x21b415['push'](_0x21b415['shift']());}catch(_0x1ba26e){_0x21b415['push'](_0x21b415['shift']());}}}(a36_0x5c2e,0xe0d8d));export const RISK_LEVEL_VALUES=[a36_0x5a6bc6(0x1da),a36_0x5a6bc6(0x1db),a36_0x5a6bc6(0x1dd)];
@@ -1 +1 @@
1
- function a37_0x54c2(){const _0x4b6a39=['245006jfSLFV','232290KQJvOH','136leJocN','https://user.lovrabet.com/user/ak','24451ZxvTjM','29847RtFJwU','1UYKSzO','714YDIkmC','9734168lNixUG','7699630hiAaZN','37678223cmScfF','350NXACuO'];a37_0x54c2=function(){return _0x4b6a39;};return a37_0x54c2();}const a37_0x1b4ae2=a37_0x2635;function a37_0x2635(_0x41f100,_0x5008d4){_0x41f100=_0x41f100-0xae;const _0x54c29c=a37_0x54c2();let _0x263549=_0x54c29c[_0x41f100];return _0x263549;}(function(_0x135b9e,_0x229afe){const _0x3fe235=a37_0x2635,_0xb0a150=_0x135b9e();while(!![]){try{const _0x26d8b0=-parseInt(_0x3fe235(0xaf))/0x1*(parseInt(_0x3fe235(0xb5))/0x2)+parseInt(_0x3fe235(0xae))/0x3*(parseInt(_0x3fe235(0xb7))/0x4)+parseInt(_0x3fe235(0xb2))/0x5+-parseInt(_0x3fe235(0xb0))/0x6*(-parseInt(_0x3fe235(0xb9))/0x7)+parseInt(_0x3fe235(0xb1))/0x8+parseInt(_0x3fe235(0xb6))/0x9*(parseInt(_0x3fe235(0xb4))/0xa)+-parseInt(_0x3fe235(0xb3))/0xb;if(_0x26d8b0===_0x229afe)break;else _0xb0a150['push'](_0xb0a150['shift']());}catch(_0x126959){_0xb0a150['push'](_0xb0a150['shift']());}}}(a37_0x54c2,0xd3788));export const USER_ACCESS_KEY_CREATE_URL=a37_0x1b4ae2(0xb8);
1
+ const a37_0x3ed4b4=a37_0x5be8;(function(_0x922cf2,_0x2a26ab){const _0x93bdd6=a37_0x5be8,_0x17551d=_0x922cf2();while(!![]){try{const _0x14cbd9=parseInt(_0x93bdd6(0x13d))/0x1+parseInt(_0x93bdd6(0x137))/0x2*(parseInt(_0x93bdd6(0x13c))/0x3)+-parseInt(_0x93bdd6(0x139))/0x4+parseInt(_0x93bdd6(0x13f))/0x5+-parseInt(_0x93bdd6(0x138))/0x6*(parseInt(_0x93bdd6(0x141))/0x7)+-parseInt(_0x93bdd6(0x13a))/0x8*(-parseInt(_0x93bdd6(0x13b))/0x9)+parseInt(_0x93bdd6(0x142))/0xa*(-parseInt(_0x93bdd6(0x13e))/0xb);if(_0x14cbd9===_0x2a26ab)break;else _0x17551d['push'](_0x17551d['shift']());}catch(_0x3b39f7){_0x17551d['push'](_0x17551d['shift']());}}}(a37_0x213a,0x1c4d4));function a37_0x213a(){const _0x63471=['117694aTkSIj','120lbHSaU','771000NKDCMX','8pYwJeJ','389781OXPuBa','6IRkmNm','202657VYkHrp','407JKgGcb','502900jBXAeB','https://user.lovrabet.com/user/ak','15883xnPadG','29780tAwVVA'];a37_0x213a=function(){return _0x63471;};return a37_0x213a();}function a37_0x5be8(_0x19e8ad,_0x413a5a){_0x19e8ad=_0x19e8ad-0x137;const _0x213ad8=a37_0x213a();let _0x5be82f=_0x213ad8[_0x19e8ad];return _0x5be82f;}export const USER_ACCESS_KEY_CREATE_URL=a37_0x3ed4b4(0x140);
package/lib/context.js CHANGED
@@ -1 +1 @@
1
- const a38_0x1ac0c6=a38_0x3b57;(function(_0x357ee0,_0x5b700c){const _0x2f5c27=a38_0x3b57,_0x3ca20a=_0x357ee0();while(!![]){try{const _0x142e29=parseInt(_0x2f5c27(0x96))/0x1*(parseInt(_0x2f5c27(0xb6))/0x2)+parseInt(_0x2f5c27(0x93))/0x3*(parseInt(_0x2f5c27(0x9a))/0x4)+parseInt(_0x2f5c27(0xb2))/0x5*(-parseInt(_0x2f5c27(0xb9))/0x6)+-parseInt(_0x2f5c27(0xc1))/0x7*(-parseInt(_0x2f5c27(0xaa))/0x8)+-parseInt(_0x2f5c27(0xa7))/0x9+parseInt(_0x2f5c27(0x9e))/0xa*(-parseInt(_0x2f5c27(0xcf))/0xb)+-parseInt(_0x2f5c27(0x88))/0xc*(-parseInt(_0x2f5c27(0xa6))/0xd);if(_0x142e29===_0x5b700c)break;else _0x3ca20a['push'](_0x3ca20a['shift']());}catch(_0x4e6544){_0x3ca20a['push'](_0x3ca20a['shift']());}}}(a38_0x4197,0xa6f55));import{readFileSync,existsSync,mkdirSync,renameSync,unlinkSync,writeFileSync}from'node:fs';function a38_0x3b57(_0x4eb6a8,_0x2cdce5){_0x4eb6a8=_0x4eb6a8-0x86;const _0x419708=a38_0x4197();let _0x3b57b7=_0x419708[_0x4eb6a8];return _0x3b57b7;}import{resolve,dirname}from'node:path';import{homedir}from'node:os';import{logger}from'./utils/logger.js';import{CliErrors}from'./errors.js';import{CLI_BIN_NAME}from'./constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'./constant/defaults.js';import{normalizeEnv,isDaily,isDev}from'./constant/env.js';import{normalizeLegacyOutputFormat}from'./framework/types.js';import{resolveCachedAppCode}from'./commands/app/cache.js';export{AUTH_MODE,isAuthMode}from'./constant/auth-mode.js';const CONFIG_NAMES=['.lovrabet.json','.lovrabetrc'];export const NEW_CONFIG_NAME=a38_0x1ac0c6(0xc8);function a38_0x4197(){const _0x158f9d=['ENV','slice','5060765WMBaCS','stringify','missing','accessKey','2009662ERVBRI','runtimeDomain','production','6iwLRXG','format','defaultApp','isTTY','appcode','./constant/env.js','cwd','project','189VywpJH','stdin','pageSize','locale','trim','apiDomain','true','.lovrabet.json','raw','write','inherit','message','EACCES','./constant/domain.js','2657831mfcokf','online','env','string','12porykN','projectConfig','global','ACCESS_KEY','isRaw','join','setRawMode','host','APPCODE','setRawCommand','read','636621bVUGhf','argv','utf8','1poDNMS','code','FORMAT','apps','4klOSZD','daily','find','development','20pVLeEU','values','userDomain','APP','parse','setLogPath','riskLevel','stdout','16116412igYXYO','9617697oEMGec','object','EXDEV','234408cMIHsd','EPERM','maxRisk','app','error','PAGE_SIZE'];a38_0x4197=function(){return _0x158f9d;};return a38_0x4197();}function resolveConfigPath(_0x59984b){for(const _0x495164 of CONFIG_NAMES){const _0x26cd58=resolve(_0x59984b,_0x495164);if(existsSync(_0x26cd58))return _0x26cd58;}return undefined;}export function resolveWriteConfigPath(_0x38072c){const _0x265f42=a38_0x1ac0c6,_0x3dc004=_0x38072c===_0x265f42(0xc0)?process[_0x265f42(0xbf)]():homedir(),_0x37bd16=resolveConfigPath(_0x3dc004);return _0x37bd16??resolve(_0x3dc004,NEW_CONFIG_NAME);}export function readConfigFile(_0x5070a2){const _0x30db52=a38_0x1ac0c6;try{if(existsSync(_0x5070a2)){const _0x4160f0=readFileSync(_0x5070a2,{'encoding':_0x30db52(0x95)});if(_0x4160f0){const _0x96710c=JSON[_0x30db52(0xa2)](_0x4160f0);return migrateOnlineEnv(_0x5070a2,_0x96710c),_0x96710c;}}}catch{}return{};}function migrateOnlineEnv(_0x30d1fd,_0x624a85){const _0xf60144=a38_0x1ac0c6;let _0x159d25=![];_0x624a85[_0xf60144(0x86)]===_0xf60144(0xd0)&&(_0x624a85[_0xf60144(0x86)]='production',_0x159d25=!![]);if(_0x624a85[_0xf60144(0x99)]&&typeof _0x624a85[_0xf60144(0x99)]===_0xf60144(0xa8))for(const _0xb3226c of Object[_0xf60144(0x9f)](_0x624a85[_0xf60144(0x99)])){_0xb3226c&&_0xb3226c['env']===_0xf60144(0xd0)&&(_0xb3226c[_0xf60144(0x86)]=_0xf60144(0xb8),_0x159d25=!![]);}if(_0x159d25)try{writeConfigFile(_0x30d1fd,_0x624a85);}catch{}}export function writeConfigFile(_0x118142,_0x2a4be8){const _0x5dbefb=a38_0x1ac0c6,_0xca5d09=dirname(_0x118142);!existsSync(_0xca5d09)&&mkdirSync(_0xca5d09,{'recursive':!![]});const _0x39f1f8=_0x118142+'.tmp';try{writeFileSync(_0x39f1f8,JSON[_0x5dbefb(0xb3)](_0x2a4be8,null,0x2)+'\x0a',{'encoding':_0x5dbefb(0x95),'mode':0x180});try{renameSync(_0x39f1f8,_0x118142);}catch(_0x31b15d){if(_0x31b15d[_0x5dbefb(0x97)]===_0x5dbefb(0xab)||_0x31b15d[_0x5dbefb(0x97)]===_0x5dbefb(0xa9)||_0x31b15d['code']===_0x5dbefb(0xcd)){writeFileSync(_0x118142,JSON[_0x5dbefb(0xb3)](_0x2a4be8,null,0x2)+'\x0a',{'encoding':_0x5dbefb(0x95)});try{unlinkSync(_0x39f1f8);}catch{}}else throw _0x31b15d;}}catch(_0x4674c3){try{unlinkSync(_0x39f1f8);}catch{}throw _0x4674c3;}}export function isNonInteractiveMode(_0x51abb2){const _0x2993b0=a38_0x1ac0c6;return!!(_0x51abb2['nonInteractive']||_0x51abb2['ci']||process.env.LOVRABET_CI===_0x2993b0(0xc7)||process.env.RABETBASE_CI===_0x2993b0(0xc7)||process.env.LOVRABET_CI===_0x2993b0(0xc7)||process.env.CI===_0x2993b0(0xc7)||!process[_0x2993b0(0xa5)][_0x2993b0(0xbc)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x590de9=a38_0x1ac0c6;if(!process[_0x590de9(0xc2)]['isTTY'])return![];try{const _0x44d62c=process[_0x590de9(0xc2)][_0x590de9(0x8c)];return process[_0x590de9(0xc2)][_0x590de9(0x8e)](!![]),process[_0x590de9(0xc2)][_0x590de9(0x8e)](_0x44d62c??![]),!![];}catch{return![];}}export async function createContext(_0x5d2cdb){const _0xde3aa=a38_0x1ac0c6,_0x57dee2=readRawConfig(),_0x663ccd=buildConfig(_0x57dee2,_0x5d2cdb);await initGlobalEnvironment(_0x663ccd);const {getUserDomain:_0x3a15f1,getApiDomain:_0x433282}=await import(_0xde3aa(0xce)),_0x1618e6={'apiDomain':_0x433282(),'userDomain':_0x3a15f1()},_0x59bd59=await buildAuth(_0x663ccd);logger[_0xde3aa(0xa3)](process[_0xde3aa(0xbf)]());const _0x2e33e9=(CLI_BIN_NAME+'\x20'+process[_0xde3aa(0x94)][_0xde3aa(0xb1)](0x2)[_0xde3aa(0x8d)]('\x20'))[_0xde3aa(0xc5)]();logger[_0xde3aa(0x91)](_0x2e33e9);const _0x302111=isNonInteractiveMode(_0x5d2cdb);return{'config':_0x663ccd,'auth':_0x59bd59,'logger':logger,'env':_0x1618e6,'nonInteractive':_0x302111};}export function buildConfigFromFlags(_0x4d7019){return buildConfig(readRawConfig(),_0x4d7019);}export function readAppCodeFromConfig(){const _0x375585=a38_0x1ac0c6,_0x1bc5cf=readRawConfig(),_0x32f04d=_0x1bc5cf[_0x375585(0xbd)]??_0x1bc5cf[_0x375585(0xad)];if(typeof _0x32f04d===_0x375585(0x87)&&_0x32f04d[_0x375585(0xc5)]())return _0x32f04d[_0x375585(0xc5)]();const _0x4cc54d=_0x1bc5cf['apps']&&typeof _0x1bc5cf[_0x375585(0x99)]===_0x375585(0xa8)?_0x1bc5cf[_0x375585(0x99)]:{},_0xc3d7e5=_0x1bc5cf[_0x375585(0xbb)]?_0x4cc54d[_0x1bc5cf[_0x375585(0xbb)]]:undefined;if(_0xc3d7e5?.['appcode'])return String(_0xc3d7e5[_0x375585(0xbd)])[_0x375585(0xc5)]();const _0x20d128=normalizeEnv(String(_0x1bc5cf[_0x375585(0x86)]||'production')),_0x1da05b=isDaily(_0x20d128)?_0x375585(0x9b):isDev(_0x20d128)?_0x375585(0x9d):'production',_0x1e3e54=resolveCachedAppCode(typeof _0x1bc5cf['defaultApp']===_0x375585(0x87)?_0x1bc5cf[_0x375585(0xbb)]:undefined,_0x1da05b,typeof _0x1bc5cf['accessKey']===_0x375585(0x87)?_0x1bc5cf[_0x375585(0xb5)]:undefined);if(_0x1e3e54)return _0x1e3e54;const _0x2207fa=Object['values'](_0x4cc54d)[_0x375585(0x9c)](_0x5633c6=>_0x5633c6?.[_0x375585(0xbd)]);return _0x2207fa?.[_0x375585(0xbd)]?String(_0x2207fa[_0x375585(0xbd)])['trim']():undefined;}export function readScopedConfig(_0x13547c){const _0x31d695=a38_0x1ac0c6,_0x5d46e7=_0x13547c[_0x31d695(0x8a)]?_0x31d695(0x8a):_0x31d695(0xc0);return readConfigFile(resolveWriteConfigPath(_0x5d46e7));}export function writeScopedConfig(_0x1bc94f,_0xf90c37){const _0x5d700a=a38_0x1ac0c6,_0x1770d5=_0xf90c37['global']?_0x5d700a(0x8a):_0x5d700a(0xc0);writeConfigFile(resolveWriteConfigPath(_0x1770d5),_0x1bc94f);}export async function initGlobalEnvironment(_0x3633b5){const _0x2e8fc1=a38_0x1ac0c6,{initEnv:_0x460b65}=await import(_0x2e8fc1(0xbe));_0x460b65(_0x3633b5['env']);const {initDomains:_0x545a98}=await import(_0x2e8fc1(0xce));_0x545a98({'apiDomain':_0x3633b5[_0x2e8fc1(0xc9)][_0x2e8fc1(0xc6)]||_0x3633b5[_0x2e8fc1(0xc9)][_0x2e8fc1(0x8f)]||undefined,'userDomain':_0x3633b5[_0x2e8fc1(0xc9)][_0x2e8fc1(0xa0)]||undefined,'runtimeDomain':_0x3633b5[_0x2e8fc1(0xc9)][_0x2e8fc1(0xb7)]||undefined});}export function getProjectConfigPath(){return resolveConfigPath(process['cwd']());}export function getGlobalConfigPath(){return resolveConfigPath(homedir());}export function inspectCliConfigJsonFile(_0x4a2aaf){const _0x4bc5a9=a38_0x1ac0c6;if(!existsSync(_0x4a2aaf))return{'status':_0x4bc5a9(0xb4)};try{const _0x319966=readFileSync(_0x4a2aaf,{'encoding':_0x4bc5a9(0x95)});if(!_0x319966?.[_0x4bc5a9(0xc5)]())return{'status':'empty'};const _0x476c0c=JSON[_0x4bc5a9(0xa2)](_0x319966);return{'status':'ok','data':_0x476c0c};}catch(_0x8e5f1f){return{'status':_0x4bc5a9(0xae),'message':_0x8e5f1f instanceof Error?_0x8e5f1f[_0x4bc5a9(0xcc)]:String(_0x8e5f1f)};}}export function loadRawConfigLayers(_0x36498e){const _0x1edc89=a38_0x1ac0c6;let _0x89d41f={},_0x466941={},_0x13c019,_0x5d7dbe;try{_0x13c019=resolveConfigPath(homedir());if(_0x13c019){const _0x1a9df1=readFileSync(_0x13c019,{'encoding':'utf8'});if(_0x1a9df1)_0x89d41f=JSON[_0x1edc89(0xa2)](_0x1a9df1);}}catch{}try{const _0x3798b5=_0x36498e||process[_0x1edc89(0xbf)]();_0x5d7dbe=resolveConfigPath(_0x3798b5);if(_0x5d7dbe){const _0x304151=readFileSync(_0x5d7dbe,{'encoding':_0x1edc89(0x95)});if(_0x304151)_0x466941=JSON[_0x1edc89(0xa2)](_0x304151);}}catch{}return{'globalPath':_0x13c019,'projectPath':_0x5d7dbe,'globalConfig':_0x89d41f,'projectConfig':_0x466941};}function mergeRawConfigLayers(_0x3c21aa){const _0x1b3bcc=a38_0x1ac0c6,{globalConfig:_0x1a1c5e,projectConfig:_0x2be407}=_0x3c21aa;if(_0x2be407[_0x1b3bcc(0xcb)]===![]){const _0x281f80={..._0x2be407};return delete _0x281f80['inherit'],_0x281f80;}const _0x39ffe3={..._0x1a1c5e,..._0x2be407};if(_0x1b3bcc(0xbb)in _0x2be407)_0x39ffe3[_0x1b3bcc(0xbb)]=_0x2be407[_0x1b3bcc(0xbb)];else _0x1a1c5e[_0x1b3bcc(0xbb)]&&(_0x39ffe3['defaultApp']=_0x1a1c5e['defaultApp']);return _0x39ffe3;}export function isInProject(){return!!getProjectConfigPath();}export function readRawConfig(_0x44abca){return mergeRawConfigLayers(loadRawConfigLayers(_0x44abca));}export function readRawConfigWithLayers(_0x50cd59){const _0x10b4ef=loadRawConfigLayers(_0x50cd59);return{'config':mergeRawConfigLayers(_0x10b4ef),'layers':_0x10b4ef};}export function resolveDefaultAppSource(_0x2357fc){const _0x52cf0a=a38_0x1ac0c6;if('defaultApp'in _0x2357fc['projectConfig'])return _0x52cf0a(0xc0);if(_0x2357fc[_0x52cf0a(0x89)]['inherit']===![])return null;if(_0x2357fc['globalConfig']['defaultApp'])return _0x52cf0a(0x8a);return null;}function buildConfig(_0x5a24fb,_0x476e8f){const _0x4cbcb9=a38_0x1ac0c6,_0x14dcb8=_0x5a24fb['defaultApp']||undefined,_0x249274=_0x476e8f[_0x4cbcb9(0xad)]||env(_0x4cbcb9(0xa1))||undefined,_0x606765=_0x249274||_0x14dcb8||undefined,_0xaff7e=env(_0x4cbcb9(0x8b))||_0x5a24fb[_0x4cbcb9(0xb5)]||undefined,_0x491bc1=_0x476e8f[_0x4cbcb9(0x86)]||env(_0x4cbcb9(0xb0))||_0x5a24fb[_0x4cbcb9(0x86)]||DEFAULT_CONFIG_VALUES[_0x4cbcb9(0x86)],_0x483672=normalizeEnv(String(_0x491bc1)),_0x3baeb4=isDaily(_0x483672)?_0x4cbcb9(0x9b):isDev(_0x483672)?'development':_0x4cbcb9(0xb8),_0xc28389=resolveCachedAppCode(_0x606765,_0x3baeb4,_0xaff7e),_0x3e2016=_0x476e8f[_0x4cbcb9(0xbd)]||env(_0x4cbcb9(0x90))||_0xc28389||_0x5a24fb[_0x4cbcb9(0xbd)]||_0x5a24fb[_0x4cbcb9(0xad)]||undefined,_0x49584f=_0x5a24fb[_0x4cbcb9(0xc4)]||DEFAULT_CONFIG_VALUES[_0x4cbcb9(0xc4)],_0x460648=undefined,_0x87ba13=_0x476e8f[_0x4cbcb9(0xba)]||env(_0x4cbcb9(0x98))||_0x5a24fb[_0x4cbcb9(0xba)],_0x2bf961=normalizeLegacyOutputFormat(_0x87ba13),_0x351934=env(_0x4cbcb9(0xaf))||_0x5a24fb[_0x4cbcb9(0xc3)],_0x32701b=_0x351934?Number(_0x351934)||undefined:undefined,_0x420964=_0x5a24fb[_0x4cbcb9(0xa4)]||_0x5a24fb[_0x4cbcb9(0xac)],_0x3f30fe=_0x420964===_0x4cbcb9(0x92)||_0x420964===_0x4cbcb9(0xca)||_0x420964==='high-risk-write'?_0x420964:DEFAULT_CONFIG_VALUES[_0x4cbcb9(0xa4)],_0x3a5df6=env('VERBOSE'),_0x1f5f3a=_0x3a5df6==='1'||_0x3a5df6==='true';return{'appCode':typeof _0x3e2016===_0x4cbcb9(0x87)&&_0x3e2016['trim']()?_0x3e2016['trim']():undefined,'env':_0x3baeb4,'locale':_0x49584f,'cookie':_0x460648,'accessKey':_0xaff7e,'format':_0x2bf961,'pageSize':_0x32701b,'riskLevel':_0x3f30fe,'verbose':_0x1f5f3a,'defaultApp':_0x14dcb8,'currentApp':typeof _0x606765==='string'?_0x606765:undefined,'raw':_0x5a24fb};}function env(_0x2a2ac7){return process.env[`LOVRABET_${_0x2a2ac7}`]||undefined;}async function buildAuth(_0x1b4e68){const _0x85b22e='',_0x8a6405=!!_0x1b4e68['accessKey'];return{'cookie':_0x85b22e,'isLoggedIn':_0x8a6405,async 'getOrLogin'(){if(_0x8a6405)return _0x85b22e;throw CliErrors['authRequired']();}};}
1
+ const a38_0x3981b5=a38_0x50fa;(function(_0x5ba6c8,_0x4a5289){const _0x2b8449=a38_0x50fa,_0x2fe806=_0x5ba6c8();while(!![]){try{const _0x1435f1=parseInt(_0x2b8449(0x196))/0x1+parseInt(_0x2b8449(0x1c3))/0x2+-parseInt(_0x2b8449(0x19d))/0x3*(-parseInt(_0x2b8449(0x1c5))/0x4)+-parseInt(_0x2b8449(0x1c2))/0x5+parseInt(_0x2b8449(0x1a3))/0x6*(-parseInt(_0x2b8449(0x19b))/0x7)+-parseInt(_0x2b8449(0x1bb))/0x8+-parseInt(_0x2b8449(0x1ae))/0x9;if(_0x1435f1===_0x4a5289)break;else _0x2fe806['push'](_0x2fe806['shift']());}catch(_0x1b7b59){_0x2fe806['push'](_0x2fe806['shift']());}}}(a38_0x2fa8,0xc75d3));import{readFileSync,existsSync,mkdirSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{homedir}from'node:os';import{logger}from'./utils/logger.js';import{CliErrors}from'./errors.js';import{CLI_BIN_NAME}from'./constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'./constant/defaults.js';function a38_0x2fa8(){const _0x2ba5da=['apps','.lovrabetrc','format','PAGE_SIZE','isTTY','code','argv','14940378xXTtnr','slice','stdin','find','accessKey','riskLevel','defaultApp','high-risk-write','runtimeDomain','empty','object','setRawMode','maxRisk','3073368RtZezo','APPCODE','.lovrabet.json','appcode','development','true','setLogPath','1935130kTdSCn','2966088nkspoj','values','4ABDDXI','error','authRequired','stringify','userDomain','daily','global','utf8','setRawCommand','host','parse','.tmp','apiDomain','inherit','app','missing','nonInteractive','FORMAT','cwd','1629535qYkktg','trim','production','EACCES','project','14jEdCHA','./constant/env.js','2563707HsvhAf','env','locale','read','./constant/domain.js','string','2157942ShBSbd','projectConfig','raw','join'];a38_0x2fa8=function(){return _0x2ba5da;};return a38_0x2fa8();}import{normalizeEnv,isDaily,isDev}from'./constant/env.js';import{normalizeLegacyOutputFormat}from'./framework/types.js';function a38_0x50fa(_0x12c112,_0x4abd72){_0x12c112=_0x12c112-0x184;const _0x2fa802=a38_0x2fa8();let _0x50fa66=_0x2fa802[_0x12c112];return _0x50fa66;}import{resolveCachedAppCode}from'./commands/app/cache.js';export{AUTH_MODE,isAuthMode}from'./constant/auth-mode.js';const CONFIG_NAMES=[a38_0x3981b5(0x1bd),a38_0x3981b5(0x1a8)];export const NEW_CONFIG_NAME=a38_0x3981b5(0x1bd);function resolveConfigPath(_0x240b0b){for(const _0x499e9c of CONFIG_NAMES){const _0x286d9e=resolve(_0x240b0b,_0x499e9c);if(existsSync(_0x286d9e))return _0x286d9e;}return undefined;}export function resolveWriteConfigPath(_0x481a59){const _0xc6383d=_0x481a59==='project'?process['cwd']():homedir(),_0x1fa619=resolveConfigPath(_0xc6383d);return _0x1fa619??resolve(_0xc6383d,NEW_CONFIG_NAME);}export function readConfigFile(_0x14ac63){const _0xa98ba3=a38_0x3981b5;try{if(existsSync(_0x14ac63)){const _0x335103=readFileSync(_0x14ac63,{'encoding':_0xa98ba3(0x18a)});if(_0x335103){const _0x5582c5=JSON['parse'](_0x335103);return migrateOnlineEnv(_0x14ac63,_0x5582c5),_0x5582c5;}}}catch{}return{};}function migrateOnlineEnv(_0xfa04d9,_0x51b358){const _0x389445=a38_0x3981b5;let _0x4844c9=![];_0x51b358[_0x389445(0x19e)]==='online'&&(_0x51b358[_0x389445(0x19e)]=_0x389445(0x198),_0x4844c9=!![]);if(_0x51b358[_0x389445(0x1a7)]&&typeof _0x51b358[_0x389445(0x1a7)]===_0x389445(0x1b8))for(const _0x1b1419 of Object[_0x389445(0x1c4)](_0x51b358[_0x389445(0x1a7)])){_0x1b1419&&_0x1b1419[_0x389445(0x19e)]==='online'&&(_0x1b1419[_0x389445(0x19e)]='production',_0x4844c9=!![]);}if(_0x4844c9)try{writeConfigFile(_0xfa04d9,_0x51b358);}catch{}}export function writeConfigFile(_0x53434,_0x11864e){const _0x3f7404=a38_0x3981b5,_0x24b1ba=dirname(_0x53434);!existsSync(_0x24b1ba)&&mkdirSync(_0x24b1ba,{'recursive':!![]});const _0x313007=_0x53434+_0x3f7404(0x18e);try{writeFileSync(_0x313007,JSON[_0x3f7404(0x186)](_0x11864e,null,0x2)+'\x0a',{'encoding':_0x3f7404(0x18a),'mode':0x180});try{renameSync(_0x313007,_0x53434);}catch(_0x3d51f8){if(_0x3d51f8[_0x3f7404(0x1ac)]==='EPERM'||_0x3d51f8['code']==='EXDEV'||_0x3d51f8['code']===_0x3f7404(0x199)){writeFileSync(_0x53434,JSON['stringify'](_0x11864e,null,0x2)+'\x0a',{'encoding':_0x3f7404(0x18a)});try{unlinkSync(_0x313007);}catch{}}else throw _0x3d51f8;}}catch(_0x313371){try{unlinkSync(_0x313007);}catch{}throw _0x313371;}}export function isNonInteractiveMode(_0x3e9dc8){const _0x20c1ac=a38_0x3981b5;return!!(_0x3e9dc8[_0x20c1ac(0x193)]||_0x3e9dc8['ci']||process.env.LOVRABET_CI===_0x20c1ac(0x1c0)||process.env.RABETBASE_CI===_0x20c1ac(0x1c0)||process.env.LOVRABET_CI===_0x20c1ac(0x1c0)||process.env.CI===_0x20c1ac(0x1c0)||!process['stdout']['isTTY']||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x22debc=a38_0x3981b5;if(!process['stdin'][_0x22debc(0x1ab)])return![];try{const _0x52a00d=process[_0x22debc(0x1b0)]['isRaw'];return process[_0x22debc(0x1b0)][_0x22debc(0x1b9)](!![]),process['stdin'][_0x22debc(0x1b9)](_0x52a00d??![]),!![];}catch{return![];}}export async function createContext(_0x36c15e){const _0x38975d=a38_0x3981b5,_0x379b40=readRawConfig(),_0x484a3f=buildConfig(_0x379b40,_0x36c15e);await initGlobalEnvironment(_0x484a3f);const {getUserDomain:_0x4a5e77,getApiDomain:_0x18c099}=await import(_0x38975d(0x1a1)),_0x63ccb8={'apiDomain':_0x18c099(),'userDomain':_0x4a5e77()},_0x1d475e=await buildAuth(_0x484a3f);logger[_0x38975d(0x1c1)](process[_0x38975d(0x195)]());const _0x1ee7e9=(CLI_BIN_NAME+'\x20'+process[_0x38975d(0x1ad)][_0x38975d(0x1af)](0x2)[_0x38975d(0x1a6)]('\x20'))[_0x38975d(0x197)]();logger[_0x38975d(0x18b)](_0x1ee7e9);const _0x312868=isNonInteractiveMode(_0x36c15e);return{'config':_0x484a3f,'auth':_0x1d475e,'logger':logger,'env':_0x63ccb8,'nonInteractive':_0x312868};}export function buildConfigFromFlags(_0x231ca0){return buildConfig(readRawConfig(),_0x231ca0);}export function readAppCodeFromConfig(){const _0x588e53=a38_0x3981b5,_0x5c126b=readRawConfig(),_0xefc9a2=_0x5c126b[_0x588e53(0x1be)]??_0x5c126b[_0x588e53(0x191)];if(typeof _0xefc9a2===_0x588e53(0x1a2)&&_0xefc9a2[_0x588e53(0x197)]())return _0xefc9a2[_0x588e53(0x197)]();const _0x3d3d53=_0x5c126b['apps']&&typeof _0x5c126b[_0x588e53(0x1a7)]===_0x588e53(0x1b8)?_0x5c126b['apps']:{},_0x47d52d=_0x5c126b[_0x588e53(0x1b4)]?_0x3d3d53[_0x5c126b[_0x588e53(0x1b4)]]:undefined;if(_0x47d52d?.[_0x588e53(0x1be)])return String(_0x47d52d[_0x588e53(0x1be)])[_0x588e53(0x197)]();const _0x2321e0=normalizeEnv(String(_0x5c126b[_0x588e53(0x19e)]||_0x588e53(0x198))),_0x2b1898=isDaily(_0x2321e0)?_0x588e53(0x188):isDev(_0x2321e0)?_0x588e53(0x1bf):_0x588e53(0x198),_0x556bef=resolveCachedAppCode(typeof _0x5c126b[_0x588e53(0x1b4)]===_0x588e53(0x1a2)?_0x5c126b[_0x588e53(0x1b4)]:undefined,_0x2b1898,typeof _0x5c126b[_0x588e53(0x1b2)]===_0x588e53(0x1a2)?_0x5c126b[_0x588e53(0x1b2)]:undefined);if(_0x556bef)return _0x556bef;const _0x4a11d4=Object[_0x588e53(0x1c4)](_0x3d3d53)[_0x588e53(0x1b1)](_0xb251b=>_0xb251b?.['appcode']);return _0x4a11d4?.[_0x588e53(0x1be)]?String(_0x4a11d4['appcode'])['trim']():undefined;}export function readScopedConfig(_0x5dd9e4){const _0x23ea88=a38_0x3981b5,_0x36bc85=_0x5dd9e4[_0x23ea88(0x189)]?_0x23ea88(0x189):_0x23ea88(0x19a);return readConfigFile(resolveWriteConfigPath(_0x36bc85));}export function writeScopedConfig(_0x3bc76f,_0xba953c){const _0x280456=a38_0x3981b5,_0x5a7db7=_0xba953c['global']?'global':_0x280456(0x19a);writeConfigFile(resolveWriteConfigPath(_0x5a7db7),_0x3bc76f);}export async function initGlobalEnvironment(_0x18c316){const _0x28da53=a38_0x3981b5,{initEnv:_0x388e56}=await import(_0x28da53(0x19c));_0x388e56(_0x18c316[_0x28da53(0x19e)]);const {initDomains:_0x2addfd}=await import(_0x28da53(0x1a1));_0x2addfd({'apiDomain':_0x18c316[_0x28da53(0x1a5)][_0x28da53(0x18f)]||_0x18c316['raw'][_0x28da53(0x18c)]||undefined,'userDomain':_0x18c316[_0x28da53(0x1a5)][_0x28da53(0x187)]||undefined,'runtimeDomain':_0x18c316[_0x28da53(0x1a5)][_0x28da53(0x1b6)]||undefined});}export function getProjectConfigPath(){const _0x413e5c=a38_0x3981b5;return resolveConfigPath(process[_0x413e5c(0x195)]());}export function getGlobalConfigPath(){return resolveConfigPath(homedir());}export function inspectCliConfigJsonFile(_0x5bde87){const _0x39e239=a38_0x3981b5;if(!existsSync(_0x5bde87))return{'status':_0x39e239(0x192)};try{const _0x3615e2=readFileSync(_0x5bde87,{'encoding':_0x39e239(0x18a)});if(!_0x3615e2?.[_0x39e239(0x197)]())return{'status':_0x39e239(0x1b7)};const _0x2b1c4d=JSON[_0x39e239(0x18d)](_0x3615e2);return{'status':'ok','data':_0x2b1c4d};}catch(_0x1ed855){return{'status':_0x39e239(0x184),'message':_0x1ed855 instanceof Error?_0x1ed855['message']:String(_0x1ed855)};}}export function loadRawConfigLayers(_0x2aab05){const _0x1205fc=a38_0x3981b5;let _0x49c322={},_0x5aa942={},_0x44fc6e,_0x1ec6a4;try{_0x44fc6e=resolveConfigPath(homedir());if(_0x44fc6e){const _0x4731fd=readFileSync(_0x44fc6e,{'encoding':_0x1205fc(0x18a)});if(_0x4731fd)_0x49c322=JSON['parse'](_0x4731fd);}}catch{}try{const _0x30a721=_0x2aab05||process[_0x1205fc(0x195)]();_0x1ec6a4=resolveConfigPath(_0x30a721);if(_0x1ec6a4){const _0x29142f=readFileSync(_0x1ec6a4,{'encoding':_0x1205fc(0x18a)});if(_0x29142f)_0x5aa942=JSON[_0x1205fc(0x18d)](_0x29142f);}}catch{}return{'globalPath':_0x44fc6e,'projectPath':_0x1ec6a4,'globalConfig':_0x49c322,'projectConfig':_0x5aa942};}function mergeRawConfigLayers(_0x29a01f){const _0x2d61c8=a38_0x3981b5,{globalConfig:_0x736575,projectConfig:_0x4542ff}=_0x29a01f;if(_0x4542ff['inherit']===![]){const _0x4c791b={..._0x4542ff};return delete _0x4c791b['inherit'],_0x4c791b;}const _0xb95f44={..._0x736575,..._0x4542ff};if(_0x2d61c8(0x1b4)in _0x4542ff)_0xb95f44[_0x2d61c8(0x1b4)]=_0x4542ff[_0x2d61c8(0x1b4)];else _0x736575[_0x2d61c8(0x1b4)]&&(_0xb95f44[_0x2d61c8(0x1b4)]=_0x736575['defaultApp']);return _0xb95f44;}export function isInProject(){return!!getProjectConfigPath();}export function readRawConfig(_0x1e586b){return mergeRawConfigLayers(loadRawConfigLayers(_0x1e586b));}export function readRawConfigWithLayers(_0x446007){const _0x26fa51=loadRawConfigLayers(_0x446007);return{'config':mergeRawConfigLayers(_0x26fa51),'layers':_0x26fa51};}export function resolveDefaultAppSource(_0x21013f){const _0x386301=a38_0x3981b5;if(_0x386301(0x1b4)in _0x21013f[_0x386301(0x1a4)])return _0x386301(0x19a);if(_0x21013f[_0x386301(0x1a4)][_0x386301(0x190)]===![])return null;if(_0x21013f['globalConfig'][_0x386301(0x1b4)])return _0x386301(0x189);return null;}function buildConfig(_0xd4837c,_0x1d18e5){const _0x9be315=a38_0x3981b5,_0x512554=_0xd4837c['defaultApp']||undefined,_0xee16f7=_0x1d18e5[_0x9be315(0x191)]||env('APP')||undefined,_0x4df58a=_0xee16f7||_0x512554||undefined,_0x2a2501=env('ACCESS_KEY')||_0xd4837c[_0x9be315(0x1b2)]||undefined,_0x3b067c=_0x1d18e5[_0x9be315(0x19e)]||env('ENV')||_0xd4837c[_0x9be315(0x19e)]||DEFAULT_CONFIG_VALUES[_0x9be315(0x19e)],_0x322714=normalizeEnv(String(_0x3b067c)),_0x2093e0=isDaily(_0x322714)?_0x9be315(0x188):isDev(_0x322714)?_0x9be315(0x1bf):'production',_0x3cc7ef=resolveCachedAppCode(_0x4df58a,_0x2093e0,_0x2a2501),_0x5a8379=_0x1d18e5[_0x9be315(0x1be)]||env(_0x9be315(0x1bc))||_0x3cc7ef||_0xd4837c['appcode']||_0xd4837c[_0x9be315(0x191)]||undefined,_0x4645e8=_0xd4837c[_0x9be315(0x19f)]||DEFAULT_CONFIG_VALUES[_0x9be315(0x19f)],_0x56920f=undefined,_0x176bbe=_0x1d18e5['format']||env(_0x9be315(0x194))||_0xd4837c[_0x9be315(0x1a9)],_0x1bb490=normalizeLegacyOutputFormat(_0x176bbe),_0xcfd15c=env(_0x9be315(0x1aa))||_0xd4837c['pageSize'],_0x4e5b31=_0xcfd15c?Number(_0xcfd15c)||undefined:undefined,_0x2fc0a5=_0xd4837c['riskLevel']||_0xd4837c[_0x9be315(0x1ba)],_0xdb25e6=_0x2fc0a5===_0x9be315(0x1a0)||_0x2fc0a5==='write'||_0x2fc0a5===_0x9be315(0x1b5)?_0x2fc0a5:DEFAULT_CONFIG_VALUES[_0x9be315(0x1b3)],_0x3bf02c=env('VERBOSE'),_0x1d9c36=_0x3bf02c==='1'||_0x3bf02c==='true';return{'appCode':typeof _0x5a8379==='string'&&_0x5a8379[_0x9be315(0x197)]()?_0x5a8379[_0x9be315(0x197)]():undefined,'env':_0x2093e0,'locale':_0x4645e8,'cookie':_0x56920f,'accessKey':_0x2a2501,'format':_0x1bb490,'pageSize':_0x4e5b31,'riskLevel':_0xdb25e6,'verbose':_0x1d9c36,'defaultApp':_0x512554,'currentApp':typeof _0x4df58a===_0x9be315(0x1a2)?_0x4df58a:undefined,'raw':_0xd4837c};}function env(_0x5cc73f){return process.env[`LOVRABET_${_0x5cc73f}`]||undefined;}async function buildAuth(_0x39008e){const _0x2b858f='',_0x1c3c0e=!!_0x39008e['accessKey'];return{'cookie':_0x2b858f,'isLoggedIn':_0x1c3c0e,async 'getOrLogin'(){const _0x110451=a38_0x50fa;if(_0x1c3c0e)return _0x2b858f;throw CliErrors[_0x110451(0x185)]();}};}
@@ -1 +1 @@
1
- (function(_0x4e908a,_0x1da82f){const _0x2f5919=a39_0x44ba,_0x11682f=_0x4e908a();while(!![]){try{const _0x46a32f=parseInt(_0x2f5919(0x1be))/0x1*(-parseInt(_0x2f5919(0x199))/0x2)+parseInt(_0x2f5919(0x1a4))/0x3*(-parseInt(_0x2f5919(0x193))/0x4)+-parseInt(_0x2f5919(0x1b4))/0x5*(parseInt(_0x2f5919(0x1ad))/0x6)+parseInt(_0x2f5919(0x1a9))/0x7+parseInt(_0x2f5919(0x1af))/0x8+parseInt(_0x2f5919(0x19e))/0x9*(parseInt(_0x2f5919(0x1a0))/0xa)+parseInt(_0x2f5919(0x198))/0xb;if(_0x46a32f===_0x1da82f)break;else _0x11682f['push'](_0x11682f['shift']());}catch(_0x2cdbbe){_0x11682f['push'](_0x11682f['shift']());}}}(a39_0x5c29,0x7b104));import{getRuntimeDomain}from'../constant/domain.js';function a39_0x44ba(_0x4fbd29,_0x238e0d){_0x4fbd29=_0x4fbd29-0x190;const _0x5c294d=a39_0x5c29();let _0x44ba7f=_0x5c294d[_0x4fbd29];return _0x44ba7f;}import{CliErrors}from'../errors.js';import{extractList}from'../framework/response.js';let _activeAK;export function setActiveAK(_0x13d0d1){_activeAK=_0x13d0d1||undefined;}export function clearActiveAK(){_activeAK=undefined;}async function apiRequest(_0x53be23,_0x146262={}){const _0x66d601=a39_0x44ba,{method:method=_0x66d601(0x19f),body:_0xfc83f9,headers:headers={},timeout:timeout=0x7530}=_0x146262,_0x50ce03=_activeAK,_0x4dcfca=getRuntimeDomain();if(!_0x50ce03)throw CliErrors[_0x66d601(0x19d)](_0x66d601(0x1ac));const _0x1f2acb=''+_0x4dcfca+_0x53be23,_0x1d1e3a={'X-User-AK':_0x50ce03},_0x51c470=new AbortController(),_0x48081b=setTimeout(()=>_0x51c470['abort'](),timeout);try{const _0x3e479a=await fetch(_0x1f2acb,{'method':method,'headers':{'Content-Type':_0x66d601(0x1ae),'X-Invoke-Source':'cli:lovrabet-runtime',..._0x1d1e3a,...headers},'body':_0xfc83f9?JSON[_0x66d601(0x1b1)](_0xfc83f9):undefined,'signal':_0x51c470[_0x66d601(0x1b2)]});let _0x4575ac;try{_0x4575ac=await _0x3e479a[_0x66d601(0x1b0)]();}catch{throw CliErrors[_0x66d601(0x190)]('API\x20returned\x20non-JSON\x20response\x20(HTTP\x20'+_0x3e479a[_0x66d601(0x19a)]+')',_0x3e479a[_0x66d601(0x19a)]>=0x190?'Check\x20your\x20credentials\x20and\x20try\x20again.':undefined);}if(!_0x3e479a['ok']||_0x4575ac[_0x66d601(0x1a8)]===![])throw CliErrors[_0x66d601(0x190)](_0x4575ac['errorMsg']||_0x4575ac[_0x66d601(0x1b7)]||'API\x20error:\x20'+_0x3e479a[_0x66d601(0x19a)],_0x4575ac['errorCode']?_0x66d601(0x1b9)+_0x4575ac['errorCode']:undefined);return _0x4575ac;}catch(_0x3e0ed8){if(_0x3e0ed8 instanceof Error&&_0x3e0ed8[_0x66d601(0x1a2)]===_0x66d601(0x195))throw CliErrors[_0x66d601(0x190)](_0x66d601(0x1b3)+_0x1f2acb);throw _0x3e0ed8;}finally{clearTimeout(_0x48081b);}}export async function getBffScriptInfo(_0x4da85b){const _0x57d237=a39_0x44ba,_0x1388ff=await apiRequest(_0x57d237(0x194)+_0x4da85b);if(!_0x1388ff['data'])throw CliErrors[_0x57d237(0x1a6)](_0x57d237(0x1b8)+_0x4da85b);return _0x1388ff[_0x57d237(0x19c)];}export async function getSqlQueryInfo(_0x513400,_0x15667b){const _0x541ddb=a39_0x44ba,_0x4c66a6=await apiRequest('/client/sql/query',{'method':_0x541ddb(0x1bb),'body':{'appCode':_0x513400,'currentPage':0x1,'pageSize':0x1,'sqlCode':_0x15667b}}),_0x133c8d=_0x4c66a6[_0x541ddb(0x19c)],_0x5783ef=_0x133c8d&&typeof _0x133c8d===_0x541ddb(0x1b5)&&_0x541ddb(0x1a7)in _0x133c8d?_0x133c8d[_0x541ddb(0x1a7)]?.[0x0]:_0x133c8d&&typeof _0x133c8d===_0x541ddb(0x1b5)&&'sqlCode'in _0x133c8d?_0x133c8d:undefined;if(!_0x5783ef)throw CliErrors[_0x541ddb(0x1a6)](_0x541ddb(0x19b)+_0x15667b);return _0x5783ef;}function isRemoteAppItem(_0x2fc128){const _0x39e148=a39_0x44ba;return!!_0x2fc128&&typeof _0x2fc128===_0x39e148(0x1b5)&&typeof _0x2fc128[_0x39e148(0x197)]===_0x39e148(0x1ba)&&typeof _0x2fc128[_0x39e148(0x1bc)]===_0x39e148(0x1ba);}function extractRemoteAppItems(_0x364d81){const _0x2aff07=a39_0x44ba;if(Array[_0x2aff07(0x1a1)](_0x364d81))return _0x364d81['filter'](isRemoteAppItem);if(!_0x364d81||typeof _0x364d81!==_0x2aff07(0x1b5))throw CliErrors[_0x2aff07(0x190)](_0x2aff07(0x1ab));const _0x54a868=_0x364d81;if(Array[_0x2aff07(0x1a1)](_0x54a868['tableData']))return _0x54a868['tableData'][_0x2aff07(0x1aa)](isRemoteAppItem);if(_0x54a868[_0x2aff07(0x19c)]&&typeof _0x54a868['data']===_0x2aff07(0x1b5)){const _0x2b5aca=_0x54a868['data'];if(Array['isArray'](_0x2b5aca['tableData']))return _0x2b5aca['tableData'][_0x2aff07(0x1aa)](isRemoteAppItem);}throw CliErrors['apiError'](_0x2aff07(0x1bd));}function a39_0x5c29(){const _0x5ebdd4=['signal','Request\x20timeout:\x20','5fKSzWQ','object','/client/app/my-apps','message','BFF\x20script\x20not\x20found:\x20id=','API\x20error\x20code:\x20','string','POST','appName','Invalid\x20app\x20list\x20response:\x20missing\x20data.tableData.','43195bVUhQG','apiError','/client/dataset/list','code','4oXkjcl','/client/bff/query/','AbortError','test','appCode','4837833mUTceq','8dthzSJ','status','SQL\x20query\x20not\x20found:\x20','data','authRequired','9pKHwgc','GET','4966910KipOFW','isArray','name','/client/user/loginUserInfo','2832234JeisHT','/client/dataset/query?','validation','tableData','success','4346846Vlowls','filter','Invalid\x20app\x20list\x20response:\x20expected\x20object\x20or\x20array.','Configure\x20accessKey\x20in\x20.lovrabet.json.','3138972KezoEE','application/json','4692928ilSpdO','json','stringify'];a39_0x5c29=function(){return _0x5ebdd4;};return a39_0x5c29();}export async function getMyApps(){const _0x56fc31=a39_0x44ba,_0x52322c=await apiRequest(_0x56fc31(0x1b6));return extractRemoteAppItems(_0x52322c[_0x56fc31(0x19c)]);}export async function getLoginUserInfo(){const _0x21fc75=a39_0x44ba,_0x53a419=await apiRequest(_0x21fc75(0x1a3));if(!_0x53a419[_0x21fc75(0x19c)]||typeof _0x53a419[_0x21fc75(0x19c)]!==_0x21fc75(0x1b5)||Array['isArray'](_0x53a419[_0x21fc75(0x19c)]))throw CliErrors[_0x21fc75(0x190)]('Invalid\x20login\x20user\x20info\x20response:\x20expected\x20object.');return _0x53a419[_0x21fc75(0x19c)];}export async function listDatasets(_0x391ac9,_0x503616){const _0x2940c6=a39_0x44ba,_0xc25839=await apiRequest(_0x2940c6(0x191),{'method':_0x2940c6(0x1bb),'body':{'appCode':_0x391ac9,..._0x503616?.[_0x2940c6(0x192)]&&{'code':_0x503616[_0x2940c6(0x192)]},..._0x503616?.['name']&&{'name':_0x503616[_0x2940c6(0x1a2)]}}});return extractList(_0xc25839[_0x2940c6(0x19c)]);}export async function getDatasetDetail(_0x26296d){const _0x8dccf5=a39_0x44ba,_0x21d5e8=/^\d+$/[_0x8dccf5(0x196)](_0x26296d)?'id':_0x8dccf5(0x192),_0x3cc820=await apiRequest(_0x8dccf5(0x1a5)+_0x21d5e8+'='+_0x26296d);return _0x3cc820['data'];}
1
+ (function(_0x14499f,_0x25b733){const _0x248936=a39_0x2d39,_0x436bcf=_0x14499f();while(!![]){try{const _0x3dffde=parseInt(_0x248936(0x11e))/0x1*(-parseInt(_0x248936(0x107))/0x2)+-parseInt(_0x248936(0x108))/0x3*(parseInt(_0x248936(0x100))/0x4)+parseInt(_0x248936(0x10a))/0x5+parseInt(_0x248936(0x11d))/0x6+parseInt(_0x248936(0x117))/0x7+-parseInt(_0x248936(0x12f))/0x8*(parseInt(_0x248936(0x121))/0x9)+parseInt(_0x248936(0x116))/0xa*(-parseInt(_0x248936(0x12e))/0xb);if(_0x3dffde===_0x25b733)break;else _0x436bcf['push'](_0x436bcf['shift']());}catch(_0x18c501){_0x436bcf['push'](_0x436bcf['shift']());}}}(a39_0x473b,0xdc6f4));import{getRuntimeDomain}from'../constant/domain.js';import{CliErrors}from'../errors.js';import{extractList}from'../framework/response.js';let _activeAK;export function setActiveAK(_0x1df2b2){_activeAK=_0x1df2b2||undefined;}export function clearActiveAK(){_activeAK=undefined;}function a39_0x2d39(_0x2e3b72,_0x542300){_0x2e3b72=_0x2e3b72-0xfe;const _0x473bbd=a39_0x473b();let _0x2d3997=_0x473bbd[_0x2e3b72];return _0x2d3997;}async function apiRequest(_0x25b938,_0x3667cd={}){const _0x2c2750=a39_0x2d39,{method:method=_0x2c2750(0x128),body:_0x4e0516,headers:headers={},timeout:timeout=0x7530}=_0x3667cd,_0x58cae2=_activeAK,_0x4a3eaa=getRuntimeDomain();if(!_0x58cae2)throw CliErrors[_0x2c2750(0x104)](_0x2c2750(0x114));const _0x2161e4=''+_0x4a3eaa+_0x25b938,_0x28ddcb={'X-User-AK':_0x58cae2},_0x2f159e=new AbortController(),_0xe7df5=setTimeout(()=>_0x2f159e['abort'](),timeout);try{const _0x3a5e9d=await fetch(_0x2161e4,{'method':method,'headers':{'Content-Type':_0x2c2750(0x12c),'X-Invoke-Source':_0x2c2750(0x127),..._0x28ddcb,...headers},'body':_0x4e0516?JSON[_0x2c2750(0x10f)](_0x4e0516):undefined,'signal':_0x2f159e[_0x2c2750(0x101)]});let _0x18af3f;try{_0x18af3f=await _0x3a5e9d[_0x2c2750(0x123)]();}catch{throw CliErrors[_0x2c2750(0x103)](_0x2c2750(0x12a)+_0x3a5e9d[_0x2c2750(0x11b)]+')',_0x3a5e9d[_0x2c2750(0x11b)]>=0x190?_0x2c2750(0x113):undefined);}if(!_0x3a5e9d['ok']||_0x18af3f['success']===![])throw CliErrors['apiError'](_0x18af3f[_0x2c2750(0x11c)]||_0x18af3f[_0x2c2750(0x10d)]||_0x2c2750(0x126)+_0x3a5e9d[_0x2c2750(0x11b)],_0x18af3f[_0x2c2750(0x102)]?_0x2c2750(0x105)+_0x18af3f['errorCode']:undefined);return _0x18af3f;}catch(_0x184114){if(_0x184114 instanceof Error&&_0x184114[_0x2c2750(0x106)]===_0x2c2750(0x125))throw CliErrors[_0x2c2750(0x103)](_0x2c2750(0x118)+_0x2161e4);throw _0x184114;}finally{clearTimeout(_0xe7df5);}}export async function getBffScriptInfo(_0x26145c){const _0x3a3a72=a39_0x2d39,_0x2c3a8a=await apiRequest(_0x3a3a72(0x12d)+_0x26145c);if(!_0x2c3a8a[_0x3a3a72(0x10e)])throw CliErrors[_0x3a3a72(0x119)]('BFF\x20script\x20not\x20found:\x20id='+_0x26145c);return _0x2c3a8a['data'];}export async function getSqlQueryInfo(_0x29e56d,_0x211857){const _0x3f0386=a39_0x2d39,_0x3ec00b=await apiRequest('/client/sql/query',{'method':_0x3f0386(0x111),'body':{'appCode':_0x29e56d,'currentPage':0x1,'pageSize':0x1,'sqlCode':_0x211857}}),_0x54cc55=_0x3ec00b[_0x3f0386(0x10e)],_0x179aec=_0x54cc55&&typeof _0x54cc55==='object'&&_0x3f0386(0x109)in _0x54cc55?_0x54cc55[_0x3f0386(0x109)]?.[0x0]:_0x54cc55&&typeof _0x54cc55===_0x3f0386(0x10c)&&_0x3f0386(0x11f)in _0x54cc55?_0x54cc55:undefined;if(!_0x179aec)throw CliErrors['validation'](_0x3f0386(0xfe)+_0x211857);return _0x179aec;}function isRemoteAppItem(_0x2f44ee){const _0x757d6a=a39_0x2d39;return!!_0x2f44ee&&typeof _0x2f44ee===_0x757d6a(0x10c)&&typeof _0x2f44ee[_0x757d6a(0xff)]===_0x757d6a(0x129)&&typeof _0x2f44ee[_0x757d6a(0x11a)]==='string';}function extractRemoteAppItems(_0x527798){const _0x27237d=a39_0x2d39;if(Array[_0x27237d(0x110)](_0x527798))return _0x527798[_0x27237d(0x12b)](isRemoteAppItem);if(!_0x527798||typeof _0x527798!=='object')throw CliErrors[_0x27237d(0x103)](_0x27237d(0x112));const _0x81fd0d=_0x527798;if(Array[_0x27237d(0x110)](_0x81fd0d[_0x27237d(0x109)]))return _0x81fd0d[_0x27237d(0x109)]['filter'](isRemoteAppItem);if(_0x81fd0d['data']&&typeof _0x81fd0d[_0x27237d(0x10e)]===_0x27237d(0x10c)){const _0x19d241=_0x81fd0d['data'];if(Array[_0x27237d(0x110)](_0x19d241[_0x27237d(0x109)]))return _0x19d241['tableData'][_0x27237d(0x12b)](isRemoteAppItem);}throw CliErrors['apiError']('Invalid\x20app\x20list\x20response:\x20missing\x20data.tableData.');}export async function getMyApps(){const _0x41a8f8=a39_0x2d39,_0x57b361=await apiRequest('/client/app/my-apps');return extractRemoteAppItems(_0x57b361[_0x41a8f8(0x10e)]);}export async function getLoginUserInfo(){const _0x40a98c=a39_0x2d39,_0x3a10a5=await apiRequest(_0x40a98c(0x124));if(!_0x3a10a5[_0x40a98c(0x10e)]||typeof _0x3a10a5[_0x40a98c(0x10e)]!==_0x40a98c(0x10c)||Array[_0x40a98c(0x110)](_0x3a10a5['data']))throw CliErrors[_0x40a98c(0x103)](_0x40a98c(0x120));return _0x3a10a5[_0x40a98c(0x10e)];}export async function listDatasets(_0x288b73,_0x11a4e6){const _0x5300b6=a39_0x2d39,_0x5c8116=await apiRequest(_0x5300b6(0x122),{'method':_0x5300b6(0x111),'body':{'appCode':_0x288b73,..._0x11a4e6?.['code']&&{'code':_0x11a4e6[_0x5300b6(0x10b)]},..._0x11a4e6?.['name']&&{'name':_0x11a4e6[_0x5300b6(0x106)]}}});return extractList(_0x5c8116[_0x5300b6(0x10e)]);}function a39_0x473b(){const _0x5a059e=['/client/user/loginUserInfo','AbortError','API\x20error:\x20','cli:lovrabet-runtime','GET','string','API\x20returned\x20non-JSON\x20response\x20(HTTP\x20','filter','application/json','/client/bff/query/','5511363IZvMgm','872JUHVdG','SQL\x20query\x20not\x20found:\x20','appCode','16TQmqpG','signal','errorCode','apiError','authRequired','API\x20error\x20code:\x20','name','4022YqiUXH','1348008diaYSB','tableData','7020040DMTgKN','code','object','message','data','stringify','isArray','POST','Invalid\x20app\x20list\x20response:\x20expected\x20object\x20or\x20array.','Check\x20your\x20credentials\x20and\x20try\x20again.','Configure\x20accessKey\x20in\x20.lovrabet.json.','/client/dataset/query?','10cHaMhP','11471642gHvbmg','Request\x20timeout:\x20','validation','appName','status','errorMsg','9668424chvXLE','362mtDFuV','sqlCode','Invalid\x20login\x20user\x20info\x20response:\x20expected\x20object.','59859mUmfnu','/client/dataset/list','json'];a39_0x473b=function(){return _0x5a059e;};return a39_0x473b();}export async function getDatasetDetail(_0x2599e0){const _0x1ba78a=a39_0x2d39,_0x16905a=/^\d+$/['test'](_0x2599e0)?'id':_0x1ba78a(0x10b),_0x504a16=await apiRequest(_0x1ba78a(0x115)+_0x16905a+'='+_0x2599e0);return _0x504a16[_0x1ba78a(0x10e)];}
@@ -1 +1 @@
1
- function a40_0x4d9f(_0x4b3d4c,_0x4beab5){_0x4b3d4c=_0x4b3d4c-0x1a7;const _0x5d67cd=a40_0x5d67();let _0x4d9ff5=_0x5d67cd[_0x4b3d4c];return _0x4d9ff5;}(function(_0x718ae0,_0x4b1f68){const _0x3eedc3=a40_0x4d9f,_0x217028=_0x718ae0();while(!![]){try{const _0x280a2f=-parseInt(_0x3eedc3(0x1b3))/0x1*(parseInt(_0x3eedc3(0x1b2))/0x2)+-parseInt(_0x3eedc3(0x1a8))/0x3+-parseInt(_0x3eedc3(0x1b0))/0x4*(parseInt(_0x3eedc3(0x1ad))/0x5)+-parseInt(_0x3eedc3(0x1b9))/0x6+-parseInt(_0x3eedc3(0x1a9))/0x7*(parseInt(_0x3eedc3(0x1b6))/0x8)+parseInt(_0x3eedc3(0x1ac))/0x9+-parseInt(_0x3eedc3(0x1b4))/0xa*(-parseInt(_0x3eedc3(0x1b7))/0xb);if(_0x280a2f===_0x4b1f68)break;else _0x217028['push'](_0x217028['shift']());}catch(_0x1d1189){_0x217028['push'](_0x217028['shift']());}}}(a40_0x5d67,0xe62c4));import{listDatasets}from'../core/api-client.js';const cache=new Map();export async function listDatabases(_0x467267){const _0x19f927=a40_0x4d9f;if(cache['has'](_0x467267))return cache[_0x19f927(0x1ab)](_0x467267);const _0x4cb99e=await listDatasets(_0x467267),_0x541aea=new Map();for(const _0x1b7da2 of _0x4cb99e){const _0x1e1348=_0x1b7da2[_0x19f927(0x1b1)];_0x1e1348?.['dbId']!=null&&_0x541aea['set'](_0x1e1348[_0x19f927(0x1ae)],_0x1e1348[_0x19f927(0x1aa)]??_0x19f927(0x1b8)+_0x1e1348[_0x19f927(0x1ae)]);}const _0x411ec5=[..._0x541aea[_0x19f927(0x1a7)]()][_0x19f927(0x1b5)](([_0x19a222,_0x46ccd9])=>({'dbId':_0x19a222,'dbName':_0x46ccd9}));return cache['set'](_0x467267,_0x411ec5),_0x411ec5;}export async function getDbName(_0x330e77,_0x19a091){const _0x58b8f9=a40_0x4d9f;try{const _0x414b79=await listDatabases(_0x330e77);return _0x414b79[_0x58b8f9(0x1af)](_0x4e9b2c=>_0x4e9b2c[_0x58b8f9(0x1ae)]===_0x19a091)?.[_0x58b8f9(0x1aa)];}catch{return undefined;}}function a40_0x5d67(){const _0x827a37=['dbtableConfig','51742IzoBIO','12lpjqLH','10sOjAXr','map','104JIOiSY','37902414JjHVoD','db-','4531188moutET','entries','3186243fiUsiq','477449SnxmJs','dbName','get','7391916FlAUki','774470CqgwKS','dbId','find','8NQWtfc'];a40_0x5d67=function(){return _0x827a37;};return a40_0x5d67();}
1
+ (function(_0x54c45a,_0x2e0150){const _0x3aa8ea=a40_0x5b0e,_0x579a96=_0x54c45a();while(!![]){try{const _0x24bbd6=-parseInt(_0x3aa8ea(0x136))/0x1*(parseInt(_0x3aa8ea(0x138))/0x2)+-parseInt(_0x3aa8ea(0x13c))/0x3+-parseInt(_0x3aa8ea(0x140))/0x4*(-parseInt(_0x3aa8ea(0x142))/0x5)+parseInt(_0x3aa8ea(0x147))/0x6*(-parseInt(_0x3aa8ea(0x14a))/0x7)+-parseInt(_0x3aa8ea(0x146))/0x8*(-parseInt(_0x3aa8ea(0x14b))/0x9)+parseInt(_0x3aa8ea(0x13d))/0xa*(parseInt(_0x3aa8ea(0x141))/0xb)+-parseInt(_0x3aa8ea(0x144))/0xc*(-parseInt(_0x3aa8ea(0x139))/0xd);if(_0x24bbd6===_0x2e0150)break;else _0x579a96['push'](_0x579a96['shift']());}catch(_0xc651eb){_0x579a96['push'](_0x579a96['shift']());}}}(a40_0x2d7f,0x20278));function a40_0x5b0e(_0x350d2e,_0xc121e2){_0x350d2e=_0x350d2e-0x136;const _0x2d7f86=a40_0x2d7f();let _0x5b0e05=_0x2d7f86[_0x350d2e];return _0x5b0e05;}import{listDatasets}from'../core/api-client.js';const cache=new Map();function a40_0x2d7f(){const _0x22fe70=['1113732GVCQkR','find','has','7gBTWSZ','9kSSRAD','59UKHwdj','dbName','1186pmRTqS','3419871qpxqIA','db-','entries','311919TRpYXR','124270UfLkxs','get','map','178376PMeGsV','44TnyErA','10zWbebh','dbId','12dSpkNW','set','434584ZuURBK'];a40_0x2d7f=function(){return _0x22fe70;};return a40_0x2d7f();}export async function listDatabases(_0x1cbb80){const _0x2a0d08=a40_0x5b0e;if(cache[_0x2a0d08(0x149)](_0x1cbb80))return cache[_0x2a0d08(0x13e)](_0x1cbb80);const _0x3cb166=await listDatasets(_0x1cbb80),_0x31f5ac=new Map();for(const _0x502507 of _0x3cb166){const _0xaadfda=_0x502507['dbtableConfig'];_0xaadfda?.[_0x2a0d08(0x143)]!=null&&_0x31f5ac[_0x2a0d08(0x145)](_0xaadfda[_0x2a0d08(0x143)],_0xaadfda[_0x2a0d08(0x137)]??_0x2a0d08(0x13a)+_0xaadfda[_0x2a0d08(0x143)]);}const _0x18bcb6=[..._0x31f5ac[_0x2a0d08(0x13b)]()][_0x2a0d08(0x13f)](([_0x570512,_0x17fac7])=>({'dbId':_0x570512,'dbName':_0x17fac7}));return cache[_0x2a0d08(0x145)](_0x1cbb80,_0x18bcb6),_0x18bcb6;}export async function getDbName(_0x1ebd1e,_0x11155c){const _0x2c35ef=a40_0x5b0e;try{const _0x23e54d=await listDatabases(_0x1ebd1e);return _0x23e54d[_0x2c35ef(0x148)](_0x201adc=>_0x201adc[_0x2c35ef(0x143)]===_0x11155c)?.[_0x2c35ef(0x137)];}catch{return undefined;}}
@@ -1 +1 @@
1
- (function(_0x4436d4,_0x412e60){const _0x2be0a4=a41_0x38cb,_0xb022af=_0x4436d4();while(!![]){try{const _0x50e0b5=-parseInt(_0x2be0a4(0xc1))/0x1+parseInt(_0x2be0a4(0xd1))/0x2*(parseInt(_0x2be0a4(0xca))/0x3)+-parseInt(_0x2be0a4(0xcf))/0x4*(parseInt(_0x2be0a4(0xcb))/0x5)+parseInt(_0x2be0a4(0xc0))/0x6*(-parseInt(_0x2be0a4(0xd8))/0x7)+parseInt(_0x2be0a4(0xd6))/0x8+parseInt(_0x2be0a4(0xbe))/0x9*(-parseInt(_0x2be0a4(0xd2))/0xa)+parseInt(_0x2be0a4(0xbc))/0xb;if(_0x50e0b5===_0x412e60)break;else _0xb022af['push'](_0xb022af['shift']());}catch(_0x5420d2){_0xb022af['push'](_0xb022af['shift']());}}}(a41_0xd869,0xb8859));function a41_0x38cb(_0x2d0646,_0x5eb162){_0x2d0646=_0x2d0646-0xbb;const _0xd8695b=a41_0xd869();let _0x38cb2b=_0xd8695b[_0x2d0646];return _0x38cb2b;}import{createClient}from'@lovrabet/sdk';import{parseBatchCreateItemsFromParams}from'../utils/params.js';let _client;export function initSdkClient(_0x37a88a){const _0x1879e7=a41_0x38cb;_client=createClient({'appCode':_0x37a88a['appCode'],'env':_0x37a88a[_0x1879e7(0xc2)],'authMode':_0x37a88a[_0x1879e7(0xc6)],..._0x37a88a[_0x1879e7(0xd3)]?{'accessKey':_0x37a88a[_0x1879e7(0xd3)]}:{},'options':{'timeout':0x7530}});}function ensureClient(){const _0x23f9d0=a41_0x38cb;if(!_client)throw new Error(_0x23f9d0(0xc4));return _client;}export async function executeData(_0x25c79e,_0x2949b4,_0x2adaac){const _0x318fda=a41_0x38cb,_0x1275ab=ensureClient(),_0x5c4dbe=_0x318fda(0xd0)+_0x25c79e,_0x2aff26=_0x1275ab[_0x318fda(0xcd)][_0x5c4dbe];if(!_0x2aff26||typeof _0x2aff26[_0x2949b4]!==_0x318fda(0xc5))throw new Error(_0x318fda(0xd4)+_0x2949b4+_0x318fda(0xc9)+'Available:\x20filter,\x20getOne,\x20create,\x20batchCreate,\x20update,\x20delete,\x20aggregate.');if(_0x2949b4===_0x318fda(0xd5))return _0x2aff26[_0x318fda(0xd5)](parseBatchCreateItemsFromParams(_0x2adaac));const _0x1b869f=_0x2adaac!==undefined&&_0x2adaac!==null&&!Array[_0x318fda(0xd9)](_0x2adaac)?_0x2adaac:{};switch(_0x2949b4){case _0x318fda(0xc3):{const _0x8c9fd9=_0x1b869f['id'];if(_0x8c9fd9===undefined||_0x8c9fd9===null)throw new Error(_0x318fda(0xce));return _0x2aff26[_0x318fda(0xc3)](_0x8c9fd9);}case _0x318fda(0xd7):{const {id:_0xe32a91,..._0x881c37}=_0x1b869f;if(_0xe32a91===undefined||_0xe32a91===null)throw new Error(_0x318fda(0xbf));return _0x2aff26[_0x318fda(0xd7)](_0xe32a91,_0x881c37);}case _0x318fda(0xbb):{const _0x1380ac=_0x1b869f['id'];if(_0x1380ac===undefined||_0x1380ac===null)throw new Error(_0x318fda(0xbd));return _0x2aff26['delete'](_0x1380ac);}default:return _0x2aff26[_0x2949b4](_0x1b869f);}}export async function executeSdkSql(_0x7dbb16,_0x4d8930){const _0x52a072=a41_0x38cb,_0x4219bd=ensureClient();return _0x4219bd[_0x52a072(0xcc)]['execute']({'sqlCode':_0x7dbb16,'params':_0x4d8930});}export async function executeSdkBff(_0x2e0d03,_0x4681b1){const _0x3786ef=a41_0x38cb,_0x4abb19=ensureClient();return _0x4abb19[_0x3786ef(0xc7)][_0x3786ef(0xc8)]({'scriptName':_0x2e0d03,'params':_0x4681b1});}function a41_0xd869(){const _0x462e5e=['delete','39461059BRFcro','delete\x20requires\x20\x22id\x22\x20in\x20--params,\x20e.g.\x20\x27{\x22id\x22:123}\x27','217503uaQbQp','update\x20requires\x20\x22id\x22\x20in\x20--params,\x20e.g.\x20\x27{\x22id\x22:123,\x22name\x22:\x22new\x22}\x27','270TRmnBM','777983hEolRR','env','getOne','SDK\x20client\x20not\x20initialized.\x20Call\x20initSdkClient()\x20first.','function','authMode','bff','execute','\x22.\x20','3xTHoAC','2409995VgEtKn','sql','models','getOne\x20requires\x20\x22id\x22\x20in\x20--params,\x20e.g.\x20\x27{\x22id\x22:123}\x27','12mXySmc','dataset_','1121070jRmuqG','130hvdQLf','accessKey','SDK\x20model\x20does\x20not\x20support\x20operation\x20\x22','batchCreate','2638184nLAruI','update','184135ZoCLBV','isArray'];a41_0xd869=function(){return _0x462e5e;};return a41_0xd869();}
1
+ function a41_0x21e6(){const _0x5733d8=['appCode','Available:\x20filter,\x20getOne,\x20create,\x20batchCreate,\x20update,\x20delete,\x20aggregate.','sql','27540mkaeaj','execute','\x22.\x20','models','10147832WnleYP','batchCreate','function','509328UxGhKb','1657fbCqpK','update','getOne','1275FcuRvn','9OPSYMC','SDK\x20client\x20not\x20initialized.\x20Call\x20initSdkClient()\x20first.','4284yZCUFq','7TvhDJW','isArray','SDK\x20model\x20does\x20not\x20support\x20operation\x20\x22','5212juILeF','dataset_','env','bff','authMode','1136540IvjejE','1626zSpJjK','update\x20requires\x20\x22id\x22\x20in\x20--params,\x20e.g.\x20\x27{\x22id\x22:123,\x22name\x22:\x22new\x22}\x27','7249Ibkhtq','accessKey','delete','getOne\x20requires\x20\x22id\x22\x20in\x20--params,\x20e.g.\x20\x27{\x22id\x22:123}\x27','delete\x20requires\x20\x22id\x22\x20in\x20--params,\x20e.g.\x20\x27{\x22id\x22:123}\x27'];a41_0x21e6=function(){return _0x5733d8;};return a41_0x21e6();}(function(_0x68cd5b,_0x5b5617){const _0x48048c=a41_0x15a0,_0x3bd4f1=_0x68cd5b();while(!![]){try{const _0x30fb3d=-parseInt(_0x48048c(0xb8))/0x1*(parseInt(_0x48048c(0xc8))/0x2)+-parseInt(_0x48048c(0xb7))/0x3+-parseInt(_0x48048c(0xc2))/0x4*(parseInt(_0x48048c(0xbb))/0x5)+parseInt(_0x48048c(0xbe))/0x6+-parseInt(_0x48048c(0xbf))/0x7*(-parseInt(_0x48048c(0xb4))/0x8)+parseInt(_0x48048c(0xbc))/0x9*(-parseInt(_0x48048c(0xc7))/0xa)+-parseInt(_0x48048c(0xca))/0xb*(-parseInt(_0x48048c(0xd2))/0xc);if(_0x30fb3d===_0x5b5617)break;else _0x3bd4f1['push'](_0x3bd4f1['shift']());}catch(_0x2157de){_0x3bd4f1['push'](_0x3bd4f1['shift']());}}}(a41_0x21e6,0xc7e4a));import{createClient}from'@lovrabet/sdk';import{parseBatchCreateItemsFromParams}from'../utils/params.js';function a41_0x15a0(_0x2a2a67,_0x55e24f){_0x2a2a67=_0x2a2a67-0xb1;const _0x21e689=a41_0x21e6();let _0x15a051=_0x21e689[_0x2a2a67];return _0x15a051;}let _client;export function initSdkClient(_0x2ee4e4){const _0x4bf475=a41_0x15a0;_client=createClient({'appCode':_0x2ee4e4[_0x4bf475(0xcf)],'env':_0x2ee4e4[_0x4bf475(0xc4)],'authMode':_0x2ee4e4[_0x4bf475(0xc6)],..._0x2ee4e4[_0x4bf475(0xcb)]?{'accessKey':_0x2ee4e4[_0x4bf475(0xcb)]}:{},'options':{'timeout':0x7530}});}function ensureClient(){const _0xa17c84=a41_0x15a0;if(!_client)throw new Error(_0xa17c84(0xbd));return _client;}export async function executeData(_0x2c9051,_0x231fd3,_0x428c98){const _0x1a6ee9=a41_0x15a0,_0x3e7e55=ensureClient(),_0x397f9b=_0x1a6ee9(0xc3)+_0x2c9051,_0x2b6998=_0x3e7e55[_0x1a6ee9(0xb3)][_0x397f9b];if(!_0x2b6998||typeof _0x2b6998[_0x231fd3]!==_0x1a6ee9(0xb6))throw new Error(_0x1a6ee9(0xc1)+_0x231fd3+_0x1a6ee9(0xb2)+_0x1a6ee9(0xd0));if(_0x231fd3===_0x1a6ee9(0xb5))return _0x2b6998[_0x1a6ee9(0xb5)](parseBatchCreateItemsFromParams(_0x428c98));const _0x28df4d=_0x428c98!==undefined&&_0x428c98!==null&&!Array[_0x1a6ee9(0xc0)](_0x428c98)?_0x428c98:{};switch(_0x231fd3){case _0x1a6ee9(0xba):{const _0x34f2fd=_0x28df4d['id'];if(_0x34f2fd===undefined||_0x34f2fd===null)throw new Error(_0x1a6ee9(0xcd));return _0x2b6998['getOne'](_0x34f2fd);}case _0x1a6ee9(0xb9):{const {id:_0x1c5336,..._0xe8489f}=_0x28df4d;if(_0x1c5336===undefined||_0x1c5336===null)throw new Error(_0x1a6ee9(0xc9));return _0x2b6998[_0x1a6ee9(0xb9)](_0x1c5336,_0xe8489f);}case _0x1a6ee9(0xcc):{const _0x254cbe=_0x28df4d['id'];if(_0x254cbe===undefined||_0x254cbe===null)throw new Error(_0x1a6ee9(0xce));return _0x2b6998[_0x1a6ee9(0xcc)](_0x254cbe);}default:return _0x2b6998[_0x231fd3](_0x28df4d);}}export async function executeSdkSql(_0x11c892,_0x9cd94c){const _0x2878ea=a41_0x15a0,_0x74af32=ensureClient();return _0x74af32[_0x2878ea(0xd1)][_0x2878ea(0xb1)]({'sqlCode':_0x11c892,'params':_0x9cd94c});}export async function executeSdkBff(_0x29efe5,_0x4e50f9){const _0x20cd4d=a41_0x15a0,_0x1312c8=ensureClient();return _0x1312c8[_0x20cd4d(0xc5)][_0x20cd4d(0xb1)]({'scriptName':_0x29efe5,'params':_0x4e50f9});}
package/lib/errors.js CHANGED
@@ -1 +1 @@
1
- const a42_0x85b80=a42_0x53df;(function(_0x23430a,_0x4384ff){const _0x2fea9f=a42_0x53df,_0x547125=_0x23430a();while(!![]){try{const _0x588054=-parseInt(_0x2fea9f(0x127))/0x1*(-parseInt(_0x2fea9f(0x12d))/0x2)+parseInt(_0x2fea9f(0x12a))/0x3+-parseInt(_0x2fea9f(0x126))/0x4+-parseInt(_0x2fea9f(0x12b))/0x5+parseInt(_0x2fea9f(0x12c))/0x6*(-parseInt(_0x2fea9f(0x124))/0x7)+parseInt(_0x2fea9f(0x122))/0x8*(-parseInt(_0x2fea9f(0x121))/0x9)+parseInt(_0x2fea9f(0x125))/0xa;if(_0x588054===_0x4384ff)break;else _0x547125['push'](_0x547125['shift']());}catch(_0x178ce9){_0x547125['push'](_0x547125['shift']());}}}(a42_0x4842,0xc5c66));import{CliError,createCliErrors}from'@lovrabet/cli-framework';import{CLI_BIN_NAME}from'./constant/cli.js';function a42_0x53df(_0x30b0a3,_0x1e7b6e){_0x30b0a3=_0x30b0a3-0x121;const _0x48423e=a42_0x4842();let _0x53df75=_0x48423e[_0x30b0a3];return _0x53df75;}export{CliError};export const CliErrors=createCliErrors({'cliBinName':CLI_BIN_NAME,'authRequiredHint':a42_0x85b80(0x128)+CLI_BIN_NAME+'\x20auth\x20login`.','configMissingHint':a42_0x85b80(0x123),'notInProjectHint':a42_0x85b80(0x129)});function a42_0x4842(){const _0x47bbb0=['1161393AXdkMw','7027965WwhHDz','78KrdKaS','778614uXpGRp','6597SreGSM','2840IGJFTm','Set\x20appcode\x20via\x20--appcode\x20or\x20.lovrabet.json.','758121WhQPEo','31116200XCGUGo','3131356fcXdEq','3ACDKuL','Configure\x20accessKey\x20in\x20.lovrabet.json\x20or\x20run\x20`','Run\x20this\x20command\x20inside\x20a\x20directory\x20with\x20a\x20.lovrabet.json\x20file.'];a42_0x4842=function(){return _0x47bbb0;};return a42_0x4842();}
1
+ const a42_0x6ade36=a42_0x18bb;(function(_0x152c3c,_0x133892){const _0x177e24=a42_0x18bb,_0x2fa279=_0x152c3c();while(!![]){try{const _0x2b4a2a=-parseInt(_0x177e24(0x17d))/0x1+-parseInt(_0x177e24(0x184))/0x2*(parseInt(_0x177e24(0x182))/0x3)+-parseInt(_0x177e24(0x185))/0x4+-parseInt(_0x177e24(0x187))/0x5*(parseInt(_0x177e24(0x181))/0x6)+parseInt(_0x177e24(0x17f))/0x7+-parseInt(_0x177e24(0x188))/0x8*(parseInt(_0x177e24(0x18a))/0x9)+-parseInt(_0x177e24(0x17e))/0xa*(-parseInt(_0x177e24(0x183))/0xb);if(_0x2b4a2a===_0x133892)break;else _0x2fa279['push'](_0x2fa279['shift']());}catch(_0x1845db){_0x2fa279['push'](_0x2fa279['shift']());}}}(a42_0x500a,0xc86c8));function a42_0x500a(){const _0x5c4b68=['6gKpsih','6CzXeSb','43917577Gyyqwl','501372FZoJEg','6142348XieCcn','Configure\x20accessKey\x20in\x20.lovrabet.json\x20or\x20run\x20`','1967695iTWsqU','2528kjAewN','Set\x20appcode\x20via\x20--appcode\x20or\x20.lovrabet.json.','21906fbaJFA','53503TGvvAT','10KDdKRt','571018hSaVJm','\x20auth\x20login`.'];a42_0x500a=function(){return _0x5c4b68;};return a42_0x500a();}function a42_0x18bb(_0x442f15,_0x1aca79){_0x442f15=_0x442f15-0x17d;const _0x500a56=a42_0x500a();let _0x18bb16=_0x500a56[_0x442f15];return _0x18bb16;}import{CliError,createCliErrors}from'@lovrabet/cli-framework';import{CLI_BIN_NAME}from'./constant/cli.js';export{CliError};export const CliErrors=createCliErrors({'cliBinName':CLI_BIN_NAME,'authRequiredHint':a42_0x6ade36(0x186)+CLI_BIN_NAME+a42_0x6ade36(0x180),'configMissingHint':a42_0x6ade36(0x189),'notInProjectHint':'Run\x20this\x20command\x20inside\x20a\x20directory\x20with\x20a\x20.lovrabet.json\x20file.'});
@@ -1 +1 @@
1
- (function(_0x311718,_0x3aaeff){var _0x15a937=a43_0x489b,_0x9a9bf3=_0x311718();while(!![]){try{var _0x3201b3=-parseInt(_0x15a937(0x1ad))/0x1+-parseInt(_0x15a937(0x1a6))/0x2*(-parseInt(_0x15a937(0x1ab))/0x3)+parseInt(_0x15a937(0x1a8))/0x4*(parseInt(_0x15a937(0x1ae))/0x5)+parseInt(_0x15a937(0x1aa))/0x6+-parseInt(_0x15a937(0x1a7))/0x7+parseInt(_0x15a937(0x1ac))/0x8+-parseInt(_0x15a937(0x1a9))/0x9;if(_0x3201b3===_0x3aaeff)break;else _0x9a9bf3['push'](_0x9a9bf3['shift']());}catch(_0x13965f){_0x9a9bf3['push'](_0x9a9bf3['shift']());}}}(a43_0x2013,0x5c3b6));function a43_0x2013(){var _0x487f5e=['1275490bEVKEI','2622PZQhWt','4128628CPhbLW','4RwwuEj','1969425TkyZTb','1569510zEyKVj','177GnKRDp','5431496SnRXlu','86558IzQcIN'];a43_0x2013=function(){return _0x487f5e;};return a43_0x2013();}function a43_0x489b(_0x3412ec,_0x1c2f96){_0x3412ec=_0x3412ec-0x1a6;var _0x2013da=a43_0x2013();var _0x489b4e=_0x2013da[_0x3412ec];return _0x489b4e;}import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a43_0x1f0232}from'@lovrabet/cli-framework';export function buildAllFlags(_0x3684c3){return a43_0x1f0232(_0x3684c3,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});}
1
+ (function(_0x34f058,_0x21d35d){var _0x5f2e13=a43_0x469d,_0x5e4746=_0x34f058();while(!![]){try{var _0x11c2de=parseInt(_0x5f2e13(0x158))/0x1*(-parseInt(_0x5f2e13(0x151))/0x2)+-parseInt(_0x5f2e13(0x15a))/0x3*(parseInt(_0x5f2e13(0x156))/0x4)+parseInt(_0x5f2e13(0x15b))/0x5+-parseInt(_0x5f2e13(0x152))/0x6+-parseInt(_0x5f2e13(0x150))/0x7*(parseInt(_0x5f2e13(0x154))/0x8)+parseInt(_0x5f2e13(0x155))/0x9*(-parseInt(_0x5f2e13(0x159))/0xa)+-parseInt(_0x5f2e13(0x157))/0xb*(-parseInt(_0x5f2e13(0x153))/0xc);if(_0x11c2de===_0x21d35d)break;else _0x5e4746['push'](_0x5e4746['shift']());}catch(_0xb71620){_0x5e4746['push'](_0x5e4746['shift']());}}}(a43_0x4fbc,0xe03ff));function a43_0x469d(_0x41bc5c,_0x5757ff){_0x41bc5c=_0x41bc5c-0x150;var _0x4fbc4f=a43_0x4fbc();var _0x469d91=_0x4fbc4f[_0x41bc5c];return _0x469d91;}import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a43_0x3b30ec}from'@lovrabet/cli-framework';export function buildAllFlags(_0xb482b5){return a43_0x3b30ec(_0xb482b5,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});}function a43_0x4fbc(){var _0x47f3bb=['307438FxOGYh','6735852VoSRqL','105384IdycGj','30416AMdayo','18WBCTkL','544HowLhk','5566yArMLo','3LKzseG','3312250halWvH','9762HUfjIk','4771850LMtWCu','3297GjjVlE'];a43_0x4fbc=function(){return _0x47f3bb;};return a43_0x4fbc();}
@@ -1 +1 @@
1
- function a44_0x1839(){const _0x182d96=['19326384iwcXSo','body','1qxsjIB','2491472leLjTr','3936339yfnKhy','8846835FNmGRj','796125KBHejY','14898896VrvZgM','30REZhMi','4Fthnuw','description','147jrYWtJ','289998pSrELw'];a44_0x1839=function(){return _0x182d96;};return a44_0x1839();}function a44_0x5ae3(_0x5549d2,_0x3aeaa){_0x5549d2=_0x5549d2-0x1d6;const _0x1839f6=a44_0x1839();let _0x5ae3f9=_0x1839f6[_0x5549d2];return _0x5ae3f9;}(function(_0x318efa,_0x1f7dc1){const _0x27303c=a44_0x5ae3,_0x201ebb=_0x318efa();while(!![]){try{const _0x2eabc2=parseInt(_0x27303c(0x1da))/0x1*(-parseInt(_0x27303c(0x1db))/0x2)+-parseInt(_0x27303c(0x1de))/0x3*(-parseInt(_0x27303c(0x1e1))/0x4)+parseInt(_0x27303c(0x1dd))/0x5+-parseInt(_0x27303c(0x1d7))/0x6*(parseInt(_0x27303c(0x1d6))/0x7)+-parseInt(_0x27303c(0x1df))/0x8+parseInt(_0x27303c(0x1dc))/0x9*(parseInt(_0x27303c(0x1e0))/0xa)+parseInt(_0x27303c(0x1d8))/0xb;if(_0x2eabc2===_0x1f7dc1)break;else _0x201ebb['push'](_0x201ebb['shift']());}catch(_0x5867f2){_0x201ebb['push'](_0x201ebb['shift']());}}}(a44_0x1839,0xef6e4));export function dryRun(_0x3771cf,_0x129075){const _0x15c710={'method':_0x3771cf,'url':_0x129075},_0x5c49f7={'body'(_0x5573){const _0x3beb27=a44_0x5ae3;return _0x15c710[_0x3beb27(0x1d9)]=_0x5573,_0x5c49f7;},'description'(_0xb6b50c){const _0x2aecc8=a44_0x5ae3;return _0x15c710[_0x2aecc8(0x1e2)]=_0xb6b50c,_0x5c49f7;},'build'(){return{..._0x15c710};}};return _0x5c49f7;}
1
+ function a44_0x8784(_0x3843f3,_0xbf699){_0x3843f3=_0x3843f3-0xd6;const _0xa06083=a44_0xa060();let _0x878439=_0xa06083[_0x3843f3];return _0x878439;}(function(_0xba9d37,_0x2dc848){const _0x1a27ca=a44_0x8784,_0x41fd51=_0xba9d37();while(!![]){try{const _0x5548ae=parseInt(_0x1a27ca(0xdf))/0x1*(parseInt(_0x1a27ca(0xe1))/0x2)+-parseInt(_0x1a27ca(0xe0))/0x3*(-parseInt(_0x1a27ca(0xd9))/0x4)+parseInt(_0x1a27ca(0xdd))/0x5+-parseInt(_0x1a27ca(0xde))/0x6*(-parseInt(_0x1a27ca(0xd7))/0x7)+parseInt(_0x1a27ca(0xd8))/0x8+-parseInt(_0x1a27ca(0xd6))/0x9+parseInt(_0x1a27ca(0xdc))/0xa*(-parseInt(_0x1a27ca(0xe2))/0xb);if(_0x5548ae===_0x2dc848)break;else _0x41fd51['push'](_0x41fd51['shift']());}catch(_0x3d5eb0){_0x41fd51['push'](_0x41fd51['shift']());}}}(a44_0xa060,0x985b6));function a44_0xa060(){const _0x19d328=['4369744DUHIRY','4eNZQFq','body','description','10EwrTJy','4725035oCFPRq','6FNHMVK','1eDkDLq','2909391TASvxR','1586774CNzzzJ','36585384hZkSnm','11682sQSpam','4878209jwmrhJ'];a44_0xa060=function(){return _0x19d328;};return a44_0xa060();}export function dryRun(_0x8e59aa,_0x57a781){const _0x2ff2b2={'method':_0x8e59aa,'url':_0x57a781},_0x92efb6={'body'(_0x13b17d){const _0x2d9309=a44_0x8784;return _0x2ff2b2[_0x2d9309(0xda)]=_0x13b17d,_0x92efb6;},'description'(_0x51c515){const _0x2163cf=a44_0x8784;return _0x2ff2b2[_0x2163cf(0xdb)]=_0x51c515,_0x92efb6;},'build'(){return{..._0x2ff2b2};}};return _0x92efb6;}
@@ -1 +1 @@
1
- const a45_0x13edc9=a45_0x4cdf;(function(_0x2fc76c,_0x564a89){const _0x2335d0=a45_0x4cdf,_0x55282b=_0x2fc76c();while(!![]){try{const _0xa5de1d=parseInt(_0x2335d0(0xf5))/0x1*(parseInt(_0x2335d0(0xf4))/0x2)+parseInt(_0x2335d0(0xef))/0x3+-parseInt(_0x2335d0(0xf6))/0x4*(parseInt(_0x2335d0(0xf0))/0x5)+-parseInt(_0x2335d0(0xf3))/0x6*(parseInt(_0x2335d0(0xf8))/0x7)+parseInt(_0x2335d0(0xf1))/0x8*(parseInt(_0x2335d0(0xf9))/0x9)+-parseInt(_0x2335d0(0xf2))/0xa*(-parseInt(_0x2335d0(0xfb))/0xb)+parseInt(_0x2335d0(0xfa))/0xc;if(_0xa5de1d===_0x564a89)break;else _0x55282b['push'](_0x55282b['shift']());}catch(_0x4cbd0b){_0x55282b['push'](_0x55282b['shift']());}}}(a45_0x2c67,0xa52fa));function a45_0x4cdf(_0x3fa28e,_0x204c29){_0x3fa28e=_0x3fa28e-0xef;const _0x2c67c2=a45_0x2c67();let _0x4cdf3c=_0x2c67c2[_0x3fa28e];return _0x4cdf3c;}import{createFlagHelpers}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a45_0x13edc9(0xf7)];export const validateFlags=helpers['validateFlags'];function a45_0x2c67(){const _0x5eed42=['28TWHmcn','6335289WwpoCG','4710516nxPuAy','11OuVpGd','1539060pLyLci','125ENGEDU','8RronQj','4599550ZveSfG','616776OEqxmF','4augIHO','22936AYZOIj','164404yIqRyi','parseFlags'];a45_0x2c67=function(){return _0x5eed42;};return a45_0x2c67();}
1
+ const a45_0x53a49d=a45_0x9b83;(function(_0x5a7638,_0x2ea8af){const _0x41e696=a45_0x9b83,_0x4d44c3=_0x5a7638();while(!![]){try{const _0x81c3f0=-parseInt(_0x41e696(0x1e2))/0x1+parseInt(_0x41e696(0x1e3))/0x2+-parseInt(_0x41e696(0x1e7))/0x3*(parseInt(_0x41e696(0x1e4))/0x4)+-parseInt(_0x41e696(0x1e5))/0x5*(parseInt(_0x41e696(0x1e6))/0x6)+-parseInt(_0x41e696(0x1ed))/0x7+parseInt(_0x41e696(0x1ea))/0x8+parseInt(_0x41e696(0x1e9))/0x9*(parseInt(_0x41e696(0x1eb))/0xa);if(_0x81c3f0===_0x2ea8af)break;else _0x4d44c3['push'](_0x4d44c3['shift']());}catch(_0x281968){_0x4d44c3['push'](_0x4d44c3['shift']());}}}(a45_0x435f,0xbd7f1));import{createFlagHelpers}from'@lovrabet/cli-framework';function a45_0x9b83(_0x2d430d,_0x3a8359){_0x2d430d=_0x2d430d-0x1e2;const _0x435f8e=a45_0x435f();let _0x9b83f8=_0x435f8e[_0x2d430d];return _0x9b83f8;}import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a45_0x53a49d(0x1ec)];export const validateFlags=helpers[a45_0x53a49d(0x1e8)];function a45_0x435f(){const _0x21a88a=['31995oHAFqG','validateFlags','100692IeoIOp','8028976KbmyAQ','2530DuSYoa','parseFlags','5605719wfNRQb','1551431SoXAZA','617218rdzUYh','372aCTIhg','265kxCDeg','2550TEAjvv'];a45_0x435f=function(){return _0x21a88a;};return a45_0x435f();}
@@ -1 +1 @@
1
- const a46_0x5aad97=a46_0x282c;(function(_0x5c3e47,_0x1aa265){const _0x325786=a46_0x282c,_0x2d2c9a=_0x5c3e47();while(!![]){try{const _0x45281b=parseInt(_0x325786(0x10b))/0x1*(-parseInt(_0x325786(0x115))/0x2)+parseInt(_0x325786(0x119))/0x3*(parseInt(_0x325786(0x10a))/0x4)+parseInt(_0x325786(0x10c))/0x5+parseInt(_0x325786(0x118))/0x6+-parseInt(_0x325786(0x114))/0x7*(-parseInt(_0x325786(0x116))/0x8)+parseInt(_0x325786(0x10e))/0x9+parseInt(_0x325786(0x10d))/0xa*(-parseInt(_0x325786(0x117))/0xb);if(_0x45281b===_0x1aa265)break;else _0x2d2c9a['push'](_0x2d2c9a['shift']());}catch(_0x4f4c3d){_0x2d2c9a['push'](_0x2d2c9a['shift']());}}}(a46_0x4d43,0x364ae));import{createHelpGenerators}from'@lovrabet/cli-framework';function a46_0x4d43(){const _0x3b47e1=['21680RWcTgo','2239587XrAceI','get','generateServiceHelp','generateCommandHelp','Requires\x20appcode\x20(set\x20via\x20.lovrabet.json\x20or\x20--appcode).','generateFullHelp','50309xjdCKC','2NNeSwU','88OBmsGc','3322qmGNNv','2512950xjUnsT','3LYKQSY','327464NfatoE','289215PNpceN','1688710yEsmWU'];a46_0x4d43=function(){return _0x3b47e1;};return a46_0x4d43();}import{buildAllFlags}from'../framework/build-all-flags.js';function a46_0x282c(_0x157916,_0x4250ac){_0x157916=_0x157916-0x10a;const _0x4d43a3=a46_0x4d43();let _0x282cfb=_0x4d43a3[_0x157916];return _0x282cfb;}import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';const generators=createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x43116=>serviceGroups[a46_0x5aad97(0x10f)](_0x43116),'buildAllFlags':buildAllFlags,'appPrerequisiteText':a46_0x5aad97(0x112)});export function generateCommandHelp(_0x5ea176){const _0x23e50e=a46_0x5aad97;return generators[_0x23e50e(0x111)](_0x5ea176);}export const generateServiceHelp=generators[a46_0x5aad97(0x110)];export const generateFullHelp=generators[a46_0x5aad97(0x113)];
1
+ const a46_0x20f47c=a46_0x1c2e;function a46_0x1c2e(_0x56ab1a,_0x58a947){_0x56ab1a=_0x56ab1a-0x167;const _0x4d4d71=a46_0x4d4d();let _0x1c2e0c=_0x4d4d71[_0x56ab1a];return _0x1c2e0c;}(function(_0x2f4408,_0xe5604e){const _0x1b6f8d=a46_0x1c2e,_0x23d2cb=_0x2f4408();while(!![]){try{const _0x248615=parseInt(_0x1b6f8d(0x176))/0x1*(parseInt(_0x1b6f8d(0x16f))/0x2)+parseInt(_0x1b6f8d(0x175))/0x3*(-parseInt(_0x1b6f8d(0x169))/0x4)+parseInt(_0x1b6f8d(0x16e))/0x5+-parseInt(_0x1b6f8d(0x172))/0x6*(-parseInt(_0x1b6f8d(0x167))/0x7)+-parseInt(_0x1b6f8d(0x170))/0x8+parseInt(_0x1b6f8d(0x16d))/0x9*(parseInt(_0x1b6f8d(0x173))/0xa)+-parseInt(_0x1b6f8d(0x16a))/0xb;if(_0x248615===_0xe5604e)break;else _0x23d2cb['push'](_0x23d2cb['shift']());}catch(_0x4b9693){_0x23d2cb['push'](_0x23d2cb['shift']());}}}(a46_0x4d4d,0xa937e));import{createHelpGenerators}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';function a46_0x4d4d(){const _0x39a0a1=['get','3303lXjYNa','3271250iTXjyw','2028326OMApHv','4273824McVsCb','Requires\x20appcode\x20(set\x20via\x20.lovrabet.json\x20or\x20--appcode).','6FvYYvG','19790uXeTJX','generateFullHelp','22011wJpsbm','1ObSALl','5800648AjjIga','generateCommandHelp','364pVsvqE','14611927hbWacZ','generateServiceHelp'];a46_0x4d4d=function(){return _0x39a0a1;};return a46_0x4d4d();}const generators=createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x36b202=>serviceGroups[a46_0x20f47c(0x16c)](_0x36b202),'buildAllFlags':buildAllFlags,'appPrerequisiteText':a46_0x20f47c(0x171)});export function generateCommandHelp(_0x557024){const _0xe8e4ea=a46_0x20f47c;return generators[_0xe8e4ea(0x168)](_0x557024);}export const generateServiceHelp=generators[a46_0x20f47c(0x16b)];export const generateFullHelp=generators[a46_0x20f47c(0x174)];
@@ -1 +1 @@
1
- (function(_0x2ec34b,_0xa76d4d){var _0x5142ad=a47_0x3b3a,_0x52c849=_0x2ec34b();while(!![]){try{var _0x16c313=-parseInt(_0x5142ad(0xe1))/0x1+parseInt(_0x5142ad(0xdf))/0x2*(-parseInt(_0x5142ad(0xdd))/0x3)+parseInt(_0x5142ad(0xe5))/0x4*(parseInt(_0x5142ad(0xdc))/0x5)+-parseInt(_0x5142ad(0xe2))/0x6+-parseInt(_0x5142ad(0xe3))/0x7*(parseInt(_0x5142ad(0xdb))/0x8)+parseInt(_0x5142ad(0xe0))/0x9+parseInt(_0x5142ad(0xe4))/0xa*(parseInt(_0x5142ad(0xde))/0xb);if(_0x16c313===_0xa76d4d)break;else _0x52c849['push'](_0x52c849['shift']());}catch(_0x5a7f67){_0x52c849['push'](_0x52c849['shift']());}}}(a47_0x3ae4,0x4ad19));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';export{extractList,extractPaging}from'../framework/response.js';export{dryRun}from'../framework/dryrun.js';export{riskLevelOrder,isValidFormat}from'../framework/types.js';function a47_0x3b3a(_0x2a738d,_0x1b38b2){_0x2a738d=_0x2a738d-0xdb;var _0x3ae4a4=a47_0x3ae4();var _0x3b3acc=_0x3ae4a4[_0x2a738d];return _0x3b3acc;}function a47_0x3ae4(){var _0x11bea0=['24vlemAf','3310mDuqaT','2766qxSVJx','11mhPnee','1048TweueW','53757maFGey','379069jQMrCu','2965020ddinWR','584444ZSRvJt','15736790rjhXiG','2016nOOpLC'];a47_0x3ae4=function(){return _0x11bea0;};return a47_0x3ae4();}
1
+ (function(_0x22956e,_0x14cfb0){var _0x57cc4e=a47_0xab7a,_0x3c7e7f=_0x22956e();while(!![]){try{var _0x392864=parseInt(_0x57cc4e(0x121))/0x1+-parseInt(_0x57cc4e(0x126))/0x2+-parseInt(_0x57cc4e(0x125))/0x3+parseInt(_0x57cc4e(0x124))/0x4*(parseInt(_0x57cc4e(0x123))/0x5)+-parseInt(_0x57cc4e(0x122))/0x6+-parseInt(_0x57cc4e(0x129))/0x7*(-parseInt(_0x57cc4e(0x128))/0x8)+-parseInt(_0x57cc4e(0x127))/0x9;if(_0x392864===_0x14cfb0)break;else _0x3c7e7f['push'](_0x3c7e7f['shift']());}catch(_0x369c41){_0x3c7e7f['push'](_0x3c7e7f['shift']());}}}(a47_0x4fb2,0x7e921));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';function a47_0x4fb2(){var _0x1759e8=['7052GTVvHB','3008835TCglLY','1050208AQmghV','1210986fGfbHh','8bmnJBq','4072866kwtooe','1033424IBCvBN','1418346OvMbZB','2275LObLRi'];a47_0x4fb2=function(){return _0x1759e8;};return a47_0x4fb2();}export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';function a47_0xab7a(_0x180238,_0x4ae609){_0x180238=_0x180238-0x121;var _0x4fb24e=a47_0x4fb2();var _0xab7a67=_0x4fb24e[_0x180238];return _0xab7a67;}export{extractList,extractPaging}from'../framework/response.js';export{dryRun}from'../framework/dryrun.js';export{riskLevelOrder,isValidFormat}from'../framework/types.js';
@@ -1 +1 @@
1
- (function(_0x300e96,_0x5993c6){const _0x49a247=a48_0x1209,_0x2e2aa4=_0x300e96();while(!![]){try{const _0x2f9b24=-parseInt(_0x49a247(0x18f))/0x1+-parseInt(_0x49a247(0x186))/0x2+parseInt(_0x49a247(0x18e))/0x3+-parseInt(_0x49a247(0x189))/0x4*(-parseInt(_0x49a247(0x18d))/0x5)+-parseInt(_0x49a247(0x18b))/0x6+-parseInt(_0x49a247(0x18c))/0x7*(-parseInt(_0x49a247(0x187))/0x8)+-parseInt(_0x49a247(0x18a))/0x9*(-parseInt(_0x49a247(0x188))/0xa);if(_0x2f9b24===_0x5993c6)break;else _0x2e2aa4['push'](_0x2e2aa4['shift']());}catch(_0x309118){_0x2e2aa4['push'](_0x2e2aa4['shift']());}}}(a48_0x3239,0x21dae));function a48_0x3239(){const _0x532fc5=['1967gcFwGy','775pnaGjZ','407124BqLwex','55677fgHngB','542266hAfzZQ','7136zApXdj','104900YQyqaZ','968mQerID','252JhHWgm','1512660twiove'];a48_0x3239=function(){return _0x532fc5;};return a48_0x3239();}import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a48_0x1209(_0x1145ef,_0x54c9c3){_0x1145ef=_0x1145ef-0x186;const _0x323961=a48_0x3239();let _0x1209ee=_0x323961[_0x1145ef];return _0x1209ee;}import{CliErrors}from'../errors.js';export const formatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});
1
+ function a48_0x58f6(){const _0x47eefd=['1539841sNQWHb','6822000NVTxfu','1092Qmtcwl','5291356juZubU','2235490RJifEk','1660MjsjOr','11417vyVFbL','127332qzYMZO','4737MntckJ','454MHcQHa'];a48_0x58f6=function(){return _0x47eefd;};return a48_0x58f6();}(function(_0x44f617,_0x369ccc){const _0x5103c4=a48_0x1510,_0x45f684=_0x44f617();while(!![]){try{const _0xa84b9c=-parseInt(_0x5103c4(0x170))/0x1+parseInt(_0x5103c4(0x16f))/0x2*(parseInt(_0x5103c4(0x16e))/0x3)+-parseInt(_0x5103c4(0x169))/0x4+parseInt(_0x5103c4(0x16a))/0x5+-parseInt(_0x5103c4(0x168))/0x6*(parseInt(_0x5103c4(0x16c))/0x7)+parseInt(_0x5103c4(0x167))/0x8+parseInt(_0x5103c4(0x16d))/0x9*(parseInt(_0x5103c4(0x16b))/0xa);if(_0xa84b9c===_0x369ccc)break;else _0x45f684['push'](_0x45f684['shift']());}catch(_0x3314da){_0x45f684['push'](_0x45f684['shift']());}}}(a48_0x58f6,0xceddf));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a48_0x1510(_0x384769,_0x194139){_0x384769=_0x384769-0x167;const _0x58f6da=a48_0x58f6();let _0x151014=_0x58f6da[_0x384769];return _0x151014;}export const formatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});
@@ -1 +1 @@
1
- (function(_0x469125,_0xdd2f77){const _0x34e6f6=a49_0x3701,_0x1480fb=_0x469125();while(!![]){try{const _0x5c23c8=parseInt(_0x34e6f6(0x10c))/0x1+-parseInt(_0x34e6f6(0x107))/0x2*(-parseInt(_0x34e6f6(0xf5))/0x3)+parseInt(_0x34e6f6(0xfd))/0x4*(parseInt(_0x34e6f6(0x10a))/0x5)+-parseInt(_0x34e6f6(0x112))/0x6+-parseInt(_0x34e6f6(0xfc))/0x7+parseInt(_0x34e6f6(0xff))/0x8*(parseInt(_0x34e6f6(0x113))/0x9)+-parseInt(_0x34e6f6(0x101))/0xa*(parseInt(_0x34e6f6(0x102))/0xb);if(_0x5c23c8===_0xdd2f77)break;else _0x1480fb['push'](_0x1480fb['shift']());}catch(_0x42ebb1){_0x1480fb['push'](_0x1480fb['shift']());}}}(a49_0x545e,0xc634a));function toKebab(_0x417746){const _0x2da17c=a49_0x3701;return _0x417746[_0x2da17c(0x115)](/_/g,'-')[_0x2da17c(0x115)](/-([A-Z]+)/g,(_0x3747a5,_0x1a26db)=>'-'+_0x1a26db[_0x2da17c(0xef)]())['replace'](/([a-z0-9])([A-Z])/g,(_0x5339d1,_0x1a1ea2,_0x2d743e)=>_0x1a1ea2+'-'+_0x2d743e)['toLowerCase']();}function buildKnownFlags(_0x31ce5c){const _0x5daf9c=a49_0x3701,_0x10f052=new Set();for(const _0x26f38c of _0x31ce5c){_0x10f052[_0x5daf9c(0xf8)](_0x26f38c[_0x5daf9c(0x106)]),_0x10f052[_0x5daf9c(0xf8)](toCamelCase(_0x26f38c['name']));}for(const _0x529b0e of['dry-run',_0x5daf9c(0xfb),_0x5daf9c(0xf3),_0x5daf9c(0x10b)]){_0x10f052[_0x5daf9c(0xf8)](_0x529b0e);}for(const _0x4974ba of[_0x5daf9c(0xfe),'env','appcode',_0x5daf9c(0x10d),'nonInteractive',_0x5daf9c(0x104),'ci',_0x5daf9c(0xf0),'version']){_0x10f052[_0x5daf9c(0xf8)](_0x4974ba);}return _0x10f052;}function a49_0x545e(){const _0x2d3af2=['name','154186zwEGxl','keys','has','187505ziIYeX','format','1018172Xpphhv','app','sticky','set','push','string','5098830aGJYBY','3249fVvGwH','indexOf','replace','toLowerCase','global','alias','corrected','yes','original','30CEjMMQ','toUpperCase','get','add','type','number','dryRun','4854710OxBJYX','112pJKIDI','help','10984bjpKte','entries','4897990mAKxBS','22UBkcsu','boolean','non-interactive','slice'];a49_0x545e=function(){return _0x2d3af2;};return a49_0x545e();}function a49_0x3701(_0x4647f1,_0x32b1b8){_0x4647f1=_0x4647f1-0xef;const _0x545ea5=a49_0x545e();let _0x370155=_0x545ea5[_0x4647f1];return _0x370155;}function buildFlagTypeMap(_0x265c1a){const _0x433250=a49_0x3701,_0x365c2a=new Map();for(const _0x3b8036 of _0x265c1a){_0x365c2a[_0x433250(0x10f)](_0x3b8036[_0x433250(0x106)],_0x3b8036[_0x433250(0xf9)]),_0x365c2a['set'](toCamelCase(_0x3b8036[_0x433250(0x106)]),_0x3b8036[_0x433250(0xf9)]);}return _0x365c2a;}function toCamelCase(_0x23a33b){const _0x527c2e=a49_0x3701;return _0x23a33b[_0x527c2e(0x115)](/-([a-z])/g,(_0x305e5a,_0x1d42b9)=>_0x1d42b9[_0x527c2e(0xf6)]());}function aliasHandler(_0x1b0aa4,_0x289f68){const _0x142225=a49_0x3701,_0x3bd77a=[];for(const _0x1628ea of Object[_0x142225(0x108)](_0x1b0aa4)){if(_0x289f68[_0x142225(0x109)](_0x1628ea))continue;const _0x15c35d=toKebab(_0x1628ea);_0x15c35d!==_0x1628ea&&_0x289f68[_0x142225(0x109)](_0x15c35d)&&_0x3bd77a[_0x142225(0x110)]({'original':_0x1628ea,'corrected':_0x15c35d,'handler':_0x142225(0xf1)});}return _0x3bd77a;}function stickyHandler(_0x287f8b,_0x349102,_0x3fabf2){const _0x30b252=a49_0x3701,_0x323f96=[];for(const [_0x290b5d,_0x2bfc2c]of Object[_0x30b252(0x100)](_0x287f8b)){if(_0x2bfc2c!==!![])continue;for(let _0x4aea92=_0x290b5d['length']-0x1;_0x4aea92>0x0;_0x4aea92--){const _0x2b122b=_0x290b5d[_0x30b252(0x105)](0x0,_0x4aea92),_0x4b0dd6=_0x290b5d[_0x30b252(0x105)](_0x4aea92),_0x388b7d=toKebab(_0x2b122b),_0x192223=toCamelCase(_0x2b122b),_0x4ad643=_0x349102[_0x30b252(0x109)](_0x2b122b)?_0x2b122b:_0x349102[_0x30b252(0x109)](_0x388b7d)?_0x388b7d:_0x349102[_0x30b252(0x109)](_0x192223)?_0x192223:null;if(!_0x4ad643)continue;const _0x2d991d=_0x3fabf2[_0x30b252(0xf7)](_0x4ad643)??_0x30b252(0x111);let _0x2c5851;if(_0x2d991d===_0x30b252(0xfa)){const _0x26f3e2=Number(_0x4b0dd6);if(isNaN(_0x26f3e2)||_0x4b0dd6==='')continue;_0x2c5851=_0x26f3e2;}else{if(_0x2d991d===_0x30b252(0x103))continue;else{if(_0x4b0dd6==='')continue;_0x2c5851=_0x4b0dd6;}}_0x323f96['push']({'original':_0x290b5d,'corrected':_0x4ad643+'='+_0x2c5851,'handler':_0x30b252(0x10e)});break;}}return _0x323f96;}export function correctFlags(_0xf2d896,_0x577a69){const _0x425634=a49_0x3701,_0x4521dc=buildKnownFlags(_0x577a69),_0x2dc7ba=buildFlagTypeMap(_0x577a69),_0x1363f3=aliasHandler(_0xf2d896,_0x4521dc),_0x37420e=stickyHandler(_0xf2d896,_0x4521dc,_0x2dc7ba),_0x568aa5=[..._0x1363f3,..._0x37420e];if(_0x568aa5['length']===0x0)return{'flags':_0xf2d896,'corrections':[]};const _0x519a27={..._0xf2d896},_0x4e98c9=new Set();for(const _0x4d469c of _0x1363f3){_0x519a27[_0x4d469c[_0x425634(0xf2)]]=_0xf2d896[_0x4d469c[_0x425634(0xf4)]],_0x4e98c9[_0x425634(0xf8)](_0x4d469c['original']);}for(const _0x1603d9 of _0x37420e){const _0x44ae21=_0x1603d9['corrected'][_0x425634(0x114)]('='),_0xdd7d4e=_0x1603d9[_0x425634(0xf2)]['slice'](0x0,_0x44ae21),_0x5aa5b3=_0x1603d9[_0x425634(0xf2)]['slice'](_0x44ae21+0x1),_0x1b216e=_0x2dc7ba[_0x425634(0xf7)](_0xdd7d4e)??_0x425634(0x111);_0x1b216e===_0x425634(0xfa)?_0x519a27[_0xdd7d4e]=Number(_0x5aa5b3):_0x519a27[_0xdd7d4e]=_0x5aa5b3,_0x4e98c9[_0x425634(0xf8)](_0x1603d9[_0x425634(0xf4)]);}for(const _0x53daf3 of _0x4e98c9){delete _0x519a27[_0x53daf3];}return{'flags':_0x519a27,'corrections':_0x568aa5};}
1
+ (function(_0x743d29,_0x1f02f7){const _0x4ad641=a49_0x491d,_0x415bca=_0x743d29();while(!![]){try{const _0x4d6713=parseInt(_0x4ad641(0x1da))/0x1*(-parseInt(_0x4ad641(0x1d5))/0x2)+-parseInt(_0x4ad641(0x1dc))/0x3+-parseInt(_0x4ad641(0x1db))/0x4*(parseInt(_0x4ad641(0x1d7))/0x5)+-parseInt(_0x4ad641(0x1e3))/0x6*(parseInt(_0x4ad641(0x1c6))/0x7)+parseInt(_0x4ad641(0x1d4))/0x8+parseInt(_0x4ad641(0x1ca))/0x9+parseInt(_0x4ad641(0x1c9))/0xa;if(_0x4d6713===_0x1f02f7)break;else _0x415bca['push'](_0x415bca['shift']());}catch(_0x1a3817){_0x415bca['push'](_0x415bca['shift']());}}}(a49_0x415a,0xc4820));function a49_0x491d(_0x5972fe,_0x599c50){_0x5972fe=_0x5972fe-0x1c4;const _0x415aeb=a49_0x415a();let _0x491d19=_0x415aeb[_0x5972fe];return _0x491d19;}function toKebab(_0x1b9061){const _0xac761c=a49_0x491d;return _0x1b9061['replace'](/_/g,'-')[_0xac761c(0x1e4)](/-([A-Z]+)/g,(_0x599374,_0x5641f6)=>'-'+_0x5641f6[_0xac761c(0x1c8)]())[_0xac761c(0x1e4)](/([a-z0-9])([A-Z])/g,(_0x4f6d31,_0x3be9ba,_0x1dc71c)=>_0x3be9ba+'-'+_0x1dc71c)['toLowerCase']();}function a49_0x415a(){const _0x2a9b79=['name','string','help','version','115178IjKGMo','corrected','toLowerCase','20006880BpzOCO','2752695tDyvXX','get','yes','keys','original','alias','push','indexOf','boolean','type','11847664pBWQMr','52702rLuKqT','length','18065WxkQCR','env','slice','31QaropX','32kVOMDB','2313414LOibJV','add','appcode','format','entries','number','toUpperCase','498ktUHkq','replace','has','non-interactive','set'];a49_0x415a=function(){return _0x2a9b79;};return a49_0x415a();}function buildKnownFlags(_0x45b439){const _0x14c1a5=a49_0x491d,_0x55d68a=new Set();for(const _0x45ce55 of _0x45b439){_0x55d68a[_0x14c1a5(0x1dd)](_0x45ce55[_0x14c1a5(0x1e8)]),_0x55d68a[_0x14c1a5(0x1dd)](toCamelCase(_0x45ce55[_0x14c1a5(0x1e8)]));}for(const _0x17f825 of['dry-run','dryRun',_0x14c1a5(0x1cc),_0x14c1a5(0x1df)]){_0x55d68a[_0x14c1a5(0x1dd)](_0x17f825);}for(const _0x18b0e7 of[_0x14c1a5(0x1c4),_0x14c1a5(0x1d8),_0x14c1a5(0x1de),'app','nonInteractive',_0x14c1a5(0x1e6),'ci','global',_0x14c1a5(0x1c5)]){_0x55d68a[_0x14c1a5(0x1dd)](_0x18b0e7);}return _0x55d68a;}function buildFlagTypeMap(_0x5e0a8f){const _0x496e18=a49_0x491d,_0x34015f=new Map();for(const _0xcf6ba1 of _0x5e0a8f){_0x34015f[_0x496e18(0x1e7)](_0xcf6ba1['name'],_0xcf6ba1[_0x496e18(0x1d3)]),_0x34015f[_0x496e18(0x1e7)](toCamelCase(_0xcf6ba1['name']),_0xcf6ba1[_0x496e18(0x1d3)]);}return _0x34015f;}function toCamelCase(_0xdfbd63){const _0x54211f=a49_0x491d;return _0xdfbd63[_0x54211f(0x1e4)](/-([a-z])/g,(_0x390ae0,_0xb769e1)=>_0xb769e1[_0x54211f(0x1e2)]());}function aliasHandler(_0x1e7545,_0x1fb497){const _0xf16c10=a49_0x491d,_0x39b22c=[];for(const _0x23c85f of Object[_0xf16c10(0x1cd)](_0x1e7545)){if(_0x1fb497[_0xf16c10(0x1e5)](_0x23c85f))continue;const _0x50d272=toKebab(_0x23c85f);_0x50d272!==_0x23c85f&&_0x1fb497['has'](_0x50d272)&&_0x39b22c['push']({'original':_0x23c85f,'corrected':_0x50d272,'handler':_0xf16c10(0x1cf)});}return _0x39b22c;}function stickyHandler(_0x1d299f,_0x2b2635,_0xe90af9){const _0x39593c=a49_0x491d,_0x28ffbe=[];for(const [_0x208da6,_0x1e6fbd]of Object[_0x39593c(0x1e0)](_0x1d299f)){if(_0x1e6fbd!==!![])continue;for(let _0x4450bc=_0x208da6['length']-0x1;_0x4450bc>0x0;_0x4450bc--){const _0x2f361d=_0x208da6[_0x39593c(0x1d9)](0x0,_0x4450bc),_0x4fcbf7=_0x208da6[_0x39593c(0x1d9)](_0x4450bc),_0x32f34f=toKebab(_0x2f361d),_0x394e9f=toCamelCase(_0x2f361d),_0x5d691e=_0x2b2635[_0x39593c(0x1e5)](_0x2f361d)?_0x2f361d:_0x2b2635['has'](_0x32f34f)?_0x32f34f:_0x2b2635[_0x39593c(0x1e5)](_0x394e9f)?_0x394e9f:null;if(!_0x5d691e)continue;const _0x8126eb=_0xe90af9[_0x39593c(0x1cb)](_0x5d691e)??_0x39593c(0x1e9);let _0x83bf0a;if(_0x8126eb===_0x39593c(0x1e1)){const _0x4e419a=Number(_0x4fcbf7);if(isNaN(_0x4e419a)||_0x4fcbf7==='')continue;_0x83bf0a=_0x4e419a;}else{if(_0x8126eb===_0x39593c(0x1d2))continue;else{if(_0x4fcbf7==='')continue;_0x83bf0a=_0x4fcbf7;}}_0x28ffbe[_0x39593c(0x1d0)]({'original':_0x208da6,'corrected':_0x5d691e+'='+_0x83bf0a,'handler':'sticky'});break;}}return _0x28ffbe;}export function correctFlags(_0x3201e9,_0x27010a){const _0x382255=a49_0x491d,_0x4c16d4=buildKnownFlags(_0x27010a),_0x5c6716=buildFlagTypeMap(_0x27010a),_0x51b16c=aliasHandler(_0x3201e9,_0x4c16d4),_0x5b9273=stickyHandler(_0x3201e9,_0x4c16d4,_0x5c6716),_0x313471=[..._0x51b16c,..._0x5b9273];if(_0x313471[_0x382255(0x1d6)]===0x0)return{'flags':_0x3201e9,'corrections':[]};const _0x560b6d={..._0x3201e9},_0x1dd956=new Set();for(const _0x2b75f9 of _0x51b16c){_0x560b6d[_0x2b75f9[_0x382255(0x1c7)]]=_0x3201e9[_0x2b75f9[_0x382255(0x1ce)]],_0x1dd956[_0x382255(0x1dd)](_0x2b75f9[_0x382255(0x1ce)]);}for(const _0x45ab0e of _0x5b9273){const _0x430d0c=_0x45ab0e['corrected'][_0x382255(0x1d1)]('='),_0x49b693=_0x45ab0e[_0x382255(0x1c7)][_0x382255(0x1d9)](0x0,_0x430d0c),_0xd19c9=_0x45ab0e[_0x382255(0x1c7)][_0x382255(0x1d9)](_0x430d0c+0x1),_0x1eb7af=_0x5c6716[_0x382255(0x1cb)](_0x49b693)??_0x382255(0x1e9);_0x1eb7af===_0x382255(0x1e1)?_0x560b6d[_0x49b693]=Number(_0xd19c9):_0x560b6d[_0x49b693]=_0xd19c9,_0x1dd956['add'](_0x45ab0e['original']);}for(const _0x5d1eff of _0x1dd956){delete _0x560b6d[_0x5d1eff];}return{'flags':_0x560b6d,'corrections':_0x313471};}
@@ -1 +1 @@
1
- (function(_0x42a154,_0x3dee1e){var _0x113ba7=a50_0x31bc,_0x5c8a37=_0x42a154();while(!![]){try{var _0x4a734c=-parseInt(_0x113ba7(0x131))/0x1+-parseInt(_0x113ba7(0x134))/0x2*(-parseInt(_0x113ba7(0x133))/0x3)+parseInt(_0x113ba7(0x130))/0x4*(parseInt(_0x113ba7(0x135))/0x5)+parseInt(_0x113ba7(0x137))/0x6+parseInt(_0x113ba7(0x139))/0x7*(-parseInt(_0x113ba7(0x136))/0x8)+parseInt(_0x113ba7(0x13b))/0x9*(-parseInt(_0x113ba7(0x138))/0xa)+-parseInt(_0x113ba7(0x132))/0xb*(parseInt(_0x113ba7(0x13a))/0xc);if(_0x4a734c===_0x3dee1e)break;else _0x5c8a37['push'](_0x5c8a37['shift']());}catch(_0x19a86b){_0x5c8a37['push'](_0x5c8a37['shift']());}}}(a50_0x240c,0x47f08));function a50_0x31bc(_0x5abe9f,_0x59ebcb){_0x5abe9f=_0x5abe9f-0x130;var _0x240ca6=a50_0x240c();var _0x31bc26=_0x240ca6[_0x5abe9f];return _0x31bc26;}export{extractList,extractPaging}from'@lovrabet/cli-framework';function a50_0x240c(){var _0x34e9db=['1588824XFJSKj','1262187FzsgtZ','196GfUBbo','147874LgvqsJ','11OSDkPO','3qVmxsU','550852uVUSpZ','59460sQAvQZ','987720PByjGe','1465332kCeWaw','20AJKdKj','14yllXxz'];a50_0x240c=function(){return _0x34e9db;};return a50_0x240c();}
1
+ (function(_0x1ee028,_0x4d9ad9){var _0x1cdf87=a50_0x53cf,_0x1decfc=_0x1ee028();while(!![]){try{var _0x5fb1f9=-parseInt(_0x1cdf87(0x13e))/0x1*(parseInt(_0x1cdf87(0x143))/0x2)+-parseInt(_0x1cdf87(0x146))/0x3*(parseInt(_0x1cdf87(0x140))/0x4)+parseInt(_0x1cdf87(0x13d))/0x5*(parseInt(_0x1cdf87(0x13a))/0x6)+-parseInt(_0x1cdf87(0x13f))/0x7*(parseInt(_0x1cdf87(0x145))/0x8)+parseInt(_0x1cdf87(0x142))/0x9*(-parseInt(_0x1cdf87(0x139))/0xa)+-parseInt(_0x1cdf87(0x13c))/0xb*(-parseInt(_0x1cdf87(0x141))/0xc)+parseInt(_0x1cdf87(0x13b))/0xd*(parseInt(_0x1cdf87(0x144))/0xe);if(_0x5fb1f9===_0x4d9ad9)break;else _0x1decfc['push'](_0x1decfc['shift']());}catch(_0xb5277b){_0x1decfc['push'](_0x1decfc['shift']());}}}(a50_0x313e,0xe2e4f));function a50_0x313e(){var _0x4ebfe8=['1796DOeXxl','10384236RACGqb','117PJTWcI','30RrRtLj','238CxWsyV','8rpRRKv','5721LYgeDg','536040saQIXY','2590116skyzWz','1413620iyRpzB','11HhLJdr','20mgaOzU','90148iNPLZp','4242021cvPrGA'];a50_0x313e=function(){return _0x4ebfe8;};return a50_0x313e();}function a50_0x53cf(_0x2d1085,_0x45011b){_0x2d1085=_0x2d1085-0x139;var _0x313ec4=a50_0x313e();var _0x53cffd=_0x313ec4[_0x2d1085];return _0x53cffd;}export{extractList,extractPaging}from'@lovrabet/cli-framework';
@@ -1 +1 @@
1
- (function(_0x42e4e3,_0x4dcb9a){const _0x4291c3=a51_0x4df0,_0x20e958=_0x42e4e3();while(!![]){try{const _0x34362a=-parseInt(_0x4291c3(0x1c7))/0x1+-parseInt(_0x4291c3(0x1be))/0x2+parseInt(_0x4291c3(0x1c6))/0x3+parseInt(_0x4291c3(0x1c1))/0x4+-parseInt(_0x4291c3(0x1c8))/0x5*(parseInt(_0x4291c3(0x1bd))/0x6)+parseInt(_0x4291c3(0x1bc))/0x7+-parseInt(_0x4291c3(0x1cc))/0x8*(-parseInt(_0x4291c3(0x1cd))/0x9);if(_0x34362a===_0x4dcb9a)break;else _0x20e958['push'](_0x20e958['shift']());}catch(_0x5939cd){_0x20e958['push'](_0x20e958['shift']());}}}(a51_0x9b8e,0x3b79b));import{CLI_BIN_NAME}from'../constant/cli.js';export function buildConfirmationLines(_0x230eea,_0x49f610,_0x137bcd){const _0x4b1af0=a51_0x4df0,_0x498b59=buildConfirmationContext(_0x230eea,_0x49f610,_0x137bcd),_0x36bca6=[_0x4b1af0(0x1c5)+_0x498b59[_0x4b1af0(0x1b9)]];return _0x498b59[_0x4b1af0(0x1cb)]&&_0x36bca6[_0x4b1af0(0x1c2)](_0x4b1af0(0x1b8)+_0x498b59['description']),_0x498b59['affectedRecords']&&_0x36bca6[_0x4b1af0(0x1c2)](_0x4b1af0(0x1c3)+_0x498b59['affectedRecords']),_0x36bca6[_0x4b1af0(0x1c2)](_0x4b1af0(0x1b6)),_0x36bca6;}export function reconstructCommandArgv(_0x3bc6a8,_0x3fbd39){const _0xdb11a=a51_0x4df0,_0x48f3ee=[CLI_BIN_NAME,_0x3bc6a8[_0xdb11a(0x1bf)],_0x3bc6a8[_0xdb11a(0x1b4)]];for(const [_0x20f83f,_0x492f11]of Object['entries'](_0x3fbd39)){if(_0x492f11===!![])_0x48f3ee[_0xdb11a(0x1c2)]('--'+_0x20f83f);else _0x492f11!==![]&&_0x492f11!==undefined&&_0x492f11!==''&&_0x48f3ee[_0xdb11a(0x1c2)]('--'+_0x20f83f+'\x20'+JSON[_0xdb11a(0x1ba)](_0x492f11));}return _0x48f3ee['push'](_0xdb11a(0x1b7)),_0x48f3ee[_0xdb11a(0x1b3)]('\x20');}function buildConfirmationContext(_0x2b2d72,_0x219fc8,_0x23aa40){const _0x301adc=a51_0x4df0,_0x397586=extractAffectedRecords(_0x23aa40);return{'commandLabel':_0x219fc8,'description':_0x2b2d72[_0x301adc(0x1cb)],'affectedRecords':_0x397586};}function a51_0x4df0(_0x5a428c,_0x35ff1c){_0x5a428c=_0x5a428c-0x1b3;const _0x9b8ee8=a51_0x9b8e();let _0x4df03e=_0x9b8ee8[_0x5a428c];return _0x4df03e;}function a51_0x9b8e(){const _0x451039=['\x20\x20\x20Affected:\x20','name=','⚠\x20\x20High-risk\x20operation:\x20','334434PWPVDl','27162ssLyZe','10LmNSLr','code=','params','description','716208umJUjN','9vwldoH','join','command','name','\x20\x20\x20Continue?\x20[y/N]\x20','--yes','\x20\x20\x20','commandLabel','stringify','id=','1839495XFzUUm','1272918BfqhBC','162384ryGPbK','service','code','1249928JhDMJO','push'];a51_0x9b8e=function(){return _0x451039;};return a51_0x9b8e();}function extractAffectedRecords(_0x5507bb){const _0xee34ad=a51_0x4df0,_0x4dffc2=[];if(_0x5507bb['code'])_0x4dffc2[_0xee34ad(0x1c2)](_0xee34ad(0x1c9)+_0x5507bb[_0xee34ad(0x1c0)]);if(_0x5507bb['id'])_0x4dffc2['push'](_0xee34ad(0x1bb)+_0x5507bb['id']);if(_0x5507bb[_0xee34ad(0x1b5)])_0x4dffc2[_0xee34ad(0x1c2)](_0xee34ad(0x1c4)+_0x5507bb[_0xee34ad(0x1b5)]);if(_0x5507bb['params'])_0x4dffc2['push']('params='+_0x5507bb[_0xee34ad(0x1ca)]);return _0x4dffc2['length']>0x0?_0x4dffc2[_0xee34ad(0x1b3)](',\x20'):undefined;}
1
+ (function(_0x205b5c,_0x7b68d2){const _0x4eaf5e=a51_0x13ae,_0x4b69ca=_0x205b5c();while(!![]){try{const _0x37a99b=-parseInt(_0x4eaf5e(0x11f))/0x1+parseInt(_0x4eaf5e(0x114))/0x2*(parseInt(_0x4eaf5e(0x129))/0x3)+parseInt(_0x4eaf5e(0x12f))/0x4*(-parseInt(_0x4eaf5e(0x12c))/0x5)+parseInt(_0x4eaf5e(0x115))/0x6*(parseInt(_0x4eaf5e(0x122))/0x7)+parseInt(_0x4eaf5e(0x126))/0x8+parseInt(_0x4eaf5e(0x12a))/0x9+-parseInt(_0x4eaf5e(0x121))/0xa;if(_0x37a99b===_0x7b68d2)break;else _0x4b69ca['push'](_0x4b69ca['shift']());}catch(_0x13698d){_0x4b69ca['push'](_0x4b69ca['shift']());}}}(a51_0x5caa,0x4e0ce));import{CLI_BIN_NAME}from'../constant/cli.js';export function buildConfirmationLines(_0xcdf8ea,_0x351c91,_0x2965cf){const _0x411ca9=a51_0x13ae,_0x3160fc=buildConfirmationContext(_0xcdf8ea,_0x351c91,_0x2965cf),_0x3d6bf5=[_0x411ca9(0x117)+_0x3160fc['commandLabel']];return _0x3160fc[_0x411ca9(0x12b)]&&_0x3d6bf5[_0x411ca9(0x12e)](_0x411ca9(0x120)+_0x3160fc[_0x411ca9(0x12b)]),_0x3160fc['affectedRecords']&&_0x3d6bf5['push'](_0x411ca9(0x11c)+_0x3160fc[_0x411ca9(0x119)]),_0x3d6bf5[_0x411ca9(0x12e)](_0x411ca9(0x11a)),_0x3d6bf5;}export function reconstructCommandArgv(_0x3aa1e8,_0x3484a8){const _0x1c7c50=a51_0x13ae,_0x390c07=[CLI_BIN_NAME,_0x3aa1e8[_0x1c7c50(0x123)],_0x3aa1e8[_0x1c7c50(0x124)]];for(const [_0x4483d6,_0x5c4e96]of Object[_0x1c7c50(0x11b)](_0x3484a8)){if(_0x5c4e96===!![])_0x390c07[_0x1c7c50(0x12e)]('--'+_0x4483d6);else _0x5c4e96!==![]&&_0x5c4e96!==undefined&&_0x5c4e96!==''&&_0x390c07[_0x1c7c50(0x12e)]('--'+_0x4483d6+'\x20'+JSON[_0x1c7c50(0x127)](_0x5c4e96));}return _0x390c07[_0x1c7c50(0x12e)]('--yes'),_0x390c07[_0x1c7c50(0x11d)]('\x20');}function a51_0x13ae(_0x310e63,_0x2e88e0){_0x310e63=_0x310e63-0x114;const _0x5caa6f=a51_0x5caa();let _0x13ae31=_0x5caa6f[_0x310e63];return _0x13ae31;}function buildConfirmationContext(_0x494fdc,_0x4b7ee0,_0x57c0ab){const _0x49c993=extractAffectedRecords(_0x57c0ab);return{'commandLabel':_0x4b7ee0,'description':_0x494fdc['description'],'affectedRecords':_0x49c993};}function extractAffectedRecords(_0x20d813){const _0xe6de08=a51_0x13ae,_0x205b73=[];if(_0x20d813[_0xe6de08(0x128)])_0x205b73[_0xe6de08(0x12e)](_0xe6de08(0x116)+_0x20d813[_0xe6de08(0x128)]);if(_0x20d813['id'])_0x205b73['push'](_0xe6de08(0x12d)+_0x20d813['id']);if(_0x20d813[_0xe6de08(0x11e)])_0x205b73[_0xe6de08(0x12e)](_0xe6de08(0x125)+_0x20d813['name']);if(_0x20d813[_0xe6de08(0x130)])_0x205b73[_0xe6de08(0x12e)](_0xe6de08(0x118)+_0x20d813[_0xe6de08(0x130)]);return _0x205b73['length']>0x0?_0x205b73[_0xe6de08(0x11d)](',\x20'):undefined;}function a51_0x5caa(){const _0x13074f=['affectedRecords','\x20\x20\x20Continue?\x20[y/N]\x20','entries','\x20\x20\x20Affected:\x20','join','name','148365KjeMWW','\x20\x20\x20','869380DEvAsG','7LsAPbg','service','command','name=','780888qJvBiS','stringify','code','3IyBlMz','5681619bVNkoZ','description','5RqHhhf','id=','push','752344ILjxVv','params','19274wUjKxF','27264IXyhLC','code=','⚠\x20\x20High-risk\x20operation:\x20','params='];a51_0x5caa=function(){return _0x13074f;};return a51_0x5caa();}
@@ -1 +1 @@
1
- (function(_0x58e88d,_0x285eee){const _0x1229cd=a52_0x4aba,_0x38815d=_0x58e88d();while(!![]){try{const _0x2c3874=parseInt(_0x1229cd(0xd0))/0x1*(parseInt(_0x1229cd(0xd2))/0x2)+-parseInt(_0x1229cd(0xc6))/0x3*(-parseInt(_0x1229cd(0xd1))/0x4)+-parseInt(_0x1229cd(0xc8))/0x5+-parseInt(_0x1229cd(0xca))/0x6+parseInt(_0x1229cd(0xc9))/0x7+parseInt(_0x1229cd(0xcf))/0x8*(-parseInt(_0x1229cd(0xcb))/0x9)+-parseInt(_0x1229cd(0xce))/0xa*(-parseInt(_0x1229cd(0xcc))/0xb);if(_0x2c3874===_0x285eee)break;else _0x38815d['push'](_0x38815d['shift']());}catch(_0x51edd){_0x38815d['push'](_0x38815d['shift']());}}}(a52_0x5565,0x19fba));import{LovrabetError}from'@lovrabet/sdk';import{CliErrors}from'../errors.js';export function mapUserFacingExecuteError(_0x102ab1){if(_0x102ab1 instanceof LovrabetError)return CliErrors['validation'](userFacingLovrabetMessage(_0x102ab1));return _0x102ab1;}function a52_0x4aba(_0x23b79f,_0x50469b){_0x23b79f=_0x23b79f-0xc6;const _0x55656e=a52_0x5565();let _0x4aba5=_0x55656e[_0x23b79f];return _0x4aba5;}function a52_0x5565(){const _0x19c1af=['5ouFmca','567500EVyYKB','64136pidhvn','trim','description','3jOXypZ','stringify','487245IfuZvo','394366AnFbfB','1274070uCSUzC','1719639ycnIUF','195437jeLPUJ','string','140tkWVSD','8pngMxo'];a52_0x5565=function(){return _0x19c1af;};return a52_0x5565();}function userFacingLovrabetMessage(_0x27e975){const _0x57a732=a52_0x4aba,_0x23d62f=_0x27e975[_0x57a732(0xd4)];if(_0x23d62f!==undefined&&_0x23d62f!==null){if(typeof _0x23d62f===_0x57a732(0xcd)&&_0x23d62f[_0x57a732(0xd3)]())return _0x23d62f[_0x57a732(0xd3)]();try{return JSON[_0x57a732(0xc7)](_0x23d62f);}catch{}}return _0x27e975['message'];}
1
+ (function(_0x5cc003,_0x1de6cd){const _0x441901=a52_0x261a,_0x2f1f00=_0x5cc003();while(!![]){try{const _0x437082=parseInt(_0x441901(0xcb))/0x1+-parseInt(_0x441901(0xd1))/0x2+parseInt(_0x441901(0xca))/0x3+parseInt(_0x441901(0xce))/0x4+parseInt(_0x441901(0xc4))/0x5*(-parseInt(_0x441901(0xcd))/0x6)+-parseInt(_0x441901(0xc8))/0x7*(-parseInt(_0x441901(0xc9))/0x8)+-parseInt(_0x441901(0xc5))/0x9;if(_0x437082===_0x1de6cd)break;else _0x2f1f00['push'](_0x2f1f00['shift']());}catch(_0x864099){_0x2f1f00['push'](_0x2f1f00['shift']());}}}(a52_0x1209,0x57e0f));import{LovrabetError}from'@lovrabet/sdk';import{CliErrors}from'../errors.js';export function mapUserFacingExecuteError(_0x267046){const _0x528b58=a52_0x261a;if(_0x267046 instanceof LovrabetError)return CliErrors[_0x528b58(0xc7)](userFacingLovrabetMessage(_0x267046));return _0x267046;}function a52_0x261a(_0x1d79d8,_0x136f08){_0x1d79d8=_0x1d79d8-0xc4;const _0x1209bf=a52_0x1209();let _0x261afc=_0x1209bf[_0x1d79d8];return _0x261afc;}function a52_0x1209(){const _0x114341=['283190jPkQpn','2227761MSEiDQ','stringify','validation','520009MpGNci','16fIlXHl','1117830pqlDmN','314510oATlTG','description','18vLQiXE','1113348sOtFXb','trim','string','673274MRumsu'];a52_0x1209=function(){return _0x114341;};return a52_0x1209();}function userFacingLovrabetMessage(_0x3655bc){const _0x5c9282=a52_0x261a,_0x7e966a=_0x3655bc[_0x5c9282(0xcc)];if(_0x7e966a!==undefined&&_0x7e966a!==null){if(typeof _0x7e966a===_0x5c9282(0xd0)&&_0x7e966a[_0x5c9282(0xcf)]())return _0x7e966a[_0x5c9282(0xcf)]();try{return JSON[_0x5c9282(0xc6)](_0x7e966a);}catch{}}return _0x3655bc['message'];}
@@ -1 +1 @@
1
- const a53_0x5ccc75=a53_0x8617;(function(_0x2e1b52,_0x29bfdc){const _0x9d546f=a53_0x8617,_0x3d81cf=_0x2e1b52();while(!![]){try{const _0x19b382=-parseInt(_0x9d546f(0x1e9))/0x1+parseInt(_0x9d546f(0x1db))/0x2+parseInt(_0x9d546f(0x1da))/0x3+-parseInt(_0x9d546f(0x1ee))/0x4+parseInt(_0x9d546f(0x1e8))/0x5+parseInt(_0x9d546f(0x1d5))/0x6*(parseInt(_0x9d546f(0x1e6))/0x7)+-parseInt(_0x9d546f(0x1dc))/0x8;if(_0x19b382===_0x29bfdc)break;else _0x3d81cf['push'](_0x3d81cf['shift']());}catch(_0x395c95){_0x3d81cf['push'](_0x3d81cf['shift']());}}}(a53_0x3c78,0x1aed7));import{runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';function a53_0x8617(_0x332611,_0x2403b4){_0x332611=_0x332611-0x1d3;const _0x3c78ed=a53_0x3c78();let _0x8617cc=_0x3c78ed[_0x332611];return _0x8617cc;}import{CliErrors}from'../errors.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{isNonInteractiveMode,readAppCodeFromConfig}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{getApiDomain}from'../constant/domain.js';import{buildConfirmationLines,reconstructCommandArgv}from'../framework/runner-confirmation.js';function a53_0x3c78(){const _0x3d5297=['pageSize','accessKey','Set\x20accessKey\x20in\x20.lovrabet.json\x20or\x20pass\x20LOVRABET_ACCESS_KEY.','492LNlHjE','defaultPageSize','Set\x20appcode\x20via\x20--appcode\x20or\x20in\x20.lovrabet.json.','High-risk\x20operation\x20`','format','297897hkmEIU','180654QihLTF','1148752WREXEN','requiresAuth','env','defaultVerbose','production','authRequired','appCode','map','service','name','17528rZfIdd','cancelled','26000eeospN','118365UZWdSt','configMissing','../core/sdk-client.js','requiresAppCode','currentApp','111600GwvPss','riskLevel','command','../core/api-client.js','validation','error','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.\x0a'];a53_0x3c78=function(){return _0x3d5297;};return a53_0x3c78();}import{mapUserFacingExecuteError}from'../framework/runner-error.js';export function resolveAuthMode(_0x45f20e){return void _0x45f20e,AUTH_MODE['ClientAk'];}export function createPipelineEnv(_0x31c497,_0x88ca4f){const _0x3520cb=a53_0x8617;return{'rawFlags':_0x88ca4f,'appCode':_0x31c497[_0x3520cb(0x1e2)]||process.env.RABETBASE_APPCODE||readAppCodeFromConfig(),'apiDomain':getApiDomain(),'isNonInteractive':isNonInteractiveMode(_0x88ca4f),'defaultFormat':_0x31c497[_0x3520cb(0x1d9)],'defaultPageSize':_0x31c497[_0x3520cb(0x1f5)],'defaultVerbose':_0x31c497['verbose'],'riskLevel':_0x31c497[_0x3520cb(0x1ef)],'accessKey':_0x31c497[_0x3520cb(0x1d3)],'env':_0x31c497[_0x3520cb(0x1de)],'mergedCli':{'defaultApp':_0x31c497['defaultApp'],'currentApp':_0x31c497[_0x3520cb(0x1ed)],'appCode':_0x31c497[_0x3520cb(0x1e2)]}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS['filter'](_0x25e3fc=>PIPELINE_FLAG_NAMES['has'](_0x25e3fc[a53_0x5ccc75(0x1e5)]))[a53_0x5ccc75(0x1e3)](({name:_0x1cd802,type:_0x261408,description:_0x1072ad})=>({'name':_0x1cd802,'type':_0x261408,'description':_0x1072ad})),'formatOutput':formatOutput,'getCommandLabel'(_0xd76322){const _0x56d304=a53_0x5ccc75;return CLI_BIN_NAME+'\x20'+_0xd76322[_0x56d304(0x1e4)]+'\x20'+_0xd76322[_0x56d304(0x1f0)];},'riskPolicy':{'onViolation'(_0x28aa93){const _0x48f5eb=a53_0x5ccc75;console[_0x48f5eb(0x1f3)](_0x28aa93);},'createError'(_0x666883){const _0x4e1c5f=a53_0x5ccc75;return CliErrors[_0x4e1c5f(0x1e7)](_0x666883);}},async 'prepare'(_0x3a1e2d,_0x12dc24){const _0x5cf1f8=a53_0x5ccc75,_0x5d97ad=resolveAuthMode(_0x12dc24);if(_0x3a1e2d[_0x5cf1f8(0x1dd)]!==![]){if(!_0x12dc24['accessKey'])throw CliErrors[_0x5cf1f8(0x1e1)](_0x5cf1f8(0x1d4));const {setActiveAK:_0x45fc76}=await import(_0x5cf1f8(0x1f1));_0x45fc76(_0x12dc24[_0x5cf1f8(0x1d3)]);}let _0x12c84f='';if(_0x3a1e2d[_0x5cf1f8(0x1ec)]!==![]){_0x12c84f=_0x12dc24[_0x5cf1f8(0x1e2)]??'';if(!_0x12c84f)throw CliErrors[_0x5cf1f8(0x1ea)](_0x5cf1f8(0x1d7));}if(_0x12c84f){const {initSdkClient:_0x5401b4}=await import(_0x5cf1f8(0x1eb));_0x5401b4({'appCode':_0x12c84f,'env':_0x12dc24[_0x5cf1f8(0x1de)]??_0x5cf1f8(0x1e0),'accessKey':_0x12dc24[_0x5cf1f8(0x1d3)],'authMode':_0x5d97ad});}return{'defaults':{'booleans':{'verbose':_0x12dc24[_0x5cf1f8(0x1df)]},'numbers':{'pagesize':_0x12dc24[_0x5cf1f8(0x1d6)]}},'extras':{'appCode':_0x12c84f,'cookie':'','apiDomain':_0x12dc24['apiDomain'],'apiDir':'','accessKey':_0x12dc24[_0x5cf1f8(0x1d3)],'envName':_0x12dc24[_0x5cf1f8(0x1de)],'mergedCli':_0x12dc24['mergedCli']}};},async 'confirmHighRisk'({def:_0x1da230,env:_0x51f7b1,flags:_0x1e39bc,commandLabel:_0x3e1815}){const _0x4e606d=a53_0x5ccc75;if(_0x51f7b1['isNonInteractive']){const _0x5127ed=reconstructCommandArgv(_0x1da230,_0x1e39bc);throw CliErrors[_0x4e606d(0x1f2)](_0x4e606d(0x1d8)+_0x3e1815+_0x4e606d(0x1f4)+('\x20\x20To\x20proceed:\x20'+_0x5127ed));}await requireConfirmationPrompt({'lines':buildConfirmationLines(_0x1da230,_0x3e1815,_0x1e39bc),'createCancelledError':_0x57e1a9=>CliErrors[_0x4e606d(0x1e7)](_0x57e1a9)});},'mapDryRunError'(_0x1df218){return mapUserFacingExecuteError(_0x1df218);},'mapExecuteError'(_0x1fd9fd){return mapUserFacingExecuteError(_0x1fd9fd);},async 'finalize'(){const _0x26549e=a53_0x5ccc75,{clearActiveAK:_0x4883ed}=await import(_0x26549e(0x1f1));_0x4883ed();}};export async function runCommand(_0x504455,_0x5995a2){await runCommandWithAdapter(_0x504455,_0x5995a2,runnerAdapter);}
1
+ function a53_0x2086(_0x44a433,_0x35bb8d){_0x44a433=_0x44a433-0x1af;const _0x3d931e=a53_0x3d93();let _0x208686=_0x3d931e[_0x44a433];return _0x208686;}const a53_0x165d3b=a53_0x2086;(function(_0xcc4867,_0x43a78a){const _0x9b81be=a53_0x2086,_0x47108f=_0xcc4867();while(!![]){try{const _0x5d44b2=-parseInt(_0x9b81be(0x1c0))/0x1+parseInt(_0x9b81be(0x1be))/0x2*(-parseInt(_0x9b81be(0x1ca))/0x3)+-parseInt(_0x9b81be(0x1d5))/0x4+-parseInt(_0x9b81be(0x1b3))/0x5*(-parseInt(_0x9b81be(0x1d0))/0x6)+-parseInt(_0x9b81be(0x1cb))/0x7+-parseInt(_0x9b81be(0x1c7))/0x8*(-parseInt(_0x9b81be(0x1c9))/0x9)+parseInt(_0x9b81be(0x1ce))/0xa;if(_0x5d44b2===_0x43a78a)break;else _0x47108f['push'](_0x47108f['shift']());}catch(_0x5afd16){_0x47108f['push'](_0x47108f['shift']());}}}(a53_0x3d93,0x9ab3d));import{runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{isNonInteractiveMode,readAppCodeFromConfig}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{getApiDomain}from'../constant/domain.js';import{buildConfirmationLines,reconstructCommandArgv}from'../framework/runner-confirmation.js';import{mapUserFacingExecuteError}from'../framework/runner-error.js';export function resolveAuthMode(_0x34e152){const _0xfd27d4=a53_0x2086;return void _0x34e152,AUTH_MODE[_0xfd27d4(0x1c1)];}export function createPipelineEnv(_0x384d19,_0x2a72b3){const _0x29af32=a53_0x2086;return{'rawFlags':_0x2a72b3,'appCode':_0x384d19[_0x29af32(0x1cd)]||process.env.RABETBASE_APPCODE||readAppCodeFromConfig(),'apiDomain':getApiDomain(),'isNonInteractive':isNonInteractiveMode(_0x2a72b3),'defaultFormat':_0x384d19[_0x29af32(0x1b2)],'defaultPageSize':_0x384d19[_0x29af32(0x1d2)],'defaultVerbose':_0x384d19[_0x29af32(0x1ba)],'riskLevel':_0x384d19[_0x29af32(0x1b1)],'accessKey':_0x384d19[_0x29af32(0x1c6)],'env':_0x384d19[_0x29af32(0x1bc)],'mergedCli':{'defaultApp':_0x384d19[_0x29af32(0x1af)],'currentApp':_0x384d19[_0x29af32(0x1b9)],'appCode':_0x384d19[_0x29af32(0x1cd)]}};}function a53_0x3d93(){const _0x47af27=['defaultVerbose','requiresAppCode','../core/api-client.js','Set\x20accessKey\x20in\x20.lovrabet.json\x20or\x20pass\x20LOVRABET_ACCESS_KEY.','accessKey','941368VJUzAo','name','9gbXsnF','447alKIFA','2686796JauLds','production','appCode','28033380RMLkZM','authRequired','6mdkeaZ','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.\x0a','pageSize','map','requiresAuth','2201944ZDPGxk','defaultApp','configMissing','riskLevel','format','135950zfyQka','apiDomain','error','cancelled','Set\x20appcode\x20via\x20--appcode\x20or\x20in\x20.lovrabet.json.','isNonInteractive','currentApp','verbose','defaultPageSize','env','command','2350WXJXZo','High-risk\x20operation\x20`','1205149mrKvEY','ClientAk'];a53_0x3d93=function(){return _0x47af27;};return a53_0x3d93();}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS['filter'](_0x4dc68b=>PIPELINE_FLAG_NAMES['has'](_0x4dc68b[a53_0x165d3b(0x1c8)]))[a53_0x165d3b(0x1d3)](({name:_0x2716e4,type:_0x4c26b2,description:_0xb62a40})=>({'name':_0x2716e4,'type':_0x4c26b2,'description':_0xb62a40})),'formatOutput':formatOutput,'getCommandLabel'(_0x4b91ee){const _0x252638=a53_0x165d3b;return CLI_BIN_NAME+'\x20'+_0x4b91ee['service']+'\x20'+_0x4b91ee[_0x252638(0x1bd)];},'riskPolicy':{'onViolation'(_0x49bbb3){const _0x4f6868=a53_0x165d3b;console[_0x4f6868(0x1b5)](_0x49bbb3);},'createError'(_0x50a549){const _0x97871a=a53_0x165d3b;return CliErrors[_0x97871a(0x1b6)](_0x50a549);}},async 'prepare'(_0x45cb57,_0x631dfd){const _0x43e763=a53_0x165d3b,_0xd08dc1=resolveAuthMode(_0x631dfd);if(_0x45cb57[_0x43e763(0x1d4)]!==![]){if(!_0x631dfd[_0x43e763(0x1c6)])throw CliErrors[_0x43e763(0x1cf)](_0x43e763(0x1c5));const {setActiveAK:_0xac3189}=await import(_0x43e763(0x1c4));_0xac3189(_0x631dfd[_0x43e763(0x1c6)]);}let _0x42be1b='';if(_0x45cb57[_0x43e763(0x1c3)]!==![]){_0x42be1b=_0x631dfd[_0x43e763(0x1cd)]??'';if(!_0x42be1b)throw CliErrors[_0x43e763(0x1b0)](_0x43e763(0x1b7));}if(_0x42be1b){const {initSdkClient:_0x2e052f}=await import('../core/sdk-client.js');_0x2e052f({'appCode':_0x42be1b,'env':_0x631dfd[_0x43e763(0x1bc)]??_0x43e763(0x1cc),'accessKey':_0x631dfd[_0x43e763(0x1c6)],'authMode':_0xd08dc1});}return{'defaults':{'booleans':{'verbose':_0x631dfd[_0x43e763(0x1c2)]},'numbers':{'pagesize':_0x631dfd[_0x43e763(0x1bb)]}},'extras':{'appCode':_0x42be1b,'cookie':'','apiDomain':_0x631dfd[_0x43e763(0x1b4)],'apiDir':'','accessKey':_0x631dfd[_0x43e763(0x1c6)],'envName':_0x631dfd[_0x43e763(0x1bc)],'mergedCli':_0x631dfd['mergedCli']}};},async 'confirmHighRisk'({def:_0x255cda,env:_0x43cf3e,flags:_0x1ec956,commandLabel:_0x1cd376}){const _0x4b86e=a53_0x165d3b;if(_0x43cf3e[_0x4b86e(0x1b8)]){const _0x45f293=reconstructCommandArgv(_0x255cda,_0x1ec956);throw CliErrors['validation'](_0x4b86e(0x1bf)+_0x1cd376+_0x4b86e(0x1d1)+('\x20\x20To\x20proceed:\x20'+_0x45f293));}await requireConfirmationPrompt({'lines':buildConfirmationLines(_0x255cda,_0x1cd376,_0x1ec956),'createCancelledError':_0x300a37=>CliErrors[_0x4b86e(0x1b6)](_0x300a37)});},'mapDryRunError'(_0x227a88){return mapUserFacingExecuteError(_0x227a88);},'mapExecuteError'(_0x25171d){return mapUserFacingExecuteError(_0x25171d);},async 'finalize'(){const {clearActiveAK:_0x45e1f2}=await import('../core/api-client.js');_0x45e1f2();}};export async function runCommand(_0x567bc2,_0x2239a3){await runCommandWithAdapter(_0x567bc2,_0x2239a3,runnerAdapter);}
@@ -1 +1 @@
1
- (function(_0x43a117,_0x184c06){const _0x427e3a=a54_0x1e72,_0x111de5=_0x43a117();while(!![]){try{const _0x1dfb76=-parseInt(_0x427e3a(0x1bd))/0x1+-parseInt(_0x427e3a(0x1bf))/0x2+parseInt(_0x427e3a(0x1b9))/0x3*(-parseInt(_0x427e3a(0x1bc))/0x4)+-parseInt(_0x427e3a(0x1ba))/0x5+-parseInt(_0x427e3a(0x1be))/0x6+-parseInt(_0x427e3a(0x1c1))/0x7*(parseInt(_0x427e3a(0x1c3))/0x8)+-parseInt(_0x427e3a(0x1c0))/0x9*(-parseInt(_0x427e3a(0x1bb))/0xa);if(_0x1dfb76===_0x184c06)break;else _0x111de5['push'](_0x111de5['shift']());}catch(_0x454626){_0x111de5['push'](_0x111de5['shift']());}}}(a54_0x8096,0xbd419));function a54_0x8096(){const _0x2ccfdd=['8vtgkeU','3vjzYdj','7485935IRoIMS','480bhIaKm','4248628WnydBy','39369DkkWKs','4127040zRKVUK','2959272fXvOcz','1321245cPkgGW','10536806kEDCgo','../commands/registry.js'];a54_0x8096=function(){return _0x2ccfdd;};return a54_0x8096();}import{buildSchemaPayload as a54_0x2568f6}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';function a54_0x1e72(_0x483ac,_0x275b26){_0x483ac=_0x483ac-0x1b9;const _0x80968d=a54_0x8096();let _0x1e7268=_0x80968d[_0x483ac];return _0x1e7268;}import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x2703dc=a54_0x1e72,{serviceRegistry:_0x3ec6bc,findDefinition:_0x1757cc}=await import(_0x2703dc(0x1c2));return a54_0x2568f6({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x3ec6bc,'buildAllFlags':buildAllFlags,'findDefinition':_0x1757cc});}
1
+ (function(_0xfccba2,_0xbd95b){const _0x66ff41=a54_0x4570,_0xeaaac5=_0xfccba2();while(!![]){try{const _0x337551=-parseInt(_0x66ff41(0xcf))/0x1*(-parseInt(_0x66ff41(0xcb))/0x2)+-parseInt(_0x66ff41(0xd0))/0x3+parseInt(_0x66ff41(0xd2))/0x4*(-parseInt(_0x66ff41(0xcc))/0x5)+parseInt(_0x66ff41(0xc8))/0x6+-parseInt(_0x66ff41(0xc9))/0x7+-parseInt(_0x66ff41(0xce))/0x8+-parseInt(_0x66ff41(0xcd))/0x9*(-parseInt(_0x66ff41(0xd1))/0xa);if(_0x337551===_0xbd95b)break;else _0xeaaac5['push'](_0xeaaac5['shift']());}catch(_0x82ac83){_0xeaaac5['push'](_0xeaaac5['shift']());}}}(a54_0x3056,0xa2d6d));import{buildSchemaPayload as a54_0x1fbe1a}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';function a54_0x4570(_0x821fde,_0x889fa0){_0x821fde=_0x821fde-0xc8;const _0x30568f=a54_0x3056();let _0x457029=_0x30568f[_0x821fde];return _0x457029;}import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x58c7db=a54_0x4570,{serviceRegistry:_0xc53073,findDefinition:_0x4aa78b}=await import(_0x58c7db(0xca));return a54_0x1fbe1a({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0xc53073,'buildAllFlags':buildAllFlags,'findDefinition':_0x4aa78b});}function a54_0x3056(){const _0x1ad0fe=['3793113EGEawt','5532512GAaPiM','38333cTlLuU','2221932TrlDIp','70wOTEyM','12agsgfk','312390wzCsEb','8656263zPIwoC','../commands/registry.js','62NUCFDO','1424635QEiWga'];a54_0x3056=function(){return _0x1ad0fe;};return a54_0x3056();}
@@ -1 +1 @@
1
- function a55_0x231c(_0x1e0d66,_0x2a3f29){_0x1e0d66=_0x1e0d66-0xcd;var _0x4dd6b6=a55_0x4dd6();var _0x231cb3=_0x4dd6b6[_0x1e0d66];return _0x231cb3;}(function(_0x4d12a6,_0x34fc87){var _0x31eb6f=a55_0x231c,_0x13171e=_0x4d12a6();while(!![]){try{var _0x18b92c=-parseInt(_0x31eb6f(0xd5))/0x1+parseInt(_0x31eb6f(0xd3))/0x2+parseInt(_0x31eb6f(0xcf))/0x3+parseInt(_0x31eb6f(0xd1))/0x4*(parseInt(_0x31eb6f(0xd2))/0x5)+-parseInt(_0x31eb6f(0xce))/0x6+-parseInt(_0x31eb6f(0xd0))/0x7*(-parseInt(_0x31eb6f(0xcd))/0x8)+-parseInt(_0x31eb6f(0xd4))/0x9;if(_0x18b92c===_0x34fc87)break;else _0x13171e['push'](_0x13171e['shift']());}catch(_0x228f7d){_0x13171e['push'](_0x13171e['shift']());}}}(a55_0x4dd6,0x441f1));function a55_0x4dd6(){var _0x2ef07f=['344230SDvzet','1306472gWAvbb','972042ndBVjg','1623441EsFBct','7fWeXuZ','4RRmtYX','2653680cLHCLf','94932HgMClh','4476564kchyBd'];a55_0x4dd6=function(){return _0x2ef07f;};return a55_0x4dd6();}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat}from'@lovrabet/cli-framework';
1
+ function a55_0x350c(){var _0x6224f5=['3346854bJUEAl','5rDPNmi','8328MuKxrU','4925088xGspXp','903348tpqniV','1456254ZxHMHv','1144LZmSNu','2356416MUoCOD','14899923vUzfaT'];a55_0x350c=function(){return _0x6224f5;};return a55_0x350c();}function a55_0x56ba(_0x454aea,_0x419216){_0x454aea=_0x454aea-0x1bf;var _0x350c4d=a55_0x350c();var _0x56baf5=_0x350c4d[_0x454aea];return _0x56baf5;}(function(_0x2416c4,_0x4a3ce9){var _0x6cd452=a55_0x56ba,_0x3739f8=_0x2416c4();while(!![]){try{var _0x2feba7=-parseInt(_0x6cd452(0x1bf))/0x1+parseInt(_0x6cd452(0x1c0))/0x2+-parseInt(_0x6cd452(0x1c6))/0x3*(-parseInt(_0x6cd452(0x1c1))/0x4)+-parseInt(_0x6cd452(0x1c5))/0x5*(parseInt(_0x6cd452(0x1c4))/0x6)+-parseInt(_0x6cd452(0x1c7))/0x7+-parseInt(_0x6cd452(0x1c2))/0x8+parseInt(_0x6cd452(0x1c3))/0x9;if(_0x2feba7===_0x4a3ce9)break;else _0x3739f8['push'](_0x3739f8['shift']());}catch(_0x2acb53){_0x3739f8['push'](_0x3739f8['shift']());}}}(a55_0x350c,0xaf5ed));export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat}from'@lovrabet/cli-framework';
package/lib/help.js CHANGED
@@ -1 +1 @@
1
- (function(_0x3ef222,_0x5d9eeb){const _0xb8363b=a56_0x1013,_0x2882c9=_0x3ef222();while(!![]){try{const _0x335dc7=parseInt(_0xb8363b(0x156))/0x1*(parseInt(_0xb8363b(0x149))/0x2)+-parseInt(_0xb8363b(0x14a))/0x3*(-parseInt(_0xb8363b(0x14d))/0x4)+-parseInt(_0xb8363b(0x14f))/0x5*(parseInt(_0xb8363b(0x154))/0x6)+parseInt(_0xb8363b(0x150))/0x7*(parseInt(_0xb8363b(0x155))/0x8)+parseInt(_0xb8363b(0x14c))/0x9*(-parseInt(_0xb8363b(0x152))/0xa)+-parseInt(_0xb8363b(0x153))/0xb+parseInt(_0xb8363b(0x14e))/0xc*(parseInt(_0xb8363b(0x151))/0xd);if(_0x335dc7===_0x5d9eeb)break;else _0x2882c9['push'](_0x2882c9['shift']());}catch(_0x406bb9){_0x2882c9['push'](_0x2882c9['shift']());}}}(a56_0x5bfe,0x6b695));import{jsx as a56_0x2e7ad3,jsxs as a56_0x1b17d7}from'react/jsx-runtime';import{useEffect}from'react';import{Box,Text,useApp}from'ink';function a56_0x5bfe(){const _0xd1ad68=['\x20--help','792798IjpBwj','5505YNRgQl','column','3331206qpTdbr','1028AOChQy','5847276vhhJvH','15McEmgZ','259014ZImpWs','13GgsGbE','10SZjfQc','2073401PuZPim','935382KBoNuO','24NybODM','1puoNGI','\x20to\x20view\x20available\x20commands.','\x20\x20Use\x20'];a56_0x5bfe=function(){return _0xd1ad68;};return a56_0x5bfe();}import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';function a56_0x1013(_0x388cfd,_0x568e2d){_0x388cfd=_0x388cfd-0x149;const _0x5bfef6=a56_0x5bfe();let _0x10139e=_0x5bfef6[_0x388cfd];return _0x10139e;}export function Help(){const _0x121010=a56_0x1013,{exit:_0x1b5b52}=useApp();return useEffect(()=>{_0x1b5b52();},[_0x1b5b52]),a56_0x1b17d7(Box,{'flexDirection':_0x121010(0x14b),'marginTop':0x1,'marginBottom':0x1,'children':[a56_0x2e7ad3(Box,{'children':a56_0x2e7ad3(Text,{'bold':!![],'color':'green','children':'\x20\x20'+CLI_DISPLAY_NAME})}),a56_0x1b17d7(Box,{'marginTop':0x1,'children':[a56_0x2e7ad3(Text,{'dimColor':!![],'children':_0x121010(0x158)}),a56_0x2e7ad3(Text,{'bold':!![],'color':'green','children':CLI_BIN_NAME+_0x121010(0x159)}),a56_0x2e7ad3(Text,{'dimColor':!![],'children':_0x121010(0x157)})]})]});}
1
+ (function(_0x496eac,_0x43fa37){const _0x466c8b=a56_0x2eac,_0x37c97f=_0x496eac();while(!![]){try{const _0x3adf01=parseInt(_0x466c8b(0x109))/0x1+-parseInt(_0x466c8b(0x10e))/0x2*(parseInt(_0x466c8b(0x106))/0x3)+parseInt(_0x466c8b(0x103))/0x4+parseInt(_0x466c8b(0x111))/0x5*(-parseInt(_0x466c8b(0x10f))/0x6)+-parseInt(_0x466c8b(0x105))/0x7+parseInt(_0x466c8b(0x10a))/0x8*(parseInt(_0x466c8b(0x10c))/0x9)+parseInt(_0x466c8b(0x10d))/0xa;if(_0x3adf01===_0x43fa37)break;else _0x37c97f['push'](_0x37c97f['shift']());}catch(_0x2e3557){_0x37c97f['push'](_0x37c97f['shift']());}}}(a56_0x4862,0xd2fe5));function a56_0x2eac(_0x263de8,_0x6f144c){_0x263de8=_0x263de8-0x103;const _0x486203=a56_0x4862();let _0x2eac7c=_0x486203[_0x263de8];return _0x2eac7c;}import{jsx as a56_0x4bc67c,jsxs as a56_0x160b3c}from'react/jsx-runtime';function a56_0x4862(){const _0x26f27c=['6CpTLIf','column','1523015eUWniG','2013460nddtEL','green','8004192nFdCFc','4182vdKVuj','\x20--help','\x20to\x20view\x20available\x20commands.','856025AAmaAy','32PBIfOL','\x20\x20Use\x20','817497ALEpoP','18971380GSJFpw','1876agaUtZ'];a56_0x4862=function(){return _0x26f27c;};return a56_0x4862();}import{useEffect}from'react';import{Box,Text,useApp}from'ink';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function Help(){const _0x565350=a56_0x2eac,{exit:_0xa8e329}=useApp();return useEffect(()=>{_0xa8e329();},[_0xa8e329]),a56_0x160b3c(Box,{'flexDirection':_0x565350(0x110),'marginTop':0x1,'marginBottom':0x1,'children':[a56_0x4bc67c(Box,{'children':a56_0x4bc67c(Text,{'bold':!![],'color':_0x565350(0x104),'children':'\x20\x20'+CLI_DISPLAY_NAME})}),a56_0x160b3c(Box,{'marginTop':0x1,'children':[a56_0x4bc67c(Text,{'dimColor':!![],'children':_0x565350(0x10b)}),a56_0x4bc67c(Text,{'bold':!![],'color':_0x565350(0x104),'children':CLI_BIN_NAME+_0x565350(0x107)}),a56_0x4bc67c(Text,{'dimColor':!![],'children':_0x565350(0x108)})]})]});}