@lovrabet/lovrabet-cli 2.1.15 → 2.1.16-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.
- package/lib/cli.js +1 -1
- package/lib/commands/api-doc/index.js +1 -1
- package/lib/commands/app/cache.js +1 -1
- package/lib/commands/app/definitions.js +1 -1
- package/lib/commands/app/eligibility.js +1 -1
- package/lib/commands/app/mock-loader.js +1 -1
- package/lib/commands/app/remote-source.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/artifact/index.js +1 -1
- package/lib/commands/auth/device.js +1 -0
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/auth/prompt.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/exec.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/common/config-policy.js +1 -1
- package/lib/commands/common/constraints.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/config/definitions.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/sdk-doc.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/personal-bff/index.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/service/dynamic.js +1 -1
- package/lib/commands/service/function-name-adapter.js +1 -1
- package/lib/commands/service/index.js +1 -1
- package/lib/commands/service/registry.js +1 -1
- package/lib/commands/skill/commands/create.js +1 -1
- package/lib/commands/skill/commands/install.js +1 -1
- package/lib/commands/skill/commands/list.js +1 -1
- package/lib/commands/skill/commands/push.js +1 -1
- package/lib/commands/skill/commands/validate.js +1 -1
- package/lib/commands/skill/flags.js +1 -1
- package/lib/commands/skill/index.js +1 -1
- package/lib/commands/skill/manifest-helpers.js +1 -1
- package/lib/commands/skill/push-execute.js +1 -1
- package/lib/commands/skill/push-flow-helpers.js +1 -1
- package/lib/commands/skill/push-retarget.js +1 -1
- package/lib/commands/skill/scopes.js +1 -1
- package/lib/commands/skill/summary.js +1 -1
- package/lib/commands/skill/templates.js +1 -1
- package/lib/commands/skill/validate.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/update.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/app.js +1 -1
- package/lib/constant/auth-mode.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/distribution.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/product.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/url.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/sdk-client.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/dryrun.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/preparse.js +1 -1
- package/lib/framework/rate-limit.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-confirmation.js +1 -1
- package/lib/framework/runner-error.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/service-order.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/runtime-skill-sync/constants.js +1 -1
- package/lib/skills/runtime-skill-sync/fs-utils.js +1 -1
- package/lib/skills/runtime-skill-sync/hashing.js +1 -1
- package/lib/skills/runtime-skill-sync/links.js +1 -1
- package/lib/skills/runtime-skill-sync/list-local.js +1 -1
- package/lib/skills/runtime-skill-sync/local-files.js +1 -1
- package/lib/skills/runtime-skill-sync/materialize.js +1 -1
- package/lib/skills/runtime-skill-sync/metadata.js +1 -1
- package/lib/skills/runtime-skill-sync/paths.js +1 -1
- package/lib/skills/runtime-skill-sync/push.js +1 -1
- package/lib/skills/runtime-skill-sync/scopes.js +1 -1
- package/lib/skills/runtime-skill-sync/zip-codec.js +1 -1
- package/lib/skills/runtime-skill-sync/zip-package.js +1 -1
- package/lib/skills/runtime-skill-sync.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/lossless-json.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a14_0xa670(_0x29b25f,_0x333750){_0x29b25f=_0x29b25f-0x69;const _0x471382=a14_0x4713();let _0xa6707f=_0x471382[_0x29b25f];return _0xa6707f;}const a14_0x5e3b29=a14_0xa670;(function(_0x4e0463,_0x2118ec){const _0x2051d1=a14_0xa670,_0x438908=_0x4e0463();while(!![]){try{const _0x1eb838=-parseInt(_0x2051d1(0x69))/0x1*(parseInt(_0x2051d1(0x77))/0x2)+parseInt(_0x2051d1(0x6b))/0x3+parseInt(_0x2051d1(0x74))/0x4*(-parseInt(_0x2051d1(0x7b))/0x5)+parseInt(_0x2051d1(0x72))/0x6*(parseInt(_0x2051d1(0x7c))/0x7)+parseInt(_0x2051d1(0x6f))/0x8+parseInt(_0x2051d1(0x73))/0x9*(-parseInt(_0x2051d1(0x75))/0xa)+parseInt(_0x2051d1(0x6e))/0xb*(-parseInt(_0x2051d1(0x70))/0xc);if(_0x1eb838===_0x2118ec)break;else _0x438908['push'](_0x438908['shift']());}catch(_0xbd71c2){_0x438908['push'](_0x438908['shift']());}}}(a14_0x4713,0x8887d));function a14_0x4713(){const _0x1626a5=['4165332wwtXVl','str','42tewjIE','3800439yVmAHH','2538756stomPF','10LOqzjr','name','1292QjOEQX','gmtModified','detail','read','5QNbmGD','452207FuBwbO','appCode','52PmfTRQ','BFF\x20function\x20name','2402505NoNMqO','description','functionName','11hytKaU','5950800eSokaA'];a14_0x4713=function(){return _0x1626a5;};return a14_0x4713();}import{getBffEndpointContract}from'../../core/api-client.js';import{NAME_FLAG}from'../../commands/common/flags.js';export const bffDetail={'service':'bff','command':a14_0x5e3b29(0x79),'description':'Get\x20a\x20BFF\x20endpoint\x20contract\x20by\x20function\x20name','risk':a14_0x5e3b29(0x7a),'flags':[{...NAME_FLAG,'required':!![],'description':a14_0x5e3b29(0x6a)}],async 'execute'(_0x198823){const _0x32c7db=a14_0x5e3b29,_0x1e6c71=await getBffEndpointContract(_0x198823['appCode'],_0x198823[_0x32c7db(0x71)](_0x32c7db(0x76)));return{'ok':!![],'data':{'appCode':_0x1e6c71[_0x32c7db(0x7d)],'functionName':_0x1e6c71[_0x32c7db(0x6d)],'description':_0x1e6c71[_0x32c7db(0x6c)]||'(none)','version':_0x1e6c71['version'],'gmtModified':_0x1e6c71[_0x32c7db(0x78)]}};}};
|
package/lib/commands/bff/exec.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a15_0x119b07=a15_0x5bc2;(function(_0xbf452d,_0x429f3f){const _0x3fe428=a15_0x5bc2,_0x47515e=_0xbf452d();while(!![]){try{const _0x35ec27=-parseInt(_0x3fe428(0x83))/0x1+-parseInt(_0x3fe428(0x8c))/0x2+parseInt(_0x3fe428(0x8d))/0x3*(-parseInt(_0x3fe428(0x88))/0x4)+parseInt(_0x3fe428(0x85))/0x5*(parseInt(_0x3fe428(0x8e))/0x6)+-parseInt(_0x3fe428(0x87))/0x7+parseInt(_0x3fe428(0x84))/0x8*(-parseInt(_0x3fe428(0x8a))/0x9)+parseInt(_0x3fe428(0x82))/0xa;if(_0x35ec27===_0x429f3f)break;else _0x47515e['push'](_0x47515e['shift']());}catch(_0x51fefb){_0x47515e['push'](_0x47515e['shift']());}}}(a15_0x10bc,0x9e524));import{executeSdkBff}from'../../core/sdk-client.js';import{parseJsonParams}from'../../utils/params.js';function a15_0x10bc(){const _0x1c14fa=['409226CrNsDG','373908zEaZYX','12396hEtaRB','str','now','name','Execute\x20a\x20BFF\x20script\x20by\x20function\x20name','BFF\x20executed\x20in\x20','read','36178760TuKORt','1127855HLhsFL','8zoqvTN','1205hiPjRl','params','6507795gGTivc','8lCRxBY','bff','8602857ZLDblU','BFF\x20function\x20name\x20to\x20execute'];a15_0x10bc=function(){return _0x1c14fa;};return a15_0x10bc();}function a15_0x5bc2(_0x5e3df2,_0x1e1550){_0x5e3df2=_0x5e3df2-0x81;const _0x10bc9f=a15_0x10bc();let _0x5bc2d4=_0x10bc9f[_0x5e3df2];return _0x5bc2d4;}import{NAME_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';export const bffExec={'service':a15_0x119b07(0x89),'command':'exec','description':a15_0x119b07(0x92),'risk':a15_0x119b07(0x81),'flags':[{...NAME_FLAG,'required':!![],'description':a15_0x119b07(0x8b)},PARAMS_FLAG],async 'execute'(_0x192011){const _0x56c551=a15_0x119b07,_0x176cf4=parseJsonParams(_0x192011['str'](_0x56c551(0x86))),_0x508c56=Date[_0x56c551(0x90)](),_0x42ed2f=await executeSdkBff(_0x192011[_0x56c551(0x8f)](_0x56c551(0x91)),_0x176cf4),_0x4bec6f=Date['now']()-_0x508c56;return{'ok':!![],'data':{'result':_0x42ed2f,'elapsed':_0x4bec6f},'message':_0x56c551(0x93)+_0x4bec6f+'ms'};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a16_0x1c3c(_0x1968b4,_0xa69ea5){_0x1968b4=_0x1968b4-0x1be;const _0x42a180=a16_0x42a1();let _0x1c3cdb=_0x42a180[_0x1968b4];return _0x1c3cdb;}function a16_0x42a1(){const _0x598b0c=['1289931epWfzP','526911nFLXtU','66287qMpnrY','4uMVrru','264831PBRFma','420YdNpSV','56SjUrWB','959394kOFIjn','90QLcjEH','1ImypRR','3788136GkzMNt','66lvCDyI','45950TsGtjJ'];a16_0x42a1=function(){return _0x598b0c;};return a16_0x42a1();}(function(_0x4306ab,_0x372ac3){const _0x36e3dd=a16_0x1c3c,_0x35d5e4=_0x4306ab();while(!![]){try{const _0x1c2a49=parseInt(_0x36e3dd(0x1c7))/0x1*(-parseInt(_0x36e3dd(0x1c5))/0x2)+-parseInt(_0x36e3dd(0x1be))/0x3*(-parseInt(_0x36e3dd(0x1c1))/0x4)+-parseInt(_0x36e3dd(0x1ca))/0x5*(parseInt(_0x36e3dd(0x1c9))/0x6)+parseInt(_0x36e3dd(0x1c2))/0x7*(-parseInt(_0x36e3dd(0x1c4))/0x8)+parseInt(_0x36e3dd(0x1c8))/0x9+parseInt(_0x36e3dd(0x1c6))/0xa*(parseInt(_0x36e3dd(0x1bf))/0xb)+parseInt(_0x36e3dd(0x1c3))/0xc*(-parseInt(_0x36e3dd(0x1c0))/0xd);if(_0x1c2a49===_0x372ac3)break;else _0x35d5e4['push'](_0x35d5e4['shift']());}catch(_0x405bf4){_0x35d5e4['push'](_0x35d5e4['shift']());}}}(a16_0x42a1,0x3ef73));import{bffDetail}from'../../commands/bff/detail.js';import{bffExec}from'../../commands/bff/exec.js';export const bffDefinitions=[bffDetail,bffExec];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a17_0x35a3(_0x164111,_0x3234cf){_0x164111=_0x164111-0x1e2;const _0x9016f2=a17_0x9016();let _0x35a361=_0x9016f2[_0x164111];return _0x35a361;}const a17_0x396a72=a17_0x35a3;(function(_0x55348,_0x34f63d){const _0x5dd25e=a17_0x35a3,_0x4ac636=_0x55348();while(!![]){try{const _0xaeb3df=-parseInt(_0x5dd25e(0x1e6))/0x1+-parseInt(_0x5dd25e(0x1f3))/0x2+-parseInt(_0x5dd25e(0x1ff))/0x3*(parseInt(_0x5dd25e(0x1f7))/0x4)+-parseInt(_0x5dd25e(0x1ec))/0x5+-parseInt(_0x5dd25e(0x1e5))/0x6*(parseInt(_0x5dd25e(0x1f4))/0x7)+-parseInt(_0x5dd25e(0x1ed))/0x8+-parseInt(_0x5dd25e(0x1f2))/0x9*(-parseInt(_0x5dd25e(0x200))/0xa);if(_0xaeb3df===_0x34f63d)break;else _0x4ac636['push'](_0x4ac636['shift']());}catch(_0x3ac35d){_0x4ac636['push'](_0x4ac636['shift']());}}}(a17_0x9016,0x31bb0));import{CliErrors}from'../../errors.js';function a17_0x9016(){const _0x4685d4=['pipe','apiError','log','cli-skill','CLI\x20Built-in\x20Skill\x20installed','=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.','9oAriFb','20rGccMR','../../skills/npx-skills-add.js','unknown','inherit','48612qbYjxX','72501tvESXI','install','cwd','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.','\x20-g\x20-y)...','cli-skill-install','1758525kXfhNd','3040560uqqMqa','setLogPath','Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20npx\x20skills\x20add\x20','write','Skipped\x20npx\x20(','6301602HRtSGl','309886pOIjBW','63PbdWhn','Install\x20the\x20CLI\x20Built-in\x20Skill\x20required\x20by\x20Lovrabet\x20runtime','error','219364ezDMLQ','npx\x20skills\x20add\x20failed:\x20'];a17_0x9016=function(){return _0x4685d4;};return a17_0x9016();}import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':a17_0x396a72(0x1fc),'command':a17_0x396a72(0x1e7),'description':a17_0x396a72(0x1f5),'risk':a17_0x396a72(0x1f0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x5eed3c){const _0x436654=a17_0x396a72;logger[_0x436654(0x1ee)](process[_0x436654(0x1e8)]()),logger['info'](_0x436654(0x1eb),_0x436654(0x1e9));const {LOVRABET_SKILL_SOURCE:_0x5303b6,LOVRABET_SKIP_NPX_SKILLS_ENV:_0x4feb13,runNpxSkillsAddGlobal:_0x1f015f}=await import(_0x436654(0x1e2)),_0x5eef9a=_0x5eed3c['nonInteractive']?_0x436654(0x1f9):_0x436654(0x1e4);console[_0x436654(0x1fb)]('Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(npx\x20skills\x20add\x20'+_0x5303b6+_0x436654(0x1ea));const _0x3ad26d=_0x1f015f(process[_0x436654(0x1e8)](),_0x5303b6,{'stdio':_0x5eef9a});if(_0x3ad26d['skipped'])console[_0x436654(0x1fb)](_0x436654(0x1f1)+_0x4feb13+_0x436654(0x1fe));else{if(_0x3ad26d['ok'])console[_0x436654(0x1fb)](_0x436654(0x1fd));else throw CliErrors[_0x436654(0x1fa)](_0x436654(0x1f8)+(_0x3ad26d[_0x436654(0x1f6)]||_0x436654(0x1e3)),_0x436654(0x1ef)+_0x5303b6+'\x20-g\x20-y');}return{'ok':!![]};}}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5e054c,_0x4e1b13){const _0x34de89=a18_0x188d,_0x3f8761=_0x5e054c();while(!![]){try{const _0x206e75=parseInt(_0x34de89(0x1c9))/0x1*(parseInt(_0x34de89(0x1c2))/0x2)+parseInt(_0x34de89(0x1bb))/0x3*(-parseInt(_0x34de89(0x1b4))/0x4)+parseInt(_0x34de89(0x1b8))/0x5*(-parseInt(_0x34de89(0x1b5))/0x6)+-parseInt(_0x34de89(0x1c4))/0x7+-parseInt(_0x34de89(0x1ba))/0x8*(-parseInt(_0x34de89(0x1b3))/0x9)+parseInt(_0x34de89(0x1c8))/0xa+parseInt(_0x34de89(0x1c1))/0xb;if(_0x206e75===_0x4e1b13)break;else _0x3f8761['push'](_0x3f8761['shift']());}catch(_0x432989){_0x3f8761['push'](_0x3f8761['shift']());}}}(a18_0x578d,0x249b6));function a18_0x188d(_0x103516,_0x421901){_0x103516=_0x103516-0x1b3;const _0x578d0e=a18_0x578d();let _0x188dae=_0x578d0e[_0x103516];return _0x188dae;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{PRODUCT_CONFIG}from'../../constant/product.js';export{DEFAULT_APP_PROFILE_NAME,DEFAULT_CONFIG_VALUES}from'../../constant/defaults.js';export{RUNTIME_ENV_VALUES}from'../../constant/env.js';export{OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{isInProject}from'../../context.js';import{CliErrors}from'../../errors.js';export{buildAppProfileListFields,CONFIG_ENUM_VALUES,IMPORTABLE_RUNTIME_CONFIG_KEYS,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getConfigDefaultValue,getConfigEnumValues,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isLegacyCompatConfigKey,isTopLevelConfigKey}from'../../config/schema.js';function a18_0x578d(){const _0x1f82bb=['validation',',\x20or\x20run\x20`','project-or-global-explicit','3520055VGRuIL','7466AyrhIU','newConfigFileName','1804866rOrMci','global','\x20init`\x20first.','inProject','1262060kTeXXv','57wZfKvU','Not\x20inside\x20a\x20project\x20(no\x20','Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.','27nceqzi','8tmSjGY','6MQmukd','project','Use\x20only\x20one\x20config\x20scope\x20flag.','758005ZiTdbi','\x20found).','524008DBHXeA','444171hwKUCN','\x20(global)','project-default'];a18_0x578d=function(){return _0x1f82bb;};return a18_0x578d();}export function resolveConfigScope(_0x418a9a){const _0x1f0452=a18_0x188d,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x2d78d5}=_0x418a9a;if(explicitGlobal&&explicitProject)throw CliErrors[_0x1f0452(0x1be)](_0x1f0452(0x1cb),_0x1f0452(0x1b7));if(explicitGlobal)return _0x1f0452(0x1c5);if(explicitProject)return _0x1f0452(0x1b6);switch(_0x2d78d5){case'global-default':return _0x1f0452(0x1c5);case _0x1f0452(0x1bd):return _0x418a9a[_0x1f0452(0x1c7)]??isInProject()?_0x1f0452(0x1b6):_0x1f0452(0x1c5);case _0x1f0452(0x1c0):if(!(_0x418a9a[_0x1f0452(0x1c7)]??isInProject()))throw CliErrors[_0x1f0452(0x1be)](_0x1f0452(0x1ca)+PRODUCT_CONFIG['newConfigFileName']+_0x1f0452(0x1b9),'Add\x20--global\x20to\x20write\x20to\x20~/'+PRODUCT_CONFIG[_0x1f0452(0x1c3)]+_0x1f0452(0x1bf)+CLI_BIN_NAME+_0x1f0452(0x1c6));return'project';}}export function toScopeFlags(_0x416010){const _0x44ed90=a18_0x188d;return{'global':_0x416010===_0x44ed90(0x1c5)};}export function formatScopeLabel(_0x200e7f){const _0x20ea09=a18_0x188d;return _0x200e7f===_0x20ea09(0x1c5)?_0x20ea09(0x1bc):'';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x40ca36,_0x90e4e8){const _0x3bdf51=a19_0x5aac,_0x1370ab=_0x40ca36();while(!![]){try{const _0x42366a=-parseInt(_0x3bdf51(0xb2))/0x1+-parseInt(_0x3bdf51(0xb1))/0x2+parseInt(_0x3bdf51(0xbc))/0x3*(-parseInt(_0x3bdf51(0xb3))/0x4)+-parseInt(_0x3bdf51(0xc1))/0x5*(parseInt(_0x3bdf51(0xc3))/0x6)+-parseInt(_0x3bdf51(0xbf))/0x7+parseInt(_0x3bdf51(0xbb))/0x8*(parseInt(_0x3bdf51(0xbe))/0x9)+parseInt(_0x3bdf51(0xb8))/0xa;if(_0x42366a===_0x90e4e8)break;else _0x1370ab['push'](_0x1370ab['shift']());}catch(_0x1559dc){_0x1370ab['push'](_0x1370ab['shift']());}}}(a19_0x5f6e,0x5a123));import{CliErrors}from'../../errors.js';function isSet(_0x570bcd,_0x4fa509){const _0x2e36bc=a19_0x5aac,_0x3a53ae=_0x570bcd[_0x2e36bc(0xb5)](_0x4fa509);return _0x3a53ae!==undefined&&_0x3a53ae!==''&&_0x3a53ae!==![]&&_0x3a53ae!==0x0;}function fmtNames(_0x30721b){const _0x3ade61=a19_0x5aac;return _0x30721b[_0x3ade61(0xc2)](_0x3c8ad5=>'--'+_0x3c8ad5)['join'](',\x20');}export function requireOneOf(_0xd1fcf9,_0x2774a8,_0x53591b){const _0x2e7c04=a19_0x5aac,_0x3a5271=_0x2774a8[_0x2e7c04(0xc7)](_0x28444c=>isSet(_0xd1fcf9,_0x28444c));if(_0x3a5271['length']!==0x1)throw CliErrors[_0x2e7c04(0xc0)](_0x3a5271[_0x2e7c04(0xba)]===0x0?_0x2e7c04(0xc4)+fmtNames(_0x2774a8)+_0x2e7c04(0xc6)+_0x53591b+'`.':'Only\x20one\x20of\x20'+fmtNames(_0x2774a8)+_0x2e7c04(0xb6)+fmtNames(_0x3a5271)+'.',_0x3a5271[_0x2e7c04(0xba)]===0x0?_0x2e7c04(0xb9)+fmtNames(_0x2774a8):_0x2e7c04(0xb4));}function a19_0x5f6e(){const _0x4470da=['str','Flags\x20','958226OHgZRt','384995wELxew','4zbMEBk','Remove\x20all\x20but\x20one.','flag','\x20is\x20allowed,\x20found:\x20',',\x20got\x20\x22','21054880VMFoed','Provide\x20one\x20of:\x20','length','66104ScVgck','1572654kOXGSk','\x20are\x20mutually\x20exclusive\x20for\x20`','288muwWrW','22295VeLERI','validation','5tesAZQ','map','3656772pjPMOe','Exactly\x20one\x20of\x20','Invalid\x20--','\x20is\x20required\x20for\x20`','filter','Use\x20only\x20one\x20of:\x20',':\x20expected\x20','test','At\x20least\x20one\x20of\x20'];a19_0x5f6e=function(){return _0x4470da;};return a19_0x5f6e();}export function requireAnyOf(_0x43e230,_0x51245e,_0x47ee9c){const _0x11ca42=a19_0x5aac;if(!_0x51245e['some'](_0x4ebddd=>isSet(_0x43e230,_0x4ebddd)))throw CliErrors['validation'](_0x11ca42(0xae)+fmtNames(_0x51245e)+_0x11ca42(0xc6)+_0x47ee9c+'`.','Provide\x20one\x20of:\x20'+fmtNames(_0x51245e));}export function mutuallyExclusive(_0x3d8a5b,_0x510837,_0x39759a){const _0x1a380c=a19_0x5aac,_0x517b33=_0x510837[_0x1a380c(0xc7)](_0x1f218e=>isSet(_0x3d8a5b,_0x1f218e));if(_0x517b33[_0x1a380c(0xba)]>0x1)throw CliErrors[_0x1a380c(0xc0)](_0x1a380c(0xb0)+fmtNames(_0x517b33)+_0x1a380c(0xbd)+_0x39759a+'`.',_0x1a380c(0xc8)+fmtNames(_0x510837));}function a19_0x5aac(_0x53cf34,_0x3736b6){_0x53cf34=_0x53cf34-0xac;const _0x5f6ef=a19_0x5f6e();let _0x5aacbd=_0x5f6ef[_0x53cf34];return _0x5aacbd;}export function validatePattern(_0x1edfcd,_0xc246b9,_0x2d49e5,_0x347ab2){const _0x40cf91=a19_0x5aac,_0x469a58=_0x1edfcd[_0x40cf91(0xaf)](_0xc246b9);if(_0x469a58&&!_0x2d49e5[_0x40cf91(0xad)](_0x469a58))throw CliErrors[_0x40cf91(0xc0)](_0x40cf91(0xc5)+_0xc246b9+_0x40cf91(0xac)+_0x347ab2+_0x40cf91(0xb7)+_0x469a58+'\x22.');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a20_0x1b4b(_0x2c3fea,_0x345a76){_0x2c3fea=_0x2c3fea-0xaf;const _0x1d75cd=a20_0x1d75();let _0x1b4b33=_0x1d75cd[_0x2c3fea];return _0x1b4b33;}const a20_0x3e8ace=a20_0x1b4b;(function(_0xc25022,_0x58903c){const _0x13b8a2=a20_0x1b4b,_0x505b6d=_0xc25022();while(!![]){try{const _0x20c7a9=parseInt(_0x13b8a2(0xc4))/0x1*(parseInt(_0x13b8a2(0xbd))/0x2)+-parseInt(_0x13b8a2(0xb7))/0x3*(-parseInt(_0x13b8a2(0xbe))/0x4)+-parseInt(_0x13b8a2(0xc8))/0x5*(-parseInt(_0x13b8a2(0xb8))/0x6)+parseInt(_0x13b8a2(0xc3))/0x7+parseInt(_0x13b8a2(0xbc))/0x8*(-parseInt(_0x13b8a2(0xb6))/0x9)+parseInt(_0x13b8a2(0xc5))/0xa+parseInt(_0x13b8a2(0xb5))/0xb*(-parseInt(_0x13b8a2(0xb3))/0xc);if(_0x20c7a9===_0x58903c)break;else _0x505b6d['push'](_0x505b6d['shift']());}catch(_0x3f09df){_0x505b6d['push'](_0x505b6d['shift']());}}}(a20_0x1d75,0x52b23));export const CODE_FLAG={'name':a20_0x3e8ace(0xba),'type':a20_0x3e8ace(0xbb),'required':!![],'description':'Dataset\x20code\x20(32-char\x20hex\x20UUID)','pattern':{'regex':/^[a-f0-9]{32}$/i,'description':a20_0x3e8ace(0xc6)}};export const SQLCODE_FLAG={'name':a20_0x3e8ace(0xc2),'type':a20_0x3e8ace(0xbb),'required':!![],'description':'SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a20_0x3e8ace(0xb0)}};function a20_0x1d75(){const _0x5be9ab=['code','string','8IiEvbQ','22temaxA','13084lnLSue','Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','verbose','Resource\x20name\x20for\x20lookup','sqlcode','369152IPjpmu','24822WrqPUw','4244280CgMCef','a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)','params','40HgaCIu','boolean','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','name','number','14244372MkbGOo','Return\x20full\x20raw\x20response\x20object','11LYCgsC','3688767iWJONA','543cWIcNy','445020ZlFbhZ','Resource\x20ID'];a20_0x1d75=function(){return _0x5be9ab;};return a20_0x1d75();}export const VERBOSE_FLAG={'name':a20_0x3e8ace(0xc0),'type':a20_0x3e8ace(0xaf),'description':a20_0x3e8ace(0xb4)};export const PARAMS_FLAG={'name':a20_0x3e8ace(0xc7),'type':a20_0x3e8ace(0xbb),'description':a20_0x3e8ace(0xbf)};export const NAME_FLAG={'name':a20_0x3e8ace(0xb1),'type':a20_0x3e8ace(0xbb),'description':a20_0x3e8ace(0xc1)};export const ID_FLAG={'name':'id','type':a20_0x3e8ace(0xb2),'required':!![],'description':a20_0x3e8ace(0xb9)};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1c2386,_0xa3091c){const _0x25a5df=a21_0x2d60,_0x572c2d=_0x1c2386();while(!![]){try{const _0xc29ef3=parseInt(_0x25a5df(0x166))/0x1*(parseInt(_0x25a5df(0x15d))/0x2)+parseInt(_0x25a5df(0x164))/0x3+-parseInt(_0x25a5df(0x160))/0x4+parseInt(_0x25a5df(0x165))/0x5+parseInt(_0x25a5df(0x157))/0x6*(-parseInt(_0x25a5df(0x158))/0x7)+-parseInt(_0x25a5df(0x15b))/0x8+-parseInt(_0x25a5df(0x15e))/0x9;if(_0xc29ef3===_0xa3091c)break;else _0x572c2d['push'](_0x572c2d['shift']());}catch(_0x28cea){_0x572c2d['push'](_0x572c2d['shift']());}}}(a21_0x440d,0xed022));import{existsSync,statSync}from'node:fs';function a21_0x2d60(_0x1794b3,_0xb6cfcb){_0x1794b3=_0x1794b3-0x157;const _0x440dfa=a21_0x440d();let _0x2d6062=_0x440dfa[_0x1794b3];return _0x2d6062;}import{CliErrors}from'../../errors.js';const BYTES_PER_MB=0x400*0x400;export const RUNTIME_UPLOAD_MAX_BYTES=0x32*BYTES_PER_MB;function formatBytes(_0x2fcc6e){const _0x275fff=a21_0x2d60;if(_0x2fcc6e>=BYTES_PER_MB){const _0x12ae4b=Math['ceil'](_0x2fcc6e/BYTES_PER_MB*0x64)/0x64;return _0x12ae4b[_0x275fff(0x162)](0x2)+'\x20MB';}return _0x2fcc6e+'\x20B';}export function requireRuntimeUploadFile(_0x5354eb,_0x5bab10){const _0x11306f=a21_0x2d60,_0x4c64b9=_0x5354eb[_0x11306f(0x159)]();if(!_0x4c64b9)throw CliErrors[_0x11306f(0x15c)](_0x5bab10+'\x20path\x20is\x20required.');if(!existsSync(_0x4c64b9))throw CliErrors[_0x11306f(0x15c)](_0x11306f(0x15a)+_0x4c64b9);const _0x1eaadd=statSync(_0x4c64b9);if(!_0x1eaadd[_0x11306f(0x163)]())throw CliErrors[_0x11306f(0x15c)](_0x11306f(0x15f)+_0x4c64b9);if(_0x1eaadd[_0x11306f(0x161)]>RUNTIME_UPLOAD_MAX_BYTES)throw CliErrors[_0x11306f(0x15c)]('File\x20exceeds\x20the\x20runtime\x20upload\x20limit\x20of\x2050\x20MB:\x20'+_0x4c64b9+'\x20('+formatBytes(_0x1eaadd[_0x11306f(0x161)])+')');return{'path':_0x4c64b9,'size':_0x1eaadd[_0x11306f(0x161)]};}function a21_0x440d(){const _0x4c0064=['isFile','5624589MNgADa','6741865eHziwN','51877OwMbwM','102126ZJBFYi','231evUsby','trim','File\x20not\x20found:\x20','811304oXTwXs','validation','40mPZfAp','20412387jiyvTd','File\x20is\x20not\x20a\x20regular\x20file:\x20','1435364lvoHJC','size','toFixed'];a21_0x440d=function(){return _0x4c0064;};return a21_0x440d();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a21_0x10930a=a21_0x8a9e;(function(_0x1833b3,_0x399119){const _0xb6d97a=a21_0x8a9e,_0x4000ea=_0x1833b3();while(!![]){try{const _0x10cce0=-parseInt(_0xb6d97a(0xeb))/0x1+-parseInt(_0xb6d97a(0xee))/0x2+-parseInt(_0xb6d97a(0xea))/0x3*(parseInt(_0xb6d97a(0x118))/0x4)+parseInt(_0xb6d97a(0x122))/0x5*(-parseInt(_0xb6d97a(0x105))/0x6)+parseInt(_0xb6d97a(0xf1))/0x7*(-parseInt(_0xb6d97a(0x127))/0x8)+parseInt(_0xb6d97a(0x10a))/0x9+-parseInt(_0xb6d97a(0x124))/0xa*(-parseInt(_0xb6d97a(0x11f))/0xb);if(_0x10cce0===_0x399119)break;else _0x4000ea['push'](_0x4000ea['shift']());}catch(_0x34a116){_0x4000ea['push'](_0x4000ea['shift']());}}}(a21_0xf6e0,0xdef04));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME,ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,readScopedConfig,writeScopedConfig,resolveWriteScope,toScopeFlags}from'../../commands/config/shared.js';function a21_0xf6e0(){const _0xdfda69=['3173654GjGMaE','key','includes','1246QalDwk','\x20(global)','pageSize','length','global','log','\x22\x20is\x20not\x20settable.','project-or-global-explicit','set','Key\x20\x22','\x20\x20global:\x20\x20','read','Set\x20a\x20config\x20value','isArray','Get\x20a\x20config\x20value','\x22.\x20Allowed:\x20','bool','`\x20=\x20\x22','alias','Write\x20to\x20global\x20config','18VxzfRa','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','trim','value','stringify','15511014QWlbIK','delete','Top-level\x20key\x20\x22','Missing\x20key\x20argument.','object','\x20config\x20delete\x20<key>\x20[--global]','pageSize\x20must\x20be\x20a\x20positive\x20number','\x20\x20project:\x20','#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a','config','pretty','Delete\x20a\x20config\x20value','validation','Invalid\x20value\x20for\x20\x22','24guHGJu','Deleted\x20`','\x22\x20not\x20found\x20at\x20top\x20level.','Set\x20`','../../context.js','field','write','22sLdgju','join','Config\x20files:\x0a','2481890CnJeHE',';\x20apps.<alias>.appcode','23747430fnwanR','Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','format','24088lOxphO','Value\x20to\x20assign','Usage:\x20','appcode','boolean','Key\x20not\x20found:\x20','\x20config\x20get\x20<key>','apps','raw','Settable\x20keys:\x20','List\x20current\x20config','870405EoewdE','207047ckYbIm','split','args'];a21_0xf6e0=function(){return _0xdfda69;};return a21_0xf6e0();}import{resolveWriteConfigPath,getProjectConfigPath}from'../../context.js';const GLOBAL_FLAG={'name':a21_0x10930a(0xf5),'type':a21_0x10930a(0x12b),'description':a21_0x10930a(0x104),'default':![]};function parseAliasAppcodeSetKey(_0x4f64fc){const _0x3004f9=a21_0x10930a,_0x3813e0=_0x4f64fc[_0x3004f9(0xec)]('.');if(_0x3813e0['length']!==0x3||_0x3813e0[0x0]!==_0x3004f9(0x12e)||_0x3813e0[0x2]!==_0x3004f9(0x12a))return undefined;const _0x4a16f3=_0x3813e0[0x1]?.[_0x3004f9(0x107)]();return _0x4a16f3?_0x4a16f3:undefined;}function parseAliasDeleteKey(_0x56152f){const _0x21b5d2=a21_0x10930a,_0x4c80a3=_0x56152f[_0x21b5d2(0xec)]('.');if(_0x4c80a3[_0x21b5d2(0xf4)]===0x2&&_0x4c80a3[0x0]===_0x21b5d2(0x12e)){const _0x1f7ad2=_0x4c80a3[0x1]?.[_0x21b5d2(0x107)]();return _0x1f7ad2?{'alias':_0x1f7ad2}:undefined;}if(_0x4c80a3[_0x21b5d2(0xf4)]===0x3&&_0x4c80a3[0x0]===_0x21b5d2(0x12e)&&_0x4c80a3[0x2]===_0x21b5d2(0x12a)){const _0xabf395=_0x4c80a3[0x1]?.[_0x21b5d2(0x107)]();return _0xabf395?{'alias':_0xabf395,'field':_0x21b5d2(0x12a)}:undefined;}return undefined;}function setLocalAppAlias(_0x5d8ca8,_0x1363b8,_0x2f7b90){const _0x14b48d=a21_0x10930a,_0x40553e=_0x5d8ca8[_0x14b48d(0x12e)]&&typeof _0x5d8ca8[_0x14b48d(0x12e)]===_0x14b48d(0x10e)&&!Array[_0x14b48d(0xfe)](_0x5d8ca8[_0x14b48d(0x12e)])?_0x5d8ca8[_0x14b48d(0x12e)]:{},_0x3baadf=_0x40553e[_0x1363b8]&&typeof _0x40553e[_0x1363b8]===_0x14b48d(0x10e)&&!Array[_0x14b48d(0xfe)](_0x40553e[_0x1363b8])?_0x40553e[_0x1363b8]:{};_0x3baadf[_0x14b48d(0x12a)]=_0x2f7b90,_0x40553e[_0x1363b8]=_0x3baadf,_0x5d8ca8[_0x14b48d(0x12e)]=_0x40553e;}function a21_0x8a9e(_0x676122,_0x4689fe){_0x676122=_0x676122-0xe7;const _0xf6e00e=a21_0xf6e0();let _0x8a9e12=_0xf6e00e[_0x676122];return _0x8a9e12;}function deleteLocalAppAlias(_0x4f2533,_0x3a141c){const _0x41e073=a21_0x10930a;if(!_0x4f2533['apps']||typeof _0x4f2533[_0x41e073(0x12e)]!==_0x41e073(0x10e)||Array['isArray'](_0x4f2533[_0x41e073(0x12e)]))return![];const _0xbd822e=_0x4f2533['apps'],_0x5dfce3=_0xbd822e[_0x3a141c[_0x41e073(0x103)]];if(!_0x5dfce3||typeof _0x5dfce3!==_0x41e073(0x10e)||Array[_0x41e073(0xfe)](_0x5dfce3))return![];if(!_0x3a141c['field'])return delete _0xbd822e[_0x3a141c['alias']],!![];if(!(_0x3a141c[_0x41e073(0x11d)]in _0x5dfce3))return![];return delete _0x5dfce3[_0x3a141c[_0x41e073(0x11d)]],Object['keys'](_0x5dfce3)[_0x41e073(0xf4)]===0x0&&delete _0xbd822e[_0x3a141c['alias']],!![];}const listDef={'service':a21_0x10930a(0x113),'command':'list','description':a21_0x10930a(0xe9),'risk':a21_0x10930a(0xfc),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x412d82){const _0x37afbb=a21_0x10930a,{buildConfigFromFlags:_0x3bfd42}=await import('../../context.js'),_0x2a4eed=_0x3bfd42({}),_0x4e9fed=getProjectConfigPath(),_0x26efdd=resolveWriteConfigPath('global');if(_0x412d82[_0x37afbb(0x126)]===_0x37afbb(0x114))return{'ok':!![],'message':_0x37afbb(0x112)+(JSON[_0x37afbb(0x109)](_0x2a4eed[_0x37afbb(0xe7)],null,0x2)+'\x0a\x0a')+_0x37afbb(0x121)+(_0x37afbb(0x111)+(_0x4e9fed??'(none)')+'\x0a')+(_0x37afbb(0xfb)+_0x26efdd)};return{'ok':!![],'data':{'effective':_0x2a4eed[_0x37afbb(0xe7)],'configFiles':{'project':_0x4e9fed??null,'global':_0x26efdd}}};}},getDef={'service':a21_0x10930a(0x113),'command':'get','description':a21_0x10930a(0xff),'risk':a21_0x10930a(0xfc),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a21_0x10930a(0xef),'description':a21_0x10930a(0x125),'required':!![]}],'flags':[],async 'execute'(_0x2491a1){const _0x3e785b=a21_0x10930a,_0x3f5d4f=_0x2491a1[_0x3e785b(0xed)][0x0];if(!_0x3f5d4f)throw CliErrors[_0x3e785b(0x116)]('Missing\x20key\x20argument.',_0x3e785b(0x129)+CLI_BIN_NAME+_0x3e785b(0x12d));const {buildConfigFromFlags:_0x4cfbe9}=await import(_0x3e785b(0x11c)),{raw:_0x13d85d}=_0x4cfbe9({});if(_0x3f5d4f[_0x3e785b(0xf0)]('.')){const _0x14e136=_0x3f5d4f[_0x3e785b(0xec)]('.');let _0x32fcbf=_0x13d85d;for(const _0x1dcc5f of _0x14e136){if(_0x32fcbf==null||typeof _0x32fcbf!==_0x3e785b(0x10e))throw CliErrors[_0x3e785b(0x116)](_0x3e785b(0x12c)+_0x3f5d4f);_0x32fcbf=_0x32fcbf[_0x1dcc5f];}if(_0x32fcbf===undefined)throw CliErrors[_0x3e785b(0x116)](_0x3e785b(0x12c)+_0x3f5d4f);return console[_0x3e785b(0xf6)](typeof _0x32fcbf===_0x3e785b(0x10e)?JSON['stringify'](_0x32fcbf,null,0x2):String(_0x32fcbf)),{'ok':!![]};}const _0x396148=_0x13d85d[_0x3f5d4f];if(_0x396148===undefined)throw CliErrors[_0x3e785b(0x116)](_0x3e785b(0x12c)+_0x3f5d4f);return console[_0x3e785b(0xf6)](typeof _0x396148===_0x3e785b(0x10e)?JSON[_0x3e785b(0x109)](_0x396148,null,0x2):String(_0x396148)),{'ok':!![]};}},setDef={'service':a21_0x10930a(0x113),'command':a21_0x10930a(0xf9),'description':a21_0x10930a(0xfd),'risk':a21_0x10930a(0x11e),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'key','description':getConfigCommandKeyDescription(),'required':!![]},{'name':a21_0x10930a(0x108),'description':a21_0x10930a(0x128),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0xbe5172){const _0x451ec5=a21_0x10930a,_0x4e969f=_0xbe5172[_0x451ec5(0xed)][0x0],_0x5766b7=_0xbe5172[_0x451ec5(0xed)][0x1];if(!_0x4e969f||_0x5766b7===undefined)throw CliErrors[_0x451ec5(0x116)]('Missing\x20key\x20or\x20value.',_0x451ec5(0x129)+CLI_BIN_NAME+'\x20config\x20set\x20<key>\x20<value>\x20[--global]');if(ENUM_KEYS[_0x4e969f]&&!ENUM_KEYS[_0x4e969f][_0x451ec5(0xf0)](_0x5766b7))throw CliErrors['validation'](_0x451ec5(0x117)+_0x4e969f+_0x451ec5(0x100)+ENUM_KEYS[_0x4e969f][_0x451ec5(0x120)](',\x20'));if(_0x4e969f==='riskLevel')throw CliErrors['validation'](_0x451ec5(0x106));if(_0x4e969f===_0x451ec5(0xf3)){const _0x24a6c8=Number(_0x5766b7);if(isNaN(_0x24a6c8)||_0x24a6c8<=0x0)throw CliErrors[_0x451ec5(0x116)](_0x451ec5(0x110));}const _0x148672=resolveWriteScope({'explicitGlobal':_0xbe5172['bool'](_0x451ec5(0xf5)),'policy':_0x451ec5(0xf8)}),_0x305e4e=toScopeFlags(_0x148672),_0x13fbbb=readScopedConfig(_0x305e4e),_0x4076cf=parseAliasAppcodeSetKey(_0x4e969f);if(!_0x4076cf&&!isTopLevelConfigKey(_0x4e969f))throw CliErrors[_0x451ec5(0x116)](_0x451ec5(0x10c)+_0x4e969f+_0x451ec5(0xf7),_0x451ec5(0xe8)+getTopLevelConfigKeySummary()+_0x451ec5(0x123));return _0x4076cf?setLocalAppAlias(_0x13fbbb,_0x4076cf,_0x5766b7):_0x13fbbb[_0x4e969f]=_0x4e969f===_0x451ec5(0xf3)?Number(_0x5766b7):_0x5766b7,console[_0x451ec5(0xf6)](_0x451ec5(0x11b)+_0x4e969f+_0x451ec5(0x102)+_0x5766b7+'\x22'+(_0x148672==='global'?_0x451ec5(0xf2):'')),writeScopedConfig(_0x13fbbb,_0x305e4e),{'ok':!![]};}},deleteDef={'service':a21_0x10930a(0x113),'command':a21_0x10930a(0x10b),'description':a21_0x10930a(0x115),'risk':a21_0x10930a(0x11e),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'key','description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x5e29ce){const _0x41e78d=a21_0x10930a,_0x5dac45=_0x5e29ce[_0x41e78d(0xed)][0x0];if(!_0x5dac45)throw CliErrors[_0x41e78d(0x116)](_0x41e78d(0x10d),_0x41e78d(0x129)+CLI_BIN_NAME+_0x41e78d(0x10f));const _0x174017=resolveWriteScope({'explicitGlobal':_0x5e29ce[_0x41e78d(0x101)](_0x41e78d(0xf5)),'policy':_0x41e78d(0xf8)}),_0x2682dc=toScopeFlags(_0x174017),_0xbddf92=readScopedConfig(_0x2682dc),_0x13f9f4=parseAliasDeleteKey(_0x5dac45);if(_0x13f9f4){if(!deleteLocalAppAlias(_0xbddf92,_0x13f9f4))throw CliErrors['validation'](_0x41e78d(0x12c)+_0x5dac45);return console[_0x41e78d(0xf6)](_0x41e78d(0x119)+_0x5dac45+'`'+(_0x174017===_0x41e78d(0xf5)?_0x41e78d(0xf2):'')),writeScopedConfig(_0xbddf92,_0x2682dc),{'ok':!![]};}if(_0xbddf92[_0x5dac45]===undefined)throw CliErrors[_0x41e78d(0x116)](_0x41e78d(0xfa)+_0x5dac45+_0x41e78d(0x11a));return delete _0xbddf92[_0x5dac45],console[_0x41e78d(0xf6)](_0x41e78d(0x119)+_0x5dac45+'`'+(_0x174017===_0x41e78d(0xf5)?_0x41e78d(0xf2):'')),writeScopedConfig(_0xbddf92,_0x2682dc),{'ok':!![]};}};export const configDefinitions=[listDef,getDef,setDef,deleteDef];
|
|
1
|
+
function a22_0x271b(_0x2799e5,_0x1b9631){_0x2799e5=_0x2799e5-0xbd;const _0x33d606=a22_0x33d6();let _0x271bbf=_0x33d606[_0x2799e5];return _0x271bbf;}const a22_0x448f89=a22_0x271b;(function(_0x5a2072,_0x42cf01){const _0x16bf70=a22_0x271b,_0x131f61=_0x5a2072();while(!![]){try{const _0x291734=-parseInt(_0x16bf70(0xf9))/0x1+-parseInt(_0x16bf70(0xfe))/0x2*(parseInt(_0x16bf70(0xe1))/0x3)+-parseInt(_0x16bf70(0xde))/0x4+parseInt(_0x16bf70(0xea))/0x5*(parseInt(_0x16bf70(0xff))/0x6)+parseInt(_0x16bf70(0xd9))/0x7+parseInt(_0x16bf70(0xf3))/0x8+parseInt(_0x16bf70(0xe8))/0x9;if(_0x291734===_0x42cf01)break;else _0x131f61['push'](_0x131f61['shift']());}catch(_0xf1ccdf){_0x131f61['push'](_0x131f61['shift']());}}}(a22_0x33d6,0x2137e));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME,ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,readScopedConfig,writeScopedConfig,resolveWriteScope,toScopeFlags}from'../../commands/config/shared.js';import{resolveWriteConfigPath,getProjectConfigPath}from'../../context.js';const GLOBAL_FLAG={'name':'global','type':a22_0x448f89(0xc7),'description':'Write\x20to\x20global\x20config','default':![]};function parseAliasAppcodeSetKey(_0x3ad8ad){const _0x40b126=a22_0x448f89,_0x4f2b6a=_0x3ad8ad['split']('.');if(_0x4f2b6a[_0x40b126(0xc1)]!==0x3||_0x4f2b6a[0x0]!=='apps'||_0x4f2b6a[0x2]!==_0x40b126(0xc4))return undefined;const _0x12ebf5=_0x4f2b6a[0x1]?.[_0x40b126(0xec)]();return _0x12ebf5?_0x12ebf5:undefined;}function parseAliasDeleteKey(_0x17ac93){const _0x290f6a=a22_0x448f89,_0x45f374=_0x17ac93[_0x290f6a(0xd1)]('.');if(_0x45f374['length']===0x2&&_0x45f374[0x0]===_0x290f6a(0xe3)){const _0xd56e61=_0x45f374[0x1]?.[_0x290f6a(0xec)]();return _0xd56e61?{'alias':_0xd56e61}:undefined;}if(_0x45f374[_0x290f6a(0xc1)]===0x3&&_0x45f374[0x0]===_0x290f6a(0xe3)&&_0x45f374[0x2]===_0x290f6a(0xc4)){const _0x2c4522=_0x45f374[0x1]?.[_0x290f6a(0xec)]();return _0x2c4522?{'alias':_0x2c4522,'field':'appcode'}:undefined;}return undefined;}function setLocalAppAlias(_0x2500a5,_0x4eb7e5,_0x1d4250){const _0x5ef2e3=a22_0x448f89,_0xef22bf=_0x2500a5[_0x5ef2e3(0xe3)]&&typeof _0x2500a5['apps']==='object'&&!Array[_0x5ef2e3(0xcf)](_0x2500a5[_0x5ef2e3(0xe3)])?_0x2500a5['apps']:{},_0x2fc594=_0xef22bf[_0x4eb7e5]&&typeof _0xef22bf[_0x4eb7e5]==='object'&&!Array[_0x5ef2e3(0xcf)](_0xef22bf[_0x4eb7e5])?_0xef22bf[_0x4eb7e5]:{};_0x2fc594['appcode']=_0x1d4250,_0xef22bf[_0x4eb7e5]=_0x2fc594,_0x2500a5['apps']=_0xef22bf;}function a22_0x33d6(){const _0x1e7409=['Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','6520CuEJsQ','global','trim','raw','Get\x20a\x20config\x20value','\x20config\x20delete\x20<key>\x20[--global]','read','config','`\x20=\x20\x22','627856hUoQpd','Missing\x20key\x20or\x20value.','Deleted\x20`','Settable\x20keys:\x20','project-or-global-explicit','get','247010hSGSoW','riskLevel','validation','args','write','11416DENsBi','216ugrUNP','log','#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a','\x22.\x20Allowed:\x20','Set\x20`','value','length','Usage:\x20','join','appcode','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','list','boolean','pageSize','\x20config\x20set\x20<key>\x20<value>\x20[--global]','set','stringify','Missing\x20key\x20argument.','\x20(global)','field','isArray','\x20config\x20get\x20<key>','split','\x20\x20project:\x20','\x22\x20not\x20found\x20at\x20top\x20level.','pageSize\x20must\x20be\x20a\x20positive\x20number','\x20\x20global:\x20\x20','key','Value\x20to\x20assign','object','1826398MkqICv','../../context.js','delete','List\x20current\x20config','Config\x20files:\x0a','300128YdrrHl','pretty','Key\x20\x22','117uaEEed','Delete\x20a\x20config\x20value','apps','alias','bool','Key\x20not\x20found:\x20','format','2649384jkkYjj'];a22_0x33d6=function(){return _0x1e7409;};return a22_0x33d6();}function deleteLocalAppAlias(_0x63a7e7,_0x28f6d7){const _0x5a6c5b=a22_0x448f89;if(!_0x63a7e7[_0x5a6c5b(0xe3)]||typeof _0x63a7e7[_0x5a6c5b(0xe3)]!==_0x5a6c5b(0xd8)||Array[_0x5a6c5b(0xcf)](_0x63a7e7[_0x5a6c5b(0xe3)]))return![];const _0x11b4f7=_0x63a7e7[_0x5a6c5b(0xe3)],_0x5f3014=_0x11b4f7[_0x28f6d7[_0x5a6c5b(0xe4)]];if(!_0x5f3014||typeof _0x5f3014!==_0x5a6c5b(0xd8)||Array['isArray'](_0x5f3014))return![];if(!_0x28f6d7[_0x5a6c5b(0xce)])return delete _0x11b4f7[_0x28f6d7[_0x5a6c5b(0xe4)]],!![];if(!(_0x28f6d7['field']in _0x5f3014))return![];return delete _0x5f3014[_0x28f6d7['field']],Object['keys'](_0x5f3014)[_0x5a6c5b(0xc1)]===0x0&&delete _0x11b4f7[_0x28f6d7[_0x5a6c5b(0xe4)]],!![];}const listDef={'service':a22_0x448f89(0xf1),'command':a22_0x448f89(0xc6),'description':a22_0x448f89(0xdc),'risk':a22_0x448f89(0xf0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0xe4e1ac){const _0xa0dc78=a22_0x448f89,{buildConfigFromFlags:_0x537d82}=await import(_0xa0dc78(0xda)),_0x186f2b=_0x537d82({}),_0x18828e=getProjectConfigPath(),_0x362521=resolveWriteConfigPath(_0xa0dc78(0xeb));if(_0xe4e1ac[_0xa0dc78(0xe7)]===_0xa0dc78(0xdf))return{'ok':!![],'message':_0xa0dc78(0xbd)+(JSON['stringify'](_0x186f2b[_0xa0dc78(0xed)],null,0x2)+'\x0a\x0a')+_0xa0dc78(0xdd)+(_0xa0dc78(0xd2)+(_0x18828e??'(none)')+'\x0a')+(_0xa0dc78(0xd5)+_0x362521)};return{'ok':!![],'data':{'effective':_0x186f2b[_0xa0dc78(0xed)],'configFiles':{'project':_0x18828e??null,'global':_0x362521}}};}},getDef={'service':a22_0x448f89(0xf1),'command':a22_0x448f89(0xf8),'description':a22_0x448f89(0xee),'risk':a22_0x448f89(0xf0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a22_0x448f89(0xd6),'description':a22_0x448f89(0xe9),'required':!![]}],'flags':[],async 'execute'(_0x41e03d){const _0x970dc6=a22_0x448f89,_0x17bb9e=_0x41e03d['args'][0x0];if(!_0x17bb9e)throw CliErrors[_0x970dc6(0xfb)](_0x970dc6(0xcc),_0x970dc6(0xc2)+CLI_BIN_NAME+_0x970dc6(0xd0));const {buildConfigFromFlags:_0x68409e}=await import(_0x970dc6(0xda)),{raw:_0x21878b}=_0x68409e({});if(_0x17bb9e['includes']('.')){const _0x2daa00=_0x17bb9e[_0x970dc6(0xd1)]('.');let _0x13c809=_0x21878b;for(const _0x49228e of _0x2daa00){if(_0x13c809==null||typeof _0x13c809!==_0x970dc6(0xd8))throw CliErrors['validation'](_0x970dc6(0xe6)+_0x17bb9e);_0x13c809=_0x13c809[_0x49228e];}if(_0x13c809===undefined)throw CliErrors['validation'](_0x970dc6(0xe6)+_0x17bb9e);return console['log'](typeof _0x13c809===_0x970dc6(0xd8)?JSON[_0x970dc6(0xcb)](_0x13c809,null,0x2):String(_0x13c809)),{'ok':!![]};}const _0x528ae9=_0x21878b[_0x17bb9e];if(_0x528ae9===undefined)throw CliErrors[_0x970dc6(0xfb)](_0x970dc6(0xe6)+_0x17bb9e);return console[_0x970dc6(0x100)](typeof _0x528ae9===_0x970dc6(0xd8)?JSON['stringify'](_0x528ae9,null,0x2):String(_0x528ae9)),{'ok':!![]};}},setDef={'service':a22_0x448f89(0xf1),'command':a22_0x448f89(0xca),'description':'Set\x20a\x20config\x20value','risk':a22_0x448f89(0xfd),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a22_0x448f89(0xd6),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a22_0x448f89(0xc0),'description':a22_0x448f89(0xd7),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x2cec8e){const _0x5d56dd=a22_0x448f89,_0x28e05c=_0x2cec8e[_0x5d56dd(0xfc)][0x0],_0xc48911=_0x2cec8e[_0x5d56dd(0xfc)][0x1];if(!_0x28e05c||_0xc48911===undefined)throw CliErrors['validation'](_0x5d56dd(0xf4),_0x5d56dd(0xc2)+CLI_BIN_NAME+_0x5d56dd(0xc9));if(ENUM_KEYS[_0x28e05c]&&!ENUM_KEYS[_0x28e05c]['includes'](_0xc48911))throw CliErrors[_0x5d56dd(0xfb)]('Invalid\x20value\x20for\x20\x22'+_0x28e05c+_0x5d56dd(0xbe)+ENUM_KEYS[_0x28e05c][_0x5d56dd(0xc3)](',\x20'));if(_0x28e05c===_0x5d56dd(0xfa))throw CliErrors[_0x5d56dd(0xfb)](_0x5d56dd(0xc5));if(_0x28e05c===_0x5d56dd(0xc8)){const _0x3b8fd1=Number(_0xc48911);if(isNaN(_0x3b8fd1)||_0x3b8fd1<=0x0)throw CliErrors[_0x5d56dd(0xfb)](_0x5d56dd(0xd4));}const _0x4afcc7=resolveWriteScope({'explicitGlobal':_0x2cec8e['bool'](_0x5d56dd(0xeb)),'policy':_0x5d56dd(0xf7)}),_0x146b07=toScopeFlags(_0x4afcc7),_0x53b490=readScopedConfig(_0x146b07),_0x5e5c09=parseAliasAppcodeSetKey(_0x28e05c);if(!_0x5e5c09&&!isTopLevelConfigKey(_0x28e05c))throw CliErrors['validation']('Top-level\x20key\x20\x22'+_0x28e05c+'\x22\x20is\x20not\x20settable.',_0x5d56dd(0xf6)+getTopLevelConfigKeySummary()+';\x20apps.<alias>.appcode');return _0x5e5c09?setLocalAppAlias(_0x53b490,_0x5e5c09,_0xc48911):_0x53b490[_0x28e05c]=_0x28e05c===_0x5d56dd(0xc8)?Number(_0xc48911):_0xc48911,console[_0x5d56dd(0x100)](_0x5d56dd(0xbf)+_0x28e05c+_0x5d56dd(0xf2)+_0xc48911+'\x22'+(_0x4afcc7==='global'?_0x5d56dd(0xcd):'')),writeScopedConfig(_0x53b490,_0x146b07),{'ok':!![]};}},deleteDef={'service':a22_0x448f89(0xf1),'command':a22_0x448f89(0xdb),'description':a22_0x448f89(0xe2),'risk':a22_0x448f89(0xfd),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a22_0x448f89(0xd6),'description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x59941f){const _0x38edfe=a22_0x448f89,_0x26b73d=_0x59941f[_0x38edfe(0xfc)][0x0];if(!_0x26b73d)throw CliErrors[_0x38edfe(0xfb)]('Missing\x20key\x20argument.',_0x38edfe(0xc2)+CLI_BIN_NAME+_0x38edfe(0xef));const _0x3f3a6b=resolveWriteScope({'explicitGlobal':_0x59941f[_0x38edfe(0xe5)](_0x38edfe(0xeb)),'policy':'project-or-global-explicit'}),_0x342395=toScopeFlags(_0x3f3a6b),_0xeb5d0f=readScopedConfig(_0x342395),_0x11cc7f=parseAliasDeleteKey(_0x26b73d);if(_0x11cc7f){if(!deleteLocalAppAlias(_0xeb5d0f,_0x11cc7f))throw CliErrors[_0x38edfe(0xfb)](_0x38edfe(0xe6)+_0x26b73d);return console['log'](_0x38edfe(0xf5)+_0x26b73d+'`'+(_0x3f3a6b==='global'?'\x20(global)':'')),writeScopedConfig(_0xeb5d0f,_0x342395),{'ok':!![]};}if(_0xeb5d0f[_0x26b73d]===undefined)throw CliErrors[_0x38edfe(0xfb)](_0x38edfe(0xe0)+_0x26b73d+_0x38edfe(0xd3));return delete _0xeb5d0f[_0x26b73d],console[_0x38edfe(0x100)](_0x38edfe(0xf5)+_0x26b73d+'`'+(_0x3f3a6b===_0x38edfe(0xeb)?_0x38edfe(0xcd):'')),writeScopedConfig(_0xeb5d0f,_0x342395),{'ok':!![]};}};export const configDefinitions=[listDef,getDef,setDef,deleteDef];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x42bcf0,_0x40c107){var _0x1c4749=a23_0x1e7d,_0x331f7c=_0x42bcf0();while(!![]){try{var _0x127960=parseInt(_0x1c4749(0xac))/0x1*(parseInt(_0x1c4749(0xaf))/0x2)+-parseInt(_0x1c4749(0xa5))/0x3+-parseInt(_0x1c4749(0xa7))/0x4+parseInt(_0x1c4749(0xab))/0x5*(-parseInt(_0x1c4749(0xad))/0x6)+parseInt(_0x1c4749(0xa6))/0x7*(parseInt(_0x1c4749(0xa8))/0x8)+-parseInt(_0x1c4749(0xaa))/0x9*(parseInt(_0x1c4749(0xae))/0xa)+parseInt(_0x1c4749(0xa9))/0xb;if(_0x127960===_0x40c107)break;else _0x331f7c['push'](_0x331f7c['shift']());}catch(_0x5ad35a){_0x331f7c['push'](_0x331f7c['shift']());}}}(a23_0x54f3,0x1b4de));import{CLI_BIN_NAME}from'../../constant/cli.js';export{CLI_BIN_NAME};function a23_0x1e7d(_0x12d565,_0x2809e7){_0x12d565=_0x12d565-0xa5;var _0x54f3b0=a23_0x54f3();var _0x1e7d47=_0x54f3b0[_0x12d565];return _0x1e7d47;}export{readScopedConfig,writeScopedConfig}from'../../context.js';function a23_0x54f3(){var _0x5dfce9=['401560IqYNFR','5634090RodzHG','9ZVJtYi','2580dRRkjR','71WBOgnl','2466CaIBFb','658960WFUKrG','4810qqWdCn','662589uaVPDj','21JUYcaL','891428isywiq'];a23_0x54f3=function(){return _0x5dfce9;};return a23_0x54f3();}export{resolveConfigScope as resolveWriteScope,TOP_LEVEL_CONFIG_KEYS as TOP_LEVEL_KEYS,CONFIG_ENUM_VALUES as ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,toScopeFlags}from'../../commands/common/config-policy.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a23_0x59e2(_0x5edd16,_0x1e192d){_0x5edd16=_0x5edd16-0x185;const _0x2bfcd=a23_0x2bfc();let _0x59e28c=_0x2bfcd[_0x5edd16];return _0x59e28c;}const a23_0x167b1a=a23_0x59e2;(function(_0x24cc67,_0x2a0a6a){const _0x4611e3=a23_0x59e2,_0x2b7841=_0x24cc67();while(!![]){try{const _0x3c17e9=parseInt(_0x4611e3(0x1cc))/0x1+-parseInt(_0x4611e3(0x1a2))/0x2*(-parseInt(_0x4611e3(0x1a4))/0x3)+parseInt(_0x4611e3(0x1a0))/0x4+-parseInt(_0x4611e3(0x1b8))/0x5+-parseInt(_0x4611e3(0x1b2))/0x6*(-parseInt(_0x4611e3(0x1d0))/0x7)+parseInt(_0x4611e3(0x198))/0x8+-parseInt(_0x4611e3(0x1da))/0x9*(parseInt(_0x4611e3(0x1bd))/0xa);if(_0x3c17e9===_0x2a0a6a)break;else _0x2b7841['push'](_0x2b7841['shift']());}catch(_0x162650){_0x2b7841['push'](_0x2b7841['shift']());}}}(a23_0x2bfc,0x9d447));import{executeData}from'../../core/sdk-client.js';import{CODE_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';import{requireAnyOf}from'../../commands/common/constraints.js';import{parseJsonParams,parseJsonParamsValue,parseBatchCreateItemsFromParams,parseUpdateIdsFromParams,normalizeUpdateParamsForRuntime}from'../../utils/params.js';import{dryRun}from'../../framework/dryrun.js';const specs=[{'command':a23_0x167b1a(0x19b),'operation':a23_0x167b1a(0x19b),'risk':a23_0x167b1a(0x1cf),'paramsRequired':![],'description':a23_0x167b1a(0x1cd),'paramsHint':'JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20'+a23_0x167b1a(0x19a),'helpExtra':[a23_0x167b1a(0x1c8),'\x20\x20\x20\x20$eq\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22age\x22:{\x22$eq\x22:18}}',a23_0x167b1a(0x1b6),a23_0x167b1a(0x185),a23_0x167b1a(0x187),a23_0x167b1a(0x1af),a23_0x167b1a(0x195),a23_0x167b1a(0x19d),'\x20\x20\x20\x20$contain\x20\x20\x20\x20\x20Substring\x20match\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$contain\x22:\x22test\x22}}',a23_0x167b1a(0x1b0),a23_0x167b1a(0x1d4),'',a23_0x167b1a(0x1b5),a23_0x167b1a(0x1d8),a23_0x167b1a(0x19c),'',a23_0x167b1a(0x1ca),'\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions\x20(see\x20operators\x20above)',a23_0x167b1a(0x193),a23_0x167b1a(0x189),a23_0x167b1a(0x1c6),a23_0x167b1a(0x1b1),'',a23_0x167b1a(0x19e),a23_0x167b1a(0x1a9),a23_0x167b1a(0x1c9),a23_0x167b1a(0x188)][a23_0x167b1a(0x1a1)]('\x0a')},{'command':a23_0x167b1a(0x18e),'operation':'getOne','risk':a23_0x167b1a(0x1cf),'paramsRequired':!![],'description':'Get\x20a\x20single\x20record\x20by\x20ID','paramsHint':a23_0x167b1a(0x18a)},{'command':a23_0x167b1a(0x18d),'operation':a23_0x167b1a(0x18d),'risk':a23_0x167b1a(0x194),'paramsRequired':!![],'description':'Create\x20a\x20new\x20record\x20in\x20a\x20dataset','paramsHint':a23_0x167b1a(0x18b)},{'command':a23_0x167b1a(0x1c2),'operation':a23_0x167b1a(0x1c2),'risk':a23_0x167b1a(0x194),'paramsRequired':!![],'description':a23_0x167b1a(0x1ce),'paramsHint':'JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27'},{'command':a23_0x167b1a(0x19f),'operation':a23_0x167b1a(0x19f),'risk':'write','paramsRequired':!![],'description':a23_0x167b1a(0x1bb),'paramsHint':a23_0x167b1a(0x1b9)+'Examples:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27,\x20\x27{\x22id\x22:[1,2,3],\x22status\x22:\x22completed\x22}\x27'},{'command':a23_0x167b1a(0x1ae),'operation':a23_0x167b1a(0x1ae),'risk':'high-risk-write','paramsRequired':!![],'description':a23_0x167b1a(0x1ab),'paramsHint':a23_0x167b1a(0x18a)},{'command':a23_0x167b1a(0x18c),'operation':a23_0x167b1a(0x18c),'risk':'read','paramsRequired':![],'description':a23_0x167b1a(0x1d2),'paramsHint':a23_0x167b1a(0x1bf)+'Example:\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x20\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','helpExtra':[a23_0x167b1a(0x1a5),'\x20\x20\x20\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20column\x20values\x20\x20\x20\x20\x20{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}',a23_0x167b1a(0x1bc),'\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}',a23_0x167b1a(0x191),a23_0x167b1a(0x1ba),a23_0x167b1a(0x196),a23_0x167b1a(0x1d3),'','\x20\x20PARAMS\x20STRUCTURE',a23_0x167b1a(0x18f),a23_0x167b1a(0x1d9),a23_0x167b1a(0x1c0),'\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]',a23_0x167b1a(0x1aa),a23_0x167b1a(0x1b7),'',a23_0x167b1a(0x1d6),'\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status',a23_0x167b1a(0x197),'',a23_0x167b1a(0x1be),a23_0x167b1a(0x1a7),'','\x20\x20\x20\x20#\x20`field`\x20is\x20accepted\x20as\x20a\x20deprecated\x20alias\x20for\x20`column`;\x20new\x20calls\x20should\x20use\x20`column`.'][a23_0x167b1a(0x1a1)]('\x0a')}];function makeDataCommand(_0x3923b2){const _0x47c5ae=a23_0x167b1a,_0x3469b5='data\x20'+_0x3923b2[_0x47c5ae(0x1ac)],_0x334caa={'service':_0x47c5ae(0x1c5),'command':_0x3923b2[_0x47c5ae(0x1ac)],'description':_0x3923b2[_0x47c5ae(0x199)],'risk':_0x3923b2[_0x47c5ae(0x1a6)],'helpExtra':_0x3923b2['helpExtra'],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0x3923b2[_0x47c5ae(0x192)]}],'validate':async _0x6483cb=>{const _0x4e8636=_0x47c5ae;_0x3923b2[_0x4e8636(0x1a8)]&&requireAnyOf(_0x6483cb,[_0x4e8636(0x1d7)],_0x3469b5),_0x3923b2['operation']===_0x4e8636(0x1c2)&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x6483cb[_0x4e8636(0x1c4)](_0x4e8636(0x1d7)))),_0x3923b2[_0x4e8636(0x1a3)]===_0x4e8636(0x19f)&&parseUpdateIdsFromParams(parseJsonParams(_0x6483cb['str'](_0x4e8636(0x1d7)))??{});},async 'execute'(_0xa3e73){const _0x949b5c=_0x47c5ae,_0x50a467=_0xa3e73[_0x949b5c(0x1c4)](_0x949b5c(0x1cb)),_0x5bea09=_0x3923b2[_0x949b5c(0x1a3)]===_0x949b5c(0x1c2)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0xa3e73['str'](_0x949b5c(0x1d7)))):parseJsonParams(_0xa3e73[_0x949b5c(0x1c4)](_0x949b5c(0x1d7)))??{},_0xd06d94=_0x3923b2[_0x949b5c(0x1a3)]===_0x949b5c(0x19f)?parseUpdateIdsFromParams(_0x5bea09):undefined,_0x230c6e=_0xd06d94?normalizeUpdateParamsForRuntime(_0x5bea09,_0xd06d94):_0x5bea09,_0x5224dc=Date[_0x949b5c(0x1c7)](),_0x41a93a=await executeData(_0x50a467,_0x3923b2[_0x949b5c(0x1a3)],_0x230c6e),_0x1288e6=Date[_0x949b5c(0x1c7)]()-_0x5224dc,_0x4eb3d4=_0xd06d94&&_0xd06d94['length']>0x1?buildBatchUpdateResult(_0xd06d94,_0x41a93a):_0x41a93a;return{'ok':!![],'data':{'result':_0x4eb3d4,'elapsed':_0x1288e6},'message':_0x949b5c(0x1d1)+_0x3923b2[_0x949b5c(0x1ac)]+_0x949b5c(0x1ad)+_0x1288e6+'ms'};}};return _0x3923b2[_0x47c5ae(0x1a6)]!=='read'&&(_0x334caa[_0x47c5ae(0x1b3)]=async _0x29453a=>{const _0xd997ac=_0x47c5ae,_0x3bfcd7=_0x29453a[_0xd997ac(0x1c4)]('code'),_0x5f0f8c=_0x3923b2[_0xd997ac(0x1a3)]===_0xd997ac(0x1c2)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x29453a['str']('params'))):parseJsonParams(_0x29453a['str'](_0xd997ac(0x1d7)))??{};let _0x32bbdc=_0x5f0f8c;if(_0x3923b2[_0xd997ac(0x1a3)]===_0xd997ac(0x19f)){const _0x33d9d4=parseUpdateIdsFromParams(_0x5f0f8c);_0x32bbdc=normalizeUpdateParamsForRuntime(_0x5f0f8c,_0x33d9d4);}return dryRun(_0xd997ac(0x186),'/api/{appCode}/'+_0x3bfcd7+'/'+_0x3923b2[_0xd997ac(0x1a3)])[_0xd997ac(0x1d5)](_0x32bbdc)[_0xd997ac(0x199)](_0xd997ac(0x1c3)+_0x3923b2[_0xd997ac(0x1ac)]+_0xd997ac(0x1c1)+_0x3bfcd7)[_0xd997ac(0x190)]();}),_0x334caa;}export const dataDefinitions=specs['map'](makeDataCommand);function buildBatchUpdateResult(_0x549486,_0x73e960){const _0x166e4c=a23_0x167b1a;return{'operation':'update','mode':'batch','ids':_0x549486,'total':_0x549486[_0x166e4c(0x1b4)],'result':_0x73e960};}function a23_0x2bfc(){const _0x18cc89=['\x20\x20\x20\x20MIN\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Minimum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','\x20\x20\x20\x20$endWith\x20\x20\x20\x20\x20Ends\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22email\x22:{\x22$endWith\x22:\x22@example.com\x22}}','body','\x20\x20EXAMPLES','params','\x20\x20\x20\x20$and\x20\x20\x20\x20\x20\x20\x20\x20\x20All\x20conditions\x20match\x20\x20\x20{\x22$and\x22:[{\x22age\x22:{\x22$gte\x22:18}},{\x22status\x22:{\x22$eq\x22:\x22active\x22}}]}','\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)','45cVdelL','\x20\x20\x20\x20$gt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$gt\x22:100}}','POST','\x20\x20\x20\x20$gte\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20or\x20equal\x20\x20{\x22amount\x22:{\x22$gte\x22:100}}','\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22id\x22:\x22desc\x22},{\x22name\x22:\x22asc\x22}]','JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27','JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27','aggregate','create','getOne','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return\x20alongside\x20aggregates,\x20e.g.\x20[\x22status\x22,\x22region\x22]','build','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Average\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}','paramsHint','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return,\x20e.g.\x20[\x22id\x22,\x22name\x22,\x22status\x22]','write','\x20\x20\x20\x20$lte\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20or\x20equal\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lte\x22:1000}}','\x20\x20\x20\x20MAX\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Maximum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','10129312znrViM','description','Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','filter','\x20\x20\x20\x20$or\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Any\x20condition\x20matches\x20\x20{\x22$or\x22:[{\x22status\x22:{\x22$eq\x22:\x22active\x22}},{\x22status\x22:{\x22$eq\x22:\x22pending\x22}}]}','\x20\x20\x20\x20$in\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Value\x20in\x20set\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22country\x22:{\x22$in\x22:[\x22CN\x22,\x22US\x22]}}','\x20\x20PAGINATION','update','5023708wlPTsa','join','6OjjyuW','operation','603933FsBPJG','\x20\x20AGGREGATE\x20TYPES','risk','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}],\x22groupBy\x22:[\x22region\x22],\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}}}\x27','paramsRequired','\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Post-aggregation\x20filters,\x20e.g.\x20[{\x22columnName\x22:\x22total\x22,\x22condition\x22:{\x22$gt\x22:1000}}]','Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','command','\x20completed\x20in\x20','delete','\x20\x20\x20\x20$lt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lt\x22:1000}}','\x20\x20\x20\x20$startWith\x20\x20\x20Starts\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$startWith\x22:\x22Mr.\x22}}','\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','414NivhgX','dryRun','length','\x20\x20LOGICAL\x20COMBINATORS','\x20\x20\x20\x20$ne\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Not\x20equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22status\x22:{\x22$ne\x22:\x22deleted\x22}}','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','6309210uYgSLA','JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20id\x20may\x20be\x20a\x20single\x20value\x20or\x20array.\x20','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Rounded\x20average\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}','Update\x20an\x20existing\x20record','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}','5560010AMUzIm','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter','JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Pre-aggregation\x20filter\x20(same\x20operators\x20as\x20data\x20filter)','\x20on\x20dataset\x20','batchCreate','Preview:\x20data\x20','str','data','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','now','\x20\x20WHERE\x20OPERATORS','\x20\x20\x20\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)','code','519677bEoakx','Filter\x20dataset\x20records\x20with\x20query\x20conditions','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','read','105539CegROI','data\x20','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)'];a23_0x2bfc=function(){return _0x18cc89;};return a23_0x2bfc();}
|
|
1
|
+
const a24_0x1d1f4a=a24_0x351a;(function(_0x3d7eeb,_0x3063d3){const _0x26953e=a24_0x351a,_0x117ebf=_0x3d7eeb();while(!![]){try{const _0xe75e81=parseInt(_0x26953e(0x1fe))/0x1+parseInt(_0x26953e(0x1e9))/0x2+parseInt(_0x26953e(0x237))/0x3+parseInt(_0x26953e(0x1e6))/0x4+parseInt(_0x26953e(0x1f5))/0x5+-parseInt(_0x26953e(0x1fb))/0x6+parseInt(_0x26953e(0x1e3))/0x7*(-parseInt(_0x26953e(0x201))/0x8);if(_0xe75e81===_0x3063d3)break;else _0x117ebf['push'](_0x117ebf['shift']());}catch(_0x2a459d){_0x117ebf['push'](_0x117ebf['shift']());}}}(a24_0x46d5,0x1a223));import{executeData}from'../../core/sdk-client.js';function a24_0x351a(_0x1f45d7,_0x47d827){_0x1f45d7=_0x1f45d7-0x1e3;const _0x46d57b=a24_0x46d5();let _0x351a93=_0x46d57b[_0x1f45d7];return _0x351a93;}import{CODE_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';import{requireAnyOf}from'../../commands/common/constraints.js';import{parseJsonParams,parseJsonParamsValue,parseBatchCreateItemsFromParams,parseUpdateIdsFromParams,normalizeUpdateParamsForRuntime}from'../../utils/params.js';import{dryRun}from'../../framework/dryrun.js';const specs=[{'command':a24_0x1d1f4a(0x214),'operation':a24_0x1d1f4a(0x214),'risk':'read','paramsRequired':![],'description':a24_0x1d1f4a(0x203),'paramsHint':a24_0x1d1f4a(0x213)+a24_0x1d1f4a(0x1ed),'helpExtra':[a24_0x1d1f4a(0x202),a24_0x1d1f4a(0x21f),a24_0x1d1f4a(0x209),a24_0x1d1f4a(0x1fc),'\x20\x20\x20\x20$gte\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20or\x20equal\x20\x20{\x22amount\x22:{\x22$gte\x22:100}}',a24_0x1d1f4a(0x21b),a24_0x1d1f4a(0x1ea),a24_0x1d1f4a(0x229),a24_0x1d1f4a(0x21a),a24_0x1d1f4a(0x220),a24_0x1d1f4a(0x21d),'',a24_0x1d1f4a(0x22f),a24_0x1d1f4a(0x20c),'\x20\x20\x20\x20$or\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Any\x20condition\x20matches\x20\x20{\x22$or\x22:[{\x22status\x22:{\x22$eq\x22:\x22active\x22}},{\x22status\x22:{\x22$eq\x22:\x22pending\x22}}]}','',a24_0x1d1f4a(0x228),a24_0x1d1f4a(0x20e),a24_0x1d1f4a(0x1e5),a24_0x1d1f4a(0x238),a24_0x1d1f4a(0x210),a24_0x1d1f4a(0x206),'',a24_0x1d1f4a(0x1f8),a24_0x1d1f4a(0x1f3),a24_0x1d1f4a(0x223),'\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)']['join']('\x0a')},{'command':a24_0x1d1f4a(0x1fa),'operation':a24_0x1d1f4a(0x1fa),'risk':a24_0x1d1f4a(0x1ee),'paramsRequired':!![],'description':'Get\x20a\x20single\x20record\x20by\x20ID','paramsHint':a24_0x1d1f4a(0x1f9)},{'command':a24_0x1d1f4a(0x221),'operation':a24_0x1d1f4a(0x221),'risk':a24_0x1d1f4a(0x1f0),'paramsRequired':!![],'description':a24_0x1d1f4a(0x20b),'paramsHint':a24_0x1d1f4a(0x207)},{'command':a24_0x1d1f4a(0x22c),'operation':a24_0x1d1f4a(0x22c),'risk':a24_0x1d1f4a(0x1f0),'paramsRequired':!![],'description':a24_0x1d1f4a(0x211),'paramsHint':'JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27'},{'command':a24_0x1d1f4a(0x200),'operation':a24_0x1d1f4a(0x200),'risk':a24_0x1d1f4a(0x1f0),'paramsRequired':!![],'description':a24_0x1d1f4a(0x232),'paramsHint':a24_0x1d1f4a(0x217)+a24_0x1d1f4a(0x20f)},{'command':a24_0x1d1f4a(0x22e),'operation':'delete','risk':'high-risk-write','paramsRequired':!![],'description':a24_0x1d1f4a(0x227),'paramsHint':a24_0x1d1f4a(0x1f9)},{'command':'aggregate','operation':a24_0x1d1f4a(0x235),'risk':a24_0x1d1f4a(0x1ee),'paramsRequired':![],'description':a24_0x1d1f4a(0x22a),'paramsHint':a24_0x1d1f4a(0x20d)+'Example:\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x20\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','helpExtra':[a24_0x1d1f4a(0x1ef),a24_0x1d1f4a(0x1f1),'\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}',a24_0x1d1f4a(0x222),a24_0x1d1f4a(0x22b),a24_0x1d1f4a(0x212),a24_0x1d1f4a(0x226),'\x20\x20\x20\x20MIN\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Minimum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','',a24_0x1d1f4a(0x224),'\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return\x20alongside\x20aggregates,\x20e.g.\x20[\x22status\x22,\x22region\x22]','\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)',a24_0x1d1f4a(0x1ec),a24_0x1d1f4a(0x215),a24_0x1d1f4a(0x219),a24_0x1d1f4a(0x239),'',a24_0x1d1f4a(0x21e),a24_0x1d1f4a(0x1ff),'\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','',a24_0x1d1f4a(0x1e4),'\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}],\x22groupBy\x22:[\x22region\x22],\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}}}\x27','',a24_0x1d1f4a(0x23a)][a24_0x1d1f4a(0x22d)]('\x0a')}];function makeDataCommand(_0x46cfa1){const _0x301d2d=a24_0x1d1f4a,_0x3248dd=_0x301d2d(0x1e8)+_0x46cfa1['command'],_0x1a66db={'service':_0x301d2d(0x236),'command':_0x46cfa1[_0x301d2d(0x1f4)],'description':_0x46cfa1[_0x301d2d(0x233)],'risk':_0x46cfa1[_0x301d2d(0x204)],'helpExtra':_0x46cfa1['helpExtra'],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0x46cfa1[_0x301d2d(0x231)]}],'validate':async _0x150476=>{const _0x5578ac=_0x301d2d;_0x46cfa1[_0x5578ac(0x218)]&&requireAnyOf(_0x150476,[_0x5578ac(0x225)],_0x3248dd),_0x46cfa1[_0x5578ac(0x205)]==='batchCreate'&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x150476['str']('params'))),_0x46cfa1['operation']===_0x5578ac(0x200)&&parseUpdateIdsFromParams(parseJsonParams(_0x150476[_0x5578ac(0x1e7)]('params'))??{});},async 'execute'(_0x1f4e53){const _0x2a7dd8=_0x301d2d,_0x5934eb=_0x1f4e53['str'](_0x2a7dd8(0x1eb)),_0x56b731=_0x46cfa1[_0x2a7dd8(0x205)]==='batchCreate'?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x1f4e53['str']('params'))):parseJsonParams(_0x1f4e53['str'](_0x2a7dd8(0x225)))??{},_0x179eb9=_0x46cfa1[_0x2a7dd8(0x205)]==='update'?parseUpdateIdsFromParams(_0x56b731):undefined,_0x2bb7bc=_0x179eb9?normalizeUpdateParamsForRuntime(_0x56b731,_0x179eb9):_0x56b731,_0x59f8ed=Date[_0x2a7dd8(0x208)](),_0x15342c=await executeData(_0x5934eb,_0x46cfa1[_0x2a7dd8(0x205)],_0x2bb7bc),_0x49dd5e=Date[_0x2a7dd8(0x208)]()-_0x59f8ed,_0x46ca7f=_0x179eb9&&_0x179eb9['length']>0x1?buildBatchUpdateResult(_0x179eb9,_0x15342c):_0x15342c;return{'ok':!![],'data':{'result':_0x46ca7f,'elapsed':_0x49dd5e},'message':_0x2a7dd8(0x1e8)+_0x46cfa1[_0x2a7dd8(0x1f4)]+_0x2a7dd8(0x234)+_0x49dd5e+'ms'};}};return _0x46cfa1['risk']!==_0x301d2d(0x1ee)&&(_0x1a66db[_0x301d2d(0x1fd)]=async _0x324b23=>{const _0x56b3f7=_0x301d2d,_0x165d2b=_0x324b23[_0x56b3f7(0x1e7)](_0x56b3f7(0x1eb)),_0x17d13=_0x46cfa1[_0x56b3f7(0x205)]===_0x56b3f7(0x22c)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x324b23[_0x56b3f7(0x1e7)](_0x56b3f7(0x225)))):parseJsonParams(_0x324b23[_0x56b3f7(0x1e7)](_0x56b3f7(0x225)))??{};let _0x5d4f29=_0x17d13;if(_0x46cfa1[_0x56b3f7(0x205)]===_0x56b3f7(0x200)){const _0x4a0c4f=parseUpdateIdsFromParams(_0x17d13);_0x5d4f29=normalizeUpdateParamsForRuntime(_0x17d13,_0x4a0c4f);}return dryRun(_0x56b3f7(0x1f7),'/api/{appCode}/'+_0x165d2b+'/'+_0x46cfa1[_0x56b3f7(0x205)])[_0x56b3f7(0x216)](_0x5d4f29)[_0x56b3f7(0x233)](_0x56b3f7(0x230)+_0x46cfa1[_0x56b3f7(0x1f4)]+_0x56b3f7(0x1f6)+_0x165d2b)[_0x56b3f7(0x1f2)]();}),_0x1a66db;}function a24_0x46d5(){const _0x41f9d4=['JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20','filter','\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]','body','JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20id\x20may\x20be\x20a\x20single\x20value\x20or\x20array.\x20','paramsRequired','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Post-aggregation\x20filters,\x20e.g.\x20[{\x22columnName\x22:\x22total\x22,\x22condition\x22:{\x22$gt\x22:1000}}]','\x20\x20\x20\x20$contain\x20\x20\x20\x20\x20Substring\x20match\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$contain\x22:\x22test\x22}}','\x20\x20\x20\x20$lt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lt\x22:1000}}','map','\x20\x20\x20\x20$endWith\x20\x20\x20\x20\x20Ends\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22email\x22:{\x22$endWith\x22:\x22@example.com\x22}}','\x20\x20EXAMPLES','\x20\x20\x20\x20$eq\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22age\x22:{\x22$eq\x22:18}}','\x20\x20\x20\x20$startWith\x20\x20\x20Starts\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$startWith\x22:\x22Mr.\x22}}','create','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}','\x20\x20\x20\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27','\x20\x20PARAMS\x20STRUCTURE','params','\x20\x20\x20\x20MAX\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Maximum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}','Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)','\x20\x20\x20\x20$in\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Value\x20in\x20set\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22country\x22:{\x22$in\x22:[\x22CN\x22,\x22US\x22]}}','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Average\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}','batchCreate','join','delete','\x20\x20LOGICAL\x20COMBINATORS','Preview:\x20data\x20','paramsHint','Update\x20an\x20existing\x20record','description','\x20completed\x20in\x20','aggregate','data','354693rSCavO','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22id\x22:\x22desc\x22},{\x22name\x22:\x22asc\x22}]','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','\x20\x20\x20\x20#\x20`field`\x20is\x20accepted\x20as\x20a\x20deprecated\x20alias\x20for\x20`column`;\x20new\x20calls\x20should\x20use\x20`column`.','49MNEkUf','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return,\x20e.g.\x20[\x22id\x22,\x22name\x22,\x22status\x22]','637760MCZiNw','str','data\x20','333054ezMRNd','\x20\x20\x20\x20$lte\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20or\x20equal\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lte\x22:1000}}','code','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Pre-aggregation\x20filter\x20(same\x20operators\x20as\x20data\x20filter)','Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','read','\x20\x20AGGREGATE\x20TYPES','write','\x20\x20\x20\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20column\x20values\x20\x20\x20\x20\x20{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}','build','\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.','command','127320duKkie','\x20on\x20dataset\x20','POST','\x20\x20PAGINATION','JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27','getOne','1027938YuamrW','\x20\x20\x20\x20$gt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$gt\x22:100}}','dryRun','108283ZXEfOl','\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status','update','342376hMJZgx','\x20\x20WHERE\x20OPERATORS','Filter\x20dataset\x20records\x20with\x20query\x20conditions','risk','operation','\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27','now','\x20\x20\x20\x20$ne\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Not\x20equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22status\x22:{\x22$ne\x22:\x22deleted\x22}}','batch','Create\x20a\x20new\x20record\x20in\x20a\x20dataset','\x20\x20\x20\x20$and\x20\x20\x20\x20\x20\x20\x20\x20\x20All\x20conditions\x20match\x20\x20\x20{\x22$and\x22:[{\x22age\x22:{\x22$gte\x22:18}},{\x22status\x22:{\x22$eq\x22:\x22active\x22}}]}','JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions\x20(see\x20operators\x20above)','Examples:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27,\x20\x27{\x22id\x22:[1,2,3],\x22status\x22:\x22completed\x22}\x27','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Rounded\x20average\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}'];a24_0x46d5=function(){return _0x41f9d4;};return a24_0x46d5();}export const dataDefinitions=specs[a24_0x1d1f4a(0x21c)](makeDataCommand);function buildBatchUpdateResult(_0x46cbf6,_0x290ec1){const _0x492448=a24_0x1d1f4a;return{'operation':'update','mode':_0x492448(0x20a),'ids':_0x46cbf6,'total':_0x46cbf6['length'],'result':_0x290ec1};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a25_0x3ea9ac=a25_0x2414;(function(_0x17d0f5,_0x17ecb6){const _0xd1137=a25_0x2414,_0x530e7b=_0x17d0f5();while(!![]){try{const _0x2d8878=parseInt(_0xd1137(0x9e))/0x1*(-parseInt(_0xd1137(0x6e))/0x2)+-parseInt(_0xd1137(0x97))/0x3+-parseInt(_0xd1137(0xb0))/0x4+parseInt(_0xd1137(0x8b))/0x5+parseInt(_0xd1137(0xa7))/0x6+-parseInt(_0xd1137(0xa2))/0x7+parseInt(_0xd1137(0x8e))/0x8;if(_0x2d8878===_0x17ecb6)break;else _0x530e7b['push'](_0x530e7b['shift']());}catch(_0x45e72a){_0x530e7b['push'](_0x530e7b['shift']());}}}(a25_0x1ffa,0xa3288));function a25_0x2414(_0x31839a,_0x59ce8d){_0x31839a=_0x31839a-0x6e;const _0x1ffaf1=a25_0x1ffa();let _0x241468=_0x1ffaf1[_0x31839a];return _0x241468;}import{getDatasetDetail,listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';function normalizeField(_0xabef75){const _0x1b538b=a25_0x2414;if(_0xabef75[_0x1b538b(0x8c)])return null;const _0x4d89cf=Boolean(_0xabef75[_0x1b538b(0x75)]!==undefined||_0xabef75[_0x1b538b(0x88)]!==undefined);let _0x39acdc={};if(!_0x4d89cf&&typeof _0xabef75['extend']==='string')try{_0x39acdc=JSON[_0x1b538b(0x9c)](_0xabef75[_0x1b538b(0xac)]);}catch{}const _0x648c9=_0x4d89cf?_0xabef75[_0x1b538b(0x85)]:_0xabef75['code'],_0x17790e=_0x4d89cf?_0xabef75[_0x1b538b(0x75)]:_0xabef75[_0x1b538b(0x85)],_0xd66b8d=_0x4d89cf?_0xabef75['doType']:_0xabef75[_0x1b538b(0x7a)]||_0xabef75['dataType'],_0x5c3943=_0x4d89cf?_0xabef75[_0x1b538b(0x78)]===!![]:_0x39acdc[_0x1b538b(0x78)]===!![],_0x356e90=_0x4d89cf?_0xabef75['required']===!![]:_0x39acdc[_0x1b538b(0xa4)]===!![],_0xac2651=_0x4d89cf?_0xabef75[_0x1b538b(0x9a)]??null:_0x39acdc['options']??null,_0x47ad68={'name':_0x648c9,'displayName':_0x17790e||_0x648c9,'type':_0xd66b8d,'dbType':_0xabef75[_0x1b538b(0x81)],'pk':_0x5c3943,'required':_0x356e90,'description':_0xabef75[_0x1b538b(0x7e)]||undefined};return Array[_0x1b538b(0x70)](_0xac2651)&&_0xac2651[_0x1b538b(0x84)]>0x0&&(_0x47ad68[_0x1b538b(0x9a)]=_0xac2651),_0x47ad68;}function parseJsonMaybe(_0x445116){const _0x5b056f=a25_0x2414;if(typeof _0x445116!==_0x5b056f(0xa1))return _0x445116;try{return JSON[_0x5b056f(0x9c)](_0x445116);}catch{return _0x445116;}}function normalizeOperationEntry(_0x5e2972,_0x511805){const _0x4fe7a6=a25_0x2414;if(!_0x511805||typeof _0x511805!==_0x4fe7a6(0x91))return null;if(!_0x511805[_0x4fe7a6(0x79)]||!_0x511805['path'])return null;const _0x372106={'name':_0x5e2972,'method':_0x511805[_0x4fe7a6(0x79)],'path':_0x511805[_0x4fe7a6(0x76)]};if(_0x511805[_0x4fe7a6(0x9f)])_0x372106['host']=_0x511805[_0x4fe7a6(0x9f)];if(_0x511805['requestBody']!=null)_0x372106['requestBody']=parseJsonMaybe(_0x511805['requestBody']);if(_0x511805['responseBody']!=null)_0x372106['responseBody']=parseJsonMaybe(_0x511805['responseBody']);if(_0x511805['beforeScriptId']!=null)_0x372106[_0x4fe7a6(0xad)]=_0x511805[_0x4fe7a6(0xad)];if(_0x511805[_0x4fe7a6(0xab)]!=null)_0x372106[_0x4fe7a6(0xab)]=_0x511805['afterScriptId'];if(Array['isArray'](_0x511805[_0x4fe7a6(0x73)]))_0x372106[_0x4fe7a6(0x73)]=_0x511805[_0x4fe7a6(0x73)];if(Array[_0x4fe7a6(0x70)](_0x511805[_0x4fe7a6(0x80)]))_0x372106[_0x4fe7a6(0x80)]=_0x511805[_0x4fe7a6(0x80)];return _0x372106;}function summarizeDbtable(_0x4de05d){const _0x533ee3=a25_0x2414,_0x5dda78={},_0x1148c5=[_0x533ee3(0x90),_0x533ee3(0x7c),_0x533ee3(0x87),_0x533ee3(0x9d),_0x533ee3(0x78),'allFields','logicField','createTimeField',_0x533ee3(0x72),_0x533ee3(0x92),_0x533ee3(0x71),_0x533ee3(0x7b),'modifierNameField','labelField',_0x533ee3(0x7d)];for(const _0x12fb73 of _0x1148c5){if(_0x4de05d[_0x12fb73]!==undefined)_0x5dda78[_0x12fb73]=_0x4de05d[_0x12fb73];}return typeof _0x5dda78[_0x533ee3(0xa8)]==='string'&&_0x5dda78[_0x533ee3(0xa8)][_0x533ee3(0x84)]>0x0&&(_0x5dda78['allFieldNames']=_0x5dda78[_0x533ee3(0xa8)]['split'](',')[_0x533ee3(0xa9)](_0x235d00=>_0x235d00[_0x533ee3(0x89)]())[_0x533ee3(0x8f)](Boolean)),_0x5dda78;}function normalizeRelatedPages(_0x32daa4){const _0x10d364=a25_0x2414;if(!Array[_0x10d364(0x70)](_0x32daa4))return[];return _0x32daa4['filter'](_0x3ad8d4=>_0x3ad8d4&&typeof _0x3ad8d4===_0x10d364(0x91))[_0x10d364(0xa9)](_0x55030e=>({'id':_0x55030e['id'],'type':_0x55030e[_0x10d364(0x7a)],'code':_0x55030e[_0x10d364(0x94)],'title':_0x55030e['title'],'deleted':_0x55030e[_0x10d364(0x8c)]===!![]}));}function normalizeFallbackFieldName(_0x41d473,_0x4c2bb8){const _0xab4770=a25_0x2414,_0x2def5d=_0x41d473[_0xab4770(0x89)]();if(!_0x2def5d)return null;return{'name':_0x2def5d,'displayName':_0x2def5d,'type':undefined,'dbType':undefined,'pk':_0x2def5d===_0x4c2bb8,'required':![],'description':undefined};}async function loadListFieldFallback(_0x8c1a08,_0x27b25d){const _0x19c36d=a25_0x2414;if(!_0x8c1a08||!_0x27b25d)return[];try{const _0x5dc7c7=await listDatasets(_0x8c1a08,{'code':_0x27b25d}),_0x100b7e=_0x5dc7c7['find'](_0x4b5749=>_0x4b5749[_0x19c36d(0x94)]===_0x27b25d)??_0x5dc7c7[0x0],_0x43ae46=_0x100b7e?.[_0x19c36d(0x74)]??{},_0x4fc2d2=typeof _0x43ae46[_0x19c36d(0xa8)]===_0x19c36d(0xa1)?_0x43ae46[_0x19c36d(0xa8)][_0x19c36d(0x98)](','):[];return _0x4fc2d2[_0x19c36d(0xa9)](_0xa25ced=>normalizeFallbackFieldName(_0xa25ced,_0x43ae46[_0x19c36d(0x78)]))['filter'](_0xa561d=>_0xa561d!==null);}catch{return[];}}export const datasetDetail={'service':a25_0x3ea9ac(0x8d),'command':a25_0x3ea9ac(0x8a),'description':a25_0x3ea9ac(0xaf),'risk':'read','flags':[CODE_FLAG],async 'execute'(_0x2d570d){const _0x103208=a25_0x3ea9ac,_0x313114=await getDatasetDetail(_0x2d570d[_0x103208(0x77)]('code')),_0x271784=Array[_0x103208(0x70)](_0x313114['fields'])?_0x313114[_0x103208(0x6f)]:Array[_0x103208(0x70)](_0x313114['properties'])?_0x313114[_0x103208(0xa3)]:[];let _0x4c5d12=_0x271784['map'](_0x2bcb43=>normalizeField(_0x2bcb43))[_0x103208(0x8f)](_0x515e6e=>_0x515e6e!==null);_0x4c5d12[_0x103208(0x84)]===0x0&&(_0x4c5d12=await loadListFieldFallback(_0x2d570d[_0x103208(0x82)],_0x2d570d['str'](_0x103208(0x94))));const _0x1585b9=_0x313114[_0x103208(0xa5)]??{},_0xe1f91c=[];for(const [_0x50c709,_0x2b6846]of Object[_0x103208(0x86)](_0x1585b9)){const _0x110274=normalizeOperationEntry(_0x50c709,_0x2b6846);if(_0x110274)_0xe1f91c[_0x103208(0x9b)](_0x110274);}const _0x9d5c24=_0x313114[_0x103208(0x74)]??{},_0x5ade55=_0x313114['dataset']??{},_0x35ce94=_0x9d5c24[_0x103208(0x90)]!=null?{'id':_0x9d5c24[_0x103208(0x90)],'name':_0x9d5c24[_0x103208(0x7c)]??null}:undefined;let _0x2400fd;return typeof _0x313114[_0x103208(0xac)]===_0x103208(0xa1)&&(_0x2400fd=parseJsonMaybe(_0x313114[_0x103208(0xac)])),{'ok':!![],'data':{'id':_0x313114['modelId']??_0x313114['id'],'name':_0x313114[_0x103208(0x85)],'code':_0x313114[_0x103208(0xa0)]||_0x313114[_0x103208(0x94)],'doVersion':_0x313114[_0x103208(0x83)],'description':_0x313114['description']||_0x5ade55['tableComment']||undefined,'source':_0x313114[_0x103208(0xa6)]||_0x5ade55[_0x103208(0xae)],'table':_0x9d5c24['tableName']||_0x5ade55[_0x103208(0x87)],'datasetKey':_0x9d5c24[_0x103208(0x9d)],'pk':_0x9d5c24[_0x103208(0x78)],'db':_0x35ce94,'dbtable':summarizeDbtable(_0x9d5c24),'fields':_0x4c5d12,'operations':_0xe1f91c,'indexes':Array[_0x103208(0x70)](_0x5ade55['indexes'])?_0x5ade55[_0x103208(0x93)]:[],'relations':_0x313114[_0x103208(0x96)]??null,'relatedPages':normalizeRelatedPages(_0x313114[_0x103208(0xaa)]),...Array['isArray'](_0x313114['columnCodeListWithDeleted'])?{'columnCodeListWithDeleted':_0x313114[_0x103208(0x99)]}:{},'formatRules':Array[_0x103208(0x70)](_0x313114[_0x103208(0x7f)])?_0x313114[_0x103208(0x7f)]:[],'validateRules':Array[_0x103208(0x70)](_0x313114[_0x103208(0x95)])?_0x313114['validateRules']:[],..._0x2400fd!==undefined?{'extend':_0x2400fd}:{},'stats':{'fieldCount':_0x4c5d12[_0x103208(0x84)],'operationCount':_0xe1f91c['length']}}};}};function a25_0x1ffa(){const _0x548d97=['method','type','modifierIdField','dbName','dblinkInfoDTO','description','formatRules','responseFields','dbType','appCode','doVersion','length','name','entries','tableName','doType','trim','detail','3016910GAwina','deleted','dataset','9939568sgUkbA','filter','dbId','object','creatorIdField','indexes','code','validateRules','relations','1619862KVJXmf','split','columnCodeListWithDeleted','options','push','parse','datasetKey','556387Zzsmgl','host','modelCode','string','1572620tuWrIQ','properties','required','operations','source','4709436aAYqzc','allFields','map','relatedPageInfoList','afterScriptId','extend','beforeScriptId','sourceType','Get\x20dataset\x20detail\x20including\x20fields,\x20relations,\x20and\x20operations','340200JWTKQv','4RaTZui','fields','isArray','creatorNameField','updateTimeField','requestFields','dbtableConfig','displayName','path','str','pkField'];a25_0x1ffa=function(){return _0x548d97;};return a25_0x1ffa();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x5cf139,_0x164533){const _0x3f6ebe=a26_0x3e34,_0x45866d=_0x5cf139();while(!![]){try{const _0x52d46e=parseInt(_0x3f6ebe(0x119))/0x1+-parseInt(_0x3f6ebe(0x11e))/0x2+parseInt(_0x3f6ebe(0x11a))/0x3*(parseInt(_0x3f6ebe(0x11d))/0x4)+-parseInt(_0x3f6ebe(0x120))/0x5*(parseInt(_0x3f6ebe(0x121))/0x6)+-parseInt(_0x3f6ebe(0x11b))/0x7+-parseInt(_0x3f6ebe(0x11c))/0x8+parseInt(_0x3f6ebe(0x118))/0x9*(parseInt(_0x3f6ebe(0x11f))/0xa);if(_0x52d46e===_0x164533)break;else _0x45866d['push'](_0x45866d['shift']());}catch(_0x46af6f){_0x45866d['push'](_0x45866d['shift']());}}}(a26_0x12c2,0x8eff7));import{datasetList}from'../../commands/dataset/list.js';import{datasetDetail}from'../../commands/dataset/detail.js';function a26_0x12c2(){const _0x16ac17=['9uFzusA','179092XYbXcy','5331AHnUIG','447447fKfqdn','7170832JjqEDl','68pIdbpa','162502TFXWRf','25039610svPGXZ','1055nMnFZj','30882SSSYBs'];a26_0x12c2=function(){return _0x16ac17;};return a26_0x12c2();}import{datasetSdkDoc}from'../../commands/dataset/sdk-doc.js';function a26_0x3e34(_0x1737c2,_0x355a46){_0x1737c2=_0x1737c2-0x118;const _0x12c28e=a26_0x12c2();let _0x3e3464=_0x12c28e[_0x1737c2];return _0x3e3464;}export const datasetDefinitions=[datasetList,datasetDetail,datasetSdkDoc];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a27_0x3ab332=a27_0x38f5;(function(_0x574f00,_0x508b67){const _0x55a9f8=a27_0x38f5,_0x2c1859=_0x574f00();while(!![]){try{const _0x56013e=-parseInt(_0x55a9f8(0x144))/0x1+-parseInt(_0x55a9f8(0x146))/0x2+parseInt(_0x55a9f8(0x14b))/0x3+-parseInt(_0x55a9f8(0x13f))/0x4*(-parseInt(_0x55a9f8(0x13b))/0x5)+parseInt(_0x55a9f8(0x135))/0x6+parseInt(_0x55a9f8(0x133))/0x7*(-parseInt(_0x55a9f8(0x145))/0x8)+parseInt(_0x55a9f8(0x142))/0x9;if(_0x56013e===_0x508b67)break;else _0x2c1859['push'](_0x2c1859['shift']());}catch(_0x36025e){_0x2c1859['push'](_0x2c1859['shift']());}}}(a27_0x409e,0x8adae));function a27_0x409e(){const _0x438f2b=['name','551000HNrdUF','488hGENxV','2166214myQlQx','read','appCode','Filter\x20by\x20dataset\x20name\x20(server-side\x20fuzzy\x20match)','code','1984569OWoKXe','34118OTklkZ','allFields','3523386QubbOF','source','pkField','split','length','list','175HwltwC','map','str','string','116732HmWszr','dataset','List\x20datasets\x20in\x20the\x20app\x20(supports\x20server-side\x20name/code\x20filtering)','2070108DfEKCa'];a27_0x409e=function(){return _0x438f2b;};return a27_0x409e();}function a27_0x38f5(_0x3843fd,_0x3ad2df){_0x3843fd=_0x3843fd-0x133;const _0x409e52=a27_0x409e();let _0x38f5a0=_0x409e52[_0x3843fd];return _0x38f5a0;}import{listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';export const datasetList={'service':a27_0x3ab332(0x140),'command':a27_0x3ab332(0x13a),'description':a27_0x3ab332(0x141),'risk':a27_0x3ab332(0x147),'flags':[{'name':a27_0x3ab332(0x143),'type':a27_0x3ab332(0x13e),'description':a27_0x3ab332(0x149)},{...CODE_FLAG,'required':![],'description':'Filter\x20by\x20dataset\x20code\x20(server-side\x20exact\x20match)'}],async 'execute'(_0xcfe7e4){const _0x1d23d7=a27_0x3ab332,_0x27a4ab=_0xcfe7e4['str'](_0x1d23d7(0x143)),_0x3ab5b4=_0xcfe7e4[_0x1d23d7(0x13d)]('code'),_0x315a6e=await listDatasets(_0xcfe7e4[_0x1d23d7(0x148)],{..._0x27a4ab&&{'name':_0x27a4ab},..._0x3ab5b4&&{'code':_0x3ab5b4}});return{'ok':!![],'data':{'total':_0x315a6e[_0x1d23d7(0x139)],'datasets':_0x315a6e[_0x1d23d7(0x13c)](_0x1fbd1c=>{const _0x36498f=_0x1d23d7,_0x1a41d4=_0x1fbd1c['dbtableConfig']??{};return{'id':_0x1fbd1c['id'],'code':_0x1fbd1c[_0x36498f(0x14a)],'name':_0x1fbd1c[_0x36498f(0x143)],'source':_0x1fbd1c[_0x36498f(0x136)],'description':_0x1fbd1c['description'],'table':_0x1a41d4['tableName'],'datasetKey':_0x1a41d4['datasetKey'],'pk':_0x1a41d4[_0x36498f(0x137)],'fields':_0x1a41d4[_0x36498f(0x134)]?_0x1a41d4['allFields'][_0x36498f(0x138)](',')[_0x36498f(0x13c)](_0x12d636=>_0x12d636['trim']()):[]};})}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a28_0x5ebd85=a28_0x320e;(function(_0x24ff08,_0x737dad){const _0x20ec98=a28_0x320e,_0x202963=_0x24ff08();while(!![]){try{const _0x22e166=parseInt(_0x20ec98(0x1a1))/0x1*(parseInt(_0x20ec98(0x192))/0x2)+-parseInt(_0x20ec98(0x199))/0x3*(-parseInt(_0x20ec98(0x196))/0x4)+-parseInt(_0x20ec98(0x19d))/0x5+-parseInt(_0x20ec98(0x190))/0x6*(parseInt(_0x20ec98(0x195))/0x7)+parseInt(_0x20ec98(0x19f))/0x8*(parseInt(_0x20ec98(0x1a2))/0x9)+parseInt(_0x20ec98(0x197))/0xa*(-parseInt(_0x20ec98(0x19a))/0xb)+-parseInt(_0x20ec98(0x1a3))/0xc*(parseInt(_0x20ec98(0x194))/0xd);if(_0x22e166===_0x737dad)break;else _0x202963['push'](_0x202963['shift']());}catch(_0x5816ed){_0x202963['push'](_0x202963['shift']());}}}(a28_0x5536,0x7403a));import{getDatasetSdkUsageDoc}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';function a28_0x320e(_0x40c46c,_0x5ae850){_0x40c46c=_0x40c46c-0x18f;const _0x55366a=a28_0x5536();let _0x320ed8=_0x55366a[_0x40c46c];return _0x320ed8;}const DEFAULT_MARKDOWN='#\x20Dataset\x20SDK\x20Usage\x20Documentation\x0a\x0a暂无\x20SDK\x20使用文档';function a28_0x5536(){const _0x2c3e28=['Dataset\x20code\x20(32\x20characters).\x20Numeric\x20dataset\x20IDs\x20are\x20not\x20accepted.','14970lvemzw','string','1897606dvmnnj','Get\x20SDK\x20usage\x20markdown\x20for\x20a\x20dataset\x20code','52ppsvwr','287oXIKwd','4kgmDBl','10CMnCfT','sdk-doc','1420233ZYrTEJ','2638141yxvwaJ','str','trim','3331350lBXHHF','dataset','1875848PnsJBi','code','1IbiTqj','36kSaoNR','2629644UBlpCd','appCode','read'];a28_0x5536=function(){return _0x2c3e28;};return a28_0x5536();}export function formatDatasetSdkMarkdown(_0x257310){const _0x33a404=a28_0x320e,_0x4bc106=typeof _0x257310===_0x33a404(0x191)?_0x257310[_0x33a404(0x19c)]():'';return _0x4bc106||DEFAULT_MARKDOWN;}export const datasetSdkDoc={'service':a28_0x5ebd85(0x19e),'command':a28_0x5ebd85(0x198),'description':a28_0x5ebd85(0x193),'risk':a28_0x5ebd85(0x1a5),'flags':[{...CODE_FLAG,'description':a28_0x5ebd85(0x18f)}],async 'execute'(_0x2d8272){const _0x399233=a28_0x5ebd85,_0x50551d=_0x2d8272[_0x399233(0x19b)](_0x399233(0x1a0)),_0x175283=await getDatasetSdkUsageDoc(_0x50551d,_0x2d8272['appCode']);return{'ok':!![],'data':{'code':_0x50551d,'appCode':_0x2d8272[_0x399233(0x1a4)],'markdown':formatDatasetSdkMarkdown(_0x175283)}};}};
|
package/lib/commands/doctor.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a29_0x293189=a29_0x377e;(function(_0x5b7a29,_0x5803e0){const _0x5323e0=a29_0x377e,_0x4f5f7d=_0x5b7a29();while(!![]){try{const _0x4651c6=-parseInt(_0x5323e0(0xcf))/0x1+-parseInt(_0x5323e0(0x11b))/0x2+parseInt(_0x5323e0(0xd7))/0x3+-parseInt(_0x5323e0(0xfe))/0x4*(-parseInt(_0x5323e0(0x107))/0x5)+-parseInt(_0x5323e0(0xd3))/0x6+parseInt(_0x5323e0(0x121))/0x7*(parseInt(_0x5323e0(0xe2))/0x8)+parseInt(_0x5323e0(0xe1))/0x9*(parseInt(_0x5323e0(0xcb))/0xa);if(_0x4651c6===_0x5803e0)break;else _0x4f5f7d['push'](_0x4f5f7d['shift']());}catch(_0xb8fbe1){_0x4f5f7d['push'](_0x4f5f7d['shift']());}}}(a29_0x5548,0x95e76));function a29_0x377e(_0x21926d,_0x3e0574){_0x21926d=_0x21926d-0xcb;const _0x5548b6=a29_0x5548();let _0x377eae=_0x5548b6[_0x21926d];return _0x377eae;}import a29_0x475397 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{getCliVersion}from'../utils/version.js';import{getApiDomain,getRuntimeDomain,getUserDomain}from'../constant/domain.js';import{buildConfigFromFlags,initGlobalEnvironment,getProjectConfigPath,getGlobalConfigPath,inspectCliConfigJsonFile}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{isLegacyCompatConfigKey}from'../config/schema.js';import{inspectServiceRegistry}from'../commands/service/registry.js';async function execute(_0x2e9c31){const _0x41456c=a29_0x377e,_0x576927=getCliVersion(),_0x2bd0a2=buildConfigFromFlags({});await initGlobalEnvironment(_0x2bd0a2),console[_0x41456c(0x10e)](),console['log'](a29_0x475397[_0x41456c(0xf0)](CLI_BIN_NAME+_0x41456c(0x105))),console[_0x41456c(0x10e)](a29_0x475397[_0x41456c(0x109)]('─'['repeat'](0x32))),console[_0x41456c(0x10e)](_0x41456c(0xd4)+_0x576927),console[_0x41456c(0x10e)](_0x41456c(0xf5)+process[_0x41456c(0xe9)]),console[_0x41456c(0x10e)](_0x41456c(0x10d)+process[_0x41456c(0x11c)]+'\x20'+process[_0x41456c(0xd0)]),console[_0x41456c(0x10e)](),console[_0x41456c(0x10e)](a29_0x475397['bold'](_0x41456c(0x103))),console[_0x41456c(0x10e)](a29_0x475397[_0x41456c(0x109)](_0x41456c(0xda)[_0x41456c(0xf2)](0x1e)));const _0x13cd7b=getGlobalConfigPath(),_0x229181=getProjectConfigPath();console[_0x41456c(0x10e)](_0x41456c(0x104)+(_0x13cd7b||a29_0x475397[_0x41456c(0x109)](_0x41456c(0xe7)))),console[_0x41456c(0x10e)](_0x41456c(0xf6)+(_0x229181||a29_0x475397['gray'](_0x41456c(0xe7)))),console[_0x41456c(0x10e)](),console[_0x41456c(0x10e)](a29_0x475397[_0x41456c(0xf0)](_0x41456c(0xf3))),console[_0x41456c(0x10e)](a29_0x475397[_0x41456c(0x109)](_0x41456c(0xda)['repeat'](0x1e)));const _0x1f301d=(_0x14f848,_0x5f1075)=>{const _0x2660c0=_0x41456c;if(!_0x5f1075){console[_0x2660c0(0x10e)]('\x20\x20'+_0x14f848['padEnd'](0x11)+'\x20'+a29_0x475397['gray'](_0x2660c0(0x10c)));return;}const _0x2bca66=inspectCliConfigJsonFile(_0x5f1075);if(_0x2bca66[_0x2660c0(0x122)]==='ok')console[_0x2660c0(0x10e)]('\x20\x20'+_0x14f848[_0x2660c0(0x11e)](0x11)+'\x20'+a29_0x475397[_0x2660c0(0x111)](_0x2660c0(0x116)));else{if(_0x2bca66['status']===_0x2660c0(0xe4))console[_0x2660c0(0x10e)]('\x20\x20'+_0x14f848[_0x2660c0(0x11e)](0x11)+'\x20'+a29_0x475397['yellow'](_0x2660c0(0x101)));else _0x2bca66[_0x2660c0(0x122)]==='missing'?console[_0x2660c0(0x10e)]('\x20\x20'+_0x14f848[_0x2660c0(0x11e)](0x11)+'\x20'+a29_0x475397[_0x2660c0(0x109)](_0x2660c0(0x112))):(console[_0x2660c0(0x10e)]('\x20\x20'+_0x14f848[_0x2660c0(0x11e)](0x11)+'\x20'+a29_0x475397[_0x2660c0(0xcd)](_0x2660c0(0xdc))),console[_0x2660c0(0x10e)]('\x20\x20'+''[_0x2660c0(0x11e)](0x11)+'\x20'+a29_0x475397[_0x2660c0(0xcd)](_0x2bca66[_0x2660c0(0x119)])));}};_0x1f301d(_0x41456c(0x110),_0x13cd7b),_0x1f301d(_0x41456c(0xee),_0x229181),console['log'](),console[_0x41456c(0x10e)](a29_0x475397[_0x41456c(0xf0)](_0x41456c(0xd8))),console['log'](a29_0x475397[_0x41456c(0x109)](_0x41456c(0xda)[_0x41456c(0xf2)](0x1e))),console[_0x41456c(0x10e)](_0x41456c(0xfa)+(_0x2bd0a2[_0x41456c(0xef)]||a29_0x475397[_0x41456c(0xcd)](_0x41456c(0xfc)))),console['log'](_0x41456c(0xe5)+_0x2bd0a2[_0x41456c(0x108)]);const _0x29aa45=isLegacyCompatConfigKey(_0x41456c(0xdf))?a29_0x475397[_0x41456c(0x109)](_0x2bd0a2['locale']+_0x41456c(0x10b)):_0x2bd0a2[_0x41456c(0xdf)];console[_0x41456c(0x10e)](_0x41456c(0xdd)+_0x29aa45),console['log'](_0x41456c(0x120)+(_0x2bd0a2[_0x41456c(0xd5)]||a29_0x475397['gray']('(none)'))),console['log']('\x20\x20currentApp:\x20\x20\x20\x20\x20\x20'+(_0x2bd0a2[_0x41456c(0xce)]||a29_0x475397[_0x41456c(0x109)](_0x41456c(0xdb)))),console[_0x41456c(0x10e)](_0x41456c(0x115)+(_0x2bd0a2[_0x41456c(0xf9)]||a29_0x475397[_0x41456c(0x109)](_0x41456c(0x10f)+DEFAULT_CONFIG_VALUES[_0x41456c(0xf9)]+')'))),console['log'](_0x41456c(0xeb)+(_0x2bd0a2[_0x41456c(0xd2)]??a29_0x475397['gray'](_0x41456c(0xf7)))),console[_0x41456c(0x10e)](_0x41456c(0x106)+_0x2bd0a2['riskLevel']),console[_0x41456c(0x10e)](_0x41456c(0xe3)+_0x2bd0a2['verbose']),console[_0x41456c(0x10e)]('\x20\x20auth\x20(effective):\x20'+AUTH_MODE[_0x41456c(0x11f)]),console[_0x41456c(0x10e)](_0x41456c(0xe8)+(_0x2bd0a2['accessKey']?a29_0x475397[_0x41456c(0x111)](_0x41456c(0x10a)+_0x2bd0a2['accessKey']['length']+')'):a29_0x475397[_0x41456c(0x109)](_0x41456c(0xdb)))),console[_0x41456c(0x10e)](),console[_0x41456c(0x10e)](a29_0x475397[_0x41456c(0xf0)](_0x41456c(0xd6))),console[_0x41456c(0x10e)](a29_0x475397[_0x41456c(0x109)](_0x41456c(0xda)[_0x41456c(0xf2)](0x1e))),console[_0x41456c(0x10e)](_0x41456c(0xe0)+getApiDomain()),console['log'](_0x41456c(0xff)+getUserDomain()),console['log'](_0x41456c(0x11a)+getRuntimeDomain()),console[_0x41456c(0x10e)](),console['log'](a29_0x475397[_0x41456c(0xf0)](_0x41456c(0xfd))),console[_0x41456c(0x10e)](a29_0x475397['gray'](_0x41456c(0xda)[_0x41456c(0xf2)](0x1e)));const _0x357e23=inspectServiceRegistry();console[_0x41456c(0x10e)]('\x20\x20Registry:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x357e23[_0x41456c(0xd1)]),console[_0x41456c(0x10e)](_0x41456c(0x114)+formatServiceRegistryStatus(_0x357e23)),console[_0x41456c(0x10e)]('\x20\x20Services:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x357e23['serviceCount']),console[_0x41456c(0x10e)](_0x41456c(0xec)+_0x357e23['commandCount']);for(const _0x2fd502 of _0x357e23[_0x41456c(0xf4)]){console[_0x41456c(0x10e)]('\x20\x20'+(_0x2fd502['serviceCode']+':')['padEnd'](0x11)+'\x20'+(_0x2fd502['name']||a29_0x475397['gray']('(unnamed)'))+'\x20('+_0x2fd502[_0x41456c(0x102)]+'\x20commands)'),console[_0x41456c(0x10e)]('\x20\x20'+''['padEnd'](0x11)+'\x20Imported\x20from:\x20'+_0x2fd502[_0x41456c(0xfb)][_0x41456c(0xf8)]);}return console[_0x41456c(0x10e)](),console['log'](a29_0x475397[_0x41456c(0xf0)](_0x41456c(0xd9))),console[_0x41456c(0x10e)](a29_0x475397[_0x41456c(0x109)](_0x41456c(0xda)[_0x41456c(0xf2)](0x1e))),console['log'](_0x41456c(0x117)+a29_0x475397['green'](AUTH_MODE['ClientAk']+_0x41456c(0xed))),console[_0x41456c(0x10e)](_0x41456c(0x118)+a29_0x475397[_0x41456c(0x109)](_0x41456c(0xf1))),console[_0x41456c(0x10e)](),{'ok':!![]};}function a29_0x5548(){const _0x57d0dc=['Global','green','(missing)','✓\x20Loaded','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','✓\x20Valid\x20JSON','\x20\x20Mode:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Session\x20check:\x20\x20\x20','message','\x20\x20runtimeDomain:\x20\x20\x20','1479164LbOhhS','platform','read','padEnd','ClientAk','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','7bKQIAj','status','864650bdbNJk','missing','red','currentApp','626796HpIYgi','arch','registryPath','pageSize','3831270IGWwkS','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','defaultApp','\x20\x20API\x20Endpoints','1591719XluZJC','\x20\x20Merged\x20Config','\x20\x20Auth','\x20\x20─','(none)','✗\x20Invalid\x20JSON','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','check','locale','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','45mzgawn','4894712HfZKGd','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','empty','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','⚠\x20Empty','(not\x20found)','\x20\x20accessKey:\x20\x20\x20\x20\x20\x20\x20','version','Diagnose\x20CLI\x20configuration\x20and\x20environment','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Commands:\x20\x20\x20\x20\x20\x20\x20\x20','\x20(accessKey)','Project','appCode','bold','(removed\x20—\x20cookie\x20auth\x20disabled)','repeat','\x20\x20Config\x20JSON','services','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','(default)','path','format','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','source','(not\x20set)','\x20\x20Service\x20Tree','96XkItfw','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','doctor','⚠\x20Empty\x20(treated\x20as\x20{})','commandCount','\x20\x20Config\x20Files','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20doctor','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','217540HzPcTv','env','gray','(set,\x20length=','\x20(legacy/compat\x20only)','(no\x20file)','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','log','(default:\x20'];a29_0x5548=function(){return _0x57d0dc;};return a29_0x5548();}function formatServiceRegistryStatus(_0x44ca25){const _0x2bb77f=a29_0x377e;if(_0x44ca25[_0x2bb77f(0x122)]==='ok')return a29_0x475397[_0x2bb77f(0x111)](_0x2bb77f(0x113));if(_0x44ca25[_0x2bb77f(0x122)]===_0x2bb77f(0xcc))return a29_0x475397[_0x2bb77f(0x109)](_0x2bb77f(0xe7));if(_0x44ca25[_0x2bb77f(0x122)]==='empty')return a29_0x475397['yellow'](_0x2bb77f(0xe6));return a29_0x475397['red']('✗\x20Invalid'+(_0x44ca25[_0x2bb77f(0x119)]?':\x20'+_0x44ca25['message']:''));}export const doctorDefinition={'service':a29_0x293189(0x100),'command':a29_0x293189(0xde),'description':a29_0x293189(0xea),'risk':a29_0x293189(0x11d),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
|