@lovrabet/rabetbase-cli 2.5.4-beta.2 → 2.5.4-beta.3
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/api/api-doc.js +1 -1
- package/lib/api/api-group.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/api/generate-sdk-config-file.js +1 -1
- package/lib/api/legacy-api-file.js +1 -1
- package/lib/api/model-registry-file.js +1 -1
- package/lib/api/model-registry-scaffold.js +1 -1
- package/lib/api/model-source.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/members-list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/logs.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/delete.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/init.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/dataset/batch-design.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/business-groups.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/cross-relation-create.js +1 -1
- package/lib/commands/dataset/cross-relation-delete.js +1 -1
- package/lib/commands/dataset/cross-relation-list.js +1 -1
- package/lib/commands/dataset/cross-relation-shared.js +1 -1
- package/lib/commands/dataset/cross-relation-update.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-restore.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/dataset/user-deleted-field-list.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/table-diff-shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/deployment/index.js +1 -1
- package/lib/commands/deployment/sync-all.js +1 -1
- package/lib/commands/deployment/sync-jobs.js +1 -1
- package/lib/commands/deployment/sync-status.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/flow/create.js +1 -1
- package/lib/commands/flow/detail.js +1 -1
- package/lib/commands/flow/index.js +1 -1
- package/lib/commands/flow/list.js +1 -1
- package/lib/commands/flow/publish.js +1 -1
- package/lib/commands/flow/runtime-resources-shared.js +1 -1
- package/lib/commands/flow/runtime-role-list.js +1 -1
- package/lib/commands/flow/runtime-role-user-list.js +1 -1
- package/lib/commands/flow/runtime-user-search.js +1 -1
- package/lib/commands/flow/shared.js +1 -1
- package/lib/commands/flow/update.js +1 -1
- package/lib/commands/flow/validate.js +1 -1
- package/lib/commands/instant-api-policy/current.js +1 -1
- package/lib/commands/instant-api-policy/index.js +1 -1
- package/lib/commands/instant-api-policy/init.js +1 -1
- package/lib/commands/instant-api-policy/publish.js +1 -1
- package/lib/commands/instant-api-policy/pull.js +1 -1
- package/lib/commands/instant-api-policy/revision.js +1 -1
- package/lib/commands/instant-api-policy/revisions.js +1 -1
- package/lib/commands/instant-api-policy/rollback.js +1 -1
- package/lib/commands/instant-api-policy/shared.js +1 -1
- package/lib/commands/instant-api-policy/validate.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/search.js +1 -1
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/asset-update.js +1 -1
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/external-link-update.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/visibility-update.js +1 -1
- package/lib/commands/notification/config-create.js +1 -1
- package/lib/commands/notification/config-delete.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/config-update.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/notification/shared.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/create.js +1 -1
- package/lib/commands/page/custom/detail.js +1 -1
- package/lib/commands/page/custom/list.js +1 -1
- package/lib/commands/page/custom/publish.js +1 -1
- package/lib/commands/page/custom/shared.js +1 -1
- package/lib/commands/page/custom/syntax.js +1 -1
- package/lib/commands/page/custom/update.js +1 -1
- package/lib/commands/page/data-list-status.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/restore.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/api-architecture-upgrade.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/materialize-project-template.js +1 -1
- package/lib/commands/project/create/project-name.js +1 -1
- package/lib/commands/project/create/project-template-archive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/domain-routing-sync.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/rule/get.js +1 -1
- package/lib/commands/rule/index.js +1 -1
- package/lib/commands/rule/list.js +1 -1
- package/lib/commands/rule/set.js +1 -1
- package/lib/commands/rule/shared.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.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/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/feishu-bind.d.ts +2 -0
- package/lib/commands/user-account/feishu-bind.js +1 -0
- package/lib/commands/user-account/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/domain-config.js +1 -1
- package/lib/config/project-domain-routing.js +1 -1
- package/lib/config/region-config.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.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/paths.js +1 -1
- package/lib/constant/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.d.ts +2 -0
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/hook-directory.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/cross-db-relation.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/flow-config.js +1 -1
- package/lib/core/instant-api-policy/config.js +1 -1
- package/lib/core/kb-search-client.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/page/lr-smart-jsx.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.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/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/supported-flags.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/generated/official-routing.js +1 -1
- package/lib/generated/routing-contract.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
- package/skills/rabetbase/SKILL.md +3 -2
- package/skills/rabetbase/references/rabetbase-user-account.md +20 -2
- package/skills/rabetbase.manifest.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a124_0x2039f3=a124_0x59bf;(function(_0x31791a,_0x4cc371){const _0x5c4753=a124_0x59bf,_0x1bab80=_0x31791a();while(!![]){try{const _0x5f1158=parseInt(_0x5c4753(0x201))/0x1+-parseInt(_0x5c4753(0x1d8))/0x2*(-parseInt(_0x5c4753(0x1fb))/0x3)+-parseInt(_0x5c4753(0x1f3))/0x4*(-parseInt(_0x5c4753(0x1c7))/0x5)+-parseInt(_0x5c4753(0x1fa))/0x6*(parseInt(_0x5c4753(0x1d2))/0x7)+parseInt(_0x5c4753(0x1c8))/0x8*(-parseInt(_0x5c4753(0x1cf))/0x9)+parseInt(_0x5c4753(0x1d5))/0xa+-parseInt(_0x5c4753(0x1ce))/0xb*(parseInt(_0x5c4753(0x1fc))/0xc);if(_0x5f1158===_0x4cc371)break;else _0x1bab80['push'](_0x1bab80['shift']());}catch(_0xc8de5){_0x1bab80['push'](_0x1bab80['shift']());}}}(a124_0x3697,0xb547a));import{asDryRunResult}from'../../commands/common/dry-run.js';import{readFlowConfigFile,validateFlowConfig}from'../../core/flow-config.js';import{CliErrors}from'../../errors.js';function a124_0x3697(){const _0x6f1fcd=['flowJson','6755yeEFSB','join','bool','10556870BoXfGc','Continue?\x20[y/N]\x20','apiError','8826CfQkwM','The\x20detail\x20response\x20does\x20not\x20contain\x20an\x20object\x20flowJson.','num','FlowConfig\x20validation\x20failed\x20for\x20','Run\x20`rabetbase\x20flow\x20validate\x20--file\x20<path>`\x20for\x20details.','The\x20detail\x20response\x20does\x20not\x20contain\x20flowName.','Pass\x20--file\x20<path>.','isSafeInteger','normalized','datasetCode','pageId','valid','/smartapi/flow/publish','/smartapi/flow/page','yes','file','path','\x20\x20appCode:\x20','/data/workflow?workflowId=','flowDesc','\x20\x20flowType:\x20','isArray','warnings','string','map','Cannot\x20export\x20an\x20invalid\x20flow\x20definition.','INDEPENDENT_FLOW','4WNAxFl','Unable\x20to\x20read\x20FlowConfig:\x20','flowCode','validation','FORM_FLOW','The\x20detail\x20response\x20does\x20not\x20contain\x20a\x20supported\x20flowType.','flowType','7170VEAjyo','201VIZOxO','684636cEVpNF','Cannot\x20export\x20this\x20flow\x20into\x20the\x20current\x20portable\x20FlowConfig\x20contract.','number','/smartapi/flow/create','Flow\x20definition\x20id\x20(from\x20`flow\x20list`\x20or\x20`flow\x20create`)','1363379abBFhV','Approval\x20flow\x20','message','errors','POST','6403605XATrOP','6288QFOzmF','File:\x20','appCode','/smartapi/flow/detail','\x20\x20flowName:\x20','flowName','121IsyTvW','16857YbsyEc','Path\x20to\x20the\x20local\x20FlowConfig\x20JSON\x20file'];a124_0x3697=function(){return _0x6f1fcd;};return a124_0x3697();}import{getAppBaseUrl}from'../../constant/domain.js';import{requireConfirmationPrompt}from'@lovrabet/cli-framework';export const FLOW_PATHS={'list':a124_0x2039f3(0x1e5),'detail':a124_0x2039f3(0x1cb),'create':a124_0x2039f3(0x1ff),'update':'/smartapi/flow/update','publish':a124_0x2039f3(0x1e4)};export const FLOW_ID_FLAG={'name':'id','type':a124_0x2039f3(0x1fe),'required':!![],'description':a124_0x2039f3(0x200)};export const FLOW_FILE_FLAG={'name':a124_0x2039f3(0x1e7),'type':a124_0x2039f3(0x1ef),'required':!![],'description':a124_0x2039f3(0x1d0)};export function flowDefinitionToConfig(_0x1136be){const _0x5e97a6=a124_0x2039f3;if(typeof _0x1136be[_0x5e97a6(0x1cd)]!==_0x5e97a6(0x1ef)||_0x1136be[_0x5e97a6(0x1cd)]['trim']()==='')throw CliErrors['apiError'](_0x5e97a6(0x1f1),_0x5e97a6(0x1dd));if(typeof _0x1136be[_0x5e97a6(0x1d1)]!=='object'||_0x1136be[_0x5e97a6(0x1d1)]===null||Array[_0x5e97a6(0x1ed)](_0x1136be['flowJson']))throw CliErrors[_0x5e97a6(0x1d7)](_0x5e97a6(0x1f1),_0x5e97a6(0x1d9));if(_0x1136be['flowType']!==_0x5e97a6(0x1f7)&&_0x1136be[_0x5e97a6(0x1f9)]!==_0x5e97a6(0x1f2))throw CliErrors['apiError']('Cannot\x20export\x20an\x20invalid\x20flow\x20definition.',_0x5e97a6(0x1f8));const _0x57b1ff={'flowName':_0x1136be[_0x5e97a6(0x1cd)],...typeof _0x1136be['flowDesc']===_0x5e97a6(0x1ef)?{'flowDesc':_0x1136be['flowDesc']}:{},'flowType':_0x1136be[_0x5e97a6(0x1f9)],...typeof _0x1136be[_0x5e97a6(0x1e1)]===_0x5e97a6(0x1ef)&&_0x1136be[_0x5e97a6(0x1e1)]['trim']()?{'datasetCode':_0x1136be[_0x5e97a6(0x1e1)]}:{},...typeof _0x1136be[_0x5e97a6(0x1e2)]===_0x5e97a6(0x1fe)?{'pageId':_0x1136be[_0x5e97a6(0x1e2)]}:{},'flowJson':_0x1136be[_0x5e97a6(0x1d1)]},_0x155374=validateFlowConfig(_0x57b1ff);if(!_0x155374[_0x5e97a6(0x1e3)]){const _0x28e614=_0x155374[_0x5e97a6(0x1c5)][_0x5e97a6(0x1f0)](_0x577fba=>_0x577fba[_0x5e97a6(0x1e8)]+':\x20'+_0x577fba[_0x5e97a6(0x1c4)])[_0x5e97a6(0x1d3)](';\x20');throw CliErrors[_0x5e97a6(0x1f6)](_0x5e97a6(0x1fd),_0x28e614);}return{'config':_0x155374['normalized'],'warnings':_0x155374[_0x5e97a6(0x1ee)],'removedPaths':_0x155374[_0x5e97a6(0x1ee)][_0x5e97a6(0x1f0)](_0x57e8f5=>_0x57e8f5[_0x5e97a6(0x1e8)])};}export function readFlowId(_0x4df673){const _0x1b4d28=a124_0x2039f3,_0x517da2=_0x4df673[_0x1b4d28(0x1da)]('id');if(!Number[_0x1b4d28(0x1df)](_0x517da2)||_0x517da2<=0x0)throw CliErrors[_0x1b4d28(0x1f6)]('--id\x20must\x20be\x20a\x20positive\x20integer.');return _0x517da2;}export function readFlowFilePath(_0x281abc){const _0x5c5346=a124_0x2039f3,_0x40e97c=_0x281abc['str'](_0x5c5346(0x1e7))['trim']();if(!_0x40e97c)throw CliErrors['flagMissing'](_0x5c5346(0x1e7),_0x5c5346(0x1de));return _0x40e97c;}export async function prepareFlowWrite(_0xa21c07,_0x55497c,_0x83cb8e){const _0x3779d9=a124_0x2039f3;let _0x4fce19;try{_0x4fce19=await readFlowConfigFile(_0xa21c07);}catch(_0x2c8d35){const _0x38f4d0=_0x2c8d35 instanceof Error?_0x2c8d35[_0x3779d9(0x1c4)]:String(_0x2c8d35);throw CliErrors[_0x3779d9(0x1f6)](_0x3779d9(0x1f4)+_0x38f4d0,_0x3779d9(0x1c9)+_0xa21c07);}const _0x50de01=validateFlowConfig(_0x4fce19);if(!_0x50de01['valid']){const _0x10815b=_0x50de01[_0x3779d9(0x1c5)]['map'](_0x4b15c4=>_0x4b15c4[_0x3779d9(0x1e8)]+':\x20'+_0x4b15c4[_0x3779d9(0x1c4)])[_0x3779d9(0x1d3)](';\x20');throw CliErrors[_0x3779d9(0x1f6)](_0x3779d9(0x1db)+_0xa21c07+'.',_0x10815b||_0x3779d9(0x1dc));}const _0x5b40b4=_0x50de01[_0x3779d9(0x1e0)],_0x278294={..._0x83cb8e!==undefined?{'id':_0x83cb8e}:{},'flowName':_0x5b40b4[_0x3779d9(0x1cd)],..._0x5b40b4[_0x3779d9(0x1eb)]!==undefined?{'flowDesc':_0x5b40b4['flowDesc']}:{},'flowType':_0x5b40b4[_0x3779d9(0x1f9)],'appCode':_0x55497c,..._0x5b40b4[_0x3779d9(0x1e1)]!==undefined?{'datasetCode':_0x5b40b4['datasetCode']}:{},..._0x5b40b4[_0x3779d9(0x1e2)]!==undefined?{'pageId':_0x5b40b4[_0x3779d9(0x1e2)]}:{},'flowJson':_0x5b40b4['flowJson']};return{'request':_0x278294,'warnings':_0x50de01[_0x3779d9(0x1ee)]};}export async function confirmFlowWrite(_0x3afc1e,_0xd0d7ee,_0x4b4ff2){const _0x153ee5=a124_0x2039f3;if(_0x3afc1e['nonInteractive']||_0x3afc1e[_0x153ee5(0x1d4)](_0x153ee5(0x1e6)))return;await requireConfirmationPrompt({'lines':[_0x153ee5(0x1c3)+_0xd0d7ee+':',_0x153ee5(0x1e9)+_0x3afc1e[_0x153ee5(0x1ca)],..._0x4b4ff2['id']!==undefined?['\x20\x20flowId:\x20'+_0x4b4ff2['id']]:[],_0x153ee5(0x1cc)+_0x4b4ff2[_0x153ee5(0x1cd)],_0x153ee5(0x1ec)+_0x4b4ff2[_0x153ee5(0x1f9)],..._0x4b4ff2[_0x153ee5(0x1e1)]?['\x20\x20datasetCode:\x20'+_0x4b4ff2[_0x153ee5(0x1e1)]]:[],_0x153ee5(0x1d6)],'createCancelledError':_0x5f1853=>CliErrors['cancelled'](_0x5f1853)});}export function flowSelector(_0x496cf3,_0x4bf5a1,_0x35acc1){const _0x57cfba=a124_0x2039f3;return{'appCode':_0x496cf3,..._0x4bf5a1!==undefined?{'flowId':_0x4bf5a1}:{},..._0x35acc1?.[_0x57cfba(0x1f5)]?{'flowCode':_0x35acc1['flowCode']}:{},..._0x35acc1?.[_0x57cfba(0x1cd)]?{'flowName':_0x35acc1[_0x57cfba(0x1cd)]}:{}};}function a124_0x59bf(_0x289902,_0x556cb4){_0x289902=_0x289902-0x1c3;const _0x369728=a124_0x3697();let _0x59bf7e=_0x369728[_0x289902];return _0x59bf7e;}export function buildFlowUrl(_0x5bdec4,_0xd4a5da){const _0x5caac1=a124_0x2039f3,_0x3ccecf=encodeURIComponent(String(_0xd4a5da));return getAppBaseUrl(_0x5bdec4)+_0x5caac1(0x1ea)+_0x3ccecf;}export function buildFlowIdDryRun(_0x1ee662,_0x4a1a0f,_0x8b543a,_0x3d9556,_0x36ef94){const _0x62ae8d=a124_0x2039f3,_0x27cd3a={'id':_0x3d9556,'appCode':_0x8b543a};return asDryRunResult({'operation':_0x1ee662,'selector':flowSelector(_0x8b543a,_0x3d9556),'before':null,'after':_0x36ef94,'request':_0x27cd3a,'dryRun':!![],'backend':{'method':_0x62ae8d(0x1c6),'path':_0x4a1a0f},'warnings':[]},{'method':'POST','url':_0x4a1a0f});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a125_0x4b94(_0x56bbc5,_0x339777){_0x56bbc5=_0x56bbc5-0x10c;const _0x1c0875=a125_0x1c08();let _0x4b941d=_0x1c0875[_0x56bbc5];return _0x4b941d;}const a125_0x259ad7=a125_0x4b94;(function(_0x4f1e88,_0x42f029){const _0x5039e5=a125_0x4b94,_0x5ea924=_0x4f1e88();while(!![]){try{const _0x440765=parseInt(_0x5039e5(0x11a))/0x1+parseInt(_0x5039e5(0x114))/0x2*(parseInt(_0x5039e5(0x10c))/0x3)+-parseInt(_0x5039e5(0x11d))/0x4*(-parseInt(_0x5039e5(0x115))/0x5)+-parseInt(_0x5039e5(0x10e))/0x6*(parseInt(_0x5039e5(0x118))/0x7)+parseInt(_0x5039e5(0x119))/0x8+parseInt(_0x5039e5(0x116))/0x9*(parseInt(_0x5039e5(0x111))/0xa)+-parseInt(_0x5039e5(0x11b))/0xb*(parseInt(_0x5039e5(0x112))/0xc);if(_0x440765===_0x42f029)break;else _0x5ea924['push'](_0x5ea924['shift']());}catch(_0xafb258){_0x5ea924['push'](_0x5ea924['shift']());}}}(a125_0x1c08,0x22ffe));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';function a125_0x1c08(){const _0x13f732=['78818Ykepyt','282385eimayW','9dhwYJP','appCode','35OlClGo','40448EMCNKf','277140CEvHng','11whqLmM','Update\x20a\x20flow\x20definition\x20draft\x20from\x20a\x20local\x20FlowConfig\x20file','20AQGLGc','flow','9qqFBIz','update','146244TeVUnU','write','flowCode','2379010EoMYMj','7865772dsavgJ','POST'];a125_0x1c08=function(){return _0x13f732;};return a125_0x1c08();}import{updateFlowDefinition}from'../../core/api-client.js';import{FLOW_FILE_FLAG,FLOW_ID_FLAG,FLOW_PATHS,confirmFlowWrite,flowSelector,prepareFlowWrite,readFlowFilePath,readFlowId}from'../../commands/flow/shared.js';export const flowUpdate={'service':a125_0x259ad7(0x11e),'command':a125_0x259ad7(0x10d),'description':a125_0x259ad7(0x11c),'risk':a125_0x259ad7(0x10f),'flags':[FLOW_ID_FLAG,FLOW_FILE_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x52060a){readFlowId(_0x52060a),readFlowFilePath(_0x52060a);},async 'dryRun'(_0x3fa5f7){const _0x11eb67=a125_0x259ad7,_0x1ac849=readFlowId(_0x3fa5f7),{request:_0x25bd48,warnings:_0x1e7c14}=await prepareFlowWrite(readFlowFilePath(_0x3fa5f7),_0x3fa5f7[_0x11eb67(0x117)],_0x1ac849);return asDryRunResult({'operation':_0x11eb67(0x10d),'selector':flowSelector(_0x3fa5f7['appCode'],_0x1ac849),'before':null,'after':_0x25bd48,'request':_0x25bd48,'dryRun':!![],'backend':{'method':_0x11eb67(0x113),'path':FLOW_PATHS[_0x11eb67(0x10d)]},'warnings':_0x1e7c14},{'method':_0x11eb67(0x113),'url':FLOW_PATHS[_0x11eb67(0x10d)]});},async 'execute'(_0x14d195){const _0x476e80=a125_0x259ad7,_0x1c2d68=readFlowId(_0x14d195),{request:_0x29947c,warnings:_0x1012f1}=await prepareFlowWrite(readFlowFilePath(_0x14d195),_0x14d195[_0x476e80(0x117)],_0x1c2d68);await confirmFlowWrite(_0x14d195,_0x476e80(0x10d),_0x29947c);const _0x355aed=await updateFlowDefinition({..._0x29947c,'id':_0x1c2d68});return{'ok':!![],'data':{'operation':_0x476e80(0x10d),'selector':flowSelector(_0x14d195['appCode'],_0x1c2d68,_0x355aed),'before':null,'after':_0x355aed,'dryRun':![],'backend':{'method':_0x476e80(0x113),'path':FLOW_PATHS[_0x476e80(0x10d)]},'warnings':_0x1012f1},'message':'Updated\x20flow\x20'+(_0x355aed['flowName']||_0x355aed[_0x476e80(0x110)]||_0x1c2d68)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a126_0x49e148=a126_0x43b8;(function(_0x231475,_0x5d3d32){const _0x38cbef=a126_0x43b8,_0x424110=_0x231475();while(!![]){try{const _0x4f0b85=parseInt(_0x38cbef(0x177))/0x1+parseInt(_0x38cbef(0x174))/0x2+parseInt(_0x38cbef(0x187))/0x3*(-parseInt(_0x38cbef(0x186))/0x4)+-parseInt(_0x38cbef(0x181))/0x5*(-parseInt(_0x38cbef(0x188))/0x6)+-parseInt(_0x38cbef(0x179))/0x7+-parseInt(_0x38cbef(0x184))/0x8+parseInt(_0x38cbef(0x17f))/0x9;if(_0x4f0b85===_0x5d3d32)break;else _0x424110['push'](_0x424110['shift']());}catch(_0x54481f){_0x424110['push'](_0x424110['shift']());}}}(a126_0x50fd,0x299e6));import{CliErrors}from'../../errors.js';function a126_0x43b8(_0x30088f,_0x79328){_0x30088f=_0x30088f-0x16b;const _0x50fd13=a126_0x50fd();let _0x43b86c=_0x50fd13[_0x30088f];return _0x43b86c;}import{readFlowConfigFile,validateFlowConfig,writeNormalizedFlowConfig}from'../../core/flow-config.js';export const flowValidate={'service':a126_0x49e148(0x16b),'command':a126_0x49e148(0x183),'description':a126_0x49e148(0x185),'risk':a126_0x49e148(0x17c),'auth':a126_0x49e148(0x18b),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'file','type':a126_0x49e148(0x17a),'required':!![],'description':a126_0x49e148(0x17d)},{'name':a126_0x49e148(0x178),'type':a126_0x49e148(0x176),'description':a126_0x49e148(0x16e)}],async 'execute'(_0x2cf1ad){const _0x50b52c=a126_0x49e148,_0x5206e4=_0x2cf1ad[_0x50b52c(0x173)]('file')[_0x50b52c(0x175)]();if(!_0x5206e4)throw CliErrors['flagMissing'](_0x50b52c(0x171),_0x50b52c(0x17b));let _0xeda578;try{_0xeda578=await readFlowConfigFile(_0x5206e4);}catch(_0x42c8dc){const _0x3c2c5d=_0x42c8dc instanceof Error?_0x42c8dc[_0x50b52c(0x16c)]:String(_0x42c8dc);throw CliErrors[_0x50b52c(0x16d)](_0x50b52c(0x170)+_0x3c2c5d);}const _0x59b4b6=validateFlowConfig(_0xeda578),_0x80e5c0=_0x2cf1ad[_0x50b52c(0x17e)](_0x50b52c(0x178));let _0x402bc5=![];return _0x80e5c0&&_0x59b4b6[_0x50b52c(0x16f)]&&(await writeNormalizedFlowConfig(_0x5206e4,_0x59b4b6['normalized']),_0x402bc5=!![]),{'ok':_0x59b4b6[_0x50b52c(0x16f)],'data':{'valid':_0x59b4b6[_0x50b52c(0x16f)],'errors':_0x59b4b6['errors'],'warnings':_0x59b4b6[_0x50b52c(0x182)],'normalized':_0x59b4b6[_0x50b52c(0x189)],..._0x80e5c0?{'written':_0x402bc5}:{}},'message':_0x59b4b6['valid']?_0x402bc5?_0x50b52c(0x180):_0x50b52c(0x172):_0x50b52c(0x18a)};}};function a126_0x50fd(){const _0x2105a8=['FlowConfig\x20is\x20valid.','str','230274yepksE','trim','boolean','215484auxKmn','write-normalized','820771LYodgV','string','Pass\x20--file\x20<path>.','read','Path\x20to\x20the\x20local\x20FlowConfig\x20JSON\x20file','bool','950337hrvxcp','FlowConfig\x20is\x20valid\x20and\x20was\x20normalized\x20in\x20place.','15LStCfi','warnings','validate','1467016RtIAJc','Validate\x20and\x20normalize\x20a\x20local\x20flow\x20configuration','22324GQbUHY','84qeORVX','382308fwVbLh','normalized','FlowConfig\x20validation\x20failed.','none','flow','message','validation','Atomically\x20replace\x20the\x20file\x20with\x20its\x20normalized\x20form','valid','Unable\x20to\x20read\x20FlowConfig:\x20','file'];a126_0x50fd=function(){return _0x2105a8;};return a126_0x50fd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a127_0x4d708b=a127_0x5c44;(function(_0x5ef504,_0x339c93){const _0x11c8a6=a127_0x5c44,_0x1cdd55=_0x5ef504();while(!![]){try{const _0x29bf78=parseInt(_0x11c8a6(0x184))/0x1*(-parseInt(_0x11c8a6(0x17d))/0x2)+-parseInt(_0x11c8a6(0x179))/0x3*(parseInt(_0x11c8a6(0x182))/0x4)+parseInt(_0x11c8a6(0x178))/0x5+-parseInt(_0x11c8a6(0x189))/0x6*(parseInt(_0x11c8a6(0x185))/0x7)+-parseInt(_0x11c8a6(0x181))/0x8+parseInt(_0x11c8a6(0x186))/0x9+-parseInt(_0x11c8a6(0x18b))/0xa*(-parseInt(_0x11c8a6(0x183))/0xb);if(_0x29bf78===_0x339c93)break;else _0x1cdd55['push'](_0x1cdd55['shift']());}catch(_0x2abede){_0x1cdd55['push'](_0x1cdd55['shift']());}}}(a127_0x5755,0xe8edd));function a127_0x5755(){const _0x1a26e2=['71057oBTYSU','15720480LMSTSx','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','current','1032NqTzpk','revision','30MCuvLd','9399880POcqRi','369wPxSIY','appCode','Get\x20the\x20current\x20effective\x20Instant\x20API\x20policy','read','2bTiVSj','instant-api-policy','policyRelativePath','policyFilePath','11345200OWVeei','58532tnwKIE','11402567feEIzf','818429vOwOGe'];a127_0x5755=function(){return _0x1a26e2;};return a127_0x5755();}import{getCurrentInstantApiPolicy}from'../../core/api-client.js';import{loadInstantApiPolicyLocalConfig}from'../../core/instant-api-policy/config.js';function a127_0x5c44(_0x299f8c,_0x1942db){_0x299f8c=_0x299f8c-0x178;const _0x57554f=a127_0x5755();let _0x5c444d=_0x57554f[_0x299f8c];return _0x5c444d;}import{projectCurrentPolicy}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyCurrent={'service':a127_0x4d708b(0x17e),'command':a127_0x4d708b(0x188),'description':a127_0x4d708b(0x17b),'risk':a127_0x4d708b(0x17c),'requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0xd03be5){const _0x4049e4=a127_0x4d708b,_0x3658df=loadInstantApiPolicyLocalConfig(_0xd03be5[_0x4049e4(0x17a)]),_0x55c4e1=await getCurrentInstantApiPolicy(_0xd03be5[_0x4049e4(0x17a)]);return{'ok':!![],'data':{'appCode':_0xd03be5[_0x4049e4(0x17a)],'configured':_0x55c4e1!==null,'filePath':_0x3658df[_0x4049e4(0x180)],'relativePath':_0x3658df[_0x4049e4(0x17f)],'policy':projectCurrentPolicy(_0x55c4e1)},'message':_0x55c4e1?'Current\x20Instant\x20API\x20policy\x20revision\x20'+_0x55c4e1[_0x4049e4(0x18a)]:_0x4049e4(0x187)+_0xd03be5[_0x4049e4(0x17a)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3c5893,_0x1d2f26){const _0xcbca3d=a128_0x258f,_0x43f689=_0x3c5893();while(!![]){try{const _0x1b1c10=-parseInt(_0xcbca3d(0x1c9))/0x1*(-parseInt(_0xcbca3d(0x1cc))/0x2)+parseInt(_0xcbca3d(0x1c8))/0x3+parseInt(_0xcbca3d(0x1ce))/0x4+-parseInt(_0xcbca3d(0x1ca))/0x5*(-parseInt(_0xcbca3d(0x1d0))/0x6)+parseInt(_0xcbca3d(0x1cd))/0x7+-parseInt(_0xcbca3d(0x1c7))/0x8+-parseInt(_0xcbca3d(0x1cb))/0x9*(parseInt(_0xcbca3d(0x1cf))/0xa);if(_0x1b1c10===_0x1d2f26)break;else _0x43f689['push'](_0x43f689['shift']());}catch(_0x72adb2){_0x43f689['push'](_0x43f689['shift']());}}}(a128_0x36b5,0xc3112));import{instantApiPolicyInit}from'../../commands/instant-api-policy/init.js';function a128_0x36b5(){const _0x576727=['550223oHFdRa','713885IebkAV','9qhbsrz','4TycrxA','9650564MYuAiP','216300hbfBUo','23458430OOTIjj','12kZSwld','4034184FFvYJj','2491149bvkIax'];a128_0x36b5=function(){return _0x576727;};return a128_0x36b5();}import{instantApiPolicyCurrent}from'../../commands/instant-api-policy/current.js';function a128_0x258f(_0x4e9aa2,_0x1f50ad){_0x4e9aa2=_0x4e9aa2-0x1c7;const _0x36b56e=a128_0x36b5();let _0x258fc5=_0x36b56e[_0x4e9aa2];return _0x258fc5;}import{instantApiPolicyPull}from'../../commands/instant-api-policy/pull.js';import{instantApiPolicyValidate}from'../../commands/instant-api-policy/validate.js';import{instantApiPolicyPublish}from'../../commands/instant-api-policy/publish.js';import{instantApiPolicyRevisions}from'../../commands/instant-api-policy/revisions.js';import{instantApiPolicyRevision}from'../../commands/instant-api-policy/revision.js';import{instantApiPolicyRollback}from'../../commands/instant-api-policy/rollback.js';export const instantApiPolicyDefinitions=[instantApiPolicyInit,instantApiPolicyCurrent,instantApiPolicyPull,instantApiPolicyValidate,instantApiPolicyPublish,instantApiPolicyRevisions,instantApiPolicyRevision,instantApiPolicyRollback];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a129_0x1f21(_0x1f8486,_0x5443dd){_0x1f8486=_0x1f8486-0x169;const _0x15f774=a129_0x15f7();let _0x1f21d0=_0x15f774[_0x1f8486];return _0x1f21d0;}const a129_0x5895ea=a129_0x1f21;(function(_0x5228a6,_0x2180fe){const _0x3e0760=a129_0x1f21,_0x3c3edf=_0x5228a6();while(!![]){try{const _0x4f7f5a=-parseInt(_0x3e0760(0x16c))/0x1+parseInt(_0x3e0760(0x16d))/0x2+-parseInt(_0x3e0760(0x16b))/0x3+-parseInt(_0x3e0760(0x171))/0x4+parseInt(_0x3e0760(0x16e))/0x5*(parseInt(_0x3e0760(0x175))/0x6)+-parseInt(_0x3e0760(0x17e))/0x7*(-parseInt(_0x3e0760(0x17d))/0x8)+parseInt(_0x3e0760(0x16a))/0x9;if(_0x4f7f5a===_0x2180fe)break;else _0x3c3edf['push'](_0x3c3edf['shift']());}catch(_0x5aba97){_0x3c3edf['push'](_0x3c3edf['shift']());}}}(a129_0x15f7,0xd1de9));function a129_0x15f7(){const _0x7c68c=['553KnfDlY','deny','policyFilePath','4515138YLktLH','2005380xgQCmd','597396TlQTSG','1420126LCPpMr','3039220lJUVCv','action','Default\x20action\x20when\x20no\x20dataset/API\x20rule\x20matches','3873268ikoQQs','allow','write','policyRelativePath','12qWUUgD','Created','bool','appCode','Kept','str','default-action','force','67480HLTgXV'];a129_0x15f7=function(){return _0x7c68c;};return a129_0x15f7();}import{createDefaultInstantApiPolicyConfig,loadInstantApiPolicyLocalConfig,writeInstantApiPolicyConfigFile}from'../../core/instant-api-policy/config.js';import{FORCE_FLAG,requireForceConfirmation}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyInit={'service':'instant-api-policy','command':'init','description':'Create\x20the\x20fixed\x20local\x20Instant\x20API\x20policy\x20file','risk':a129_0x5895ea(0x173),'requiresAuth':![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a129_0x5895ea(0x17b),'type':'string','enum':[a129_0x5895ea(0x172),'deny'],'default':a129_0x5895ea(0x172),'description':a129_0x5895ea(0x170)},FORCE_FLAG],async 'validate'(_0x343811){requireForceConfirmation(_0x343811);},async 'execute'(_0x2a8500){const _0x36c3f6=a129_0x5895ea;requireForceConfirmation(_0x2a8500);const _0x4b004f=_0x2a8500[_0x36c3f6(0x17a)]('default-action')==='deny'?_0x36c3f6(0x17f):'allow',_0x1c4c1b=loadInstantApiPolicyLocalConfig(_0x2a8500[_0x36c3f6(0x178)]),_0x1db77d=createDefaultInstantApiPolicyConfig(_0x2a8500[_0x36c3f6(0x178)],_0x4b004f),_0x44d03f=await writeInstantApiPolicyConfigFile(_0x1c4c1b,_0x1db77d,{'force':_0x2a8500[_0x36c3f6(0x177)](_0x36c3f6(0x17c))}),_0x227abb={'created':_0x36c3f6(0x176),'overwritten':'Replaced','unchanged':_0x36c3f6(0x179)}[_0x44d03f['action']];return{'ok':!![],'data':{'operation':'init','selector':{'appCode':_0x2a8500[_0x36c3f6(0x178)]},'filePath':_0x1c4c1b[_0x36c3f6(0x169)],'relativePath':_0x1c4c1b[_0x36c3f6(0x174)],'action':_0x44d03f[_0x36c3f6(0x16f)],'config':_0x1db77d},'message':_0x227abb+'\x20Instant\x20API\x20policy\x20file\x20for\x20'+_0x2a8500[_0x36c3f6(0x178)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a130_0x42cf09=a130_0x334c;function a130_0x334c(_0x253235,_0x446333){_0x253235=_0x253235-0x1a7;const _0x10753f=a130_0x1075();let _0x334c75=_0x10753f[_0x253235];return _0x334c75;}(function(_0x7c3521,_0x326181){const _0x3333d3=a130_0x334c,_0x42c470=_0x7c3521();while(!![]){try{const _0x1e5f36=-parseInt(_0x3333d3(0x1c2))/0x1+parseInt(_0x3333d3(0x1b0))/0x2+-parseInt(_0x3333d3(0x1a8))/0x3+-parseInt(_0x3333d3(0x1b9))/0x4+-parseInt(_0x3333d3(0x1a7))/0x5*(-parseInt(_0x3333d3(0x1b2))/0x6)+parseInt(_0x3333d3(0x1c1))/0x7*(-parseInt(_0x3333d3(0x1c8))/0x8)+parseInt(_0x3333d3(0x1c3))/0x9;if(_0x1e5f36===_0x326181)break;else _0x42c470['push'](_0x42c470['shift']());}catch(_0xa2633e){_0x42c470['push'](_0x42c470['shift']());}}}(a130_0x1075,0x7b0dd));import{getCurrentInstantApiPolicy,isPlatformTransportFailure,publishInstantApiPolicy,validateInstantApiPolicy}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertExpectedRevision,CHANGE_SUMMARY_FLAG,EXPECTED_REVISION_FLAG,expectedRevisionWarnings,INSTANT_API_POLICY_BASE_PATH,mutationLookupCommand,projectCurrentPolicy,readChangeSummary,readExpectedRevision,readFixedPolicy,RUNTIME_CACHE_WARNING}from'../../commands/instant-api-policy/shared.js';function a130_0x1075(){const _0x418bb3=['policyRelativePath','policyFilePath','validation','instant_api_policy_publish_outcome_unknown','push','846550RgloTB','2326467jSSObB','publish','high-risk-write','instant_api_policy_publish_verification_unavailable','`;\x20do\x20not\x20resubmit\x20automatically.','verified','cause','defineProperty','510470aOunwf','configHash','18SWMJKO','Inspect\x20with\x20`','POST','Publish\x20the\x20fixed\x20local\x20policy\x20as\x20a\x20new\x20active\x20revision','instant_api_policy_publish_verification_failed','instant-api-policy','The\x20publish\x20request\x20was\x20sent,\x20but\x20the\x20current\x20policy\x20could\x20not\x20be\x20verified.','3105404sAEnUH','planned','all','appCode','revision','before','/publish','Current\x20policy\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20publish.','49GXIZua','663603iIrjHq','24460596QAGZXA','expectedRevision','Publish\x20response\x20was\x20unavailable;\x20current-policy\x20readback\x20proved\x20the\x20new\x20revision\x20without\x20resubmitting.','local','changeSummary','870328CXdBQc','Publish\x20an\x20application-wide\x20Instant\x20API\x20allow,\x20deny,\x20or\x20Backend\x20Function\x20routing\x20policy.','normalizedConfig'];a130_0x1075=function(){return _0x418bb3;};return a130_0x1075();}import{instantApiPolicyError}from'../../core/instant-api-policy/config.js';async function preparePublish(_0x24a4ea){const _0x4bcbab=a130_0x334c,{local:_0x3f31c1,config:_0x2e5ca6}=await readFixedPolicy(_0x24a4ea),_0x2499c6=readChangeSummary(_0x24a4ea),_0x32e9d5=readExpectedRevision(_0x24a4ea),[_0xb6a552,_0x135e30]=await Promise[_0x4bcbab(0x1bb)]([getCurrentInstantApiPolicy(_0x24a4ea['appCode']),validateInstantApiPolicy({'appCode':_0x24a4ea[_0x4bcbab(0x1bc)],'config':_0x2e5ca6})]);return assertExpectedRevision(_0xb6a552,_0x32e9d5),{'local':_0x3f31c1,'config':_0x2e5ca6,'changeSummary':_0x2499c6,'expectedRevision':_0x32e9d5,'before':_0xb6a552,'validation':_0x135e30};}export const instantApiPolicyPublish={'service':a130_0x42cf09(0x1b7),'command':'publish','description':a130_0x42cf09(0x1b5),'risk':a130_0x42cf09(0x1aa),'requiresAppCode':!![],'structuredErrors':!![],'confirmationDescription':a130_0x42cf09(0x1c9),'flags':[CHANGE_SUMMARY_FLAG,EXPECTED_REVISION_FLAG],async 'validate'(_0x99dc07){readChangeSummary(_0x99dc07),readExpectedRevision(_0x99dc07);},async 'dryRun'(_0x3103ca){const _0x14c4c3=a130_0x42cf09,_0x22e847=await preparePublish(_0x3103ca);return asDryRunResult({'operation':'publish','selector':{'appCode':_0x3103ca[_0x14c4c3(0x1bc)]},'before':projectCurrentPolicy(_0x22e847[_0x14c4c3(0x1be)]),'after':{'revision':_0x22e847[_0x14c4c3(0x1be)]?_0x22e847['before']['revision']+0x1:0x1,'configHash':_0x22e847[_0x14c4c3(0x1cd)][_0x14c4c3(0x1b1)],'config':_0x22e847[_0x14c4c3(0x1cd)][_0x14c4c3(0x1ca)]},'filePath':_0x22e847[_0x14c4c3(0x1c6)][_0x14c4c3(0x1cc)],'relativePath':_0x22e847[_0x14c4c3(0x1c6)][_0x14c4c3(0x1cb)],'dryRun':!![],'backend':{'method':_0x14c4c3(0x1b4),'path':INSTANT_API_POLICY_BASE_PATH+'/publish'},'warnings':expectedRevisionWarnings(_0x22e847[_0x14c4c3(0x1c4)]),'verification':{'status':_0x14c4c3(0x1ba),'expectedRevision':_0x22e847[_0x14c4c3(0x1c4)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},{'method':_0x14c4c3(0x1b4),'url':INSTANT_API_POLICY_BASE_PATH+_0x14c4c3(0x1bf)});},async 'execute'(_0x18d8a6){const _0x344aa6=a130_0x42cf09,_0x1626a2=await preparePublish(_0x18d8a6);let _0x56d4f6=![];try{await publishInstantApiPolicy({'appCode':_0x18d8a6[_0x344aa6(0x1bc)],'config':_0x1626a2['config'],..._0x1626a2['changeSummary']?{'changeSummary':_0x1626a2[_0x344aa6(0x1c7)]}:{}});}catch(_0x2c2ec7){if(!isPlatformTransportFailure(_0x2c2ec7))throw _0x2c2ec7;_0x56d4f6=!![];}let _0x42640a;try{_0x42640a=await getCurrentInstantApiPolicy(_0x18d8a6[_0x344aa6(0x1bc)]);}catch(_0xceea61){const _0x4b1b8b=instantApiPolicyError(_0x56d4f6?_0x344aa6(0x1ce):_0x344aa6(0x1ab),_0x344aa6(0x1b8),'Inspect\x20with\x20`'+mutationLookupCommand()+_0x344aa6(0x1ac));Object[_0x344aa6(0x1af)](_0x4b1b8b,_0x344aa6(0x1ae),{'value':_0xceea61,'enumerable':![]});throw _0x4b1b8b;}const _0x42509b=_0x42640a&&(_0x1626a2['before']===null||_0x42640a[_0x344aa6(0x1bd)]>_0x1626a2[_0x344aa6(0x1be)][_0x344aa6(0x1bd)]),_0x10c297=_0x42640a?.[_0x344aa6(0x1b1)]===_0x1626a2['validation'][_0x344aa6(0x1b1)];if(!_0x42640a||!_0x42509b||!_0x10c297)throw instantApiPolicyError(_0x56d4f6?'instant_api_policy_publish_outcome_unknown':_0x344aa6(0x1b6),_0x344aa6(0x1c0),_0x344aa6(0x1b3)+mutationLookupCommand()+'`;\x20do\x20not\x20resubmit\x20automatically.');const _0x46af25=[...expectedRevisionWarnings(_0x1626a2[_0x344aa6(0x1c4)]),RUNTIME_CACHE_WARNING];return _0x56d4f6&&_0x46af25[_0x344aa6(0x1cf)](_0x344aa6(0x1c5)),{'ok':!![],'data':{'operation':_0x344aa6(0x1a9),'selector':{'appCode':_0x18d8a6[_0x344aa6(0x1bc)]},'before':projectCurrentPolicy(_0x1626a2[_0x344aa6(0x1be)]),'after':projectCurrentPolicy(_0x42640a),'filePath':_0x1626a2[_0x344aa6(0x1c6)][_0x344aa6(0x1cc)],'relativePath':_0x1626a2[_0x344aa6(0x1c6)][_0x344aa6(0x1cb)],'dryRun':![],'backend':{'method':_0x344aa6(0x1b4),'path':INSTANT_API_POLICY_BASE_PATH+_0x344aa6(0x1bf)},'warnings':_0x46af25,'verification':{'status':_0x344aa6(0x1ad),'recoveredAfterUnknownResponse':_0x56d4f6,'expectedRevision':_0x1626a2[_0x344aa6(0x1c4)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},'message':'Published\x20Instant\x20API\x20policy\x20revision\x20'+_0x42640a[_0x344aa6(0x1bd)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a131_0x2809da=a131_0x4f8e;(function(_0x1daf7b,_0x1a934c){const _0x5f5d89=a131_0x4f8e,_0x4bb6ad=_0x1daf7b();while(!![]){try{const _0x22a4c7=parseInt(_0x5f5d89(0x1c0))/0x1+-parseInt(_0x5f5d89(0x1c7))/0x2+-parseInt(_0x5f5d89(0x1c8))/0x3*(parseInt(_0x5f5d89(0x1c2))/0x4)+-parseInt(_0x5f5d89(0x1c3))/0x5*(parseInt(_0x5f5d89(0x1b7))/0x6)+parseInt(_0x5f5d89(0x1b5))/0x7+-parseInt(_0x5f5d89(0x1ba))/0x8+parseInt(_0x5f5d89(0x1b9))/0x9;if(_0x22a4c7===_0x1a934c)break;else _0x4bb6ad['push'](_0x4bb6ad['shift']());}catch(_0x21ad4c){_0x4bb6ad['push'](_0x4bb6ad['shift']());}}}(a131_0x4bf2,0x2c9e9));function a131_0x4bf2(){const _0x29f582=['revision','appCode','instant-api-policy','462360iXnxpJ','21072EVWrvw','pull','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','Kept','instant_api_policy_not_configured','action','\x20Instant\x20API\x20policy\x20revision\x20','1426397KcKEXX','bool','24qwmZXr','write','7314327IeCnYp','2124344deUKRQ','Pulled','policyRelativePath','policyFilePath','configHash','config','221826kOptvq','Pull\x20the\x20current\x20effective\x20policy\x20into\x20the\x20fixed\x20local\x20file','116uTYVXO','443900ZASgWz'];a131_0x4bf2=function(){return _0x29f582;};return a131_0x4bf2();}import{getCurrentInstantApiPolicy}from'../../core/api-client.js';function a131_0x4f8e(_0x248265,_0x1f3422){_0x248265=_0x248265-0x1b2;const _0x4bf2e0=a131_0x4bf2();let _0x4f8e30=_0x4bf2e0[_0x248265];return _0x4f8e30;}import{instantApiPolicyError,loadInstantApiPolicyLocalConfig,writeInstantApiPolicyConfigFile}from'../../core/instant-api-policy/config.js';import{FORCE_FLAG,requireForceConfirmation}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyPull={'service':a131_0x2809da(0x1c6),'command':a131_0x2809da(0x1c9),'description':a131_0x2809da(0x1c1),'risk':a131_0x2809da(0x1b8),'requiresAppCode':!![],'structuredErrors':!![],'flags':[FORCE_FLAG],async 'validate'(_0x513725){requireForceConfirmation(_0x513725);},async 'execute'(_0x4b9ca1){const _0x376bc3=a131_0x2809da;requireForceConfirmation(_0x4b9ca1);const _0x1abb2c=await getCurrentInstantApiPolicy(_0x4b9ca1[_0x376bc3(0x1c5)]);if(!_0x1abb2c)throw instantApiPolicyError(_0x376bc3(0x1b2),_0x376bc3(0x1ca)+_0x4b9ca1['appCode']+'.','Run\x20`rabetbase\x20instant-api-policy\x20init`\x20to\x20create\x20a\x20local\x20policy\x20draft.');const _0x1a64a0=loadInstantApiPolicyLocalConfig(_0x4b9ca1[_0x376bc3(0x1c5)]),_0x44edc1=await writeInstantApiPolicyConfigFile(_0x1a64a0,_0x1abb2c[_0x376bc3(0x1bf)],{'force':_0x4b9ca1[_0x376bc3(0x1b6)]('force')});return{'ok':!![],'data':{'operation':_0x376bc3(0x1c9),'selector':{'appCode':_0x4b9ca1[_0x376bc3(0x1c5)],'revision':_0x1abb2c[_0x376bc3(0x1c4)]},'filePath':_0x1a64a0[_0x376bc3(0x1bd)],'relativePath':_0x1a64a0[_0x376bc3(0x1bc)],'action':_0x44edc1[_0x376bc3(0x1b3)],'configHash':_0x1abb2c[_0x376bc3(0x1be)]},'message':(_0x44edc1[_0x376bc3(0x1b3)]==='unchanged'?_0x376bc3(0x1cb):_0x376bc3(0x1bb))+_0x376bc3(0x1b4)+_0x1abb2c['revision']};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a132_0x554962=a132_0x6142;function a132_0x30a0(){const _0x1ebc4c=['Get\x20one\x20immutable\x20Instant\x20API\x20policy\x20revision','2290590bCQUou','133083LjQBnl','233113LiCyWF','5952340DEBFiM','instant-api-policy','4VgqwVf','6017018XLeUEP','1236504gVrsld','Loaded\x20Instant\x20API\x20policy\x20revision\x20','13221408sFbSuE','revision'];a132_0x30a0=function(){return _0x1ebc4c;};return a132_0x30a0();}function a132_0x6142(_0x1892f9,_0x106cf8){_0x1892f9=_0x1892f9-0x148;const _0x30a071=a132_0x30a0();let _0x6142d1=_0x30a071[_0x1892f9];return _0x6142d1;}(function(_0x4a49de,_0x183633){const _0x67efff=a132_0x6142,_0x1e4fef=_0x4a49de();while(!![]){try{const _0x6766f6=parseInt(_0x67efff(0x151))/0x1*(-parseInt(_0x67efff(0x148))/0x2)+-parseInt(_0x67efff(0x150))/0x3+-parseInt(_0x67efff(0x14a))/0x4+parseInt(_0x67efff(0x152))/0x5+-parseInt(_0x67efff(0x14f))/0x6+-parseInt(_0x67efff(0x149))/0x7+parseInt(_0x67efff(0x14c))/0x8;if(_0x6766f6===_0x183633)break;else _0x1e4fef['push'](_0x1e4fef['shift']());}catch(_0x2dc7b9){_0x1e4fef['push'](_0x1e4fef['shift']());}}}(a132_0x30a0,0xbef0c));import{getInstantApiPolicyRevision}from'../../core/api-client.js';import{projectRevisionDetail,readRevision,REVISION_FLAG}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyRevision={'service':a132_0x554962(0x153),'command':a132_0x554962(0x14d),'description':a132_0x554962(0x14e),'risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[REVISION_FLAG],async 'validate'(_0x42b06f){readRevision(_0x42b06f);},async 'execute'(_0xeba03d){const _0x502287=a132_0x554962,_0x6ead63=readRevision(_0xeba03d),_0x52fd75=await getInstantApiPolicyRevision(_0xeba03d['appCode'],_0x6ead63);return{'ok':!![],'data':{'revision':projectRevisionDetail(_0x52fd75)},'message':_0x502287(0x14b)+_0x6ead63};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a133_0x311d(){const _0xd66322=['680306lTfGgQ','3113cCtlPG','read','56ZdiMzu','121674ZJrgWS','10ClpGWR','113838RmgrWb','\x20Instant\x20API\x20policy\x20revision(s)','367614vtyHtq','2717625AsrqPm','List\x20immutable\x20Instant\x20API\x20policy\x20revisions','42cyAsAI','appCode','36060AqMxMC','750104SGKEuT','map','length','instant-api-policy'];a133_0x311d=function(){return _0xd66322;};return a133_0x311d();}const a133_0x5633be=a133_0x4335;function a133_0x4335(_0x29769b,_0x15a1de){_0x29769b=_0x29769b-0xba;const _0x311d69=a133_0x311d();let _0x4335cb=_0x311d69[_0x29769b];return _0x4335cb;}(function(_0x4c720e,_0x4d75dc){const _0x10e73f=a133_0x4335,_0x466728=_0x4c720e();while(!![]){try{const _0x4b3d5e=parseInt(_0x10e73f(0xc2))/0x1+-parseInt(_0x10e73f(0xc7))/0x2*(parseInt(_0x10e73f(0xc8))/0x3)+parseInt(_0x10e73f(0xbe))/0x4+parseInt(_0x10e73f(0xcb))/0x5+-parseInt(_0x10e73f(0xc6))/0x6*(parseInt(_0x10e73f(0xbb))/0x7)+parseInt(_0x10e73f(0xc5))/0x8*(parseInt(_0x10e73f(0xca))/0x9)+-parseInt(_0x10e73f(0xbd))/0xa*(parseInt(_0x10e73f(0xc3))/0xb);if(_0x4b3d5e===_0x4d75dc)break;else _0x466728['push'](_0x466728['shift']());}catch(_0x310d87){_0x466728['push'](_0x466728['shift']());}}}(a133_0x311d,0x59341));import{listInstantApiPolicyRevisions}from'../../core/api-client.js';import{projectRevisionSummary}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyRevisions={'service':a133_0x5633be(0xc1),'command':'revisions','description':a133_0x5633be(0xba),'risk':a133_0x5633be(0xc4),'requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x5e8b6c){const _0x47dcf1=a133_0x5633be,_0x3ce787=await listInstantApiPolicyRevisions(_0x5e8b6c[_0x47dcf1(0xbc)]);return{'ok':!![],'data':{'appCode':_0x5e8b6c['appCode'],'total':_0x3ce787[_0x47dcf1(0xc0)],'revisions':_0x3ce787[_0x47dcf1(0xbf)](projectRevisionSummary)},'message':'Found\x20'+_0x3ce787[_0x47dcf1(0xc0)]+_0x47dcf1(0xc9)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a134_0x2bf58c=a134_0x41f1;(function(_0x4580cf,_0x1b22d2){const _0x1d4ceb=a134_0x41f1,_0xcc7db5=_0x4580cf();while(!![]){try{const _0x4d7bd8=parseInt(_0x1d4ceb(0x132))/0x1+parseInt(_0x1d4ceb(0x13a))/0x2*(parseInt(_0x1d4ceb(0x12c))/0x3)+parseInt(_0x1d4ceb(0x142))/0x4*(parseInt(_0x1d4ceb(0x135))/0x5)+-parseInt(_0x1d4ceb(0x13f))/0x6*(parseInt(_0x1d4ceb(0x13c))/0x7)+parseInt(_0x1d4ceb(0x129))/0x8*(parseInt(_0x1d4ceb(0x138))/0x9)+parseInt(_0x1d4ceb(0x12e))/0xa+-parseInt(_0x1d4ceb(0x134))/0xb;if(_0x4d7bd8===_0x1b22d2)break;else _0xcc7db5['push'](_0xcc7db5['shift']());}catch(_0x27a87a){_0xcc7db5['push'](_0xcc7db5['shift']());}}}(a134_0x4212,0x6e507));import{getCurrentInstantApiPolicy,getInstantApiPolicyRevision,isPlatformTransportFailure,rollbackInstantApiPolicy}from'../../core/api-client.js';function a134_0x4212(){const _0x1de13f=['6JxDUvD','configHash','5738240koLfyA','high-risk-write','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','appCode','796869CRHCRG','Inspect\x20with\x20`','17995626dwneWT','446115yoZtpj','Rollback\x20response\x20was\x20unavailable;\x20current-policy\x20readback\x20proved\x20the\x20new\x20revision\x20without\x20resubmitting.','cause','9iGCNfc','all','91046eoGZYy','POST','824663CJBgBk','instant_api_policy_rollback_outcome_unknown','/rollback','18YmUekh','The\x20rollback\x20request\x20was\x20sent,\x20but\x20the\x20current\x20policy\x20could\x20not\x20be\x20verified.','defineProperty','20XhLeBi','before','target','expectedRevision','push','changeSummary','`;\x20do\x20not\x20resubmit\x20automatically.','Restore\x20a\x20historical\x20policy\x20as\x20a\x20new\x20active\x20revision','\x20forward\x20to\x20revision\x20','rollback','revision','4267088lvujTw','planned','instant_api_policy_not_configured'];a134_0x4212=function(){return _0x1de13f;};return a134_0x4212();}import{asDryRunResult}from'../../commands/common/dry-run.js';import{instantApiPolicyError}from'../../core/instant-api-policy/config.js';import{assertExpectedRevision,CHANGE_SUMMARY_FLAG,EXPECTED_REVISION_FLAG,expectedRevisionWarnings,INSTANT_API_POLICY_BASE_PATH,mutationLookupCommand,projectCurrentPolicy,projectRevisionDetail,readChangeSummary,readExpectedRevision,readRevision,REVISION_FLAG,RUNTIME_CACHE_WARNING}from'../../commands/instant-api-policy/shared.js';function a134_0x41f1(_0x20fd7e,_0xe6f367){_0x20fd7e=_0x20fd7e-0x123;const _0x4212c8=a134_0x4212();let _0x41f193=_0x4212c8[_0x20fd7e];return _0x41f193;}async function prepareRollback(_0x242d91){const _0x267a42=a134_0x41f1,_0x47374c=readRevision(_0x242d91),_0x27de3c=readChangeSummary(_0x242d91),_0x24a21c=readExpectedRevision(_0x242d91),[_0x5c9652,_0x460a8c]=await Promise[_0x267a42(0x139)]([getCurrentInstantApiPolicy(_0x242d91[_0x267a42(0x131)]),getInstantApiPolicyRevision(_0x242d91['appCode'],_0x47374c)]);if(!_0x5c9652)throw instantApiPolicyError(_0x267a42(0x12b),_0x267a42(0x130)+_0x242d91[_0x267a42(0x131)]+'.');return assertExpectedRevision(_0x5c9652,_0x24a21c),{'revision':_0x47374c,'changeSummary':_0x27de3c,'expectedRevision':_0x24a21c,'before':_0x5c9652,'target':_0x460a8c};}export const instantApiPolicyRollback={'service':'instant-api-policy','command':'rollback','description':a134_0x2bf58c(0x125),'risk':a134_0x2bf58c(0x12f),'requiresAppCode':!![],'structuredErrors':!![],'confirmationDescription':'Restore\x20an\x20application-wide\x20Instant\x20API\x20policy\x20from\x20immutable\x20history\x20as\x20a\x20new\x20revision.','flags':[REVISION_FLAG,CHANGE_SUMMARY_FLAG,EXPECTED_REVISION_FLAG],async 'validate'(_0x366746){readRevision(_0x366746),readChangeSummary(_0x366746),readExpectedRevision(_0x366746);},async 'dryRun'(_0x5f0b47){const _0x1e45b8=a134_0x2bf58c,_0x38356c=await prepareRollback(_0x5f0b47);return asDryRunResult({'operation':_0x1e45b8(0x127),'selector':{'appCode':_0x5f0b47['appCode'],'sourceRevision':_0x38356c[_0x1e45b8(0x128)]},'before':projectCurrentPolicy(_0x38356c[_0x1e45b8(0x143)]),'after':{'revision':_0x38356c[_0x1e45b8(0x143)]['revision']+0x1,'sourceRevision':projectRevisionDetail(_0x38356c[_0x1e45b8(0x144)])},'dryRun':!![],'backend':{'method':_0x1e45b8(0x13b),'path':INSTANT_API_POLICY_BASE_PATH+_0x1e45b8(0x13e)},'warnings':expectedRevisionWarnings(_0x38356c[_0x1e45b8(0x145)]),'verification':{'status':_0x1e45b8(0x12a),'expectedRevision':_0x38356c[_0x1e45b8(0x145)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},{'method':_0x1e45b8(0x13b),'url':INSTANT_API_POLICY_BASE_PATH+'/rollback'});},async 'execute'(_0x49d320){const _0xc8f3bf=a134_0x2bf58c,_0x523b4e=await prepareRollback(_0x49d320);let _0x30dabb=![];try{await rollbackInstantApiPolicy({'appCode':_0x49d320[_0xc8f3bf(0x131)],'revision':_0x523b4e[_0xc8f3bf(0x128)],..._0x523b4e['changeSummary']?{'changeSummary':_0x523b4e[_0xc8f3bf(0x123)]}:{}});}catch(_0x455fd9){if(!isPlatformTransportFailure(_0x455fd9))throw _0x455fd9;_0x30dabb=!![];}let _0x473c9d;try{_0x473c9d=await getCurrentInstantApiPolicy(_0x49d320[_0xc8f3bf(0x131)]);}catch(_0x72083f){const _0x20bd80=instantApiPolicyError(_0x30dabb?_0xc8f3bf(0x13d):'instant_api_policy_rollback_verification_unavailable',_0xc8f3bf(0x140),_0xc8f3bf(0x133)+mutationLookupCommand()+_0xc8f3bf(0x124));Object[_0xc8f3bf(0x141)](_0x20bd80,_0xc8f3bf(0x137),{'value':_0x72083f,'enumerable':![]});throw _0x20bd80;}const _0x2ac472=_0x473c9d&&_0x473c9d[_0xc8f3bf(0x128)]>_0x523b4e['before'][_0xc8f3bf(0x128)],_0x13569b=_0x473c9d?.[_0xc8f3bf(0x12d)]===_0x523b4e['target'][_0xc8f3bf(0x12d)];if(!_0x473c9d||!_0x2ac472||!_0x13569b)throw instantApiPolicyError(_0x30dabb?_0xc8f3bf(0x13d):'instant_api_policy_rollback_verification_failed','Current\x20policy\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20rollback.',_0xc8f3bf(0x133)+mutationLookupCommand()+'`;\x20do\x20not\x20resubmit\x20automatically.');const _0x3a53bf=[...expectedRevisionWarnings(_0x523b4e['expectedRevision']),RUNTIME_CACHE_WARNING];return _0x30dabb&&_0x3a53bf[_0xc8f3bf(0x146)](_0xc8f3bf(0x136)),{'ok':!![],'data':{'operation':'rollback','selector':{'appCode':_0x49d320[_0xc8f3bf(0x131)],'sourceRevision':_0x523b4e[_0xc8f3bf(0x128)]},'before':projectCurrentPolicy(_0x523b4e['before']),'after':projectCurrentPolicy(_0x473c9d),'dryRun':![],'backend':{'method':_0xc8f3bf(0x13b),'path':INSTANT_API_POLICY_BASE_PATH+'/rollback'},'warnings':_0x3a53bf,'verification':{'status':'verified','recoveredAfterUnknownResponse':_0x30dabb,'expectedRevision':_0x523b4e[_0xc8f3bf(0x145)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},'message':'Rolled\x20Instant\x20API\x20policy\x20revision\x20'+_0x523b4e[_0xc8f3bf(0x128)]+_0xc8f3bf(0x126)+_0x473c9d[_0xc8f3bf(0x128)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a135_0x1d03db=a135_0x1894;(function(_0x16517b,_0xc48936){const _0x466a1e=a135_0x1894,_0x26303d=_0x16517b();while(!![]){try{const _0x33fe8b=parseInt(_0x466a1e(0xa8))/0x1*(parseInt(_0x466a1e(0xb7))/0x2)+parseInt(_0x466a1e(0xbb))/0x3+-parseInt(_0x466a1e(0xc5))/0x4+parseInt(_0x466a1e(0xce))/0x5+parseInt(_0x466a1e(0xc4))/0x6+parseInt(_0x466a1e(0xb0))/0x7*(parseInt(_0x466a1e(0xcf))/0x8)+-parseInt(_0x466a1e(0xa7))/0x9*(parseInt(_0x466a1e(0xb6))/0xa);if(_0x33fe8b===_0xc48936)break;else _0x26303d['push'](_0x26303d['shift']());}catch(_0x391d1e){_0x26303d['push'](_0x26303d['shift']());}}}(a135_0x20f3,0xba6bb));import{instantApiPolicyError,loadInstantApiPolicyLocalConfig,readInstantApiPolicyConfigFile}from'../../core/instant-api-policy/config.js';export const INSTANT_API_POLICY_BASE_PATH=a135_0x1d03db(0xbd);export const RUNTIME_CACHE_WARNING=a135_0x1d03db(0xd1);export const NON_ATOMIC_EXPECTED_REVISION_WARNING=a135_0x1d03db(0xbc);export const FORCE_FLAG={'name':'force','type':a135_0x1d03db(0xc6),'default':![],'description':a135_0x1d03db(0xcb)};export const CHANGE_SUMMARY_FLAG={'name':a135_0x1d03db(0xa5),'type':a135_0x1d03db(0xa1),'required':![],'description':a135_0x1d03db(0xb8)};export const REVISION_FLAG={'name':a135_0x1d03db(0xba),'type':a135_0x1d03db(0xaa),'required':!![],'description':a135_0x1d03db(0xcd)};export const EXPECTED_REVISION_FLAG={'name':a135_0x1d03db(0xbe),'type':a135_0x1d03db(0xaa),'required':![],'description':'Non-atomic\x20assertion\x20for\x20the\x20current\x20revision;\x20use\x200\x20when\x20unconfigured'};function a135_0x20f3(){const _0x43fcab=['rabetbase\x20instant-api-policy\x20current\x20--format\x20compress','yes','8650122ndulvT','2462088QgwqAp','boolean','enabled','instantApi','rules','instant_api_policy_revision_mismatch','Replace\x20an\x20existing\x20fixed\x20policy\x20file;\x20requires\x20--yes','num','Positive\x20published\x20policy\x20revision','3617530btoTDl','2132432UtTxiu','policyId','Runtime\x20instances\x20may\x20take\x20up\x20to\x2030\x20seconds\x20to\x20observe\x20the\x20new\x20active\x20policy.','NaN','force','defaults','version','string','length',';\x20current\x20revision\x20is\x20','changeType','change-summary','config','44613XMLDaI','49002SfAOFo','Review\x20the\x20existing\x20file,\x20then\x20rerun\x20with\x20--force\x20--yes.','number','appCode','flag','changeSummary','str','operatorId','21IuQXdF','instant_api_policy_force_confirmation_required','.\x20Run\x20current\x20and\x20review\x20before\x20retrying.','The\x20current\x20Instant\x20API\x20policy\x20revision\x20changed\x20before\x20mutation.','--revision\x20must\x20be\x20a\x20positive\x20safe\x20integer.','Expected\x20revision\x20','5880Ilkpvb','30hCHJPE','Audit\x20summary\x20for\x20this\x20policy\x20revision\x20(maximum\x202000\x20characters)','bool','revision','1781796vdKXEC','--expected-revision\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20mutation\x20contract\x20has\x20no\x20revision\x20predicate.','/smartapi/instant-api-policy','expected-revision','gmtCreate','configHash','createUserId'];a135_0x20f3=function(){return _0x43fcab;};return a135_0x20f3();}export function requireForceConfirmation(_0x49d40b){const _0x5a3a98=a135_0x1d03db;if(!_0x49d40b[_0x5a3a98(0xb9)](_0x5a3a98(0x9e))||_0x49d40b[_0x5a3a98(0xb9)](_0x5a3a98(0xc3)))return;throw instantApiPolicyError(_0x5a3a98(0xb1),'--force\x20requires\x20--yes\x20because\x20it\x20replaces\x20the\x20fixed\x20local\x20policy\x20file.',_0x5a3a98(0xa9));}export function readChangeSummary(_0x3fb452){const _0x385d96=a135_0x1d03db,_0x15592d=_0x3fb452[_0x385d96(0xae)]('change-summary')['trim']();if(!_0x15592d)return undefined;if(_0x15592d[_0x385d96(0xa2)]>0x7d0)throw instantApiPolicyError('instant_api_policy_change_summary_invalid','--change-summary\x20cannot\x20exceed\x202000\x20characters.');return _0x15592d;}export function readRevision(_0x9afbe1){const _0x232888=a135_0x1d03db,_0x5076a5=_0x9afbe1[_0x232888(0xcc)](_0x232888(0xba),Number['NaN']);if(!Number['isSafeInteger'](_0x5076a5)||_0x5076a5<=0x0)throw instantApiPolicyError('instant_api_policy_revision_invalid',_0x232888(0xb4));return _0x5076a5;}export function readExpectedRevision(_0x3bec0d){const _0x221da1=a135_0x1d03db;if(_0x3bec0d[_0x221da1(0xac)](_0x221da1(0xbe))===undefined)return undefined;const _0x420600=_0x3bec0d['num'](_0x221da1(0xbe),Number[_0x221da1(0x9d)]);if(!Number['isSafeInteger'](_0x420600)||_0x420600<0x0)throw instantApiPolicyError('instant_api_policy_expected_revision_invalid','--expected-revision\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.');return _0x420600;}export function assertExpectedRevision(_0x4107d1,_0x4f5917){const _0xc44ecd=a135_0x1d03db;if(_0x4f5917===undefined)return;const _0x5c9eaa=_0x4107d1?.[_0xc44ecd(0xba)]??0x0;if(_0x5c9eaa!==_0x4f5917)throw instantApiPolicyError(_0xc44ecd(0xca),_0xc44ecd(0xb3),_0xc44ecd(0xb5)+_0x4f5917+_0xc44ecd(0xa3)+_0x5c9eaa+_0xc44ecd(0xb2));}export async function readFixedPolicy(_0x15c480){const _0x40b008=a135_0x1d03db,_0xe703c=loadInstantApiPolicyLocalConfig(_0x15c480[_0x40b008(0xab)]),_0x29e852=await readInstantApiPolicyConfigFile(_0xe703c);return{'local':_0xe703c,'config':_0x29e852};}export function projectCurrentPolicy(_0x2852cc){const _0x140bde=a135_0x1d03db;if(!_0x2852cc)return null;return{'id':_0x2852cc['id'],'appCode':_0x2852cc['appCode'],'revision':_0x2852cc[_0x140bde(0xba)],'configHash':_0x2852cc[_0x140bde(0xc0)],'enabled':_0x2852cc[_0x140bde(0xc7)],'config':_0x2852cc[_0x140bde(0xa6)],'createUserId':_0x2852cc[_0x140bde(0xc1)]??null,'updateUserId':_0x2852cc['updateUserId']??null,'gmtCreate':_0x2852cc[_0x140bde(0xbf)]??null,'gmtModified':_0x2852cc['gmtModified']??null};}export function projectRevisionSummary(_0x14fdf1){const _0x5f2d0b=a135_0x1d03db;return{'id':_0x14fdf1['id'],'policyId':_0x14fdf1[_0x5f2d0b(0xd0)],'appCode':_0x14fdf1[_0x5f2d0b(0xab)],'revision':_0x14fdf1['revision'],'configHash':_0x14fdf1[_0x5f2d0b(0xc0)],'changeType':_0x14fdf1[_0x5f2d0b(0xa4)],'changeSummary':_0x14fdf1[_0x5f2d0b(0xad)]??null,'operatorId':_0x14fdf1[_0x5f2d0b(0xaf)]??null,'gmtCreate':_0x14fdf1[_0x5f2d0b(0xbf)]??null,'version':_0x14fdf1['config'][_0x5f2d0b(0xa0)],'defaultAction':_0x14fdf1[_0x5f2d0b(0xa6)][_0x5f2d0b(0x9f)][_0x5f2d0b(0xc8)],'ruleCount':_0x14fdf1['config'][_0x5f2d0b(0xc9)]?.[_0x5f2d0b(0xa2)]??0x0};}function a135_0x1894(_0x7262d9,_0x29c2be){_0x7262d9=_0x7262d9-0x9d;const _0x20f3cd=a135_0x20f3();let _0x189443=_0x20f3cd[_0x7262d9];return _0x189443;}export function projectRevisionDetail(_0x3bd942){const _0x4e8265=a135_0x1d03db;return{...projectRevisionSummary(_0x3bd942),'config':_0x3bd942[_0x4e8265(0xa6)]};}export function expectedRevisionWarnings(_0x1e7b63){return _0x1e7b63===undefined?[]:[NON_ATOMIC_EXPECTED_REVISION_WARNING];}export function mutationLookupCommand(){const _0x2e4ca9=a135_0x1d03db;return _0x2e4ca9(0xc2);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a136_0xfa8661=a136_0x4cf2;(function(_0xbbc723,_0x2277ad){const _0x1ceecd=a136_0x4cf2,_0x6288af=_0xbbc723();while(!![]){try{const _0x16744f=-parseInt(_0x1ceecd(0xce))/0x1+-parseInt(_0x1ceecd(0xca))/0x2*(-parseInt(_0x1ceecd(0xc7))/0x3)+parseInt(_0x1ceecd(0xd1))/0x4+parseInt(_0x1ceecd(0xcc))/0x5+parseInt(_0x1ceecd(0xc5))/0x6+-parseInt(_0x1ceecd(0xc4))/0x7*(parseInt(_0x1ceecd(0xcb))/0x8)+-parseInt(_0x1ceecd(0xd0))/0x9*(parseInt(_0x1ceecd(0xc1))/0xa);if(_0x16744f===_0x2277ad)break;else _0x6288af['push'](_0x6288af['shift']());}catch(_0x3312d8){_0x6288af['push'](_0x6288af['shift']());}}}(a136_0x4860,0x456a1));import{validateInstantApiPolicy}from'../../core/api-client.js';import{INSTANT_API_POLICY_BASE_PATH,readFixedPolicy}from'../../commands/instant-api-policy/shared.js';function a136_0x4cf2(_0x47fadd,_0x24c1d4){_0x47fadd=_0x47fadd-0xc1;const _0x4860ed=a136_0x4860();let _0x4cf286=_0x4860ed[_0x47fadd];return _0x4cf286;}export const instantApiPolicyValidate={'service':a136_0xfa8661(0xcf),'command':a136_0xfa8661(0xc6),'description':a136_0xfa8661(0xc9),'risk':a136_0xfa8661(0xc8),'requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x5bd827){const _0x4c258b=a136_0xfa8661,{local:_0x1ddf0d,config:_0x2957d1}=await readFixedPolicy(_0x5bd827),_0x4a3569=await validateInstantApiPolicy({'appCode':_0x5bd827['appCode'],'config':_0x2957d1});return{'ok':!![],'data':{'operation':'validate','selector':{'appCode':_0x5bd827[_0x4c258b(0xd3)]},'filePath':_0x1ddf0d[_0x4c258b(0xd4)],'relativePath':_0x1ddf0d[_0x4c258b(0xcd)],'valid':_0x4a3569['valid'],'configHash':_0x4a3569[_0x4c258b(0xc2)],'normalizedConfig':_0x4a3569['normalizedConfig'],'backend':{'method':'POST','path':INSTANT_API_POLICY_BASE_PATH+_0x4c258b(0xc3)}},'message':_0x4c258b(0xd2)+_0x5bd827[_0x4c258b(0xd3)]};}};function a136_0x4860(){const _0x59d589=['configHash','/validate','7fakBEs','501234ubeVba','validate','373281RMwXIx','read','Validate\x20the\x20fixed\x20local\x20policy\x20without\x20publishing','4lgtEdu','4183008TBVEJt','975855JvMPSx','policyRelativePath','42230siElJg','instant-api-policy','35802dLqZjO','2210348XrrNuJ','Validated\x20Instant\x20API\x20policy\x20for\x20','appCode','policyFilePath','580VVcIbE'];a136_0x4860=function(){return _0x59d589;};return a136_0x4860();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a137_0x1f9e(){const _0x5ea6c0=['42790aCyZvV','15AcyBOk','1032615AMoxIJ','4335496uKaTWY','553719wzSDZX','1494875RHwVbD','341IklPMl','6rXpdKn','1199149LabjBr','2UBDjfL','144224dlsxQM'];a137_0x1f9e=function(){return _0x5ea6c0;};return a137_0x1f9e();}(function(_0x542df9,_0x10b7da){const _0x5c26cd=a137_0x2ac7,_0x290112=_0x542df9();while(!![]){try{const _0x180fb4=parseInt(_0x5c26cd(0xfe))/0x1*(-parseInt(_0x5c26cd(0xf8))/0x2)+-parseInt(_0x5c26cd(0xfb))/0x3*(-parseInt(_0x5c26cd(0xf9))/0x4)+parseInt(_0x5c26cd(0xff))/0x5*(parseInt(_0x5c26cd(0x101))/0x6)+-parseInt(_0x5c26cd(0x102))/0x7+parseInt(_0x5c26cd(0xfd))/0x8+parseInt(_0x5c26cd(0xfc))/0x9+-parseInt(_0x5c26cd(0xfa))/0xa*(parseInt(_0x5c26cd(0x100))/0xb);if(_0x180fb4===_0x10b7da)break;else _0x290112['push'](_0x290112['shift']());}catch(_0x4f5a98){_0x290112['push'](_0x290112['shift']());}}}(a137_0x1f9e,0x43eec));import{issueReport}from'../../commands/issue/report.js';function a137_0x2ac7(_0x2fc059,_0x5bc6a2){_0x2fc059=_0x2fc059-0xf8;const _0x1f9e7f=a137_0x1f9e();let _0x2ac793=_0x1f9e7f[_0x2fc059];return _0x2ac793;}export const issueDefinitions=[issueReport];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a138_0x16b856=a138_0x2865;(function(_0x478cb2,_0x41b91a){const _0x4fd8e2=a138_0x2865,_0x5942ed=_0x478cb2();while(!![]){try{const _0x34b4fd=parseInt(_0x4fd8e2(0xba))/0x1+parseInt(_0x4fd8e2(0xa1))/0x2+-parseInt(_0x4fd8e2(0xac))/0x3*(parseInt(_0x4fd8e2(0xb6))/0x4)+-parseInt(_0x4fd8e2(0xa0))/0x5*(parseInt(_0x4fd8e2(0xa4))/0x6)+-parseInt(_0x4fd8e2(0xbc))/0x7+parseInt(_0x4fd8e2(0x9d))/0x8+parseInt(_0x4fd8e2(0xad))/0x9;if(_0x34b4fd===_0x41b91a)break;else _0x5942ed['push'](_0x5942ed['shift']());}catch(_0x3fbb87){_0x5942ed['push'](_0x5942ed['shift']());}}}(a138_0x4f08,0x9d697));import{CliError}from'../../errors.js';function a138_0x2865(_0xe1ef4e,_0x54a9b3){_0xe1ef4e=_0xe1ef4e-0x9c;const _0x4f088a=a138_0x4f08();let _0x2865b3=_0x4f088a[_0xe1ef4e];return _0x2865b3;}import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a138_0x16b856(0xb4);const NUDGE_SUPPRESSED_CODES=new Set([a138_0x16b856(0xa9),'auth_required',a138_0x16b856(0xb0),a138_0x16b856(0xb5),'unknown_command',a138_0x16b856(0xb3),a138_0x16b856(0xb1),a138_0x16b856(0xab)]),defaultWriter=_0x230619=>{const _0x53eb86=a138_0x16b856;process['stderr'][_0x53eb86(0xb8)](_0x230619);};export function shouldNudgeForError(_0x219ee5,_0x229291){const _0x44e3ce=a138_0x16b856;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x229291[_0x44e3ce(0xa5)]===_0x44e3ce(0xa7)&&_0x229291[_0x44e3ce(0x9f)]===_0x44e3ce(0xae))return![];if(_0x219ee5 instanceof CliError)return!NUDGE_SUPPRESSED_CODES[_0x44e3ce(0xaa)](_0x219ee5[_0x44e3ce(0xaf)]);return!![];}export function printIssueReportNudgeForError(_0x45dd33,_0x2753b5,_0x2ac5f6=defaultWriter){if(!shouldNudgeForError(_0x45dd33,_0x2753b5))return;const _0x23712d=buildSuggestedTitle(_0x45dd33,_0x2753b5);_0x2ac5f6(formatNudge(_0x23712d));}function a138_0x4f08(){const _0x4c039c=['command','15gezhQi','1778296SdFdJK','\x20bug?\x20Help\x20us\x20fix\x20it:','\x22\x20\x5c','2317506uyITgQ','service','\x20\x20Set\x20','issue','Hit\x20a\x20','cancelled','has','network_error','5031kmCwQQ','17481447elJjBk','report','code','config_missing','validation_error','=1\x20to\x20silence\x20this\x20hint.','flag_missing','RABETBASE_DISABLE_ISSUE_NUDGE','not_in_project','2236ttuSYq','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22','write','join','246208aaONqQ','replace','5520403KKdrNb','\x20issue\x20report\x20\x5c','message','3614760vngfTU','\x20\x20\x20\x20--title\x20\x22'];a138_0x4f08=function(){return _0x4c039c;};return a138_0x4f08();}function buildSuggestedTitle(_0x523fe6,_0x4e28ec){const _0x4516d2=a138_0x16b856,_0x5727ae=_0x523fe6 instanceof Error?_0x523fe6[_0x4516d2(0x9c)]:String(_0x523fe6),_0x343561=_0x5727ae[_0x4516d2(0xbb)](/[\r\n]+/g,'\x20')['replace'](/\s+/g,'\x20')['trim']()['slice'](0x0,0x78)[_0x4516d2(0xbb)](/"/g,'\x5c\x22'),_0x3c795f=CLI_BIN_NAME+'\x20'+_0x4e28ec[_0x4516d2(0xa5)]+'\x20'+_0x4e28ec[_0x4516d2(0x9f)];return _0x343561['length']>0x0?_0x3c795f+':\x20'+_0x343561:_0x3c795f;}function formatNudge(_0x17ebd2){const _0x346c86=a138_0x16b856;return['',_0x346c86(0xa8)+CLI_BIN_NAME+_0x346c86(0xa2),'\x20\x20'+CLI_BIN_NAME+_0x346c86(0xbd),_0x346c86(0x9e)+_0x17ebd2+_0x346c86(0xa3),_0x346c86(0xb7),'\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)',_0x346c86(0xa6)+NUDGE_OPT_OUT_ENV+_0x346c86(0xb2),''][_0x346c86(0xb9)]('\x0a');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a139_0x54453d=a139_0x66a4;(function(_0x4276d3,_0x1905d0){const _0x468d0=a139_0x66a4,_0x5cb06a=_0x4276d3();while(!![]){try{const _0x40dd9e=parseInt(_0x468d0(0x17a))/0x1+parseInt(_0x468d0(0x170))/0x2+parseInt(_0x468d0(0x161))/0x3+parseInt(_0x468d0(0x146))/0x4+parseInt(_0x468d0(0x15e))/0x5+-parseInt(_0x468d0(0x163))/0x6*(-parseInt(_0x468d0(0x143))/0x7)+parseInt(_0x468d0(0x164))/0x8*(-parseInt(_0x468d0(0x15c))/0x9);if(_0x40dd9e===_0x1905d0)break;else _0x5cb06a['push'](_0x5cb06a['shift']());}catch(_0x4cddb0){_0x5cb06a['push'](_0x5cb06a['shift']());}}}(a139_0x4067,0x488c0));import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';function a139_0x4067(){const _0x505c7e=['filter','write','File\x20not\x20found:\x20','length','POST','trim','issue.description_redactions','redactionCount','descriptionFilePath','originalBytes','validation','Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','title','issue.description_redaction_kinds','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','Platform\x20issue\x20reported','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','description','push','9QBdrMk','Issue\x20description\x20file\x20is\x20empty:\x20','1727410UyofgS','Failed\x20to\x20report\x20platform\x20issue:\x20','issue.title','954648WlACZf','report','692886qmpRkR','12839352pHnlvU','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','sanitize','utf8','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','join','issue','One-line\x20issue\x20summary','issue.description_truncated','descriptionFile:\x20','flagMissing','1069194KzvUCb','description-file','\x20secret(s):\x20','descriptionSource:\x20','redactionKinds','str','file','descriptionSource','issue.description','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','142364VHGUBm','cwd','string','Platform\x20issue\x20reported\x20(','\x20bytes','redactions:\x20','truncated\x20from\x20','7UFbJld','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','otel://','1783724FTuVAe','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','truncated'];a139_0x4067=function(){return _0x505c7e;};return a139_0x4067();}import{resolve}from'node:path';import{CliErrors}from'../../errors.js';function a139_0x66a4(_0x841838,_0x466852){_0x841838=_0x841838-0x13e;const _0x40671d=a139_0x4067();let _0x66a41e=_0x40671d[_0x841838];return _0x66a41e;}import{sanitizeIssueDescription}from'../../commands/issue/shared.js';import{PLATFORM_ISSUE_SPAN_NAME,PLATFORM_ISSUE_TRACE_NAME,sendPlatformIssueCollectLog}from'../../telemetry/send-platform-issue-collect-log.js';const DESCRIPTION_FILE_FLAG=a139_0x54453d(0x171);export const issueReport={'service':a139_0x54453d(0x16b),'command':a139_0x54453d(0x162),'description':a139_0x54453d(0x179),'risk':a139_0x54453d(0x14a),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':'compress','flags':[{'name':'title','type':a139_0x54453d(0x13e),'required':!![],'description':a139_0x54453d(0x16c)},{'name':'description','type':a139_0x54453d(0x13e),'description':a139_0x54453d(0x166)},{'name':DESCRIPTION_FILE_FLAG,'type':a139_0x54453d(0x13e),'description':'Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description'}],async 'validate'(_0x531cab){const _0x1305cc=a139_0x54453d,_0x1160fd=_0x531cab[_0x1305cc(0x175)](_0x1305cc(0x155))[_0x1305cc(0x14e)](),_0x11ddd3=_0x531cab[_0x1305cc(0x175)](_0x1305cc(0x15a))[_0x1305cc(0x14e)](),_0x20d76e=_0x531cab['str'](DESCRIPTION_FILE_FLAG)[_0x1305cc(0x14e)]();if(!_0x1160fd)throw CliErrors[_0x1305cc(0x16f)](_0x1305cc(0x155),_0x1305cc(0x147));const _0x5186b0=_0x11ddd3[_0x1305cc(0x14c)]>0x0,_0x2ffa78=_0x20d76e[_0x1305cc(0x14c)]>0x0;if(_0x5186b0===_0x2ffa78)throw CliErrors[_0x1305cc(0x153)](_0x1305cc(0x165),_0x1305cc(0x169));if(_0x2ffa78){const _0x2f431a=resolve(process[_0x1305cc(0x17b)](),_0x20d76e);if(!existsSync(_0x2f431a))throw CliErrors['validation'](_0x1305cc(0x14b)+_0x2f431a);}},async 'dryRun'(_0x5c9bba){const _0x55f431=a139_0x54453d,_0x32b531=await prepareIssueReport(_0x5c9bba);return{'method':_0x55f431(0x14d),'url':_0x55f431(0x145)+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x32b531[_0x55f431(0x155)],'issue.description':_0x32b531[_0x55f431(0x15a)],'issue.description_original_bytes':_0x32b531[_0x55f431(0x167)][_0x55f431(0x152)],'issue.description_truncated':_0x32b531['sanitize'][_0x55f431(0x148)],'issue.description_redactions':_0x32b531[_0x55f431(0x167)][_0x55f431(0x150)],'issue.description_redaction_kinds':_0x32b531[_0x55f431(0x167)][_0x55f431(0x174)][_0x55f431(0x16a)](',')}},'description':[_0x55f431(0x154),_0x55f431(0x173)+_0x32b531[_0x55f431(0x177)],_0x32b531[_0x55f431(0x151)]?_0x55f431(0x16e)+_0x32b531['descriptionFilePath']:null,_0x32b531[_0x55f431(0x167)][_0x55f431(0x148)]?'truncated:\x20original\x20'+_0x32b531[_0x55f431(0x167)][_0x55f431(0x152)]+_0x55f431(0x140):null,_0x32b531[_0x55f431(0x167)][_0x55f431(0x150)]>0x0?_0x55f431(0x141)+_0x32b531[_0x55f431(0x167)][_0x55f431(0x150)]+'\x20('+_0x32b531[_0x55f431(0x167)][_0x55f431(0x174)]['join'](',\x20')+')':null][_0x55f431(0x149)](Boolean)[_0x55f431(0x16a)]('\x0a')};},async 'execute'(_0x4694ca){const _0x3b5737=a139_0x54453d,_0x133944=await prepareIssueReport(_0x4694ca);try{await sendPlatformIssueCollectLog({'title':_0x133944[_0x3b5737(0x155)],'description':_0x133944[_0x3b5737(0x15a)],'sanitize':{'originalBytes':_0x133944[_0x3b5737(0x167)][_0x3b5737(0x152)],'truncated':_0x133944['sanitize']['truncated'],'redactionCount':_0x133944[_0x3b5737(0x167)][_0x3b5737(0x150)],'redactionKinds':_0x133944[_0x3b5737(0x167)]['redactionKinds']}});}catch(_0x32b8f5){throw CliErrors['apiError'](_0x3b5737(0x15f)+(_0x32b8f5 instanceof Error?_0x32b8f5['message']:String(_0x32b8f5)),_0x3b5737(0x144));}return{'ok':!![],'message':buildResultMessage(_0x133944[_0x3b5737(0x167)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x3b5737(0x160),_0x3b5737(0x178),'issue.description_original_bytes',_0x3b5737(0x16d),_0x3b5737(0x14f),_0x3b5737(0x156)],'issue':{'title':_0x133944[_0x3b5737(0x155)],'descriptionLength':_0x133944[_0x3b5737(0x15a)]['length'],'descriptionSource':_0x133944[_0x3b5737(0x177)],..._0x133944[_0x3b5737(0x151)]?{'descriptionFile':_0x133944[_0x3b5737(0x151)]}:{},'sanitize':{'originalBytes':_0x133944[_0x3b5737(0x167)][_0x3b5737(0x152)],'truncated':_0x133944['sanitize']['truncated'],'redactions':_0x133944[_0x3b5737(0x167)]['redactionCount'],'redactionKinds':_0x133944['sanitize'][_0x3b5737(0x174)]}}}};}};function buildResultMessage(_0x29e625){const _0x4954a2=a139_0x54453d,_0xaad699=[];return _0x29e625[_0x4954a2(0x148)]&&_0xaad699[_0x4954a2(0x15b)](_0x4954a2(0x142)+_0x29e625[_0x4954a2(0x152)]+_0x4954a2(0x140)),_0x29e625['redactionCount']>0x0&&_0xaad699['push']('redacted\x20'+_0x29e625['redactionCount']+_0x4954a2(0x172)+_0x29e625[_0x4954a2(0x174)][_0x4954a2(0x16a)](',\x20')),_0xaad699[_0x4954a2(0x14c)]===0x0?_0x4954a2(0x158):_0x4954a2(0x13f)+_0xaad699['join'](';\x20')+')';}async function prepareIssueReport(_0x412a95){const _0x4c8826=a139_0x54453d,_0x3deadb=_0x412a95['str'](_0x4c8826(0x155))[_0x4c8826(0x14e)](),_0x21d246=_0x412a95[_0x4c8826(0x175)](_0x4c8826(0x15a)),_0x2ccbb8=_0x412a95['str'](DESCRIPTION_FILE_FLAG)[_0x4c8826(0x14e)]();if(!_0x2ccbb8){const _0x579716=_0x21d246;if(!_0x579716[_0x4c8826(0x14e)]())throw CliErrors[_0x4c8826(0x153)]('Issue\x20description\x20cannot\x20be\x20empty.',_0x4c8826(0x159));const _0x58ee62=sanitizeIssueDescription(_0x579716);return{'title':_0x3deadb,'description':_0x58ee62['description'],'descriptionSource':'inline','sanitize':_0x58ee62};}const _0x420d34=resolve(process[_0x4c8826(0x17b)](),_0x2ccbb8),_0x20cd74=await readFile(_0x420d34,_0x4c8826(0x168));if(!_0x20cd74[_0x4c8826(0x14e)]())throw CliErrors['validation'](_0x4c8826(0x15d)+_0x420d34,_0x4c8826(0x157));const _0x2eba6e=sanitizeIssueDescription(_0x20cd74);return{'title':_0x3deadb,'description':_0x2eba6e[_0x4c8826(0x15a)],'descriptionSource':_0x4c8826(0x176),'descriptionFilePath':_0x420d34,'sanitize':_0x2eba6e};}
|