@lovrabet/rabetbase-cli 2.5.3 → 2.5.4-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/README.md +11 -0
- 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.d.ts +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.d.ts +2 -0
- 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/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.d.ts +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.d.ts +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.d.ts +4 -0
- 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.d.ts +1 -1
- package/lib/constant/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.d.ts +14 -1
- package/lib/constant/routing-profile.js +1 -1
- package/lib/context/app-resolver.d.ts +1 -0
- 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.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.d.ts +11 -10
- package/lib/core/flow-config.js +1 -1
- package/lib/core/instant-api-policy/config.js +1 -1
- package/lib/core/kb-search-client.d.ts +7 -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.d.ts +5 -2
- 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.d.ts +15 -3
- package/lib/generated/official-routing.js +1 -1
- package/lib/generated/routing-contract.d.ts +2 -2
- 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.d.ts +5 -0
- 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 +31 -17
- package/skills/rabetbase/guides/approval-flow-development-workflow.md +33 -11
- package/skills/rabetbase/guides/best-practices.md +1 -1
- package/skills/rabetbase/guides/conflict-detection.md +44 -92
- package/skills/rabetbase/guides/custom-page-flow-sdk.md +642 -0
- package/skills/rabetbase/guides/custom-page-flow-timeline-display.md +289 -0
- package/skills/rabetbase/guides/custom-page-workflow.md +12 -3
- package/skills/rabetbase/guides/sql-creation-workflow.md +44 -26
- package/skills/rabetbase/guides/sql-mybatis.md +18 -49
- package/skills/rabetbase/guides/typescript-sdk.md +18 -0
- package/skills/rabetbase/knowledge/approval-flow/config-json-schema.md +22 -6
- package/skills/rabetbase/knowledge/components.md +34 -28
- package/skills/rabetbase/knowledge/custom-page/generation-standards.md +2 -0
- package/skills/rabetbase/references/rabetbase-config.md +6 -4
- package/skills/rabetbase/references/rabetbase-flow-commands.md +8 -4
- package/skills/rabetbase/references/rabetbase-flow-resources.md +3 -3
- package/skills/rabetbase/references/rabetbase-flow-runtime-boundary.md +2 -0
- package/skills/rabetbase/references/rabetbase-init.md +7 -5
- package/skills/rabetbase/references/rabetbase-kb.md +14 -4
- package/skills/rabetbase/references/rabetbase-page-custom-detail.md +3 -1
- package/skills/rabetbase/references/rabetbase-page-custom-list.md +3 -0
- package/skills/rabetbase/references/rabetbase-sql-push.md +5 -0
- package/skills/rabetbase/references/rabetbase-sql-validate.md +12 -6
- package/skills/rabetbase.manifest.json +5 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a124_0x555873=a124_0x4535;(function(_0x264692,_0x1984b0){const _0x3f6631=a124_0x4535,_0x5da4f4=_0x264692();while(!![]){try{const _0x1afac1=-parseInt(_0x3f6631(0x1cf))/0x1*(-parseInt(_0x3f6631(0x1f7))/0x2)+parseInt(_0x3f6631(0x1e8))/0x3+-parseInt(_0x3f6631(0x1d3))/0x4*(parseInt(_0x3f6631(0x1ec))/0x5)+parseInt(_0x3f6631(0x1c4))/0x6*(parseInt(_0x3f6631(0x1bd))/0x7)+parseInt(_0x3f6631(0x1d7))/0x8+-parseInt(_0x3f6631(0x1c5))/0x9+-parseInt(_0x3f6631(0x1f1))/0xa*(parseInt(_0x3f6631(0x1f2))/0xb);if(_0x1afac1===_0x1984b0)break;else _0x5da4f4['push'](_0x5da4f4['shift']());}catch(_0x3beb0a){_0x5da4f4['push'](_0x5da4f4['shift']());}}}(a124_0xe331,0x73478));import{asDryRunResult}from'../../commands/common/dry-run.js';import{readFlowConfigFile,validateFlowConfig}from'../../core/flow-config.js';function a124_0x4535(_0x248802,_0x112c9d){_0x248802=_0x248802-0x1bb;const _0xe331c3=a124_0xe331();let _0x453597=_0xe331c3[_0x248802];return _0x453597;}import{CliErrors}from'../../errors.js';function a124_0xe331(){const _0x15ffb6=['/smartapi/flow/publish','map','608094aEzzhI','FORM_FLOW','Unable\x20to\x20read\x20FlowConfig:\x20','Run\x20`rabetbase\x20flow\x20validate\x20--file\x20<path>`\x20for\x20details.','28510iNDtzk','\x20\x20appCode:\x20','flowType','flowName','/smartapi/flow/update','301530yKbWjd','99mOJGGR','\x20\x20datasetCode:\x20','path','nonInteractive','isSafeInteger','578IVXbza','Cannot\x20export\x20this\x20flow\x20into\x20the\x20current\x20portable\x20FlowConfig\x20contract.','File:\x20','56tTRdSW','isArray','flowJson','INDEPENDENT_FLOW','string','join','/smartapi/flow/create','362454pvYDRp','4354056ptmXHU','cancelled','Pass\x20--file\x20<path>.','num','The\x20detail\x20response\x20does\x20not\x20contain\x20a\x20supported\x20flowType.','flowDesc','\x20\x20flowName:\x20','validation','apiError','Flow\x20definition\x20id\x20(from\x20`flow\x20list`\x20or\x20`flow\x20create`)','241iJPzrV','str','/data/workflow?workflowId=','/smartapi/flow/page','248tmLaHo','pageId','trim','appCode','6602000SuaHDm','file','warnings','FlowConfig\x20validation\x20failed\x20for\x20','normalized','message','Approval\x20flow\x20','Cannot\x20export\x20an\x20invalid\x20flow\x20definition.','/smartapi/flow/detail','number','errors','Continue?\x20[y/N]\x20','Path\x20to\x20the\x20local\x20FlowConfig\x20JSON\x20file','datasetCode','valid'];a124_0xe331=function(){return _0x15ffb6;};return a124_0xe331();}import{getAppBaseUrl}from'../../constant/domain.js';import{requireConfirmationPrompt}from'@lovrabet/cli-framework';export const FLOW_PATHS={'list':a124_0x555873(0x1d2),'detail':a124_0x555873(0x1df),'create':a124_0x555873(0x1c3),'update':a124_0x555873(0x1f0),'publish':a124_0x555873(0x1e6)};export const FLOW_ID_FLAG={'name':'id','type':a124_0x555873(0x1e0),'required':!![],'description':a124_0x555873(0x1ce)};export const FLOW_FILE_FLAG={'name':a124_0x555873(0x1d8),'type':a124_0x555873(0x1c1),'required':!![],'description':a124_0x555873(0x1e3)};export function flowDefinitionToConfig(_0x13b306){const _0x11f054=a124_0x555873;if(typeof _0x13b306[_0x11f054(0x1ef)]!=='string'||_0x13b306[_0x11f054(0x1ef)][_0x11f054(0x1d5)]()==='')throw CliErrors[_0x11f054(0x1cd)](_0x11f054(0x1de),'The\x20detail\x20response\x20does\x20not\x20contain\x20flowName.');if(typeof _0x13b306[_0x11f054(0x1bf)]!=='object'||_0x13b306[_0x11f054(0x1bf)]===null||Array[_0x11f054(0x1be)](_0x13b306['flowJson']))throw CliErrors[_0x11f054(0x1cd)](_0x11f054(0x1de),'The\x20detail\x20response\x20does\x20not\x20contain\x20an\x20object\x20flowJson.');if(_0x13b306['flowType']!==_0x11f054(0x1e9)&&_0x13b306['flowType']!==_0x11f054(0x1c0))throw CliErrors['apiError'](_0x11f054(0x1de),_0x11f054(0x1c9));const _0x195966={'flowName':_0x13b306[_0x11f054(0x1ef)],...typeof _0x13b306[_0x11f054(0x1ca)]==='string'?{'flowDesc':_0x13b306[_0x11f054(0x1ca)]}:{},'flowType':_0x13b306['flowType'],...typeof _0x13b306['datasetCode']===_0x11f054(0x1c1)&&_0x13b306[_0x11f054(0x1e4)][_0x11f054(0x1d5)]()?{'datasetCode':_0x13b306[_0x11f054(0x1e4)]}:{},...typeof _0x13b306[_0x11f054(0x1d4)]===_0x11f054(0x1e0)?{'pageId':_0x13b306['pageId']}:{},'flowJson':_0x13b306[_0x11f054(0x1bf)]},_0x461fd2=validateFlowConfig(_0x195966);if(!_0x461fd2[_0x11f054(0x1e5)]){const _0x31a112=_0x461fd2['errors'][_0x11f054(0x1e7)](_0x280f9e=>_0x280f9e['path']+':\x20'+_0x280f9e['message'])[_0x11f054(0x1c2)](';\x20');throw CliErrors[_0x11f054(0x1cc)](_0x11f054(0x1bb),_0x31a112);}return{'config':_0x461fd2[_0x11f054(0x1db)],'warnings':_0x461fd2[_0x11f054(0x1d9)],'removedPaths':_0x461fd2[_0x11f054(0x1d9)][_0x11f054(0x1e7)](_0x218aed=>_0x218aed[_0x11f054(0x1f4)])};}export function readFlowId(_0x244b7e){const _0xa9cd48=a124_0x555873,_0x44e2d4=_0x244b7e[_0xa9cd48(0x1c8)]('id');if(!Number[_0xa9cd48(0x1f6)](_0x44e2d4)||_0x44e2d4<=0x0)throw CliErrors[_0xa9cd48(0x1cc)]('--id\x20must\x20be\x20a\x20positive\x20integer.');return _0x44e2d4;}export function readFlowFilePath(_0xfc1182){const _0x31dd21=a124_0x555873,_0x5f60e=_0xfc1182[_0x31dd21(0x1d0)](_0x31dd21(0x1d8))[_0x31dd21(0x1d5)]();if(!_0x5f60e)throw CliErrors['flagMissing'](_0x31dd21(0x1d8),_0x31dd21(0x1c7));return _0x5f60e;}export async function prepareFlowWrite(_0x5bf394,_0x7a318a,_0x2df256){const _0x30695d=a124_0x555873;let _0x24fa9f;try{_0x24fa9f=await readFlowConfigFile(_0x5bf394);}catch(_0x285196){const _0x2082be=_0x285196 instanceof Error?_0x285196[_0x30695d(0x1dc)]:String(_0x285196);throw CliErrors[_0x30695d(0x1cc)](_0x30695d(0x1ea)+_0x2082be,_0x30695d(0x1bc)+_0x5bf394);}const _0x743a54=validateFlowConfig(_0x24fa9f);if(!_0x743a54[_0x30695d(0x1e5)]){const _0x1c8783=_0x743a54[_0x30695d(0x1e1)][_0x30695d(0x1e7)](_0x32a72e=>_0x32a72e[_0x30695d(0x1f4)]+':\x20'+_0x32a72e[_0x30695d(0x1dc)])[_0x30695d(0x1c2)](';\x20');throw CliErrors[_0x30695d(0x1cc)](_0x30695d(0x1da)+_0x5bf394+'.',_0x1c8783||_0x30695d(0x1eb));}const _0x36bc6b=_0x743a54['normalized'],_0x47872d={..._0x2df256!==undefined?{'id':_0x2df256}:{},'flowName':_0x36bc6b['flowName'],..._0x36bc6b['flowDesc']!==undefined?{'flowDesc':_0x36bc6b['flowDesc']}:{},'flowType':_0x36bc6b[_0x30695d(0x1ee)],'appCode':_0x7a318a,..._0x36bc6b[_0x30695d(0x1e4)]!==undefined?{'datasetCode':_0x36bc6b[_0x30695d(0x1e4)]}:{},..._0x36bc6b['pageId']!==undefined?{'pageId':_0x36bc6b[_0x30695d(0x1d4)]}:{},'flowJson':_0x36bc6b[_0x30695d(0x1bf)]};return{'request':_0x47872d,'warnings':_0x743a54[_0x30695d(0x1d9)]};}export async function confirmFlowWrite(_0x52fa0a,_0x1cd258,_0x17cc69){const _0x51fe0b=a124_0x555873;if(_0x52fa0a[_0x51fe0b(0x1f5)]||_0x52fa0a['bool']('yes'))return;await requireConfirmationPrompt({'lines':[_0x51fe0b(0x1dd)+_0x1cd258+':',_0x51fe0b(0x1ed)+_0x52fa0a[_0x51fe0b(0x1d6)],..._0x17cc69['id']!==undefined?['\x20\x20flowId:\x20'+_0x17cc69['id']]:[],_0x51fe0b(0x1cb)+_0x17cc69['flowName'],'\x20\x20flowType:\x20'+_0x17cc69['flowType'],..._0x17cc69['datasetCode']?[_0x51fe0b(0x1f3)+_0x17cc69['datasetCode']]:[],_0x51fe0b(0x1e2)],'createCancelledError':_0x1ee08e=>CliErrors[_0x51fe0b(0x1c6)](_0x1ee08e)});}export function flowSelector(_0x136b48,_0x2228cf,_0x354c0e){const _0x5e59c2=a124_0x555873;return{'appCode':_0x136b48,..._0x2228cf!==undefined?{'flowId':_0x2228cf}:{},..._0x354c0e?.['flowCode']?{'flowCode':_0x354c0e['flowCode']}:{},..._0x354c0e?.[_0x5e59c2(0x1ef)]?{'flowName':_0x354c0e[_0x5e59c2(0x1ef)]}:{}};}export function buildFlowUrl(_0x1fc944,_0x4ed17f){const _0x1b7d12=a124_0x555873,_0x55c1dc=encodeURIComponent(String(_0x4ed17f));return getAppBaseUrl(_0x1fc944)+_0x1b7d12(0x1d1)+_0x55c1dc;}export function buildFlowIdDryRun(_0x78e9bf,_0x45c03a,_0x3b2684,_0x5903ac,_0x46f2ad){const _0x31a283={'id':_0x5903ac,'appCode':_0x3b2684};return asDryRunResult({'operation':_0x78e9bf,'selector':flowSelector(_0x3b2684,_0x5903ac),'before':null,'after':_0x46f2ad,'request':_0x31a283,'dryRun':!![],'backend':{'method':'POST','path':_0x45c03a},'warnings':[]},{'method':'POST','url':_0x45c03a});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a125_0x430874=a125_0x2b3f;(function(_0x4f1e4c,_0x381cd9){const _0x4fbab3=a125_0x2b3f,_0x56e3d9=_0x4f1e4c();while(!![]){try{const _0x34152b=-parseInt(_0x4fbab3(0x10f))/0x1*(-parseInt(_0x4fbab3(0x10a))/0x2)+-parseInt(_0x4fbab3(0x102))/0x3+parseInt(_0x4fbab3(0x10d))/0x4*(-parseInt(_0x4fbab3(0x105))/0x5)+-parseInt(_0x4fbab3(0x10c))/0x6+-parseInt(_0x4fbab3(0x108))/0x7*(-parseInt(_0x4fbab3(0x10b))/0x8)+parseInt(_0x4fbab3(0x109))/0x9+parseInt(_0x4fbab3(0x103))/0xa*(parseInt(_0x4fbab3(0x104))/0xb);if(_0x34152b===_0x381cd9)break;else _0x56e3d9['push'](_0x56e3d9['shift']());}catch(_0x536a44){_0x56e3d9['push'](_0x56e3d9['shift']());}}}(a125_0x6510,0x8d19b));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a125_0x2b3f(_0x4ca8d3,_0x4ebf5d){_0x4ca8d3=_0x4ca8d3-0x101;const _0x65102=a125_0x6510();let _0x2b3fdc=_0x65102[_0x4ca8d3];return _0x2b3fdc;}import{asDryRunResult}from'../../commands/common/dry-run.js';function a125_0x6510(){const _0x20662c=['176HpwMfQ','9190SbmcqE','update','POST','21RPjSJw','9460179CUlruh','172712dRNZow','1874104paVTzv','3651726yrbpHT','116RKPZSQ','flow','1wkirZj','appCode','Update\x20a\x20flow\x20definition\x20draft\x20from\x20a\x20local\x20FlowConfig\x20file','flowCode','1801362BQNQTi','30wpViux'];a125_0x6510=function(){return _0x20662c;};return a125_0x6510();}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_0x430874(0x10e),'command':'update','description':a125_0x430874(0x111),'risk':'write','flags':[FLOW_ID_FLAG,FLOW_FILE_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x2f213d){readFlowId(_0x2f213d),readFlowFilePath(_0x2f213d);},async 'dryRun'(_0x589174){const _0x3c383a=a125_0x430874,_0x5cd272=readFlowId(_0x589174),{request:_0x175f73,warnings:_0x3869e2}=await prepareFlowWrite(readFlowFilePath(_0x589174),_0x589174[_0x3c383a(0x110)],_0x5cd272);return asDryRunResult({'operation':_0x3c383a(0x106),'selector':flowSelector(_0x589174['appCode'],_0x5cd272),'before':null,'after':_0x175f73,'request':_0x175f73,'dryRun':!![],'backend':{'method':_0x3c383a(0x107),'path':FLOW_PATHS[_0x3c383a(0x106)]},'warnings':_0x3869e2},{'method':_0x3c383a(0x107),'url':FLOW_PATHS['update']});},async 'execute'(_0x100221){const _0x1941ee=a125_0x430874,_0x5be188=readFlowId(_0x100221),{request:_0x5e4601,warnings:_0x3b6e12}=await prepareFlowWrite(readFlowFilePath(_0x100221),_0x100221[_0x1941ee(0x110)],_0x5be188);await confirmFlowWrite(_0x100221,'update',_0x5e4601);const _0x59fa9b=await updateFlowDefinition({..._0x5e4601,'id':_0x5be188});return{'ok':!![],'data':{'operation':_0x1941ee(0x106),'selector':flowSelector(_0x100221[_0x1941ee(0x110)],_0x5be188,_0x59fa9b),'before':null,'after':_0x59fa9b,'dryRun':![],'backend':{'method':_0x1941ee(0x107),'path':FLOW_PATHS['update']},'warnings':_0x3b6e12},'message':'Updated\x20flow\x20'+(_0x59fa9b['flowName']||_0x59fa9b[_0x1941ee(0x101)]||_0x5be188)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a126_0x800d(){const _0xf0452a=['914738eoRaLP','read','12QNVqNn','38171784wgQtZn','trim','Path\x20to\x20the\x20local\x20FlowConfig\x20JSON\x20file','Pass\x20--file\x20<path>.','errors','boolean','file','write-normalized','53910bGwArv','Atomically\x20replace\x20the\x20file\x20with\x20its\x20normalized\x20form','836685ABQoJQ','1488519VAwVzi','7MYLwxq','FlowConfig\x20is\x20valid\x20and\x20was\x20normalized\x20in\x20place.','normalized','FlowConfig\x20validation\x20failed.','9662988YQSrUv','3388WcEWWh','string','none','str','valid','bool','24vKDKqY','44IibpoM','577935WKFGYN','validate'];a126_0x800d=function(){return _0xf0452a;};return a126_0x800d();}const a126_0x4895b1=a126_0x40bf;(function(_0x48da65,_0x144056){const _0x5b5a6f=a126_0x40bf,_0x26f6ac=_0x48da65();while(!![]){try{const _0x3bbe5f=parseInt(_0x5b5a6f(0x96))/0x1+-parseInt(_0x5b5a6f(0x98))/0x2*(-parseInt(_0x5b5a6f(0xa3))/0x3)+parseInt(_0x5b5a6f(0x93))/0x4*(-parseInt(_0x5b5a6f(0x94))/0x5)+parseInt(_0x5b5a6f(0x8b))/0x6*(parseInt(_0x5b5a6f(0xa5))/0x7)+-parseInt(_0x5b5a6f(0x92))/0x8*(parseInt(_0x5b5a6f(0xa4))/0x9)+-parseInt(_0x5b5a6f(0xa1))/0xa*(-parseInt(_0x5b5a6f(0x8c))/0xb)+-parseInt(_0x5b5a6f(0x99))/0xc;if(_0x3bbe5f===_0x144056)break;else _0x26f6ac['push'](_0x26f6ac['shift']());}catch(_0x1c2480){_0x26f6ac['push'](_0x26f6ac['shift']());}}}(a126_0x800d,0xde456));import{CliErrors}from'../../errors.js';function a126_0x40bf(_0x4769c6,_0x3bca25){_0x4769c6=_0x4769c6-0x89;const _0x800d22=a126_0x800d();let _0x40bf70=_0x800d22[_0x4769c6];return _0x40bf70;}import{readFlowConfigFile,validateFlowConfig,writeNormalizedFlowConfig}from'../../core/flow-config.js';export const flowValidate={'service':'flow','command':a126_0x4895b1(0x95),'description':'Validate\x20and\x20normalize\x20a\x20local\x20flow\x20configuration','risk':a126_0x4895b1(0x97),'auth':a126_0x4895b1(0x8e),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a126_0x4895b1(0x9f),'type':a126_0x4895b1(0x8d),'required':!![],'description':a126_0x4895b1(0x9b)},{'name':a126_0x4895b1(0xa0),'type':a126_0x4895b1(0x9e),'description':a126_0x4895b1(0xa2)}],async 'execute'(_0x32080b){const _0x45f819=a126_0x4895b1,_0x5b9e05=_0x32080b[_0x45f819(0x8f)](_0x45f819(0x9f))[_0x45f819(0x9a)]();if(!_0x5b9e05)throw CliErrors['flagMissing'](_0x45f819(0x9f),_0x45f819(0x9c));let _0x1e5454;try{_0x1e5454=await readFlowConfigFile(_0x5b9e05);}catch(_0x165f7c){const _0x2a058a=_0x165f7c instanceof Error?_0x165f7c['message']:String(_0x165f7c);throw CliErrors['validation']('Unable\x20to\x20read\x20FlowConfig:\x20'+_0x2a058a);}const _0x2cbd0b=validateFlowConfig(_0x1e5454),_0x4530d7=_0x32080b[_0x45f819(0x91)](_0x45f819(0xa0));let _0x22cbda=![];return _0x4530d7&&_0x2cbd0b[_0x45f819(0x90)]&&(await writeNormalizedFlowConfig(_0x5b9e05,_0x2cbd0b['normalized']),_0x22cbda=!![]),{'ok':_0x2cbd0b[_0x45f819(0x90)],'data':{'valid':_0x2cbd0b['valid'],'errors':_0x2cbd0b[_0x45f819(0x9d)],'warnings':_0x2cbd0b['warnings'],'normalized':_0x2cbd0b[_0x45f819(0x89)],..._0x4530d7?{'written':_0x22cbda}:{}},'message':_0x2cbd0b[_0x45f819(0x90)]?_0x22cbda?_0x45f819(0xa6):'FlowConfig\x20is\x20valid.':_0x45f819(0x8a)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a127_0x1a0b(){const _0x1ea19f=['7QeQOBh','423WbGPCe','policyRelativePath','policyFilePath','read','15VMhDlu','4zmtpKv','1782856UDuarB','726292pJpSBE','375510EMjYHr','699440ytmQHi','Current\x20Instant\x20API\x20policy\x20revision\x20','2353371alZFOh','appCode','104424iPLTFg','253NRWQiv','Get\x20the\x20current\x20effective\x20Instant\x20API\x20policy','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','instant-api-policy','3459804okJgjz','current','revision'];a127_0x1a0b=function(){return _0x1ea19f;};return a127_0x1a0b();}const a127_0x3c04e9=a127_0x2704;(function(_0x45028e,_0x4b1ee){const _0x422fb8=a127_0x2704,_0x44261d=_0x45028e();while(!![]){try{const _0x5bc12a=parseInt(_0x422fb8(0xcd))/0x1+parseInt(_0x422fb8(0xc9))/0x2*(-parseInt(_0x422fb8(0xb9))/0x3)+parseInt(_0x422fb8(0xcb))/0x4*(-parseInt(_0x422fb8(0xc8))/0x5)+parseInt(_0x422fb8(0xc0))/0x6+-parseInt(_0x422fb8(0xc3))/0x7*(parseInt(_0x422fb8(0xca))/0x8)+parseInt(_0x422fb8(0xc4))/0x9*(parseInt(_0x422fb8(0xcc))/0xa)+-parseInt(_0x422fb8(0xbc))/0xb*(-parseInt(_0x422fb8(0xbb))/0xc);if(_0x5bc12a===_0x4b1ee)break;else _0x44261d['push'](_0x44261d['shift']());}catch(_0xd9a5fd){_0x44261d['push'](_0x44261d['shift']());}}}(a127_0x1a0b,0xdcdb3));import{getCurrentInstantApiPolicy}from'../../core/api-client.js';function a127_0x2704(_0x515dca,_0x575d29){_0x515dca=_0x515dca-0xb8;const _0x1a0bad=a127_0x1a0b();let _0x2704a4=_0x1a0bad[_0x515dca];return _0x2704a4;}import{loadInstantApiPolicyLocalConfig}from'../../core/instant-api-policy/config.js';import{projectCurrentPolicy}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyCurrent={'service':a127_0x3c04e9(0xbf),'command':a127_0x3c04e9(0xc1),'description':a127_0x3c04e9(0xbd),'risk':a127_0x3c04e9(0xc7),'requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x2de8c5){const _0x5c57ab=a127_0x3c04e9,_0x7bfb29=loadInstantApiPolicyLocalConfig(_0x2de8c5[_0x5c57ab(0xba)]),_0x4321c7=await getCurrentInstantApiPolicy(_0x2de8c5[_0x5c57ab(0xba)]);return{'ok':!![],'data':{'appCode':_0x2de8c5[_0x5c57ab(0xba)],'configured':_0x4321c7!==null,'filePath':_0x7bfb29[_0x5c57ab(0xc6)],'relativePath':_0x7bfb29[_0x5c57ab(0xc5)],'policy':projectCurrentPolicy(_0x4321c7)},'message':_0x4321c7?_0x5c57ab(0xb8)+_0x4321c7[_0x5c57ab(0xc2)]:_0x5c57ab(0xbe)+_0x2de8c5[_0x5c57ab(0xba)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a128_0x78a4(_0x3d5df9,_0x5abbaa){_0x3d5df9=_0x3d5df9-0x1ca;const _0x35e9f0=a128_0x35e9();let _0x78a459=_0x35e9f0[_0x3d5df9];return _0x78a459;}(function(_0x52c98b,_0x1f7d42){const _0x5dadd3=a128_0x78a4,_0x230cea=_0x52c98b();while(!![]){try{const _0x6343ab=-parseInt(_0x5dadd3(0x1d1))/0x1+parseInt(_0x5dadd3(0x1d0))/0x2*(parseInt(_0x5dadd3(0x1d4))/0x3)+-parseInt(_0x5dadd3(0x1ce))/0x4*(-parseInt(_0x5dadd3(0x1d2))/0x5)+parseInt(_0x5dadd3(0x1cf))/0x6+parseInt(_0x5dadd3(0x1cb))/0x7*(parseInt(_0x5dadd3(0x1ca))/0x8)+-parseInt(_0x5dadd3(0x1d3))/0x9*(parseInt(_0x5dadd3(0x1cd))/0xa)+-parseInt(_0x5dadd3(0x1cc))/0xb;if(_0x6343ab===_0x1f7d42)break;else _0x230cea['push'](_0x230cea['shift']());}catch(_0x5f3cda){_0x230cea['push'](_0x230cea['shift']());}}}(a128_0x35e9,0xcdf8b));import{instantApiPolicyInit}from'../../commands/instant-api-policy/init.js';import{instantApiPolicyCurrent}from'../../commands/instant-api-policy/current.js';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';function a128_0x35e9(){const _0x2efcb0=['293158DuOesa','306895YLkrPA','2493NkanPj','3223554djceEf','8DEEbdc','5719287RVRIkT','28099918xAjwzs','11570SjggaY','92qUknGD','4251408HskvAL','2fdugIG'];a128_0x35e9=function(){return _0x2efcb0;};return a128_0x35e9();}export const instantApiPolicyDefinitions=[instantApiPolicyInit,instantApiPolicyCurrent,instantApiPolicyPull,instantApiPolicyValidate,instantApiPolicyPublish,instantApiPolicyRevisions,instantApiPolicyRevision,instantApiPolicyRollback];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a129_0x196e8e=a129_0x29a0;function a129_0x3d1d(){const _0x531c08=['1244349fktqhV','appCode','4853696ILcLEB','Default\x20action\x20when\x20no\x20dataset/API\x20rule\x20matches','35khjXXX','1081608CXIwDW','Replaced','30TmXxWM','2131IgvRWA','policyFilePath','344220TYffrE','init','deny','2864505tZyXyW','Created','allow','408gwvZcq','default-action','action','390848DfHlls','string'];a129_0x3d1d=function(){return _0x531c08;};return a129_0x3d1d();}(function(_0x51938b,_0xd49007){const _0x4a0316=a129_0x29a0,_0x2d040e=_0x51938b();while(!![]){try{const _0x726e8a=-parseInt(_0x4a0316(0xbf))/0x1*(-parseInt(_0x4a0316(0xb2))/0x2)+parseInt(_0x4a0316(0xbc))/0x3+parseInt(_0x4a0316(0xb5))/0x4+-parseInt(_0x4a0316(0xc4))/0x5+-parseInt(_0x4a0316(0xc1))/0x6*(-parseInt(_0x4a0316(0xbb))/0x7)+-parseInt(_0x4a0316(0xb9))/0x8+parseInt(_0x4a0316(0xb7))/0x9*(parseInt(_0x4a0316(0xbe))/0xa);if(_0x726e8a===_0xd49007)break;else _0x2d040e['push'](_0x2d040e['shift']());}catch(_0x451380){_0x2d040e['push'](_0x2d040e['shift']());}}}(a129_0x3d1d,0x65510));function a129_0x29a0(_0x497628,_0x50faae){_0x497628=_0x497628-0xb1;const _0x3d1dbf=a129_0x3d1d();let _0x29a026=_0x3d1dbf[_0x497628];return _0x29a026;}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':a129_0x196e8e(0xc2),'description':'Create\x20the\x20fixed\x20local\x20Instant\x20API\x20policy\x20file','risk':'write','requiresAuth':![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a129_0x196e8e(0xb3),'type':a129_0x196e8e(0xb6),'enum':['allow','deny'],'default':a129_0x196e8e(0xb1),'description':a129_0x196e8e(0xba)},FORCE_FLAG],async 'validate'(_0x1fedbd){requireForceConfirmation(_0x1fedbd);},async 'execute'(_0x3430cd){const _0x10d9e6=a129_0x196e8e;requireForceConfirmation(_0x3430cd);const _0x54fe07=_0x3430cd['str'](_0x10d9e6(0xb3))===_0x10d9e6(0xc3)?_0x10d9e6(0xc3):_0x10d9e6(0xb1),_0x5e9d5c=loadInstantApiPolicyLocalConfig(_0x3430cd['appCode']),_0x4fb3bd=createDefaultInstantApiPolicyConfig(_0x3430cd[_0x10d9e6(0xb8)],_0x54fe07),_0x578a22=await writeInstantApiPolicyConfigFile(_0x5e9d5c,_0x4fb3bd,{'force':_0x3430cd['bool']('force')}),_0x61d8f9={'created':_0x10d9e6(0xc5),'overwritten':_0x10d9e6(0xbd),'unchanged':'Kept'}[_0x578a22[_0x10d9e6(0xb4)]];return{'ok':!![],'data':{'operation':_0x10d9e6(0xc2),'selector':{'appCode':_0x3430cd[_0x10d9e6(0xb8)]},'filePath':_0x5e9d5c[_0x10d9e6(0xc0)],'relativePath':_0x5e9d5c['policyRelativePath'],'action':_0x578a22[_0x10d9e6(0xb4)],'config':_0x4fb3bd},'message':_0x61d8f9+'\x20Instant\x20API\x20policy\x20file\x20for\x20'+_0x3430cd['appCode']};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a130_0x4a856f=a130_0x1e30;(function(_0x68088a,_0x3f17ce){const _0x3d86d8=a130_0x1e30,_0x54fad3=_0x68088a();while(!![]){try{const _0x2cecab=-parseInt(_0x3d86d8(0xb7))/0x1+-parseInt(_0x3d86d8(0xa9))/0x2*(parseInt(_0x3d86d8(0xad))/0x3)+-parseInt(_0x3d86d8(0xaf))/0x4*(parseInt(_0x3d86d8(0xae))/0x5)+parseInt(_0x3d86d8(0xb8))/0x6*(parseInt(_0x3d86d8(0xab))/0x7)+parseInt(_0x3d86d8(0xa7))/0x8+parseInt(_0x3d86d8(0xc6))/0x9+parseInt(_0x3d86d8(0xc3))/0xa;if(_0x2cecab===_0x3f17ce)break;else _0x54fad3['push'](_0x54fad3['shift']());}catch(_0x3286a5){_0x54fad3['push'](_0x54fad3['shift']());}}}(a130_0xc77c,0xafcac));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_0xc77c(){const _0x547132=['configHash','changeSummary','instant_api_policy_publish_verification_unavailable','Publish\x20the\x20fixed\x20local\x20policy\x20as\x20a\x20new\x20active\x20revision','399709GCodyd','42RNubHz','publish','instant_api_policy_publish_outcome_unknown','POST','instant-api-policy','before','defineProperty','local','policyFilePath','Current\x20policy\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20publish.','cause','997330rCoXDm','Published\x20Instant\x20API\x20policy\x20revision\x20','Publish\x20response\x20was\x20unavailable;\x20current-policy\x20readback\x20proved\x20the\x20new\x20revision\x20without\x20resubmitting.','6161724ZiexWE','all','The\x20publish\x20request\x20was\x20sent,\x20but\x20the\x20current\x20policy\x20could\x20not\x20be\x20verified.','high-risk-write','appCode','push','planned','validation','4473176eJXiwj','/publish','728132rUBlUi','revision','568141xOxbrv','Inspect\x20with\x20`','3yKpJwL','10vExRrk','855676fzSvSe','Publish\x20an\x20application-wide\x20Instant\x20API\x20allow,\x20deny,\x20or\x20Backend\x20Function\x20routing\x20policy.','expectedRevision','policyRelativePath'];a130_0xc77c=function(){return _0x547132;};return a130_0xc77c();}import{instantApiPolicyError}from'../../core/instant-api-policy/config.js';function a130_0x1e30(_0x4255e7,_0x47a8ef){_0x4255e7=_0x4255e7-0xa1;const _0xc77c02=a130_0xc77c();let _0x1e30cd=_0xc77c02[_0x4255e7];return _0x1e30cd;}async function preparePublish(_0x23d70c){const _0x1b063e=a130_0x1e30,{local:_0x147d3a,config:_0x54308d}=await readFixedPolicy(_0x23d70c),_0xfdbcf7=readChangeSummary(_0x23d70c),_0x5ef197=readExpectedRevision(_0x23d70c),[_0x5f5b8a,_0x502d23]=await Promise[_0x1b063e(0xc7)]([getCurrentInstantApiPolicy(_0x23d70c[_0x1b063e(0xa3)]),validateInstantApiPolicy({'appCode':_0x23d70c[_0x1b063e(0xa3)],'config':_0x54308d})]);return assertExpectedRevision(_0x5f5b8a,_0x5ef197),{'local':_0x147d3a,'config':_0x54308d,'changeSummary':_0xfdbcf7,'expectedRevision':_0x5ef197,'before':_0x5f5b8a,'validation':_0x502d23};}export const instantApiPolicyPublish={'service':a130_0x4a856f(0xbc),'command':a130_0x4a856f(0xb9),'description':a130_0x4a856f(0xb6),'risk':a130_0x4a856f(0xa2),'requiresAppCode':!![],'structuredErrors':!![],'confirmationDescription':a130_0x4a856f(0xb0),'flags':[CHANGE_SUMMARY_FLAG,EXPECTED_REVISION_FLAG],async 'validate'(_0x5f24af){readChangeSummary(_0x5f24af),readExpectedRevision(_0x5f24af);},async 'dryRun'(_0x542f0d){const _0x2e9df3=a130_0x4a856f,_0x4127a3=await preparePublish(_0x542f0d);return asDryRunResult({'operation':_0x2e9df3(0xb9),'selector':{'appCode':_0x542f0d[_0x2e9df3(0xa3)]},'before':projectCurrentPolicy(_0x4127a3[_0x2e9df3(0xbd)]),'after':{'revision':_0x4127a3[_0x2e9df3(0xbd)]?_0x4127a3[_0x2e9df3(0xbd)][_0x2e9df3(0xaa)]+0x1:0x1,'configHash':_0x4127a3[_0x2e9df3(0xa6)][_0x2e9df3(0xb3)],'config':_0x4127a3[_0x2e9df3(0xa6)]['normalizedConfig']},'filePath':_0x4127a3[_0x2e9df3(0xbf)][_0x2e9df3(0xc0)],'relativePath':_0x4127a3['local'][_0x2e9df3(0xb2)],'dryRun':!![],'backend':{'method':_0x2e9df3(0xbb),'path':INSTANT_API_POLICY_BASE_PATH+_0x2e9df3(0xa8)},'warnings':expectedRevisionWarnings(_0x4127a3[_0x2e9df3(0xb1)]),'verification':{'status':_0x2e9df3(0xa5),'expectedRevision':_0x4127a3[_0x2e9df3(0xb1)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},{'method':'POST','url':INSTANT_API_POLICY_BASE_PATH+_0x2e9df3(0xa8)});},async 'execute'(_0x5d03a4){const _0x165b42=a130_0x4a856f,_0x4a5957=await preparePublish(_0x5d03a4);let _0x345349=![];try{await publishInstantApiPolicy({'appCode':_0x5d03a4[_0x165b42(0xa3)],'config':_0x4a5957['config'],..._0x4a5957['changeSummary']?{'changeSummary':_0x4a5957[_0x165b42(0xb4)]}:{}});}catch(_0x465501){if(!isPlatformTransportFailure(_0x465501))throw _0x465501;_0x345349=!![];}let _0x36d8c8;try{_0x36d8c8=await getCurrentInstantApiPolicy(_0x5d03a4['appCode']);}catch(_0x46e903){const _0x5ceb8f=instantApiPolicyError(_0x345349?_0x165b42(0xba):_0x165b42(0xb5),_0x165b42(0xa1),_0x165b42(0xac)+mutationLookupCommand()+'`;\x20do\x20not\x20resubmit\x20automatically.');Object[_0x165b42(0xbe)](_0x5ceb8f,_0x165b42(0xc2),{'value':_0x46e903,'enumerable':![]});throw _0x5ceb8f;}const _0x385b11=_0x36d8c8&&(_0x4a5957[_0x165b42(0xbd)]===null||_0x36d8c8[_0x165b42(0xaa)]>_0x4a5957[_0x165b42(0xbd)]['revision']),_0x905d4d=_0x36d8c8?.[_0x165b42(0xb3)]===_0x4a5957[_0x165b42(0xa6)]['configHash'];if(!_0x36d8c8||!_0x385b11||!_0x905d4d)throw instantApiPolicyError(_0x345349?'instant_api_policy_publish_outcome_unknown':'instant_api_policy_publish_verification_failed',_0x165b42(0xc1),_0x165b42(0xac)+mutationLookupCommand()+'`;\x20do\x20not\x20resubmit\x20automatically.');const _0x52073b=[...expectedRevisionWarnings(_0x4a5957[_0x165b42(0xb1)]),RUNTIME_CACHE_WARNING];return _0x345349&&_0x52073b[_0x165b42(0xa4)](_0x165b42(0xc5)),{'ok':!![],'data':{'operation':_0x165b42(0xb9),'selector':{'appCode':_0x5d03a4[_0x165b42(0xa3)]},'before':projectCurrentPolicy(_0x4a5957['before']),'after':projectCurrentPolicy(_0x36d8c8),'filePath':_0x4a5957[_0x165b42(0xbf)][_0x165b42(0xc0)],'relativePath':_0x4a5957['local']['policyRelativePath'],'dryRun':![],'backend':{'method':'POST','path':INSTANT_API_POLICY_BASE_PATH+'/publish'},'warnings':_0x52073b,'verification':{'status':'verified','recoveredAfterUnknownResponse':_0x345349,'expectedRevision':_0x4a5957['expectedRevision']??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},'message':_0x165b42(0xc4)+_0x36d8c8[_0x165b42(0xaa)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a131_0x1e0e7f=a131_0x3185;function a131_0x3185(_0x5cf1a9,_0x4115e5){_0x5cf1a9=_0x5cf1a9-0xdc;const _0x590828=a131_0x5908();let _0x318511=_0x590828[_0x5cf1a9];return _0x318511;}(function(_0x103ebe,_0x4d2777){const _0x1c5add=a131_0x3185,_0x828b45=_0x103ebe();while(!![]){try{const _0x4329b4=-parseInt(_0x1c5add(0xf0))/0x1+parseInt(_0x1c5add(0xf4))/0x2+parseInt(_0x1c5add(0xe7))/0x3*(-parseInt(_0x1c5add(0xdd))/0x4)+-parseInt(_0x1c5add(0xe2))/0x5*(parseInt(_0x1c5add(0xdc))/0x6)+-parseInt(_0x1c5add(0xf5))/0x7+parseInt(_0x1c5add(0xe6))/0x8*(parseInt(_0x1c5add(0xee))/0x9)+parseInt(_0x1c5add(0xf1))/0xa*(parseInt(_0x1c5add(0xf2))/0xb);if(_0x4329b4===_0x4d2777)break;else _0x828b45['push'](_0x828b45['shift']());}catch(_0x44f274){_0x828b45['push'](_0x828b45['shift']());}}}(a131_0x5908,0x49e13));function a131_0x5908(){const _0x447af6=['16KuwlSR','6gTurom','pull','bool','write','appCode','unchanged','instant_api_policy_not_configured','99711aySbhL','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','521137eOalRe','9473290KtUyJo','11aVHlsD','Run\x20`rabetbase\x20instant-api-policy\x20init`\x20to\x20create\x20a\x20local\x20policy\x20draft.','483038KNrbDa','709954zaMDRr','configHash','instant-api-policy','172878SCiNDz','225916yAKEbe','Pulled','Pull\x20the\x20current\x20effective\x20policy\x20into\x20the\x20fixed\x20local\x20file','Kept','action','30sQLkxS','revision','\x20Instant\x20API\x20policy\x20revision\x20','policyFilePath'];a131_0x5908=function(){return _0x447af6;};return a131_0x5908();}import{getCurrentInstantApiPolicy}from'../../core/api-client.js';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_0x1e0e7f(0xf7),'command':a131_0x1e0e7f(0xe8),'description':a131_0x1e0e7f(0xdf),'risk':a131_0x1e0e7f(0xea),'requiresAppCode':!![],'structuredErrors':!![],'flags':[FORCE_FLAG],async 'validate'(_0x1316d8){requireForceConfirmation(_0x1316d8);},async 'execute'(_0x501461){const _0x3ac6e1=a131_0x1e0e7f;requireForceConfirmation(_0x501461);const _0x1bb7a6=await getCurrentInstantApiPolicy(_0x501461[_0x3ac6e1(0xeb)]);if(!_0x1bb7a6)throw instantApiPolicyError(_0x3ac6e1(0xed),_0x3ac6e1(0xef)+_0x501461[_0x3ac6e1(0xeb)]+'.',_0x3ac6e1(0xf3));const _0x3727cb=loadInstantApiPolicyLocalConfig(_0x501461[_0x3ac6e1(0xeb)]),_0x121273=await writeInstantApiPolicyConfigFile(_0x3727cb,_0x1bb7a6['config'],{'force':_0x501461[_0x3ac6e1(0xe9)]('force')});return{'ok':!![],'data':{'operation':_0x3ac6e1(0xe8),'selector':{'appCode':_0x501461[_0x3ac6e1(0xeb)],'revision':_0x1bb7a6[_0x3ac6e1(0xe3)]},'filePath':_0x3727cb[_0x3ac6e1(0xe5)],'relativePath':_0x3727cb['policyRelativePath'],'action':_0x121273[_0x3ac6e1(0xe1)],'configHash':_0x1bb7a6[_0x3ac6e1(0xf6)]},'message':(_0x121273[_0x3ac6e1(0xe1)]===_0x3ac6e1(0xec)?_0x3ac6e1(0xe0):_0x3ac6e1(0xde))+_0x3ac6e1(0xe4)+_0x1bb7a6[_0x3ac6e1(0xe3)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a132_0x33a9(){const _0x1016d6=['40FblyJz','520404ueHYOI','27rjFNPH','22LcmzEx','instant-api-policy','185776obMtjJ','appCode','150566CztoyR','Get\x20one\x20immutable\x20Instant\x20API\x20policy\x20revision','read','274712LsfsYV','1257450gpqqPs','9BKlRjr','721EZShWR','16848iWzikQ','12WRdFxK','revision','10868455ZIKUvd'];a132_0x33a9=function(){return _0x1016d6;};return a132_0x33a9();}const a132_0x12d88e=a132_0xe8ac;(function(_0x520d2c,_0x2d8c44){const _0x211fb9=a132_0xe8ac,_0xcac991=_0x520d2c();while(!![]){try{const _0xfde252=parseInt(_0x211fb9(0xe4))/0x1+-parseInt(_0x211fb9(0xea))/0x2*(-parseInt(_0x211fb9(0xe5))/0x3)+-parseInt(_0x211fb9(0xed))/0x4*(-parseInt(_0x211fb9(0xe3))/0x5)+parseInt(_0x211fb9(0xdf))/0x6*(-parseInt(_0x211fb9(0xde))/0x7)+parseInt(_0x211fb9(0xe8))/0x8*(parseInt(_0x211fb9(0xdd))/0x9)+-parseInt(_0x211fb9(0xdc))/0xa*(parseInt(_0x211fb9(0xe6))/0xb)+-parseInt(_0x211fb9(0xe0))/0xc*(parseInt(_0x211fb9(0xe2))/0xd);if(_0xfde252===_0x2d8c44)break;else _0xcac991['push'](_0xcac991['shift']());}catch(_0x462036){_0xcac991['push'](_0xcac991['shift']());}}}(a132_0x33a9,0x60278));import{getInstantApiPolicyRevision}from'../../core/api-client.js';import{projectRevisionDetail,readRevision,REVISION_FLAG}from'../../commands/instant-api-policy/shared.js';function a132_0xe8ac(_0x19c3d1,_0xe2aba9){_0x19c3d1=_0x19c3d1-0xdc;const _0x33a9ed=a132_0x33a9();let _0xe8ace9=_0x33a9ed[_0x19c3d1];return _0xe8ace9;}export const instantApiPolicyRevision={'service':a132_0x12d88e(0xe7),'command':a132_0x12d88e(0xe1),'description':a132_0x12d88e(0xeb),'risk':a132_0x12d88e(0xec),'requiresAppCode':!![],'structuredErrors':!![],'flags':[REVISION_FLAG],async 'validate'(_0x219888){readRevision(_0x219888);},async 'execute'(_0x5e99c5){const _0x18ec67=a132_0x12d88e,_0x4827a1=readRevision(_0x5e99c5),_0x59a648=await getInstantApiPolicyRevision(_0x5e99c5[_0x18ec67(0xe9)],_0x4827a1);return{'ok':!![],'data':{'revision':projectRevisionDetail(_0x59a648)},'message':'Loaded\x20Instant\x20API\x20policy\x20revision\x20'+_0x4827a1};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a133_0x2e8079=a133_0x1f32;(function(_0x249c98,_0x5c5b44){const _0x4f84ee=a133_0x1f32,_0x1b9a78=_0x249c98();while(!![]){try{const _0x28c680=-parseInt(_0x4f84ee(0x15d))/0x1*(-parseInt(_0x4f84ee(0x15c))/0x2)+-parseInt(_0x4f84ee(0x154))/0x3+-parseInt(_0x4f84ee(0x152))/0x4+-parseInt(_0x4f84ee(0x159))/0x5+parseInt(_0x4f84ee(0x15e))/0x6+-parseInt(_0x4f84ee(0x153))/0x7*(-parseInt(_0x4f84ee(0x158))/0x8)+parseInt(_0x4f84ee(0x160))/0x9*(-parseInt(_0x4f84ee(0x156))/0xa);if(_0x28c680===_0x5c5b44)break;else _0x1b9a78['push'](_0x1b9a78['shift']());}catch(_0x338a51){_0x1b9a78['push'](_0x1b9a78['shift']());}}}(a133_0x5728,0x76d6f));import{listInstantApiPolicyRevisions}from'../../core/api-client.js';import{projectRevisionSummary}from'../../commands/instant-api-policy/shared.js';function a133_0x1f32(_0xea1496,_0x270376){_0xea1496=_0xea1496-0x14f;const _0x57282e=a133_0x5728();let _0x1f32b7=_0x57282e[_0xea1496];return _0x1f32b7;}function a133_0x5728(){const _0x2220c9=['2572926bYHTkD','map','10qOWWhA','length','1513448xclqDs','1455365cdTWKR','List\x20immutable\x20Instant\x20API\x20policy\x20revisions','revisions','68506XEjXhc','22LfzbiL','3570432BxoHYy','\x20Instant\x20API\x20policy\x20revision(s)','850761IELgZT','appCode','instant-api-policy','Found\x20','2258128mrWYeY','35JvzlIi'];a133_0x5728=function(){return _0x2220c9;};return a133_0x5728();}export const instantApiPolicyRevisions={'service':a133_0x2e8079(0x150),'command':a133_0x2e8079(0x15b),'description':a133_0x2e8079(0x15a),'risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x1d7eb9){const _0x188234=a133_0x2e8079,_0x5c0904=await listInstantApiPolicyRevisions(_0x1d7eb9[_0x188234(0x14f)]);return{'ok':!![],'data':{'appCode':_0x1d7eb9[_0x188234(0x14f)],'total':_0x5c0904[_0x188234(0x157)],'revisions':_0x5c0904[_0x188234(0x155)](projectRevisionSummary)},'message':_0x188234(0x151)+_0x5c0904[_0x188234(0x157)]+_0x188234(0x15f)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a134_0x19cc25=a134_0x4a77;(function(_0x162ef6,_0x2e69c6){const _0xc9d807=a134_0x4a77,_0x66422c=_0x162ef6();while(!![]){try{const _0x18c96a=-parseInt(_0xc9d807(0x159))/0x1+-parseInt(_0xc9d807(0x175))/0x2+parseInt(_0xc9d807(0x15f))/0x3+-parseInt(_0xc9d807(0x167))/0x4*(parseInt(_0xc9d807(0x173))/0x5)+-parseInt(_0xc9d807(0x165))/0x6+-parseInt(_0xc9d807(0x160))/0x7+-parseInt(_0xc9d807(0x176))/0x8*(-parseInt(_0xc9d807(0x168))/0x9);if(_0x18c96a===_0x2e69c6)break;else _0x66422c['push'](_0x66422c['shift']());}catch(_0x5dcd9e){_0x66422c['push'](_0x66422c['shift']());}}}(a134_0x2fb2,0x74b6a));import{getCurrentInstantApiPolicy,getInstantApiPolicyRevision,isPlatformTransportFailure,rollbackInstantApiPolicy}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{instantApiPolicyError}from'../../core/instant-api-policy/config.js';function a134_0x4a77(_0xc7039e,_0x54b22e){_0xc7039e=_0xc7039e-0x152;const _0x2fb289=a134_0x2fb2();let _0x4a7777=_0x2fb289[_0xc7039e];return _0x4a7777;}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_0x2fb2(){const _0x204cc9=['17660eytcKa','high-risk-write','1747880MwRJjk','536HoEbtQ','\x20forward\x20to\x20revision\x20','Rolled\x20Instant\x20API\x20policy\x20revision\x20','Current\x20policy\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20rollback.','planned','instant-api-policy','verified','expectedRevision','cause','target','863484PyGdXF','rollback','Restore\x20a\x20historical\x20policy\x20as\x20a\x20new\x20active\x20revision','instant_api_policy_rollback_verification_failed','POST','Restore\x20an\x20application-wide\x20Instant\x20API\x20policy\x20from\x20immutable\x20history\x20as\x20a\x20new\x20revision.','2766579jtMFJd','2933686dcVmND','/rollback','The\x20rollback\x20request\x20was\x20sent,\x20but\x20the\x20current\x20policy\x20could\x20not\x20be\x20verified.','all','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','5185392xzFctb','`;\x20do\x20not\x20resubmit\x20automatically.','804YeQinC','441477PXtgYy','push','appCode','revision','instant_api_policy_not_configured','changeSummary','before','instant_api_policy_rollback_verification_unavailable','Inspect\x20with\x20`','defineProperty','Rollback\x20response\x20was\x20unavailable;\x20current-policy\x20readback\x20proved\x20the\x20new\x20revision\x20without\x20resubmitting.'];a134_0x2fb2=function(){return _0x204cc9;};return a134_0x2fb2();}async function prepareRollback(_0x485558){const _0x40b10b=a134_0x4a77,_0x222f85=readRevision(_0x485558),_0x1893e6=readChangeSummary(_0x485558),_0x38f79f=readExpectedRevision(_0x485558),[_0xff3daf,_0x550d7b]=await Promise[_0x40b10b(0x163)]([getCurrentInstantApiPolicy(_0x485558['appCode']),getInstantApiPolicyRevision(_0x485558[_0x40b10b(0x16a)],_0x222f85)]);if(!_0xff3daf)throw instantApiPolicyError(_0x40b10b(0x16c),_0x40b10b(0x164)+_0x485558['appCode']+'.');return assertExpectedRevision(_0xff3daf,_0x38f79f),{'revision':_0x222f85,'changeSummary':_0x1893e6,'expectedRevision':_0x38f79f,'before':_0xff3daf,'target':_0x550d7b};}export const instantApiPolicyRollback={'service':a134_0x19cc25(0x154),'command':a134_0x19cc25(0x15a),'description':a134_0x19cc25(0x15b),'risk':a134_0x19cc25(0x174),'requiresAppCode':!![],'structuredErrors':!![],'confirmationDescription':a134_0x19cc25(0x15e),'flags':[REVISION_FLAG,CHANGE_SUMMARY_FLAG,EXPECTED_REVISION_FLAG],async 'validate'(_0x203acb){readRevision(_0x203acb),readChangeSummary(_0x203acb),readExpectedRevision(_0x203acb);},async 'dryRun'(_0x1c58c2){const _0x1ae7b8=a134_0x19cc25,_0x302fc6=await prepareRollback(_0x1c58c2);return asDryRunResult({'operation':'rollback','selector':{'appCode':_0x1c58c2[_0x1ae7b8(0x16a)],'sourceRevision':_0x302fc6[_0x1ae7b8(0x16b)]},'before':projectCurrentPolicy(_0x302fc6[_0x1ae7b8(0x16e)]),'after':{'revision':_0x302fc6['before'][_0x1ae7b8(0x16b)]+0x1,'sourceRevision':projectRevisionDetail(_0x302fc6['target'])},'dryRun':!![],'backend':{'method':_0x1ae7b8(0x15d),'path':INSTANT_API_POLICY_BASE_PATH+'/rollback'},'warnings':expectedRevisionWarnings(_0x302fc6[_0x1ae7b8(0x156)]),'verification':{'status':_0x1ae7b8(0x153),'expectedRevision':_0x302fc6[_0x1ae7b8(0x156)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},{'method':_0x1ae7b8(0x15d),'url':INSTANT_API_POLICY_BASE_PATH+_0x1ae7b8(0x161)});},async 'execute'(_0x5632dc){const _0x5f2bc5=a134_0x19cc25,_0x12110c=await prepareRollback(_0x5632dc);let _0x64b6c7=![];try{await rollbackInstantApiPolicy({'appCode':_0x5632dc['appCode'],'revision':_0x12110c[_0x5f2bc5(0x16b)],..._0x12110c[_0x5f2bc5(0x16d)]?{'changeSummary':_0x12110c['changeSummary']}:{}});}catch(_0x40608d){if(!isPlatformTransportFailure(_0x40608d))throw _0x40608d;_0x64b6c7=!![];}let _0x82b265;try{_0x82b265=await getCurrentInstantApiPolicy(_0x5632dc['appCode']);}catch(_0x3afacf){const _0x5cff76=instantApiPolicyError(_0x64b6c7?'instant_api_policy_rollback_outcome_unknown':_0x5f2bc5(0x16f),_0x5f2bc5(0x162),_0x5f2bc5(0x170)+mutationLookupCommand()+_0x5f2bc5(0x166));Object[_0x5f2bc5(0x171)](_0x5cff76,_0x5f2bc5(0x157),{'value':_0x3afacf,'enumerable':![]});throw _0x5cff76;}const _0xdc32fa=_0x82b265&&_0x82b265[_0x5f2bc5(0x16b)]>_0x12110c['before']['revision'],_0x4a34d8=_0x82b265?.['configHash']===_0x12110c[_0x5f2bc5(0x158)]['configHash'];if(!_0x82b265||!_0xdc32fa||!_0x4a34d8)throw instantApiPolicyError(_0x64b6c7?'instant_api_policy_rollback_outcome_unknown':_0x5f2bc5(0x15c),_0x5f2bc5(0x152),_0x5f2bc5(0x170)+mutationLookupCommand()+_0x5f2bc5(0x166));const _0x1343db=[...expectedRevisionWarnings(_0x12110c['expectedRevision']),RUNTIME_CACHE_WARNING];return _0x64b6c7&&_0x1343db[_0x5f2bc5(0x169)](_0x5f2bc5(0x172)),{'ok':!![],'data':{'operation':_0x5f2bc5(0x15a),'selector':{'appCode':_0x5632dc[_0x5f2bc5(0x16a)],'sourceRevision':_0x12110c[_0x5f2bc5(0x16b)]},'before':projectCurrentPolicy(_0x12110c['before']),'after':projectCurrentPolicy(_0x82b265),'dryRun':![],'backend':{'method':_0x5f2bc5(0x15d),'path':INSTANT_API_POLICY_BASE_PATH+_0x5f2bc5(0x161)},'warnings':_0x1343db,'verification':{'status':_0x5f2bc5(0x155),'recoveredAfterUnknownResponse':_0x64b6c7,'expectedRevision':_0x12110c[_0x5f2bc5(0x156)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},'message':_0x5f2bc5(0x178)+_0x12110c[_0x5f2bc5(0x16b)]+_0x5f2bc5(0x177)+_0x82b265[_0x5f2bc5(0x16b)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a135_0x29f5ff=a135_0x2cfb;(function(_0x12132b,_0x462905){const _0x4f7cdd=a135_0x2cfb,_0x41e89e=_0x12132b();while(!![]){try{const _0x276218=-parseInt(_0x4f7cdd(0x1dd))/0x1+-parseInt(_0x4f7cdd(0x1c3))/0x2*(-parseInt(_0x4f7cdd(0x1d3))/0x3)+parseInt(_0x4f7cdd(0x1ec))/0x4+-parseInt(_0x4f7cdd(0x1ea))/0x5*(parseInt(_0x4f7cdd(0x1dc))/0x6)+-parseInt(_0x4f7cdd(0x1cc))/0x7+parseInt(_0x4f7cdd(0x1e5))/0x8*(parseInt(_0x4f7cdd(0x1df))/0x9)+-parseInt(_0x4f7cdd(0x1c2))/0xa*(-parseInt(_0x4f7cdd(0x1c7))/0xb);if(_0x276218===_0x462905)break;else _0x41e89e['push'](_0x41e89e['shift']());}catch(_0x54bbf7){_0x41e89e['push'](_0x41e89e['shift']());}}}(a135_0x107d,0x6f914));import{instantApiPolicyError,loadInstantApiPolicyLocalConfig,readInstantApiPolicyConfigFile}from'../../core/instant-api-policy/config.js';export const INSTANT_API_POLICY_BASE_PATH=a135_0x29f5ff(0x1d8);export const RUNTIME_CACHE_WARNING=a135_0x29f5ff(0x1d9);export const NON_ATOMIC_EXPECTED_REVISION_WARNING=a135_0x29f5ff(0x1c8);export const FORCE_FLAG={'name':a135_0x29f5ff(0x1e7),'type':a135_0x29f5ff(0x1da),'default':![],'description':'Replace\x20an\x20existing\x20fixed\x20policy\x20file;\x20requires\x20--yes'};export const CHANGE_SUMMARY_FLAG={'name':'change-summary','type':a135_0x29f5ff(0x1bc),'required':![],'description':a135_0x29f5ff(0x1bb)};export const REVISION_FLAG={'name':a135_0x29f5ff(0x1d6),'type':a135_0x29f5ff(0x1ce),'required':!![],'description':a135_0x29f5ff(0x1d1)};export const EXPECTED_REVISION_FLAG={'name':'expected-revision','type':a135_0x29f5ff(0x1ce),'required':![],'description':a135_0x29f5ff(0x1ca)};export function requireForceConfirmation(_0x22fee7){const _0x32a4ef=a135_0x29f5ff;if(!_0x22fee7[_0x32a4ef(0x1ba)](_0x32a4ef(0x1e7))||_0x22fee7[_0x32a4ef(0x1ba)]('yes'))return;throw instantApiPolicyError(_0x32a4ef(0x1c9),'--force\x20requires\x20--yes\x20because\x20it\x20replaces\x20the\x20fixed\x20local\x20policy\x20file.','Review\x20the\x20existing\x20file,\x20then\x20rerun\x20with\x20--force\x20--yes.');}export function readChangeSummary(_0x560670){const _0x213d03=a135_0x29f5ff,_0x29f9f8=_0x560670[_0x213d03(0x1e8)](_0x213d03(0x1e6))[_0x213d03(0x1b9)]();if(!_0x29f9f8)return undefined;if(_0x29f9f8[_0x213d03(0x1c5)]>0x7d0)throw instantApiPolicyError(_0x213d03(0x1e3),_0x213d03(0x1db));return _0x29f9f8;}function a135_0x2cfb(_0x44cb32,_0x130cee){_0x44cb32=_0x44cb32-0x1b6;const _0x107dab=a135_0x107d();let _0x2cfb39=_0x107dab[_0x44cb32];return _0x2cfb39;}export function readRevision(_0x559f06){const _0x49add3=a135_0x29f5ff,_0x5e7f9a=_0x559f06[_0x49add3(0x1d2)](_0x49add3(0x1d6),Number['NaN']);if(!Number[_0x49add3(0x1b8)](_0x5e7f9a)||_0x5e7f9a<=0x0)throw instantApiPolicyError(_0x49add3(0x1e1),_0x49add3(0x1d4));return _0x5e7f9a;}export function readExpectedRevision(_0x3aa8a2){const _0x38fd6e=a135_0x29f5ff;if(_0x3aa8a2['flag'](_0x38fd6e(0x1b6))===undefined)return undefined;const _0x4f08b9=_0x3aa8a2[_0x38fd6e(0x1d2)](_0x38fd6e(0x1b6),Number[_0x38fd6e(0x1cd)]);if(!Number[_0x38fd6e(0x1b8)](_0x4f08b9)||_0x4f08b9<0x0)throw instantApiPolicyError(_0x38fd6e(0x1c4),'--expected-revision\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.');return _0x4f08b9;}export function assertExpectedRevision(_0x15e8c7,_0x47cca1){const _0x34a33f=a135_0x29f5ff;if(_0x47cca1===undefined)return;const _0x79aae0=_0x15e8c7?.[_0x34a33f(0x1d6)]??0x0;if(_0x79aae0!==_0x47cca1)throw instantApiPolicyError(_0x34a33f(0x1d5),_0x34a33f(0x1cf),_0x34a33f(0x1e2)+_0x47cca1+';\x20current\x20revision\x20is\x20'+_0x79aae0+_0x34a33f(0x1d0));}export async function readFixedPolicy(_0xfd49fa){const _0x4ffde8=a135_0x29f5ff,_0x51ad6f=loadInstantApiPolicyLocalConfig(_0xfd49fa[_0x4ffde8(0x1bf)]),_0x43d202=await readInstantApiPolicyConfigFile(_0x51ad6f);return{'local':_0x51ad6f,'config':_0x43d202};}export function projectCurrentPolicy(_0x1d571c){const _0x5a53ce=a135_0x29f5ff;if(!_0x1d571c)return null;return{'id':_0x1d571c['id'],'appCode':_0x1d571c[_0x5a53ce(0x1bf)],'revision':_0x1d571c[_0x5a53ce(0x1d6)],'configHash':_0x1d571c[_0x5a53ce(0x1c1)],'enabled':_0x1d571c[_0x5a53ce(0x1b7)],'config':_0x1d571c[_0x5a53ce(0x1eb)],'createUserId':_0x1d571c[_0x5a53ce(0x1c0)]??null,'updateUserId':_0x1d571c[_0x5a53ce(0x1e0)]??null,'gmtCreate':_0x1d571c['gmtCreate']??null,'gmtModified':_0x1d571c[_0x5a53ce(0x1de)]??null};}function a135_0x107d(){const _0xa7849a=['trim','bool','Audit\x20summary\x20for\x20this\x20policy\x20revision\x20(maximum\x202000\x20characters)','string','rules','instantApi','appCode','createUserId','configHash','13639630TcgKkJ','4748jHOIYU','instant_api_policy_expected_revision_invalid','length','defaults','11dpgiFJ','--expected-revision\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20mutation\x20contract\x20has\x20no\x20revision\x20predicate.','instant_api_policy_force_confirmation_required','Non-atomic\x20assertion\x20for\x20the\x20current\x20revision;\x20use\x200\x20when\x20unconfigured','policyId','4377751lxunOE','NaN','number','The\x20current\x20Instant\x20API\x20policy\x20revision\x20changed\x20before\x20mutation.','.\x20Run\x20current\x20and\x20review\x20before\x20retrying.','Positive\x20published\x20policy\x20revision','num','669YEuBsA','--revision\x20must\x20be\x20a\x20positive\x20safe\x20integer.','instant_api_policy_revision_mismatch','revision','rabetbase\x20instant-api-policy\x20current\x20--format\x20compress','/smartapi/instant-api-policy','Runtime\x20instances\x20may\x20take\x20up\x20to\x2030\x20seconds\x20to\x20observe\x20the\x20new\x20active\x20policy.','boolean','--change-summary\x20cannot\x20exceed\x202000\x20characters.','2742mupCUN','578048kRUhSo','gmtModified','324kVgLOa','updateUserId','instant_api_policy_revision_invalid','Expected\x20revision\x20','instant_api_policy_change_summary_invalid','operatorId','53488qelszs','change-summary','force','str','gmtCreate','6910FzyhPA','config','631736QmYEXa','expected-revision','enabled','isSafeInteger'];a135_0x107d=function(){return _0xa7849a;};return a135_0x107d();}export function projectRevisionSummary(_0x35efff){const _0x465614=a135_0x29f5ff;return{'id':_0x35efff['id'],'policyId':_0x35efff[_0x465614(0x1cb)],'appCode':_0x35efff[_0x465614(0x1bf)],'revision':_0x35efff['revision'],'configHash':_0x35efff[_0x465614(0x1c1)],'changeType':_0x35efff['changeType'],'changeSummary':_0x35efff['changeSummary']??null,'operatorId':_0x35efff[_0x465614(0x1e4)]??null,'gmtCreate':_0x35efff[_0x465614(0x1e9)]??null,'version':_0x35efff[_0x465614(0x1eb)]['version'],'defaultAction':_0x35efff[_0x465614(0x1eb)][_0x465614(0x1c6)][_0x465614(0x1be)],'ruleCount':_0x35efff[_0x465614(0x1eb)][_0x465614(0x1bd)]?.[_0x465614(0x1c5)]??0x0};}export function projectRevisionDetail(_0x230d51){const _0x67e2b0=a135_0x29f5ff;return{...projectRevisionSummary(_0x230d51),'config':_0x230d51[_0x67e2b0(0x1eb)]};}export function expectedRevisionWarnings(_0xf89a73){return _0xf89a73===undefined?[]:[NON_ATOMIC_EXPECTED_REVISION_WARNING];}export function mutationLookupCommand(){const _0x1dee30=a135_0x29f5ff;return _0x1dee30(0x1d7);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a136_0x2eb755=a136_0x6593;(function(_0x1969b1,_0x24a83b){const _0x3caf50=a136_0x6593,_0x5730b2=_0x1969b1();while(!![]){try{const _0x222eb8=-parseInt(_0x3caf50(0x7b))/0x1+parseInt(_0x3caf50(0x7e))/0x2+parseInt(_0x3caf50(0x77))/0x3+parseInt(_0x3caf50(0x76))/0x4+-parseInt(_0x3caf50(0x80))/0x5*(-parseInt(_0x3caf50(0x87))/0x6)+-parseInt(_0x3caf50(0x7c))/0x7*(-parseInt(_0x3caf50(0x83))/0x8)+parseInt(_0x3caf50(0x78))/0x9*(-parseInt(_0x3caf50(0x88))/0xa);if(_0x222eb8===_0x24a83b)break;else _0x5730b2['push'](_0x5730b2['shift']());}catch(_0x44d1e9){_0x5730b2['push'](_0x5730b2['shift']());}}}(a136_0x2944,0xc9a0d));function a136_0x6593(_0x99d18e,_0x581138){_0x99d18e=_0x99d18e-0x76;const _0x2944f9=a136_0x2944();let _0x659347=_0x2944f9[_0x99d18e];return _0x659347;}import{validateInstantApiPolicy}from'../../core/api-client.js';function a136_0x2944(){const _0xec718b=['read','Validated\x20Instant\x20API\x20policy\x20for\x20','9368368xzOhhO','appCode','POST','configHash','7722lqXwqW','1879000McdbaB','3440248bEsGcS','340536CjzXQQ','90jSsHPx','validate','/validate','1463529zLNCVO','7ylcwXF','valid','1324264dNBtXl','Validate\x20the\x20fixed\x20local\x20policy\x20without\x20publishing','5290GdErSz'];a136_0x2944=function(){return _0xec718b;};return a136_0x2944();}import{INSTANT_API_POLICY_BASE_PATH,readFixedPolicy}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyValidate={'service':'instant-api-policy','command':a136_0x2eb755(0x79),'description':a136_0x2eb755(0x7f),'risk':a136_0x2eb755(0x81),'requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x210f53){const _0x4c62dc=a136_0x2eb755,{local:_0x1c54ae,config:_0x1f6a38}=await readFixedPolicy(_0x210f53),_0x594006=await validateInstantApiPolicy({'appCode':_0x210f53['appCode'],'config':_0x1f6a38});return{'ok':!![],'data':{'operation':_0x4c62dc(0x79),'selector':{'appCode':_0x210f53[_0x4c62dc(0x84)]},'filePath':_0x1c54ae['policyFilePath'],'relativePath':_0x1c54ae['policyRelativePath'],'valid':_0x594006[_0x4c62dc(0x7d)],'configHash':_0x594006[_0x4c62dc(0x86)],'normalizedConfig':_0x594006['normalizedConfig'],'backend':{'method':_0x4c62dc(0x85),'path':INSTANT_API_POLICY_BASE_PATH+_0x4c62dc(0x7a)}},'message':_0x4c62dc(0x82)+_0x210f53[_0x4c62dc(0x84)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x42f972,_0x503a0b){const _0x15f6b6=a137_0x3ca4,_0x39efef=_0x42f972();while(!![]){try{const _0xa6d939=-parseInt(_0x15f6b6(0x92))/0x1+-parseInt(_0x15f6b6(0x8f))/0x2+-parseInt(_0x15f6b6(0x8e))/0x3+-parseInt(_0x15f6b6(0x93))/0x4*(-parseInt(_0x15f6b6(0x90))/0x5)+-parseInt(_0x15f6b6(0x95))/0x6*(-parseInt(_0x15f6b6(0x96))/0x7)+-parseInt(_0x15f6b6(0x91))/0x8*(-parseInt(_0x15f6b6(0x97))/0x9)+parseInt(_0x15f6b6(0x94))/0xa;if(_0xa6d939===_0x503a0b)break;else _0x39efef['push'](_0x39efef['shift']());}catch(_0x13235a){_0x39efef['push'](_0x39efef['shift']());}}}(a137_0x3724,0x78074));import{issueReport}from'../../commands/issue/report.js';function a137_0x3724(){const _0x441b16=['5444520moARPb','126vjrXzl','284193LWfYOj','636651fvBePe','2178225lTEpbR','1189484WnIkJq','1565CIPzrw','72FSRiEh','590569zRijPp','4720ufqkPI'];a137_0x3724=function(){return _0x441b16;};return a137_0x3724();}function a137_0x3ca4(_0x73f398,_0x1b2dbf){_0x73f398=_0x73f398-0x8e;const _0x3724fa=a137_0x3724();let _0x3ca48d=_0x3724fa[_0x73f398];return _0x3ca48d;}export const issueDefinitions=[issueReport];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a138_0x40e3ae=a138_0x5261;(function(_0x5a2b8a,_0x5e0dab){const _0xad98c0=a138_0x5261,_0x2a0ae0=_0x5a2b8a();while(!![]){try{const _0x89c5f5=-parseInt(_0xad98c0(0xa0))/0x1*(parseInt(_0xad98c0(0xb1))/0x2)+parseInt(_0xad98c0(0xac))/0x3*(-parseInt(_0xad98c0(0xaa))/0x4)+-parseInt(_0xad98c0(0xbb))/0x5+parseInt(_0xad98c0(0xb9))/0x6*(-parseInt(_0xad98c0(0xab))/0x7)+-parseInt(_0xad98c0(0xa2))/0x8*(-parseInt(_0xad98c0(0xae))/0x9)+parseInt(_0xad98c0(0xb7))/0xa*(parseInt(_0xad98c0(0xaf))/0xb)+parseInt(_0xad98c0(0xbc))/0xc;if(_0x89c5f5===_0x5e0dab)break;else _0x2a0ae0['push'](_0x2a0ae0['shift']());}catch(_0x1e1828){_0x2a0ae0['push'](_0x2a0ae0['shift']());}}}(a138_0x15be,0x5aca3));import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a138_0x15be(){const _0x66d1eb=['\x22\x20\x5c','857DlYkFc','slice','192FRhqnS','write','\x20\x20\x20\x20--title\x20\x22','stderr','\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','network_error','flag_missing','unknown_command','2917620pAgQhi','92288sAJRrS','3cIoijz','code','269658gdLbzZ','23650NcgPpV','RABETBASE_DISABLE_ISSUE_NUDGE','1346whSkkQ','length','has','trim','command','replace','2780wcmbdi','=1\x20to\x20silence\x20this\x20hint.','60leuccL','\x20\x20Set\x20','2664060kldJPf','12310860WVBTqy','\x20bug?\x20Help\x20us\x20fix\x20it:','Hit\x20a\x20'];a138_0x15be=function(){return _0x66d1eb;};return a138_0x15be();}function a138_0x5261(_0x57bb09,_0x43ae9d){_0x57bb09=_0x57bb09-0x9d;const _0x15be73=a138_0x15be();let _0x526152=_0x15be73[_0x57bb09];return _0x526152;}export const NUDGE_OPT_OUT_ENV=a138_0x40e3ae(0xb0);const NUDGE_SUPPRESSED_CODES=new Set(['cancelled','auth_required','config_missing','not_in_project',a138_0x40e3ae(0xa9),a138_0x40e3ae(0xa8),'validation_error',a138_0x40e3ae(0xa7)]),defaultWriter=_0x55a7b2=>{const _0x7acbe4=a138_0x40e3ae;process[_0x7acbe4(0xa5)][_0x7acbe4(0xa3)](_0x55a7b2);};export function shouldNudgeForError(_0x265c27,_0x2ae1ca){const _0x58a0a1=a138_0x40e3ae;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x2ae1ca['service']==='issue'&&_0x2ae1ca['command']==='report')return![];if(_0x265c27 instanceof CliError)return!NUDGE_SUPPRESSED_CODES[_0x58a0a1(0xb3)](_0x265c27[_0x58a0a1(0xad)]);return!![];}export function printIssueReportNudgeForError(_0x32d53e,_0x24203c,_0x93065c=defaultWriter){if(!shouldNudgeForError(_0x32d53e,_0x24203c))return;const _0x361bb6=buildSuggestedTitle(_0x32d53e,_0x24203c);_0x93065c(formatNudge(_0x361bb6));}function buildSuggestedTitle(_0x53f8b7,_0x21e2b4){const _0x3574f8=a138_0x40e3ae,_0x5c60d5=_0x53f8b7 instanceof Error?_0x53f8b7['message']:String(_0x53f8b7),_0x4b5856=_0x5c60d5[_0x3574f8(0xb6)](/[\r\n]+/g,'\x20')[_0x3574f8(0xb6)](/\s+/g,'\x20')[_0x3574f8(0xb4)]()[_0x3574f8(0xa1)](0x0,0x78)['replace'](/"/g,'\x5c\x22'),_0xd93e0e=CLI_BIN_NAME+'\x20'+_0x21e2b4['service']+'\x20'+_0x21e2b4[_0x3574f8(0xb5)];return _0x4b5856[_0x3574f8(0xb2)]>0x0?_0xd93e0e+':\x20'+_0x4b5856:_0xd93e0e;}function formatNudge(_0x4e8b2b){const _0x12da56=a138_0x40e3ae;return['',_0x12da56(0x9e)+CLI_BIN_NAME+_0x12da56(0x9d),'\x20\x20'+CLI_BIN_NAME+'\x20issue\x20report\x20\x5c',_0x12da56(0xa4)+_0x4e8b2b+_0x12da56(0x9f),'\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22',_0x12da56(0xa6),_0x12da56(0xba)+NUDGE_OPT_OUT_ENV+_0x12da56(0xb8),'']['join']('\x0a');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a139_0x3825cf=a139_0x3baa;(function(_0x4205cc,_0x93402c){const _0xac25b3=a139_0x3baa,_0x1e3d20=_0x4205cc();while(!![]){try{const _0x263b0d=-parseInt(_0xac25b3(0x8c))/0x1*(-parseInt(_0xac25b3(0x6f))/0x2)+parseInt(_0xac25b3(0x86))/0x3*(parseInt(_0xac25b3(0x70))/0x4)+parseInt(_0xac25b3(0x85))/0x5+-parseInt(_0xac25b3(0x97))/0x6*(-parseInt(_0xac25b3(0x72))/0x7)+parseInt(_0xac25b3(0x8d))/0x8+-parseInt(_0xac25b3(0x9a))/0x9*(-parseInt(_0xac25b3(0x7f))/0xa)+parseInt(_0xac25b3(0x92))/0xb*(-parseInt(_0xac25b3(0x75))/0xc);if(_0x263b0d===_0x93402c)break;else _0x1e3d20['push'](_0x1e3d20['shift']());}catch(_0x530c01){_0x1e3d20['push'](_0x1e3d20['shift']());}}}(a139_0x58b5,0x7746d));import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';import{resolve}from'node:path';import{CliErrors}from'../../errors.js';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_0x3825cf(0x71);export const issueReport={'service':a139_0x3825cf(0x9d),'command':'report','description':'Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','risk':a139_0x3825cf(0x77),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':'compress','flags':[{'name':a139_0x3825cf(0x74),'type':a139_0x3825cf(0x99),'required':!![],'description':'One-line\x20issue\x20summary'},{'name':a139_0x3825cf(0x7a),'type':a139_0x3825cf(0x99),'description':a139_0x3825cf(0xa1)},{'name':DESCRIPTION_FILE_FLAG,'type':a139_0x3825cf(0x99),'description':'Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description'}],async 'validate'(_0x2e5f55){const _0x2ef39e=a139_0x3825cf,_0x27d6ff=_0x2e5f55['str'](_0x2ef39e(0x74))['trim'](),_0x9c9df2=_0x2e5f55[_0x2ef39e(0x76)]('description')[_0x2ef39e(0x8f)](),_0x33da89=_0x2e5f55['str'](DESCRIPTION_FILE_FLAG)[_0x2ef39e(0x8f)]();if(!_0x27d6ff)throw CliErrors[_0x2ef39e(0x78)](_0x2ef39e(0x74),_0x2ef39e(0x87));const _0x58e98e=_0x9c9df2[_0x2ef39e(0xa3)]>0x0,_0x232cd7=_0x33da89[_0x2ef39e(0xa3)]>0x0;if(_0x58e98e===_0x232cd7)throw CliErrors[_0x2ef39e(0x7c)](_0x2ef39e(0xa2),'Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.');if(_0x232cd7){const _0x397835=resolve(process['cwd'](),_0x33da89);if(!existsSync(_0x397835))throw CliErrors['validation']('File\x20not\x20found:\x20'+_0x397835);}},async 'dryRun'(_0x40943a){const _0x30df11=a139_0x3825cf,_0x22c599=await prepareIssueReport(_0x40943a);return{'method':_0x30df11(0x9b),'url':'otel://'+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x22c599['title'],'issue.description':_0x22c599[_0x30df11(0x7a)],'issue.description_original_bytes':_0x22c599[_0x30df11(0x6e)][_0x30df11(0xa5)],'issue.description_truncated':_0x22c599[_0x30df11(0x6e)][_0x30df11(0xa7)],'issue.description_redactions':_0x22c599[_0x30df11(0x6e)][_0x30df11(0xa4)],'issue.description_redaction_kinds':_0x22c599[_0x30df11(0x6e)]['redactionKinds']['join'](',')}},'description':['Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter',_0x30df11(0xa6)+_0x22c599[_0x30df11(0x7d)],_0x22c599['descriptionFilePath']?_0x30df11(0x9e)+_0x22c599['descriptionFilePath']:null,_0x22c599['sanitize'][_0x30df11(0xa7)]?_0x30df11(0x88)+_0x22c599[_0x30df11(0x6e)][_0x30df11(0xa5)]+_0x30df11(0x73):null,_0x22c599['sanitize']['redactionCount']>0x0?_0x30df11(0x8a)+_0x22c599[_0x30df11(0x6e)]['redactionCount']+'\x20('+_0x22c599['sanitize']['redactionKinds'][_0x30df11(0x82)](',\x20')+')':null][_0x30df11(0x80)](Boolean)[_0x30df11(0x82)]('\x0a')};},async 'execute'(_0x5db9f6){const _0x3e6412=a139_0x3825cf,_0x1acfb4=await prepareIssueReport(_0x5db9f6);try{await sendPlatformIssueCollectLog({'title':_0x1acfb4[_0x3e6412(0x74)],'description':_0x1acfb4['description'],'sanitize':{'originalBytes':_0x1acfb4['sanitize']['originalBytes'],'truncated':_0x1acfb4[_0x3e6412(0x6e)][_0x3e6412(0xa7)],'redactionCount':_0x1acfb4[_0x3e6412(0x6e)]['redactionCount'],'redactionKinds':_0x1acfb4[_0x3e6412(0x6e)][_0x3e6412(0x7e)]}});}catch(_0x5a2e97){throw CliErrors[_0x3e6412(0x84)](_0x3e6412(0xa9)+(_0x5a2e97 instanceof Error?_0x5a2e97[_0x3e6412(0x91)]:String(_0x5a2e97)),_0x3e6412(0x93));}return{'ok':!![],'message':buildResultMessage(_0x1acfb4[_0x3e6412(0x6e)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x3e6412(0x94),_0x3e6412(0x7b),'issue.description_original_bytes',_0x3e6412(0xa0),'issue.description_redactions',_0x3e6412(0x8e)],'issue':{'title':_0x1acfb4['title'],'descriptionLength':_0x1acfb4[_0x3e6412(0x7a)]['length'],'descriptionSource':_0x1acfb4['descriptionSource'],..._0x1acfb4[_0x3e6412(0x9c)]?{'descriptionFile':_0x1acfb4[_0x3e6412(0x9c)]}:{},'sanitize':{'originalBytes':_0x1acfb4['sanitize'][_0x3e6412(0xa5)],'truncated':_0x1acfb4[_0x3e6412(0x6e)][_0x3e6412(0xa7)],'redactions':_0x1acfb4[_0x3e6412(0x6e)][_0x3e6412(0xa4)],'redactionKinds':_0x1acfb4[_0x3e6412(0x6e)][_0x3e6412(0x7e)]}}}};}};function a139_0x3baa(_0x10b058,_0x5e2090){_0x10b058=_0x10b058-0x6d;const _0x58b5eb=a139_0x58b5();let _0x3baace=_0x58b5eb[_0x10b058];return _0x3baace;}function buildResultMessage(_0x1e4e38){const _0x2f795a=a139_0x3825cf,_0x50c428=[];return _0x1e4e38[_0x2f795a(0xa7)]&&_0x50c428['push'](_0x2f795a(0x6d)+_0x1e4e38['originalBytes']+_0x2f795a(0x73)),_0x1e4e38[_0x2f795a(0xa4)]>0x0&&_0x50c428[_0x2f795a(0x9f)](_0x2f795a(0xa8)+_0x1e4e38[_0x2f795a(0xa4)]+_0x2f795a(0x79)+_0x1e4e38[_0x2f795a(0x7e)][_0x2f795a(0x82)](',\x20')),_0x50c428[_0x2f795a(0xa3)]===0x0?'Platform\x20issue\x20reported':'Platform\x20issue\x20reported\x20('+_0x50c428[_0x2f795a(0x82)](';\x20')+')';}function a139_0x58b5(){const _0x265c88=['134140tAMgUJ','filter','utf8','join','file','apiError','4221130TmIbdL','1172202BJVesw','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','truncated:\x20original\x20','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','redactions:\x20','cwd','2ZowrSL','715696RCjcEW','issue.description_redaction_kinds','trim','Issue\x20description\x20file\x20is\x20empty:\x20','message','22VUQmtk','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','issue.title','Issue\x20description\x20cannot\x20be\x20empty.','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','6powWcP','inline','string','162ZhQgLG','POST','descriptionFilePath','issue','descriptionFile:\x20','push','issue.description_truncated','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','length','redactionCount','originalBytes','descriptionSource:\x20','truncated','redacted\x20','Failed\x20to\x20report\x20platform\x20issue:\x20','truncated\x20from\x20','sanitize','889906UHefja','4ZrFqaq','description-file','4276405JUTcxf','\x20bytes','title','15468828aBuXWw','str','write','flagMissing','\x20secret(s):\x20','description','issue.description','validation','descriptionSource','redactionKinds'];a139_0x58b5=function(){return _0x265c88;};return a139_0x58b5();}async function prepareIssueReport(_0x177945){const _0x18cd0b=a139_0x3825cf,_0xd045dc=_0x177945[_0x18cd0b(0x76)](_0x18cd0b(0x74))[_0x18cd0b(0x8f)](),_0x332177=_0x177945[_0x18cd0b(0x76)](_0x18cd0b(0x7a)),_0x4fad28=_0x177945['str'](DESCRIPTION_FILE_FLAG)[_0x18cd0b(0x8f)]();if(!_0x4fad28){const _0x113a0a=_0x332177;if(!_0x113a0a[_0x18cd0b(0x8f)]())throw CliErrors[_0x18cd0b(0x7c)](_0x18cd0b(0x95),_0x18cd0b(0x89));const _0x40953b=sanitizeIssueDescription(_0x113a0a);return{'title':_0xd045dc,'description':_0x40953b[_0x18cd0b(0x7a)],'descriptionSource':_0x18cd0b(0x98),'sanitize':_0x40953b};}const _0x58d611=resolve(process[_0x18cd0b(0x8b)](),_0x4fad28),_0x174af8=await readFile(_0x58d611,_0x18cd0b(0x81));if(!_0x174af8[_0x18cd0b(0x8f)]())throw CliErrors[_0x18cd0b(0x7c)](_0x18cd0b(0x90)+_0x58d611,_0x18cd0b(0x96));const _0x40a042=sanitizeIssueDescription(_0x174af8);return{'title':_0xd045dc,'description':_0x40a042[_0x18cd0b(0x7a)],'descriptionSource':_0x18cd0b(0x83),'descriptionFilePath':_0x58d611,'sanitize':_0x40a042};}
|