@lovrabet/rabetbase-cli 2.5.3-beta.4 → 2.5.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.
Files changed (352) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/api-group.js +1 -1
  3. package/lib/api/fetch-model-list.js +1 -1
  4. package/lib/api/generate-api-file.js +1 -1
  5. package/lib/api/generate-sdk-config-file.js +1 -1
  6. package/lib/api/legacy-api-file.js +1 -1
  7. package/lib/api/model-registry-file.js +1 -1
  8. package/lib/api/model-registry-scaffold.js +1 -1
  9. package/lib/api/model-source.js +1 -1
  10. package/lib/auth/auth-server-ui.js +1 -1
  11. package/lib/auth/auth-server.js +1 -1
  12. package/lib/auth/constant.js +1 -1
  13. package/lib/auth/get-cookie.js +1 -1
  14. package/lib/auth/get-session-user.js +1 -1
  15. package/lib/auth/is-session-valid.js +1 -1
  16. package/lib/auth/login-success-html.js +1 -1
  17. package/lib/auth/logout.js +1 -1
  18. package/lib/cli-flags.js +1 -1
  19. package/lib/cli.js +1 -1
  20. package/lib/commands/api/generate.js +1 -1
  21. package/lib/commands/api/index.js +1 -1
  22. package/lib/commands/api/list.js +1 -1
  23. package/lib/commands/api/pull.js +1 -1
  24. package/lib/commands/api/shared.js +1 -1
  25. package/lib/commands/app/index.js +1 -1
  26. package/lib/commands/app/list.js +1 -1
  27. package/lib/commands/app/members-list.js +1 -1
  28. package/lib/commands/app/remote-directory.js +1 -1
  29. package/lib/commands/app/shared.js +1 -1
  30. package/lib/commands/app-config/delete.js +1 -1
  31. package/lib/commands/app-config/get.js +1 -1
  32. package/lib/commands/app-config/index.js +1 -1
  33. package/lib/commands/app-config/list.js +1 -1
  34. package/lib/commands/app-config/set.js +1 -1
  35. package/lib/commands/app-config/shared.js +1 -1
  36. package/lib/commands/auth/index.js +1 -1
  37. package/lib/commands/bff/create.js +1 -1
  38. package/lib/commands/bff/delete.js +1 -1
  39. package/lib/commands/bff/detail.js +1 -1
  40. package/lib/commands/bff/index.js +1 -1
  41. package/lib/commands/bff/list.js +1 -1
  42. package/lib/commands/bff/logs.js +1 -1
  43. package/lib/commands/bff/pull.js +1 -1
  44. package/lib/commands/bff/push.js +1 -1
  45. package/lib/commands/bff/status.js +1 -1
  46. package/lib/commands/cli-skill/index.js +1 -1
  47. package/lib/commands/cli-update.js +1 -1
  48. package/lib/commands/codegen/index.js +1 -1
  49. package/lib/commands/codegen/sdk.js +1 -1
  50. package/lib/commands/codegen/sql.js +1 -1
  51. package/lib/commands/common/app-registry.js +1 -1
  52. package/lib/commands/common/app-selector.js +1 -1
  53. package/lib/commands/common/async-task.js +1 -1
  54. package/lib/commands/common/dry-run.js +1 -1
  55. package/lib/commands/common/flags.js +1 -1
  56. package/lib/commands/common/local-file.js +1 -1
  57. package/lib/commands/common/validate.js +1 -1
  58. package/lib/commands/config/delete.js +1 -1
  59. package/lib/commands/config/get.js +1 -1
  60. package/lib/commands/config/index.js +1 -1
  61. package/lib/commands/config/init.js +1 -1
  62. package/lib/commands/config/list.js +1 -1
  63. package/lib/commands/config/set.js +1 -1
  64. package/lib/commands/config/shared.js +1 -1
  65. package/lib/commands/dataset/batch-design.js +1 -1
  66. package/lib/commands/dataset/business-group-update.js +1 -1
  67. package/lib/commands/dataset/business-groups.js +1 -1
  68. package/lib/commands/dataset/capability.js +1 -1
  69. package/lib/commands/dataset/cross-relation-create.js +1 -1
  70. package/lib/commands/dataset/cross-relation-delete.js +1 -1
  71. package/lib/commands/dataset/cross-relation-list.js +1 -1
  72. package/lib/commands/dataset/cross-relation-shared.js +1 -1
  73. package/lib/commands/dataset/cross-relation-update.js +1 -1
  74. package/lib/commands/dataset/delete.js +1 -1
  75. package/lib/commands/dataset/detail.js +1 -1
  76. package/lib/commands/dataset/extend-update.js +1 -1
  77. package/lib/commands/dataset/field-restore.js +1 -1
  78. package/lib/commands/dataset/field-update.js +1 -1
  79. package/lib/commands/dataset/generate.js +1 -1
  80. package/lib/commands/dataset/index.js +1 -1
  81. package/lib/commands/dataset/list.js +1 -1
  82. package/lib/commands/dataset/operations.js +1 -1
  83. package/lib/commands/dataset/relation-audit.js +1 -1
  84. package/lib/commands/dataset/relation-create.js +1 -1
  85. package/lib/commands/dataset/relation-delete.js +1 -1
  86. package/lib/commands/dataset/relation-shared.js +1 -1
  87. package/lib/commands/dataset/relation-update.js +1 -1
  88. package/lib/commands/dataset/relations.js +1 -1
  89. package/lib/commands/dataset/rename.js +1 -1
  90. package/lib/commands/dataset/restore.js +1 -1
  91. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  92. package/lib/commands/db/analysis-batching.js +1 -1
  93. package/lib/commands/db/analyze-batch-plan.js +1 -1
  94. package/lib/commands/db/analyze-cancel.js +1 -1
  95. package/lib/commands/db/analyze-start.js +1 -1
  96. package/lib/commands/db/analyze-status.js +1 -1
  97. package/lib/commands/db/create.js +1 -1
  98. package/lib/commands/db/delete.js +1 -1
  99. package/lib/commands/db/detail.js +1 -1
  100. package/lib/commands/db/diff-refresh-start.js +1 -1
  101. package/lib/commands/db/diff-refresh-status.js +1 -1
  102. package/lib/commands/db/diff.js +1 -1
  103. package/lib/commands/db/index.js +1 -1
  104. package/lib/commands/db/list.js +1 -1
  105. package/lib/commands/db/shared.js +1 -1
  106. package/lib/commands/db/table-diff-shared.js +1 -1
  107. package/lib/commands/db/tables.js +1 -1
  108. package/lib/commands/db/test.js +1 -1
  109. package/lib/commands/db/update.js +1 -1
  110. package/lib/commands/deployment/index.js +1 -1
  111. package/lib/commands/deployment/sync-all.js +1 -1
  112. package/lib/commands/deployment/sync-jobs.js +1 -1
  113. package/lib/commands/deployment/sync-status.js +1 -1
  114. package/lib/commands/doctor.js +1 -1
  115. package/lib/commands/file/index.js +1 -1
  116. package/lib/commands/flow/create.js +1 -1
  117. package/lib/commands/flow/detail.js +1 -1
  118. package/lib/commands/flow/index.js +1 -1
  119. package/lib/commands/flow/list.js +1 -1
  120. package/lib/commands/flow/publish.js +1 -1
  121. package/lib/commands/flow/runtime-resources-shared.js +1 -1
  122. package/lib/commands/flow/runtime-role-list.js +1 -1
  123. package/lib/commands/flow/runtime-role-user-list.js +1 -1
  124. package/lib/commands/flow/runtime-user-search.js +1 -1
  125. package/lib/commands/flow/shared.js +1 -1
  126. package/lib/commands/flow/update.js +1 -1
  127. package/lib/commands/flow/validate.js +1 -1
  128. package/lib/commands/instant-api-policy/current.js +1 -1
  129. package/lib/commands/instant-api-policy/index.js +1 -1
  130. package/lib/commands/instant-api-policy/init.js +1 -1
  131. package/lib/commands/instant-api-policy/publish.js +1 -1
  132. package/lib/commands/instant-api-policy/pull.js +1 -1
  133. package/lib/commands/instant-api-policy/revision.js +1 -1
  134. package/lib/commands/instant-api-policy/revisions.js +1 -1
  135. package/lib/commands/instant-api-policy/rollback.js +1 -1
  136. package/lib/commands/instant-api-policy/shared.js +1 -1
  137. package/lib/commands/instant-api-policy/validate.js +1 -1
  138. package/lib/commands/issue/index.js +1 -1
  139. package/lib/commands/issue/nudge.js +1 -1
  140. package/lib/commands/issue/report.js +1 -1
  141. package/lib/commands/issue/shared.js +1 -1
  142. package/lib/commands/kb/create.js +1 -1
  143. package/lib/commands/kb/delete.js +1 -1
  144. package/lib/commands/kb/detail.js +1 -1
  145. package/lib/commands/kb/index.js +1 -1
  146. package/lib/commands/kb/list.js +1 -1
  147. package/lib/commands/kb/search.js +1 -1
  148. package/lib/commands/kb/shared.js +1 -1
  149. package/lib/commands/kb/update.js +1 -1
  150. package/lib/commands/logs/index.js +1 -1
  151. package/lib/commands/menu/asset-update.js +1 -1
  152. package/lib/commands/menu/delete.js +1 -1
  153. package/lib/commands/menu/external-link-create.js +1 -1
  154. package/lib/commands/menu/external-link-update.js +1 -1
  155. package/lib/commands/menu/group-create.js +1 -1
  156. package/lib/commands/menu/group-update.js +1 -1
  157. package/lib/commands/menu/index.js +1 -1
  158. package/lib/commands/menu/list.js +1 -1
  159. package/lib/commands/menu/move.js +1 -1
  160. package/lib/commands/menu/regroup-start.js +1 -1
  161. package/lib/commands/menu/rename.js +1 -1
  162. package/lib/commands/menu/shared/compare-table.js +1 -1
  163. package/lib/commands/menu/shared/delete-plan.js +1 -1
  164. package/lib/commands/menu/shared/facts.js +1 -1
  165. package/lib/commands/menu/shared/index.js +1 -1
  166. package/lib/commands/menu/shared/inquirer.js +1 -1
  167. package/lib/commands/menu/shared/local-pages.js +1 -1
  168. package/lib/commands/menu/shared/logic.js +1 -1
  169. package/lib/commands/menu/shared/mutations.js +1 -1
  170. package/lib/commands/menu/shared/service.js +1 -1
  171. package/lib/commands/menu/shared/sync-core.js +1 -1
  172. package/lib/commands/menu/shared/update-core.js +1 -1
  173. package/lib/commands/menu/shared/valid-url.js +1 -1
  174. package/lib/commands/menu/sync.js +1 -1
  175. package/lib/commands/menu/visibility-update.js +1 -1
  176. package/lib/commands/notification/config-create.js +1 -1
  177. package/lib/commands/notification/config-delete.js +1 -1
  178. package/lib/commands/notification/config-list.js +1 -1
  179. package/lib/commands/notification/config-update.js +1 -1
  180. package/lib/commands/notification/index.js +1 -1
  181. package/lib/commands/notification/shared.js +1 -1
  182. package/lib/commands/ocr/index.js +1 -1
  183. package/lib/commands/page/create.js +1 -1
  184. package/lib/commands/page/custom/detail.js +1 -1
  185. package/lib/commands/page/custom/list.js +1 -1
  186. package/lib/commands/page/custom/publish.js +1 -1
  187. package/lib/commands/page/custom/shared.js +1 -1
  188. package/lib/commands/page/custom/syntax.js +1 -1
  189. package/lib/commands/page/custom/update.js +1 -1
  190. package/lib/commands/page/data-list-status.js +1 -1
  191. package/lib/commands/page/generate-start.js +1 -1
  192. package/lib/commands/page/generate-status.js +1 -1
  193. package/lib/commands/page/index.js +1 -1
  194. package/lib/commands/page/pull.js +1 -1
  195. package/lib/commands/page/push.js +1 -1
  196. package/lib/commands/page/relation-audit.js +1 -1
  197. package/lib/commands/page/restore.js +1 -1
  198. package/lib/commands/page/shared.js +1 -1
  199. package/lib/commands/page/sync.js +1 -1
  200. package/lib/commands/project/api-architecture-upgrade.js +1 -1
  201. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  202. package/lib/commands/project/create/format-elapsed.js +1 -1
  203. package/lib/commands/project/create/main.js +1 -1
  204. package/lib/commands/project/create/materialize-project-template.js +1 -1
  205. package/lib/commands/project/create/project-name.js +1 -1
  206. package/lib/commands/project/create/project-template-archive.js +1 -1
  207. package/lib/commands/project/create/project-template-path.js +1 -1
  208. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  209. package/lib/commands/project/create/use-format-code.js +1 -1
  210. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  211. package/lib/commands/project/domain-routing-sync.js +1 -1
  212. package/lib/commands/project/index.js +1 -1
  213. package/lib/commands/project/upgrade.js +1 -1
  214. package/lib/commands/registry.js +1 -1
  215. package/lib/commands/role/delete.js +1 -1
  216. package/lib/commands/role/detail.js +1 -1
  217. package/lib/commands/role/index.js +1 -1
  218. package/lib/commands/role/list.js +1 -1
  219. package/lib/commands/role/shared.js +1 -1
  220. package/lib/commands/role/update.js +1 -1
  221. package/lib/commands/role/user-add.js +1 -1
  222. package/lib/commands/role/user-remove.js +1 -1
  223. package/lib/commands/role/user-resolve.js +1 -1
  224. package/lib/commands/rule/get.js +1 -1
  225. package/lib/commands/rule/index.js +1 -1
  226. package/lib/commands/rule/list.js +1 -1
  227. package/lib/commands/rule/set.js +1 -1
  228. package/lib/commands/rule/shared.js +1 -1
  229. package/lib/commands/run/index.js +1 -1
  230. package/lib/commands/schema.js +1 -1
  231. package/lib/commands/sql/create.js +1 -1
  232. package/lib/commands/sql/delete.js +1 -1
  233. package/lib/commands/sql/detail.js +1 -1
  234. package/lib/commands/sql/exec.js +1 -1
  235. package/lib/commands/sql/index.js +1 -1
  236. package/lib/commands/sql/list.js +1 -1
  237. package/lib/commands/sql/pull.js +1 -1
  238. package/lib/commands/sql/push.js +1 -1
  239. package/lib/commands/sql/shared.js +1 -1
  240. package/lib/commands/sql/status.js +1 -1
  241. package/lib/commands/sql/validate.js +1 -1
  242. package/lib/commands/task/index.js +1 -1
  243. package/lib/commands/task/status.js +1 -1
  244. package/lib/commands/tenant/index.js +1 -1
  245. package/lib/commands/tenant/members-list.js +1 -1
  246. package/lib/commands/tenant/shared.js +1 -1
  247. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  248. package/lib/commands/user-account/index.js +1 -1
  249. package/lib/commands/workspace/add.js +1 -1
  250. package/lib/commands/workspace/index.js +1 -1
  251. package/lib/commands/workspace/remove.js +1 -1
  252. package/lib/config/domain-config.js +1 -1
  253. package/lib/config/project-domain-routing.js +1 -1
  254. package/lib/config/region-config.js +1 -1
  255. package/lib/config/schema.js +1 -1
  256. package/lib/constant/cdn.js +1 -1
  257. package/lib/constant/cli.js +1 -1
  258. package/lib/constant/defaults.js +1 -1
  259. package/lib/constant/domain.js +1 -1
  260. package/lib/constant/env.js +1 -1
  261. package/lib/constant/output.js +1 -1
  262. package/lib/constant/paths.js +1 -1
  263. package/lib/constant/region.js +1 -1
  264. package/lib/constant/risk.js +1 -1
  265. package/lib/constant/routing-profile.js +1 -1
  266. package/lib/context/app-resolver.js +1 -1
  267. package/lib/context/auth-resolver.js +1 -1
  268. package/lib/context/config-loader.js +1 -1
  269. package/lib/context.js +1 -1
  270. package/lib/core/alias-resolver.js +1 -1
  271. package/lib/core/api-client.js +1 -1
  272. package/lib/core/bff/config.js +1 -1
  273. package/lib/core/bff/file-system.js +1 -1
  274. package/lib/core/bff/hash.js +1 -1
  275. package/lib/core/bff/hook-directory.js +1 -1
  276. package/lib/core/bff/lock.js +1 -1
  277. package/lib/core/bff/utils.js +1 -1
  278. package/lib/core/cross-db-relation.js +1 -1
  279. package/lib/core/db-resolver.js +1 -1
  280. package/lib/core/flow-config.js +1 -1
  281. package/lib/core/instant-api-policy/config.js +1 -1
  282. package/lib/core/kb-search-client.js +1 -1
  283. package/lib/core/page/file-system.js +1 -1
  284. package/lib/core/page/hash.js +1 -1
  285. package/lib/core/page/lock.js +1 -1
  286. package/lib/core/page/lr-smart-jsx.js +1 -1
  287. package/lib/core/sql-index-auditor.js +1 -1
  288. package/lib/core/sql-sync/config.js +1 -1
  289. package/lib/core/sql-sync/file-system.js +1 -1
  290. package/lib/core/sql-sync/hash.js +1 -1
  291. package/lib/core/sql-sync/lock.js +1 -1
  292. package/lib/core/sql-sync/utils.js +1 -1
  293. package/lib/core/sql-validator.js +1 -1
  294. package/lib/errors.js +1 -1
  295. package/lib/framework/build-all-flags.js +1 -1
  296. package/lib/framework/error-output.js +1 -1
  297. package/lib/framework/explicit-yes.js +1 -1
  298. package/lib/framework/flags.js +1 -1
  299. package/lib/framework/help.js +1 -1
  300. package/lib/framework/index.js +1 -1
  301. package/lib/framework/output.js +1 -1
  302. package/lib/framework/response.js +1 -1
  303. package/lib/framework/runner-alias.js +1 -1
  304. package/lib/framework/runner.js +1 -1
  305. package/lib/framework/schema-export.js +1 -1
  306. package/lib/framework/supported-flags.js +1 -1
  307. package/lib/framework/types.js +1 -1
  308. package/lib/generated/build-info.d.ts +4 -4
  309. package/lib/generated/build-info.js +1 -1
  310. package/lib/generated/official-routing.js +1 -1
  311. package/lib/generated/routing-contract.js +1 -1
  312. package/lib/help.js +1 -1
  313. package/lib/postinstall.js +1 -1
  314. package/lib/runtime/confirmation.js +1 -1
  315. package/lib/runtime/event.js +1 -1
  316. package/lib/runtime/index.js +1 -1
  317. package/lib/runtime/queue.js +1 -1
  318. package/lib/runtime/resolve.js +1 -1
  319. package/lib/skills/builtin-skill.js +1 -1
  320. package/lib/skills/main.js +1 -1
  321. package/lib/skills/npx-skills-add.js +1 -1
  322. package/lib/skills/skill-presence.js +1 -1
  323. package/lib/telemetry/cli-command-trace.js +1 -1
  324. package/lib/telemetry/cli-help-trace.js +1 -1
  325. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  326. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  327. package/lib/telemetry/send-cli-trace-log.js +1 -1
  328. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  329. package/lib/utils/ai_config.js +1 -1
  330. package/lib/utils/apply-jq-filter.js +1 -1
  331. package/lib/utils/cdn-config.js +1 -1
  332. package/lib/utils/check-sdk-version.js +1 -1
  333. package/lib/utils/cli-version-check.js +1 -1
  334. package/lib/utils/cli-version-policy.js +1 -1
  335. package/lib/utils/config.js +1 -1
  336. package/lib/utils/entity-with-id.js +1 -1
  337. package/lib/utils/file-utils.js +1 -1
  338. package/lib/utils/guides-cdn.js +1 -1
  339. package/lib/utils/http-client.js +1 -1
  340. package/lib/utils/is-non-interactive.js +1 -1
  341. package/lib/utils/logger.js +1 -1
  342. package/lib/utils/params.js +1 -1
  343. package/lib/utils/platform.js +1 -1
  344. package/lib/utils/sleep.js +1 -1
  345. package/lib/utils/template-replacer.js +1 -1
  346. package/lib/utils/update-notice.js +1 -1
  347. package/lib/utils/version.js +1 -1
  348. package/lib/utils/with-active-cookie.js +1 -1
  349. package/lib/utils/write-cli-side-channel.js +1 -1
  350. package/package.json +1 -1
  351. package/skills/rabetbase/SKILL.md +1 -1
  352. package/skills/rabetbase.manifest.json +3 -3
@@ -1 +1 @@
1
- const a124_0x530354=a124_0x406c;(function(_0x27485e,_0x1785f9){const _0x50aa8d=a124_0x406c,_0xd5a9fb=_0x27485e();while(!![]){try{const _0x372385=-parseInt(_0x50aa8d(0x123))/0x1*(parseInt(_0x50aa8d(0x100))/0x2)+parseInt(_0x50aa8d(0x11e))/0x3+parseInt(_0x50aa8d(0x117))/0x4*(-parseInt(_0x50aa8d(0x112))/0x5)+parseInt(_0x50aa8d(0x121))/0x6*(-parseInt(_0x50aa8d(0x10e))/0x7)+parseInt(_0x50aa8d(0x106))/0x8+-parseInt(_0x50aa8d(0x109))/0x9*(-parseInt(_0x50aa8d(0x120))/0xa)+parseInt(_0x50aa8d(0x10f))/0xb;if(_0x372385===_0x1785f9)break;else _0xd5a9fb['push'](_0xd5a9fb['shift']());}catch(_0x534643){_0xd5a9fb['push'](_0xd5a9fb['shift']());}}}(a124_0x2951,0xc72b1));function a124_0x2951(){const _0x5c9351=['Approval\x20flow\x20','join','\x20\x20datasetCode:\x20','Pass\x20--file\x20<path>.','string','2318289vduHWJ','pageId','1962930JjEcJw','360QdQpuW','Cannot\x20export\x20this\x20flow\x20into\x20the\x20current\x20portable\x20FlowConfig\x20contract.','37krtxlo','Path\x20to\x20the\x20local\x20FlowConfig\x20JSON\x20file','number','/smartapi/flow/update','normalized','cancelled','message','POST','path','bool','flowDesc','apiError','Cannot\x20export\x20an\x20invalid\x20flow\x20definition.','map','\x20\x20appCode:\x20','validation','FlowConfig\x20validation\x20failed\x20for\x20','trim','The\x20detail\x20response\x20does\x20not\x20contain\x20flowName.','/smartapi/flow/detail','\x20\x20flowId:\x20','appCode','47542NTAvsB','datasetCode','flowJson','/smartapi/flow/page','num','flowType','3609176hgkDtz','The\x20detail\x20response\x20does\x20not\x20contain\x20an\x20object\x20flowJson.','Run\x20`rabetbase\x20flow\x20validate\x20--file\x20<path>`\x20for\x20details.','27zIdtjs','INDEPENDENT_FLOW','/smartapi/flow/create','Unable\x20to\x20read\x20FlowConfig:\x20','flagMissing','95718doqDrO','24131206XbLAyU','flowName','file','7645ViZagu','flowCode','--id\x20must\x20be\x20a\x20positive\x20integer.','The\x20detail\x20response\x20does\x20not\x20contain\x20a\x20supported\x20flowType.','warnings','3900DTIcIZ','\x20\x20flowName:\x20'];a124_0x2951=function(){return _0x5c9351;};return a124_0x2951();}import{asDryRunResult}from'../../commands/common/dry-run.js';import{readFlowConfigFile,validateFlowConfig}from'../../core/flow-config.js';import{CliErrors}from'../../errors.js';import{requireConfirmationPrompt}from'@lovrabet/cli-framework';export const FLOW_PATHS={'list':a124_0x530354(0x103),'detail':a124_0x530354(0x136),'create':a124_0x530354(0x10b),'update':a124_0x530354(0x126),'publish':'/smartapi/flow/publish'};function a124_0x406c(_0x38a9b3,_0x13b510){_0x38a9b3=_0x38a9b3-0x100;const _0x2951f3=a124_0x2951();let _0x406c48=_0x2951f3[_0x38a9b3];return _0x406c48;}export const FLOW_ID_FLAG={'name':'id','type':a124_0x530354(0x125),'required':!![],'description':'Flow\x20definition\x20id\x20(from\x20`flow\x20list`\x20or\x20`flow\x20create`)'};export const FLOW_FILE_FLAG={'name':a124_0x530354(0x111),'type':a124_0x530354(0x11d),'required':!![],'description':a124_0x530354(0x124)};export function flowDefinitionToConfig(_0x46b6ff){const _0x3ff48f=a124_0x530354;if(typeof _0x46b6ff['flowName']!==_0x3ff48f(0x11d)||_0x46b6ff['flowName'][_0x3ff48f(0x134)]()==='')throw CliErrors[_0x3ff48f(0x12e)](_0x3ff48f(0x12f),_0x3ff48f(0x135));if(typeof _0x46b6ff['flowJson']!=='object'||_0x46b6ff[_0x3ff48f(0x102)]===null||Array['isArray'](_0x46b6ff[_0x3ff48f(0x102)]))throw CliErrors[_0x3ff48f(0x12e)](_0x3ff48f(0x12f),_0x3ff48f(0x107));if(_0x46b6ff[_0x3ff48f(0x105)]!=='FORM_FLOW'&&_0x46b6ff[_0x3ff48f(0x105)]!==_0x3ff48f(0x10a))throw CliErrors[_0x3ff48f(0x12e)](_0x3ff48f(0x12f),_0x3ff48f(0x115));const _0x5e339b={'flowName':_0x46b6ff[_0x3ff48f(0x110)],...typeof _0x46b6ff[_0x3ff48f(0x12d)]==='string'?{'flowDesc':_0x46b6ff[_0x3ff48f(0x12d)]}:{},'flowType':_0x46b6ff[_0x3ff48f(0x105)],...typeof _0x46b6ff[_0x3ff48f(0x101)]==='string'&&_0x46b6ff['datasetCode'][_0x3ff48f(0x134)]()?{'datasetCode':_0x46b6ff['datasetCode']}:{},...typeof _0x46b6ff['pageId']===_0x3ff48f(0x125)?{'pageId':_0x46b6ff[_0x3ff48f(0x11f)]}:{},'flowJson':_0x46b6ff['flowJson']},_0x1029dc=validateFlowConfig(_0x5e339b);if(!_0x1029dc['valid']){const _0x56cf1a=_0x1029dc['errors'][_0x3ff48f(0x130)](_0x312adb=>_0x312adb[_0x3ff48f(0x12b)]+':\x20'+_0x312adb[_0x3ff48f(0x129)])[_0x3ff48f(0x11a)](';\x20');throw CliErrors[_0x3ff48f(0x132)](_0x3ff48f(0x122),_0x56cf1a);}return{'config':_0x1029dc['normalized'],'warnings':_0x1029dc['warnings'],'removedPaths':_0x1029dc['warnings'][_0x3ff48f(0x130)](_0x4f90aa=>_0x4f90aa['path'])};}export function readFlowId(_0xfd114b){const _0x1bd38c=a124_0x530354,_0x9eb8c0=_0xfd114b[_0x1bd38c(0x104)]('id');if(!Number['isSafeInteger'](_0x9eb8c0)||_0x9eb8c0<=0x0)throw CliErrors[_0x1bd38c(0x132)](_0x1bd38c(0x114));return _0x9eb8c0;}export function readFlowFilePath(_0x259c91){const _0x740eee=a124_0x530354,_0x26691c=_0x259c91['str'](_0x740eee(0x111))[_0x740eee(0x134)]();if(!_0x26691c)throw CliErrors[_0x740eee(0x10d)]('file',_0x740eee(0x11c));return _0x26691c;}export async function prepareFlowWrite(_0x478c70,_0x97c73c,_0x5a7abe){const _0x41ad1e=a124_0x530354;let _0x1b91e6;try{_0x1b91e6=await readFlowConfigFile(_0x478c70);}catch(_0x4dd9ca){const _0x29f84f=_0x4dd9ca instanceof Error?_0x4dd9ca[_0x41ad1e(0x129)]:String(_0x4dd9ca);throw CliErrors[_0x41ad1e(0x132)](_0x41ad1e(0x10c)+_0x29f84f,'File:\x20'+_0x478c70);}const _0x459a1b=validateFlowConfig(_0x1b91e6);if(!_0x459a1b['valid']){const _0x4d59e5=_0x459a1b['errors'][_0x41ad1e(0x130)](_0x4587a1=>_0x4587a1['path']+':\x20'+_0x4587a1[_0x41ad1e(0x129)])[_0x41ad1e(0x11a)](';\x20');throw CliErrors[_0x41ad1e(0x132)](_0x41ad1e(0x133)+_0x478c70+'.',_0x4d59e5||_0x41ad1e(0x108));}const _0x258e02=_0x459a1b[_0x41ad1e(0x127)],_0x276d85={..._0x5a7abe!==undefined?{'id':_0x5a7abe}:{},'flowName':_0x258e02['flowName'],..._0x258e02[_0x41ad1e(0x12d)]!==undefined?{'flowDesc':_0x258e02['flowDesc']}:{},'flowType':_0x258e02[_0x41ad1e(0x105)],'appCode':_0x97c73c,..._0x258e02[_0x41ad1e(0x101)]!==undefined?{'datasetCode':_0x258e02[_0x41ad1e(0x101)]}:{},..._0x258e02[_0x41ad1e(0x11f)]!==undefined?{'pageId':_0x258e02[_0x41ad1e(0x11f)]}:{},'flowJson':_0x258e02[_0x41ad1e(0x102)]};return{'request':_0x276d85,'warnings':_0x459a1b[_0x41ad1e(0x116)]};}export async function confirmFlowWrite(_0x102915,_0x1d842d,_0x27c4a6){const _0x547da8=a124_0x530354;if(_0x102915['nonInteractive']||_0x102915[_0x547da8(0x12c)]('yes'))return;await requireConfirmationPrompt({'lines':[_0x547da8(0x119)+_0x1d842d+':',_0x547da8(0x131)+_0x102915[_0x547da8(0x138)],..._0x27c4a6['id']!==undefined?[_0x547da8(0x137)+_0x27c4a6['id']]:[],_0x547da8(0x118)+_0x27c4a6['flowName'],'\x20\x20flowType:\x20'+_0x27c4a6[_0x547da8(0x105)],..._0x27c4a6[_0x547da8(0x101)]?[_0x547da8(0x11b)+_0x27c4a6[_0x547da8(0x101)]]:[],'Continue?\x20[y/N]\x20'],'createCancelledError':_0x48c4dc=>CliErrors[_0x547da8(0x128)](_0x48c4dc)});}export function flowSelector(_0x5a4f5e,_0x5c12f8,_0x19f329){const _0x5b3411=a124_0x530354;return{'appCode':_0x5a4f5e,..._0x5c12f8!==undefined?{'flowId':_0x5c12f8}:{},..._0x19f329?.[_0x5b3411(0x113)]?{'flowCode':_0x19f329[_0x5b3411(0x113)]}:{},..._0x19f329?.[_0x5b3411(0x110)]?{'flowName':_0x19f329[_0x5b3411(0x110)]}:{}};}export function buildFlowIdDryRun(_0x1cd309,_0x50ad17,_0x2b1cf3,_0x1f6c06,_0x33557e){const _0x26264b=a124_0x530354,_0x3bafb4={'id':_0x1f6c06,'appCode':_0x2b1cf3};return asDryRunResult({'operation':_0x1cd309,'selector':flowSelector(_0x2b1cf3,_0x1f6c06),'before':null,'after':_0x33557e,'request':_0x3bafb4,'dryRun':!![],'backend':{'method':_0x26264b(0x12a),'path':_0x50ad17},'warnings':[]},{'method':'POST','url':_0x50ad17});}
1
+ function a124_0x3c00(_0x1bf29d,_0x2783fa){_0x1bf29d=_0x1bf29d-0x1d1;const _0x24c77b=a124_0x24c7();let _0x3c00c0=_0x24c77b[_0x1bf29d];return _0x3c00c0;}const a124_0xaf90fd=a124_0x3c00;(function(_0x175019,_0x4ce70b){const _0x2a8aae=a124_0x3c00,_0x20593b=_0x175019();while(!![]){try{const _0x40943e=parseInt(_0x2a8aae(0x1f0))/0x1+-parseInt(_0x2a8aae(0x1e7))/0x2*(-parseInt(_0x2a8aae(0x1d1))/0x3)+parseInt(_0x2a8aae(0x1f3))/0x4+-parseInt(_0x2a8aae(0x1d8))/0x5+-parseInt(_0x2a8aae(0x1fd))/0x6*(parseInt(_0x2a8aae(0x1d9))/0x7)+-parseInt(_0x2a8aae(0x1dd))/0x8+parseInt(_0x2a8aae(0x1fe))/0x9*(parseInt(_0x2a8aae(0x1f7))/0xa);if(_0x40943e===_0x4ce70b)break;else _0x20593b['push'](_0x20593b['shift']());}catch(_0x323ab8){_0x20593b['push'](_0x20593b['shift']());}}}(a124_0x24c7,0x8314a));function a124_0x24c7(){const _0x57b21d=['normalized','/smartapi/flow/update','join','num','Path\x20to\x20the\x20local\x20FlowConfig\x20JSON\x20file','validation','Cannot\x20export\x20an\x20invalid\x20flow\x20definition.','The\x20detail\x20response\x20does\x20not\x20contain\x20flowName.','123850kdKqSs','\x20\x20datasetCode:\x20','Pass\x20--file\x20<path>.','1882460XHPYZq','trim','flowCode','datasetCode','240VSirJD','bool','file','map','flowType','/smartapi/flow/publish','6XlPpvN','695016bUtlvW','/smartapi/flow/page','string','yes','Cannot\x20export\x20this\x20flow\x20into\x20the\x20current\x20portable\x20FlowConfig\x20contract.','path','nonInteractive','Flow\x20definition\x20id\x20(from\x20`flow\x20list`\x20or\x20`flow\x20create`)','flowName','flagMissing','pageId','isArray','POST','FORM_FLOW','\x20\x20flowType:\x20','3AvpSZh','File:\x20','/smartapi/flow/create','Run\x20`rabetbase\x20flow\x20validate\x20--file\x20<path>`\x20for\x20details.','The\x20detail\x20response\x20does\x20not\x20contain\x20an\x20object\x20flowJson.','apiError','warnings','4017890MGkJus','3742459jZmRhW','isSafeInteger','/smartapi/flow/detail','--id\x20must\x20be\x20a\x20positive\x20integer.','8375448RJeguJ','number','Approval\x20flow\x20','flowDesc','FlowConfig\x20validation\x20failed\x20for\x20','valid','cancelled','flowJson','appCode','message','948422mqTPsn'];a124_0x24c7=function(){return _0x57b21d;};return a124_0x24c7();}import{asDryRunResult}from'../../commands/common/dry-run.js';import{readFlowConfigFile,validateFlowConfig}from'../../core/flow-config.js';import{CliErrors}from'../../errors.js';import{requireConfirmationPrompt}from'@lovrabet/cli-framework';export const FLOW_PATHS={'list':a124_0xaf90fd(0x1ff),'detail':a124_0xaf90fd(0x1db),'create':a124_0xaf90fd(0x1d3),'update':a124_0xaf90fd(0x1e9),'publish':a124_0xaf90fd(0x1fc)};export const FLOW_ID_FLAG={'name':'id','type':'number','required':!![],'description':a124_0xaf90fd(0x205)};export const FLOW_FILE_FLAG={'name':'file','type':'string','required':!![],'description':a124_0xaf90fd(0x1ec)};export function flowDefinitionToConfig(_0x200ec3){const _0x180a8a=a124_0xaf90fd;if(typeof _0x200ec3[_0x180a8a(0x206)]!==_0x180a8a(0x200)||_0x200ec3['flowName'][_0x180a8a(0x1f4)]()==='')throw CliErrors[_0x180a8a(0x1d6)](_0x180a8a(0x1ee),_0x180a8a(0x1ef));if(typeof _0x200ec3[_0x180a8a(0x1e4)]!=='object'||_0x200ec3[_0x180a8a(0x1e4)]===null||Array[_0x180a8a(0x209)](_0x200ec3['flowJson']))throw CliErrors['apiError'](_0x180a8a(0x1ee),_0x180a8a(0x1d5));if(_0x200ec3[_0x180a8a(0x1fb)]!==_0x180a8a(0x20b)&&_0x200ec3[_0x180a8a(0x1fb)]!=='INDEPENDENT_FLOW')throw CliErrors[_0x180a8a(0x1d6)]('Cannot\x20export\x20an\x20invalid\x20flow\x20definition.','The\x20detail\x20response\x20does\x20not\x20contain\x20a\x20supported\x20flowType.');const _0xbc59c1={'flowName':_0x200ec3['flowName'],...typeof _0x200ec3[_0x180a8a(0x1e0)]===_0x180a8a(0x200)?{'flowDesc':_0x200ec3[_0x180a8a(0x1e0)]}:{},'flowType':_0x200ec3[_0x180a8a(0x1fb)],...typeof _0x200ec3[_0x180a8a(0x1f6)]===_0x180a8a(0x200)&&_0x200ec3[_0x180a8a(0x1f6)]['trim']()?{'datasetCode':_0x200ec3[_0x180a8a(0x1f6)]}:{},...typeof _0x200ec3[_0x180a8a(0x208)]===_0x180a8a(0x1de)?{'pageId':_0x200ec3[_0x180a8a(0x208)]}:{},'flowJson':_0x200ec3[_0x180a8a(0x1e4)]},_0x59a837=validateFlowConfig(_0xbc59c1);if(!_0x59a837[_0x180a8a(0x1e2)]){const _0x2b5d3d=_0x59a837['errors'][_0x180a8a(0x1fa)](_0x4548f1=>_0x4548f1['path']+':\x20'+_0x4548f1[_0x180a8a(0x1e6)])[_0x180a8a(0x1ea)](';\x20');throw CliErrors[_0x180a8a(0x1ed)](_0x180a8a(0x202),_0x2b5d3d);}return{'config':_0x59a837['normalized'],'warnings':_0x59a837[_0x180a8a(0x1d7)],'removedPaths':_0x59a837[_0x180a8a(0x1d7)][_0x180a8a(0x1fa)](_0x23f5a7=>_0x23f5a7[_0x180a8a(0x203)])};}export function readFlowId(_0x5cc55f){const _0x48f450=a124_0xaf90fd,_0x3e3e46=_0x5cc55f[_0x48f450(0x1eb)]('id');if(!Number[_0x48f450(0x1da)](_0x3e3e46)||_0x3e3e46<=0x0)throw CliErrors[_0x48f450(0x1ed)](_0x48f450(0x1dc));return _0x3e3e46;}export function readFlowFilePath(_0x3fd619){const _0x2209dd=a124_0xaf90fd,_0x3f483b=_0x3fd619['str'](_0x2209dd(0x1f9))[_0x2209dd(0x1f4)]();if(!_0x3f483b)throw CliErrors[_0x2209dd(0x207)](_0x2209dd(0x1f9),_0x2209dd(0x1f2));return _0x3f483b;}export async function prepareFlowWrite(_0x21b3ec,_0xc69ba4,_0xf63968){const _0x10909c=a124_0xaf90fd;let _0xfe1c3f;try{_0xfe1c3f=await readFlowConfigFile(_0x21b3ec);}catch(_0x48e0b1){const _0x55bf4a=_0x48e0b1 instanceof Error?_0x48e0b1[_0x10909c(0x1e6)]:String(_0x48e0b1);throw CliErrors['validation']('Unable\x20to\x20read\x20FlowConfig:\x20'+_0x55bf4a,_0x10909c(0x1d2)+_0x21b3ec);}const _0x2d6f97=validateFlowConfig(_0xfe1c3f);if(!_0x2d6f97['valid']){const _0x2729cc=_0x2d6f97['errors'][_0x10909c(0x1fa)](_0x76e016=>_0x76e016[_0x10909c(0x203)]+':\x20'+_0x76e016[_0x10909c(0x1e6)])['join'](';\x20');throw CliErrors[_0x10909c(0x1ed)](_0x10909c(0x1e1)+_0x21b3ec+'.',_0x2729cc||_0x10909c(0x1d4));}const _0x1e627a=_0x2d6f97[_0x10909c(0x1e8)],_0x47340c={..._0xf63968!==undefined?{'id':_0xf63968}:{},'flowName':_0x1e627a['flowName'],..._0x1e627a['flowDesc']!==undefined?{'flowDesc':_0x1e627a[_0x10909c(0x1e0)]}:{},'flowType':_0x1e627a['flowType'],'appCode':_0xc69ba4,..._0x1e627a[_0x10909c(0x1f6)]!==undefined?{'datasetCode':_0x1e627a[_0x10909c(0x1f6)]}:{},..._0x1e627a[_0x10909c(0x208)]!==undefined?{'pageId':_0x1e627a[_0x10909c(0x208)]}:{},'flowJson':_0x1e627a['flowJson']};return{'request':_0x47340c,'warnings':_0x2d6f97['warnings']};}export async function confirmFlowWrite(_0x1493e3,_0x3e7d6b,_0x38115a){const _0x106009=a124_0xaf90fd;if(_0x1493e3[_0x106009(0x204)]||_0x1493e3[_0x106009(0x1f8)](_0x106009(0x201)))return;await requireConfirmationPrompt({'lines':[_0x106009(0x1df)+_0x3e7d6b+':','\x20\x20appCode:\x20'+_0x1493e3[_0x106009(0x1e5)],..._0x38115a['id']!==undefined?['\x20\x20flowId:\x20'+_0x38115a['id']]:[],'\x20\x20flowName:\x20'+_0x38115a[_0x106009(0x206)],_0x106009(0x20c)+_0x38115a['flowType'],..._0x38115a[_0x106009(0x1f6)]?[_0x106009(0x1f1)+_0x38115a[_0x106009(0x1f6)]]:[],'Continue?\x20[y/N]\x20'],'createCancelledError':_0x5f1f97=>CliErrors[_0x106009(0x1e3)](_0x5f1f97)});}export function flowSelector(_0x45600e,_0x35e346,_0x1c0b5e){const _0x4a7803=a124_0xaf90fd;return{'appCode':_0x45600e,..._0x35e346!==undefined?{'flowId':_0x35e346}:{},..._0x1c0b5e?.[_0x4a7803(0x1f5)]?{'flowCode':_0x1c0b5e[_0x4a7803(0x1f5)]}:{},..._0x1c0b5e?.[_0x4a7803(0x206)]?{'flowName':_0x1c0b5e['flowName']}:{}};}export function buildFlowIdDryRun(_0x475405,_0x991735,_0x55ba9a,_0x310562,_0x391357){const _0x16c192=a124_0xaf90fd,_0x24e569={'id':_0x310562,'appCode':_0x55ba9a};return asDryRunResult({'operation':_0x475405,'selector':flowSelector(_0x55ba9a,_0x310562),'before':null,'after':_0x391357,'request':_0x24e569,'dryRun':!![],'backend':{'method':_0x16c192(0x20a),'path':_0x991735},'warnings':[]},{'method':'POST','url':_0x991735});}
@@ -1 +1 @@
1
- const a125_0x5d0c4e=a125_0x221d;function a125_0x34e1(){const _0x5e166a=['Update\x20a\x20flow\x20definition\x20draft\x20from\x20a\x20local\x20FlowConfig\x20file','100juooet','POST','flowCode','flowName','update','11003030YpWZOe','383898NLzvBp','37246atSgPY','4476xPnldt','appCode','42455MINHVt','3944amPxXz','write','102qxYlZw','1081998kJkyzk','flow','20871FTHfnn','6sFSRbL','Updated\x20flow\x20','541639ySfXxE'];a125_0x34e1=function(){return _0x5e166a;};return a125_0x34e1();}(function(_0x48b908,_0x29581b){const _0x4e623d=a125_0x221d,_0x763ca5=_0x48b908();while(!![]){try{const _0x197e7a=-parseInt(_0x4e623d(0x151))/0x1+parseInt(_0x4e623d(0x159))/0x2*(parseInt(_0x4e623d(0x15c))/0x3)+parseInt(_0x4e623d(0x160))/0x4*(-parseInt(_0x4e623d(0x155))/0x5)+parseInt(_0x4e623d(0x158))/0x6*(parseInt(_0x4e623d(0x15e))/0x7)+-parseInt(_0x4e623d(0x156))/0x8*(parseInt(_0x4e623d(0x15b))/0x9)+-parseInt(_0x4e623d(0x165))/0xa+parseInt(_0x4e623d(0x152))/0xb*(parseInt(_0x4e623d(0x153))/0xc);if(_0x197e7a===_0x29581b)break;else _0x763ca5['push'](_0x763ca5['shift']());}catch(_0xec9741){_0x763ca5['push'](_0x763ca5['shift']());}}}(a125_0x34e1,0xc85a2));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';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';function a125_0x221d(_0xa3541c,_0x160de5){_0xa3541c=_0xa3541c-0x151;const _0x34e1ae=a125_0x34e1();let _0x221d85=_0x34e1ae[_0xa3541c];return _0x221d85;}export const flowUpdate={'service':a125_0x5d0c4e(0x15a),'command':a125_0x5d0c4e(0x164),'description':a125_0x5d0c4e(0x15f),'risk':a125_0x5d0c4e(0x157),'flags':[FLOW_ID_FLAG,FLOW_FILE_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x405e00){readFlowId(_0x405e00),readFlowFilePath(_0x405e00);},async 'dryRun'(_0x4ce68b){const _0x491b85=a125_0x5d0c4e,_0x518755=readFlowId(_0x4ce68b),{request:_0x31494e,warnings:_0x2b2e6c}=await prepareFlowWrite(readFlowFilePath(_0x4ce68b),_0x4ce68b[_0x491b85(0x154)],_0x518755);return asDryRunResult({'operation':_0x491b85(0x164),'selector':flowSelector(_0x4ce68b[_0x491b85(0x154)],_0x518755),'before':null,'after':_0x31494e,'request':_0x31494e,'dryRun':!![],'backend':{'method':_0x491b85(0x161),'path':FLOW_PATHS['update']},'warnings':_0x2b2e6c},{'method':_0x491b85(0x161),'url':FLOW_PATHS[_0x491b85(0x164)]});},async 'execute'(_0x2f376c){const _0x4a5b6e=a125_0x5d0c4e,_0xba9d47=readFlowId(_0x2f376c),{request:_0x1c389f,warnings:_0x3abdbf}=await prepareFlowWrite(readFlowFilePath(_0x2f376c),_0x2f376c[_0x4a5b6e(0x154)],_0xba9d47);await confirmFlowWrite(_0x2f376c,'update',_0x1c389f);const _0x160a9a=await updateFlowDefinition({..._0x1c389f,'id':_0xba9d47});return{'ok':!![],'data':{'operation':_0x4a5b6e(0x164),'selector':flowSelector(_0x2f376c[_0x4a5b6e(0x154)],_0xba9d47,_0x160a9a),'before':null,'after':_0x160a9a,'dryRun':![],'backend':{'method':_0x4a5b6e(0x161),'path':FLOW_PATHS['update']},'warnings':_0x3abdbf},'message':_0x4a5b6e(0x15d)+(_0x160a9a[_0x4a5b6e(0x163)]||_0x160a9a[_0x4a5b6e(0x162)]||_0xba9d47)};}};
1
+ const a125_0x20cfa8=a125_0x58f1;(function(_0x17dadb,_0x13d7e7){const _0x5373d1=a125_0x58f1,_0x859edc=_0x17dadb();while(!![]){try{const _0x3e34a3=-parseInt(_0x5373d1(0x1cc))/0x1+-parseInt(_0x5373d1(0x1d1))/0x2+-parseInt(_0x5373d1(0x1d4))/0x3+-parseInt(_0x5373d1(0x1d8))/0x4*(-parseInt(_0x5373d1(0x1cf))/0x5)+parseInt(_0x5373d1(0x1d6))/0x6*(parseInt(_0x5373d1(0x1d2))/0x7)+-parseInt(_0x5373d1(0x1d5))/0x8+parseInt(_0x5373d1(0x1da))/0x9;if(_0x3e34a3===_0x13d7e7)break;else _0x859edc['push'](_0x859edc['shift']());}catch(_0x44a3ce){_0x859edc['push'](_0x859edc['shift']());}}}(a125_0x5d8e,0x317ea));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{updateFlowDefinition}from'../../core/api-client.js';function a125_0x58f1(_0xeeed28,_0x1b1b61){_0xeeed28=_0xeeed28-0x1cc;const _0x5d8e2b=a125_0x5d8e();let _0x58f1d5=_0x5d8e2b[_0xeeed28];return _0x58f1d5;}import{FLOW_FILE_FLAG,FLOW_ID_FLAG,FLOW_PATHS,confirmFlowWrite,flowSelector,prepareFlowWrite,readFlowFilePath,readFlowId}from'../../commands/flow/shared.js';function a125_0x5d8e(){const _0x6dd043=['update','496680Kskitx','2359872KgsZDs','84gpsueJ','flowCode','4UxvIeK','appCode','8381952MZFfHm','Update\x20a\x20flow\x20definition\x20draft\x20from\x20a\x20local\x20FlowConfig\x20file','336823tpXLti','write','flowName','1687045abDzEK','POST','558476dLJgGo','5299AQVQcc'];a125_0x5d8e=function(){return _0x6dd043;};return a125_0x5d8e();}export const flowUpdate={'service':'flow','command':'update','description':a125_0x20cfa8(0x1db),'risk':a125_0x20cfa8(0x1cd),'flags':[FLOW_ID_FLAG,FLOW_FILE_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x1ffc20){readFlowId(_0x1ffc20),readFlowFilePath(_0x1ffc20);},async 'dryRun'(_0x3ed8b8){const _0x3e23a9=a125_0x20cfa8,_0x54b4bb=readFlowId(_0x3ed8b8),{request:_0x361ea9,warnings:_0x14f17b}=await prepareFlowWrite(readFlowFilePath(_0x3ed8b8),_0x3ed8b8[_0x3e23a9(0x1d9)],_0x54b4bb);return asDryRunResult({'operation':_0x3e23a9(0x1d3),'selector':flowSelector(_0x3ed8b8[_0x3e23a9(0x1d9)],_0x54b4bb),'before':null,'after':_0x361ea9,'request':_0x361ea9,'dryRun':!![],'backend':{'method':_0x3e23a9(0x1d0),'path':FLOW_PATHS[_0x3e23a9(0x1d3)]},'warnings':_0x14f17b},{'method':_0x3e23a9(0x1d0),'url':FLOW_PATHS['update']});},async 'execute'(_0x2f8106){const _0x40f192=a125_0x20cfa8,_0x133f35=readFlowId(_0x2f8106),{request:_0x1893b8,warnings:_0x98c97c}=await prepareFlowWrite(readFlowFilePath(_0x2f8106),_0x2f8106['appCode'],_0x133f35);await confirmFlowWrite(_0x2f8106,_0x40f192(0x1d3),_0x1893b8);const _0x5b21a7=await updateFlowDefinition({..._0x1893b8,'id':_0x133f35});return{'ok':!![],'data':{'operation':'update','selector':flowSelector(_0x2f8106[_0x40f192(0x1d9)],_0x133f35,_0x5b21a7),'before':null,'after':_0x5b21a7,'dryRun':![],'backend':{'method':_0x40f192(0x1d0),'path':FLOW_PATHS[_0x40f192(0x1d3)]},'warnings':_0x98c97c},'message':'Updated\x20flow\x20'+(_0x5b21a7[_0x40f192(0x1ce)]||_0x5b21a7[_0x40f192(0x1d7)]||_0x133f35)};}};
@@ -1 +1 @@
1
- const a126_0x2864c6=a126_0x3951;(function(_0x3efb43,_0x33d249){const _0x2e10ad=a126_0x3951,_0x4eab63=_0x3efb43();while(!![]){try{const _0x3bc49b=-parseInt(_0x2e10ad(0x14e))/0x1*(parseInt(_0x2e10ad(0x160))/0x2)+-parseInt(_0x2e10ad(0x164))/0x3+parseInt(_0x2e10ad(0x156))/0x4*(-parseInt(_0x2e10ad(0x15f))/0x5)+-parseInt(_0x2e10ad(0x15a))/0x6+-parseInt(_0x2e10ad(0x14b))/0x7*(-parseInt(_0x2e10ad(0x14a))/0x8)+-parseInt(_0x2e10ad(0x158))/0x9*(-parseInt(_0x2e10ad(0x157))/0xa)+parseInt(_0x2e10ad(0x166))/0xb;if(_0x3bc49b===_0x33d249)break;else _0x4eab63['push'](_0x4eab63['shift']());}catch(_0x2e0747){_0x4eab63['push'](_0x4eab63['shift']());}}}(a126_0x15b0,0x6489a));import{CliErrors}from'../../errors.js';import{readFlowConfigFile,validateFlowConfig,writeNormalizedFlowConfig}from'../../core/flow-config.js';function a126_0x15b0(){const _0x460b39=['file','12165461IqGGzz','904BYrsoX','31325WOJnDz','str','flow','304907uUQQbP','errors','Validate\x20and\x20normalize\x20a\x20local\x20flow\x20configuration','message','validation','trim','Path\x20to\x20the\x20local\x20FlowConfig\x20JSON\x20file','normalized','20hnIJni','2262110qKEuKt','18EBfBkf','valid','506424IyhXjc','FlowConfig\x20is\x20valid.','Pass\x20--file\x20<path>.','flagMissing','write-normalized','374245BswnMf','4DqHLYk','validate','Atomically\x20replace\x20the\x20file\x20with\x20its\x20normalized\x20form','read','1751349qLkqsT'];a126_0x15b0=function(){return _0x460b39;};return a126_0x15b0();}function a126_0x3951(_0x5cb123,_0x47ade4){_0x5cb123=_0x5cb123-0x14a;const _0x15b020=a126_0x15b0();let _0x3951f1=_0x15b020[_0x5cb123];return _0x3951f1;}export const flowValidate={'service':a126_0x2864c6(0x14d),'command':a126_0x2864c6(0x161),'description':a126_0x2864c6(0x150),'risk':a126_0x2864c6(0x163),'auth':'none','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a126_0x2864c6(0x165),'type':'string','required':!![],'description':a126_0x2864c6(0x154)},{'name':a126_0x2864c6(0x15e),'type':'boolean','description':a126_0x2864c6(0x162)}],async 'execute'(_0x5a7717){const _0x3743f0=a126_0x2864c6,_0x5d8c96=_0x5a7717[_0x3743f0(0x14c)](_0x3743f0(0x165))[_0x3743f0(0x153)]();if(!_0x5d8c96)throw CliErrors[_0x3743f0(0x15d)](_0x3743f0(0x165),_0x3743f0(0x15c));let _0x3355d2;try{_0x3355d2=await readFlowConfigFile(_0x5d8c96);}catch(_0x5f3724){const _0x5ad5ef=_0x5f3724 instanceof Error?_0x5f3724[_0x3743f0(0x151)]:String(_0x5f3724);throw CliErrors[_0x3743f0(0x152)]('Unable\x20to\x20read\x20FlowConfig:\x20'+_0x5ad5ef);}const _0x4c22f5=validateFlowConfig(_0x3355d2),_0x424eac=_0x5a7717['bool']('write-normalized');let _0x1fc520=![];return _0x424eac&&_0x4c22f5[_0x3743f0(0x159)]&&(await writeNormalizedFlowConfig(_0x5d8c96,_0x4c22f5[_0x3743f0(0x155)]),_0x1fc520=!![]),{'ok':_0x4c22f5[_0x3743f0(0x159)],'data':{'valid':_0x4c22f5[_0x3743f0(0x159)],'errors':_0x4c22f5[_0x3743f0(0x14f)],'warnings':_0x4c22f5['warnings'],'normalized':_0x4c22f5[_0x3743f0(0x155)],..._0x424eac?{'written':_0x1fc520}:{}},'message':_0x4c22f5[_0x3743f0(0x159)]?_0x1fc520?'FlowConfig\x20is\x20valid\x20and\x20was\x20normalized\x20in\x20place.':_0x3743f0(0x15b):'FlowConfig\x20validation\x20failed.'};}};
1
+ const a126_0x1e76d7=a126_0x26a6;(function(_0x578231,_0x11ca04){const _0x1ad257=a126_0x26a6,_0x450f76=_0x578231();while(!![]){try{const _0x506313=parseInt(_0x1ad257(0x98))/0x1*(-parseInt(_0x1ad257(0x90))/0x2)+parseInt(_0x1ad257(0xa8))/0x3*(parseInt(_0x1ad257(0x9e))/0x4)+-parseInt(_0x1ad257(0xa4))/0x5*(parseInt(_0x1ad257(0xa5))/0x6)+-parseInt(_0x1ad257(0xa1))/0x7*(parseInt(_0x1ad257(0xa9))/0x8)+-parseInt(_0x1ad257(0xa0))/0x9*(parseInt(_0x1ad257(0x97))/0xa)+parseInt(_0x1ad257(0x93))/0xb+parseInt(_0x1ad257(0xa6))/0xc;if(_0x506313===_0x11ca04)break;else _0x450f76['push'](_0x450f76['shift']());}catch(_0x32a0ca){_0x450f76['push'](_0x450f76['shift']());}}}(a126_0x30c6,0x640f1));import{CliErrors}from'../../errors.js';function a126_0x30c6(){const _0x15a576=['errors','message','1804430UsRXad','123774xaAcyd','normalized','Atomically\x20replace\x20the\x20file\x20with\x20its\x20normalized\x20form','string','str','FlowConfig\x20validation\x20failed.','330288qPMFVM','validation','27zTCtwL','1841jMdXPl','read','none','5cfCEvO','789072QTYRbc','16314072SCrGvb','Pass\x20--file\x20<path>.','3WuXMtN','7928ZfXkhg','FlowConfig\x20is\x20valid.','Unable\x20to\x20read\x20FlowConfig:\x20','FlowConfig\x20is\x20valid\x20and\x20was\x20normalized\x20in\x20place.','2ngdVUg','file','trim','275121rjkJeL','valid'];a126_0x30c6=function(){return _0x15a576;};return a126_0x30c6();}function a126_0x26a6(_0x1d343e,_0x2dc450){_0x1d343e=_0x1d343e-0x8d;const _0x30c6b9=a126_0x30c6();let _0x26a684=_0x30c6b9[_0x1d343e];return _0x26a684;}import{readFlowConfigFile,validateFlowConfig,writeNormalizedFlowConfig}from'../../core/flow-config.js';export const flowValidate={'service':'flow','command':'validate','description':'Validate\x20and\x20normalize\x20a\x20local\x20flow\x20configuration','risk':a126_0x1e76d7(0xa2),'auth':a126_0x1e76d7(0xa3),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a126_0x1e76d7(0x91),'type':a126_0x1e76d7(0x9b),'required':!![],'description':'Path\x20to\x20the\x20local\x20FlowConfig\x20JSON\x20file'},{'name':'write-normalized','type':'boolean','description':a126_0x1e76d7(0x9a)}],async 'execute'(_0x4de1db){const _0x16b2cd=a126_0x1e76d7,_0x4f62ec=_0x4de1db[_0x16b2cd(0x9c)](_0x16b2cd(0x91))[_0x16b2cd(0x92)]();if(!_0x4f62ec)throw CliErrors['flagMissing'](_0x16b2cd(0x91),_0x16b2cd(0xa7));let _0x1be4dd;try{_0x1be4dd=await readFlowConfigFile(_0x4f62ec);}catch(_0x216e4d){const _0x318607=_0x216e4d instanceof Error?_0x216e4d[_0x16b2cd(0x96)]:String(_0x216e4d);throw CliErrors[_0x16b2cd(0x9f)](_0x16b2cd(0x8e)+_0x318607);}const _0x6339e4=validateFlowConfig(_0x1be4dd),_0x24376b=_0x4de1db['bool']('write-normalized');let _0x454724=![];return _0x24376b&&_0x6339e4[_0x16b2cd(0x94)]&&(await writeNormalizedFlowConfig(_0x4f62ec,_0x6339e4[_0x16b2cd(0x99)]),_0x454724=!![]),{'ok':_0x6339e4[_0x16b2cd(0x94)],'data':{'valid':_0x6339e4[_0x16b2cd(0x94)],'errors':_0x6339e4[_0x16b2cd(0x95)],'warnings':_0x6339e4['warnings'],'normalized':_0x6339e4[_0x16b2cd(0x99)],..._0x24376b?{'written':_0x454724}:{}},'message':_0x6339e4['valid']?_0x454724?_0x16b2cd(0x8f):_0x16b2cd(0x8d):_0x16b2cd(0x9d)};}};
@@ -1 +1 @@
1
- function a127_0x1c94(_0x2a9397,_0x2997c7){_0x2a9397=_0x2a9397-0x12c;const _0x110dbd=a127_0x110d();let _0x1c94dd=_0x110dbd[_0x2a9397];return _0x1c94dd;}const a127_0x49db4d=a127_0x1c94;(function(_0x3c5233,_0x4cf292){const _0x369dd3=a127_0x1c94,_0xc15f76=_0x3c5233();while(!![]){try{const _0x233e91=parseInt(_0x369dd3(0x135))/0x1+-parseInt(_0x369dd3(0x131))/0x2+parseInt(_0x369dd3(0x13d))/0x3+parseInt(_0x369dd3(0x12f))/0x4*(parseInt(_0x369dd3(0x13c))/0x5)+parseInt(_0x369dd3(0x138))/0x6*(parseInt(_0x369dd3(0x12e))/0x7)+parseInt(_0x369dd3(0x12d))/0x8*(parseInt(_0x369dd3(0x13a))/0x9)+-parseInt(_0x369dd3(0x130))/0xa*(parseInt(_0x369dd3(0x136))/0xb);if(_0x233e91===_0x4cf292)break;else _0xc15f76['push'](_0xc15f76['shift']());}catch(_0x599317){_0xc15f76['push'](_0xc15f76['shift']());}}}(a127_0x110d,0x5700e));import{getCurrentInstantApiPolicy}from'../../core/api-client.js';import{loadInstantApiPolicyLocalConfig}from'../../core/instant-api-policy/config.js';import{projectCurrentPolicy}from'../../commands/instant-api-policy/shared.js';function a127_0x110d(){const _0x14a54c=['30cZGGzI','673104LqgkvX','read','Current\x20Instant\x20API\x20policy\x20revision\x20','current','306537oLJvSS','1354188YoWgaI','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','269538bkRDyS','appCode','12807DcRRlO','policyFilePath','142735hqZSFy','127560SVPnbu','revision','policyRelativePath','1576tkEFjm','63wFQeHh','4nRILYF'];a127_0x110d=function(){return _0x14a54c;};return a127_0x110d();}export const instantApiPolicyCurrent={'service':'instant-api-policy','command':a127_0x49db4d(0x134),'description':'Get\x20the\x20current\x20effective\x20Instant\x20API\x20policy','risk':a127_0x49db4d(0x132),'requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x36791e){const _0x482518=a127_0x49db4d,_0x31128f=loadInstantApiPolicyLocalConfig(_0x36791e[_0x482518(0x139)]),_0x4c4c57=await getCurrentInstantApiPolicy(_0x36791e[_0x482518(0x139)]);return{'ok':!![],'data':{'appCode':_0x36791e[_0x482518(0x139)],'configured':_0x4c4c57!==null,'filePath':_0x31128f[_0x482518(0x13b)],'relativePath':_0x31128f[_0x482518(0x12c)],'policy':projectCurrentPolicy(_0x4c4c57)},'message':_0x4c4c57?_0x482518(0x133)+_0x4c4c57[_0x482518(0x13e)]:_0x482518(0x137)+_0x36791e['appCode']};}};
1
+ const a127_0x35167e=a127_0xa0f8;function a127_0xa0f8(_0x20e480,_0x5a7463){_0x20e480=_0x20e480-0x18c;const _0x1f397e=a127_0x1f39();let _0xa0f8da=_0x1f397e[_0x20e480];return _0xa0f8da;}(function(_0x121750,_0x555213){const _0x176225=a127_0xa0f8,_0x44e4cb=_0x121750();while(!![]){try{const _0x581865=-parseInt(_0x176225(0x197))/0x1+parseInt(_0x176225(0x196))/0x2+parseInt(_0x176225(0x192))/0x3+parseInt(_0x176225(0x19b))/0x4*(-parseInt(_0x176225(0x18f))/0x5)+-parseInt(_0x176225(0x198))/0x6*(parseInt(_0x176225(0x18c))/0x7)+-parseInt(_0x176225(0x19d))/0x8*(parseInt(_0x176225(0x195))/0x9)+parseInt(_0x176225(0x199))/0xa;if(_0x581865===_0x555213)break;else _0x44e4cb['push'](_0x44e4cb['shift']());}catch(_0x1f7ba7){_0x44e4cb['push'](_0x44e4cb['shift']());}}}(a127_0x1f39,0x94b16));import{getCurrentInstantApiPolicy}from'../../core/api-client.js';import{loadInstantApiPolicyLocalConfig}from'../../core/instant-api-policy/config.js';import{projectCurrentPolicy}from'../../commands/instant-api-policy/shared.js';function a127_0x1f39(){const _0xbfbcc1=['Current\x20Instant\x20API\x20policy\x20revision\x20','instant-api-policy','7285hfftuR','current','policyFilePath','2485788ytBDWF','Get\x20the\x20current\x20effective\x20Instant\x20API\x20policy','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','790137lAzbUY','1121276WuVaAM','745937ALlfuJ','6bYTRlf','24685180bwbtYv','revision','1932iiuNZV','appCode','56NsfnMC','8291409tqrXsD'];a127_0x1f39=function(){return _0xbfbcc1;};return a127_0x1f39();}export const instantApiPolicyCurrent={'service':a127_0x35167e(0x18e),'command':a127_0x35167e(0x190),'description':a127_0x35167e(0x193),'risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x7eac90){const _0x50282f=a127_0x35167e,_0x5f47f8=loadInstantApiPolicyLocalConfig(_0x7eac90[_0x50282f(0x19c)]),_0x4520f9=await getCurrentInstantApiPolicy(_0x7eac90[_0x50282f(0x19c)]);return{'ok':!![],'data':{'appCode':_0x7eac90[_0x50282f(0x19c)],'configured':_0x4520f9!==null,'filePath':_0x5f47f8[_0x50282f(0x191)],'relativePath':_0x5f47f8['policyRelativePath'],'policy':projectCurrentPolicy(_0x4520f9)},'message':_0x4520f9?_0x50282f(0x18d)+_0x4520f9[_0x50282f(0x19a)]:_0x50282f(0x194)+_0x7eac90[_0x50282f(0x19c)]};}};
@@ -1 +1 @@
1
- (function(_0xa787c7,_0x4f47a8){const _0x387c8c=a128_0x45c1,_0x29b497=_0xa787c7();while(!![]){try{const _0x513121=-parseInt(_0x387c8c(0x10e))/0x1*(-parseInt(_0x387c8c(0x116))/0x2)+parseInt(_0x387c8c(0x115))/0x3*(parseInt(_0x387c8c(0x117))/0x4)+parseInt(_0x387c8c(0x114))/0x5*(-parseInt(_0x387c8c(0x113))/0x6)+parseInt(_0x387c8c(0x10d))/0x7*(parseInt(_0x387c8c(0x111))/0x8)+parseInt(_0x387c8c(0x110))/0x9*(-parseInt(_0x387c8c(0x118))/0xa)+-parseInt(_0x387c8c(0x112))/0xb+parseInt(_0x387c8c(0x10f))/0xc;if(_0x513121===_0x4f47a8)break;else _0x29b497['push'](_0x29b497['shift']());}catch(_0x5364df){_0x29b497['push'](_0x29b497['shift']());}}}(a128_0x44cf,0x405a7));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';function a128_0x45c1(_0x234d35,_0x39ef71){_0x234d35=_0x234d35-0x10d;const _0x44cf4c=a128_0x44cf();let _0x45c1dd=_0x44cf4c[_0x234d35];return _0x45c1dd;}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];function a128_0x44cf(){const _0x2231b7=['112651rrNCWq','2952dnsUhn','2825afEdMK','1005FIKbdS','5774jASwPx','2848aXjhqN','2740lNrnzQ','158669vVCJTG','22rcqOdI','4629084qoqUsT','5211QsXzyU','8HBYTnO'];a128_0x44cf=function(){return _0x2231b7;};return a128_0x44cf();}
1
+ (function(_0x8ef95c,_0x46575f){const _0x3de202=a128_0x491d,_0xad0c73=_0x8ef95c();while(!![]){try{const _0x16e1d8=parseInt(_0x3de202(0x6f))/0x1+parseInt(_0x3de202(0x68))/0x2+parseInt(_0x3de202(0x6b))/0x3+parseInt(_0x3de202(0x6a))/0x4*(parseInt(_0x3de202(0x6e))/0x5)+parseInt(_0x3de202(0x67))/0x6+parseInt(_0x3de202(0x69))/0x7+parseInt(_0x3de202(0x6c))/0x8*(-parseInt(_0x3de202(0x6d))/0x9);if(_0x16e1d8===_0x46575f)break;else _0xad0c73['push'](_0xad0c73['shift']());}catch(_0x4ec01a){_0xad0c73['push'](_0xad0c73['shift']());}}}(a128_0x59ca,0xc7799));function a128_0x491d(_0x3ec520,_0x8f1967){_0x3ec520=_0x3ec520-0x67;const _0x59cac1=a128_0x59ca();let _0x491d74=_0x59cac1[_0x3ec520];return _0x491d74;}import{instantApiPolicyInit}from'../../commands/instant-api-policy/init.js';import{instantApiPolicyCurrent}from'../../commands/instant-api-policy/current.js';function a128_0x59ca(){const _0x255728=['1921094QEqeyw','281964ebHSuL','2061585ZohXiN','37453144aZZYmo','9huDsnN','85sTalLE','878128FDaqgr','6934824jwKBZp','2609552GtFlrA'];a128_0x59ca=function(){return _0x255728;};return a128_0x59ca();}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
- const a129_0x2a0239=a129_0x16e0;(function(_0x43461b,_0x3a696a){const _0xeb5843=a129_0x16e0,_0x218b00=_0x43461b();while(!![]){try{const _0x19cac7=-parseInt(_0xeb5843(0x1e9))/0x1*(parseInt(_0xeb5843(0x1e5))/0x2)+-parseInt(_0xeb5843(0x1d8))/0x3+-parseInt(_0xeb5843(0x1e1))/0x4+parseInt(_0xeb5843(0x1e2))/0x5+parseInt(_0xeb5843(0x1db))/0x6*(parseInt(_0xeb5843(0x1d6))/0x7)+-parseInt(_0xeb5843(0x1e7))/0x8*(-parseInt(_0xeb5843(0x1d5))/0x9)+parseInt(_0xeb5843(0x1d4))/0xa*(parseInt(_0xeb5843(0x1df))/0xb);if(_0x19cac7===_0x3a696a)break;else _0x218b00['push'](_0x218b00['shift']());}catch(_0x16e7d9){_0x218b00['push'](_0x218b00['shift']());}}}(a129_0x76df,0x72d2b));function a129_0x76df(){const _0x19742e=['998552glZdBb','init','4567EVpFBu','default-action','bool','str','policyRelativePath','8037830yxtNJv','63PElkkn','7AnRzLj','appCode','1623564KDRKrd','string','Created','349386KcUtvO','Kept','policyFilePath','action','11GbBUTA','deny','2758300lBtZOY','3640100dRAgTm','allow','Create\x20the\x20fixed\x20local\x20Instant\x20API\x20policy\x20file','334WAUPlP','Replaced'];a129_0x76df=function(){return _0x19742e;};return a129_0x76df();}import{createDefaultInstantApiPolicyConfig,loadInstantApiPolicyLocalConfig,writeInstantApiPolicyConfigFile}from'../../core/instant-api-policy/config.js';function a129_0x16e0(_0xc5b676,_0x3eabdf){_0xc5b676=_0xc5b676-0x1d3;const _0x76dfbb=a129_0x76df();let _0x16e066=_0x76dfbb[_0xc5b676];return _0x16e066;}import{FORCE_FLAG,requireForceConfirmation}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyInit={'service':'instant-api-policy','command':a129_0x2a0239(0x1e8),'description':a129_0x2a0239(0x1e4),'risk':'write','requiresAuth':![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a129_0x2a0239(0x1ea),'type':a129_0x2a0239(0x1d9),'enum':[a129_0x2a0239(0x1e3),'deny'],'default':'allow','description':'Default\x20action\x20when\x20no\x20dataset/API\x20rule\x20matches'},FORCE_FLAG],async 'validate'(_0x2729d6){requireForceConfirmation(_0x2729d6);},async 'execute'(_0x297629){const _0x1452fc=a129_0x2a0239;requireForceConfirmation(_0x297629);const _0x9a5c0f=_0x297629[_0x1452fc(0x1ec)]('default-action')===_0x1452fc(0x1e0)?_0x1452fc(0x1e0):_0x1452fc(0x1e3),_0x1c33d8=loadInstantApiPolicyLocalConfig(_0x297629[_0x1452fc(0x1d7)]),_0xa6791f=createDefaultInstantApiPolicyConfig(_0x297629['appCode'],_0x9a5c0f),_0x24f851=await writeInstantApiPolicyConfigFile(_0x1c33d8,_0xa6791f,{'force':_0x297629[_0x1452fc(0x1eb)]('force')}),_0x3c8bb8={'created':_0x1452fc(0x1da),'overwritten':_0x1452fc(0x1e6),'unchanged':_0x1452fc(0x1dc)}[_0x24f851[_0x1452fc(0x1de)]];return{'ok':!![],'data':{'operation':_0x1452fc(0x1e8),'selector':{'appCode':_0x297629[_0x1452fc(0x1d7)]},'filePath':_0x1c33d8[_0x1452fc(0x1dd)],'relativePath':_0x1c33d8[_0x1452fc(0x1d3)],'action':_0x24f851[_0x1452fc(0x1de)],'config':_0xa6791f},'message':_0x3c8bb8+'\x20Instant\x20API\x20policy\x20file\x20for\x20'+_0x297629[_0x1452fc(0x1d7)]};}};
1
+ const a129_0x13eb8a=a129_0x46ec;function a129_0x5c97(){const _0x863f37=['11WzCqlS','write','bool','Create\x20the\x20fixed\x20local\x20Instant\x20API\x20policy\x20file','allow','deny','2433560iyoRdh','78136YsgkyF','Kept','723388FtYTvj','Replaced','instant-api-policy','default-action','init','58863EMyUuK','appCode','Default\x20action\x20when\x20no\x20dataset/API\x20rule\x20matches','force','35ERnWfT','Created','action','string','\x20Instant\x20API\x20policy\x20file\x20for\x20','1182WoYiFT','3570682rvImdd','7696330rTPtII','14454585JRDeCt','policyFilePath','3Elzqqo'];a129_0x5c97=function(){return _0x863f37;};return a129_0x5c97();}(function(_0x1d97b5,_0x258132){const _0x5df185=a129_0x46ec,_0x195998=_0x1d97b5();while(!![]){try{const _0x51c57e=parseInt(_0x5df185(0x1df))/0x1+parseInt(_0x5df185(0x1d3))/0x2*(parseInt(_0x5df185(0x1d7))/0x3)+-parseInt(_0x5df185(0x1e1))/0x4*(-parseInt(_0x5df185(0x1cd))/0x5)+parseInt(_0x5df185(0x1d2))/0x6*(-parseInt(_0x5df185(0x1e6))/0x7)+parseInt(_0x5df185(0x1de))/0x8+-parseInt(_0x5df185(0x1d5))/0x9+parseInt(_0x5df185(0x1d4))/0xa*(parseInt(_0x5df185(0x1d8))/0xb);if(_0x51c57e===_0x258132)break;else _0x195998['push'](_0x195998['shift']());}catch(_0x156446){_0x195998['push'](_0x195998['shift']());}}}(a129_0x5c97,0xe5a34));import{createDefaultInstantApiPolicyConfig,loadInstantApiPolicyLocalConfig,writeInstantApiPolicyConfigFile}from'../../core/instant-api-policy/config.js';import{FORCE_FLAG,requireForceConfirmation}from'../../commands/instant-api-policy/shared.js';function a129_0x46ec(_0x4eb5a6,_0x103c6c){_0x4eb5a6=_0x4eb5a6-0x1cb;const _0x5c9744=a129_0x5c97();let _0x46eca1=_0x5c9744[_0x4eb5a6];return _0x46eca1;}export const instantApiPolicyInit={'service':a129_0x13eb8a(0x1e3),'command':a129_0x13eb8a(0x1e5),'description':a129_0x13eb8a(0x1db),'risk':a129_0x13eb8a(0x1d9),'requiresAuth':![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a129_0x13eb8a(0x1e4),'type':a129_0x13eb8a(0x1d0),'enum':['allow',a129_0x13eb8a(0x1dd)],'default':a129_0x13eb8a(0x1dc),'description':a129_0x13eb8a(0x1cb)},FORCE_FLAG],async 'validate'(_0x11b03f){requireForceConfirmation(_0x11b03f);},async 'execute'(_0x42c762){const _0x56b401=a129_0x13eb8a;requireForceConfirmation(_0x42c762);const _0x364edb=_0x42c762['str']('default-action')==='deny'?_0x56b401(0x1dd):'allow',_0x129933=loadInstantApiPolicyLocalConfig(_0x42c762[_0x56b401(0x1e7)]),_0x19c65d=createDefaultInstantApiPolicyConfig(_0x42c762[_0x56b401(0x1e7)],_0x364edb),_0x2b2788=await writeInstantApiPolicyConfigFile(_0x129933,_0x19c65d,{'force':_0x42c762[_0x56b401(0x1da)](_0x56b401(0x1cc))}),_0x2fe50c={'created':_0x56b401(0x1ce),'overwritten':_0x56b401(0x1e2),'unchanged':_0x56b401(0x1e0)}[_0x2b2788[_0x56b401(0x1cf)]];return{'ok':!![],'data':{'operation':_0x56b401(0x1e5),'selector':{'appCode':_0x42c762[_0x56b401(0x1e7)]},'filePath':_0x129933[_0x56b401(0x1d6)],'relativePath':_0x129933['policyRelativePath'],'action':_0x2b2788['action'],'config':_0x19c65d},'message':_0x2fe50c+_0x56b401(0x1d1)+_0x42c762[_0x56b401(0x1e7)]};}};
@@ -1 +1 @@
1
- const a130_0x3c954e=a130_0x12c4;function a130_0x12c4(_0x23035b,_0x5e1df1){_0x23035b=_0x23035b-0x190;const _0x50103a=a130_0x5010();let _0x12c40e=_0x50103a[_0x23035b];return _0x12c40e;}(function(_0x492f94,_0x4bc2a6){const _0x596cb6=a130_0x12c4,_0x546519=_0x492f94();while(!![]){try{const _0x50333c=-parseInt(_0x596cb6(0x1a0))/0x1*(parseInt(_0x596cb6(0x19a))/0x2)+parseInt(_0x596cb6(0x19b))/0x3*(parseInt(_0x596cb6(0x1a4))/0x4)+parseInt(_0x596cb6(0x1ab))/0x5*(-parseInt(_0x596cb6(0x1b3))/0x6)+parseInt(_0x596cb6(0x1b2))/0x7+-parseInt(_0x596cb6(0x1b5))/0x8*(-parseInt(_0x596cb6(0x1a6))/0x9)+parseInt(_0x596cb6(0x192))/0xa*(-parseInt(_0x596cb6(0x1ae))/0xb)+parseInt(_0x596cb6(0x1b0))/0xc;if(_0x50333c===_0x4bc2a6)break;else _0x546519['push'](_0x546519['shift']());}catch(_0x5e230e){_0x546519['push'](_0x546519['shift']());}}}(a130_0x5010,0xa5de7));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';import{instantApiPolicyError}from'../../core/instant-api-policy/config.js';function a130_0x5010(){const _0x490d6e=['before','planned','push','1580hblOJy','instant-api-policy','Inspect\x20with\x20`','5577MyCeCK','all','7940148rFwwpg','instant_api_policy_publish_outcome_unknown','2894647NzxrLg','10398EBOMnu','publish','40zDtAdc','changeSummary','Published\x20Instant\x20API\x20policy\x20revision\x20','expectedRevision','/publish','Publish\x20the\x20fixed\x20local\x20policy\x20as\x20a\x20new\x20active\x20revision','defineProperty','9710yIPwTb','cause','Publish\x20response\x20was\x20unavailable;\x20current-policy\x20readback\x20proved\x20the\x20new\x20revision\x20without\x20resubmitting.','policyFilePath','instant_api_policy_publish_verification_unavailable','verified','validation','configHash','392652XZstqV','91983eReLVO','`;\x20do\x20not\x20resubmit\x20automatically.','Current\x20policy\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20publish.','local','revision','2bpUtdE','instant_api_policy_publish_verification_failed','The\x20publish\x20request\x20was\x20sent,\x20but\x20the\x20current\x20policy\x20could\x20not\x20be\x20verified.','policyRelativePath','4gIvonh','POST','1811007NQZkCz','appCode'];a130_0x5010=function(){return _0x490d6e;};return a130_0x5010();}async function preparePublish(_0x380980){const _0x2b98ab=a130_0x12c4,{local:_0x45735b,config:_0x374ef2}=await readFixedPolicy(_0x380980),_0x4b72d2=readChangeSummary(_0x380980),_0x2a995e=readExpectedRevision(_0x380980),[_0x903064,_0x2272a7]=await Promise[_0x2b98ab(0x1af)]([getCurrentInstantApiPolicy(_0x380980['appCode']),validateInstantApiPolicy({'appCode':_0x380980[_0x2b98ab(0x1a7)],'config':_0x374ef2})]);return assertExpectedRevision(_0x903064,_0x2a995e),{'local':_0x45735b,'config':_0x374ef2,'changeSummary':_0x4b72d2,'expectedRevision':_0x2a995e,'before':_0x903064,'validation':_0x2272a7};}export const instantApiPolicyPublish={'service':a130_0x3c954e(0x1ac),'command':a130_0x3c954e(0x1b4),'description':a130_0x3c954e(0x190),'risk':'high-risk-write','requiresAppCode':!![],'structuredErrors':!![],'confirmationDescription':'Publish\x20an\x20application-wide\x20Instant\x20API\x20allow,\x20deny,\x20or\x20Backend\x20Function\x20routing\x20policy.','flags':[CHANGE_SUMMARY_FLAG,EXPECTED_REVISION_FLAG],async 'validate'(_0x272df0){readChangeSummary(_0x272df0),readExpectedRevision(_0x272df0);},async 'dryRun'(_0x5ed628){const _0x49a2c7=a130_0x3c954e,_0x2ec216=await preparePublish(_0x5ed628);return asDryRunResult({'operation':_0x49a2c7(0x1b4),'selector':{'appCode':_0x5ed628[_0x49a2c7(0x1a7)]},'before':projectCurrentPolicy(_0x2ec216[_0x49a2c7(0x1a8)]),'after':{'revision':_0x2ec216[_0x49a2c7(0x1a8)]?_0x2ec216[_0x49a2c7(0x1a8)][_0x49a2c7(0x19f)]+0x1:0x1,'configHash':_0x2ec216[_0x49a2c7(0x198)][_0x49a2c7(0x199)],'config':_0x2ec216[_0x49a2c7(0x198)]['normalizedConfig']},'filePath':_0x2ec216[_0x49a2c7(0x19e)]['policyFilePath'],'relativePath':_0x2ec216['local'][_0x49a2c7(0x1a3)],'dryRun':!![],'backend':{'method':_0x49a2c7(0x1a5),'path':INSTANT_API_POLICY_BASE_PATH+'/publish'},'warnings':expectedRevisionWarnings(_0x2ec216[_0x49a2c7(0x1b8)]),'verification':{'status':_0x49a2c7(0x1a9),'expectedRevision':_0x2ec216[_0x49a2c7(0x1b8)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},{'method':_0x49a2c7(0x1a5),'url':INSTANT_API_POLICY_BASE_PATH+_0x49a2c7(0x1b9)});},async 'execute'(_0x55855f){const _0x2028a4=a130_0x3c954e,_0x55d933=await preparePublish(_0x55855f);let _0x5df217=![];try{await publishInstantApiPolicy({'appCode':_0x55855f['appCode'],'config':_0x55d933['config'],..._0x55d933['changeSummary']?{'changeSummary':_0x55d933[_0x2028a4(0x1b6)]}:{}});}catch(_0x225a30){if(!isPlatformTransportFailure(_0x225a30))throw _0x225a30;_0x5df217=!![];}let _0x5ee6e0;try{_0x5ee6e0=await getCurrentInstantApiPolicy(_0x55855f[_0x2028a4(0x1a7)]);}catch(_0x2997a1){const _0x3a3d38=instantApiPolicyError(_0x5df217?_0x2028a4(0x1b1):_0x2028a4(0x196),_0x2028a4(0x1a2),_0x2028a4(0x1ad)+mutationLookupCommand()+_0x2028a4(0x19c));Object[_0x2028a4(0x191)](_0x3a3d38,_0x2028a4(0x193),{'value':_0x2997a1,'enumerable':![]});throw _0x3a3d38;}const _0x3c3a47=_0x5ee6e0&&(_0x55d933[_0x2028a4(0x1a8)]===null||_0x5ee6e0[_0x2028a4(0x19f)]>_0x55d933[_0x2028a4(0x1a8)]['revision']),_0x539eae=_0x5ee6e0?.[_0x2028a4(0x199)]===_0x55d933['validation']['configHash'];if(!_0x5ee6e0||!_0x3c3a47||!_0x539eae)throw instantApiPolicyError(_0x5df217?'instant_api_policy_publish_outcome_unknown':_0x2028a4(0x1a1),_0x2028a4(0x19d),_0x2028a4(0x1ad)+mutationLookupCommand()+_0x2028a4(0x19c));const _0xe7931a=[...expectedRevisionWarnings(_0x55d933['expectedRevision']),RUNTIME_CACHE_WARNING];return _0x5df217&&_0xe7931a[_0x2028a4(0x1aa)](_0x2028a4(0x194)),{'ok':!![],'data':{'operation':_0x2028a4(0x1b4),'selector':{'appCode':_0x55855f[_0x2028a4(0x1a7)]},'before':projectCurrentPolicy(_0x55d933[_0x2028a4(0x1a8)]),'after':projectCurrentPolicy(_0x5ee6e0),'filePath':_0x55d933[_0x2028a4(0x19e)][_0x2028a4(0x195)],'relativePath':_0x55d933[_0x2028a4(0x19e)][_0x2028a4(0x1a3)],'dryRun':![],'backend':{'method':'POST','path':INSTANT_API_POLICY_BASE_PATH+_0x2028a4(0x1b9)},'warnings':_0xe7931a,'verification':{'status':_0x2028a4(0x197),'recoveredAfterUnknownResponse':_0x5df217,'expectedRevision':_0x55d933['expectedRevision']??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},'message':_0x2028a4(0x1b7)+_0x5ee6e0[_0x2028a4(0x19f)]};}};
1
+ const a130_0x334552=a130_0x2159;(function(_0x1e06da,_0x35aa08){const _0x2f59fd=a130_0x2159,_0x1873d6=_0x1e06da();while(!![]){try{const _0x2dc0cc=-parseInt(_0x2f59fd(0x9e))/0x1+-parseInt(_0x2f59fd(0x85))/0x2*(-parseInt(_0x2f59fd(0x8f))/0x3)+-parseInt(_0x2f59fd(0xad))/0x4*(parseInt(_0x2f59fd(0xa3))/0x5)+-parseInt(_0x2f59fd(0x88))/0x6*(parseInt(_0x2f59fd(0xab))/0x7)+-parseInt(_0x2f59fd(0x9a))/0x8+parseInt(_0x2f59fd(0x92))/0x9+parseInt(_0x2f59fd(0x93))/0xa*(parseInt(_0x2f59fd(0xa4))/0xb);if(_0x2dc0cc===_0x35aa08)break;else _0x1873d6['push'](_0x1873d6['shift']());}catch(_0x380eca){_0x1873d6['push'](_0x1873d6['shift']());}}}(a130_0x2bf4,0x97b2f));function a130_0x2159(_0x3d8783,_0x2e5447){_0x3d8783=_0x3d8783-0x85;const _0x2bf4e3=a130_0x2bf4();let _0x2159ae=_0x2bf4e3[_0x3d8783];return _0x2159ae;}function a130_0x2bf4(){const _0x3a0881=['Publish\x20response\x20was\x20unavailable;\x20current-policy\x20readback\x20proved\x20the\x20new\x20revision\x20without\x20resubmitting.','The\x20publish\x20request\x20was\x20sent,\x20but\x20the\x20current\x20policy\x20could\x20not\x20be\x20verified.','7682445VNIcxG','13163450bpSbUf','config','validation','Published\x20Instant\x20API\x20policy\x20revision\x20','local','policyRelativePath','verified','1489864DnRSHm','publish','POST','`;\x20do\x20not\x20resubmit\x20automatically.','1179230fpVIUB','planned','normalizedConfig','/publish','changeSummary','3301405GgndmC','22mqsthZ','expectedRevision','revision','Publish\x20the\x20fixed\x20local\x20policy\x20as\x20a\x20new\x20active\x20revision','high-risk-write','policyFilePath','appCode','7rSCRtM','instant_api_policy_publish_verification_unavailable','4yrnUPx','2nwcsow','push','cause','5609406qDiMHE','configHash','defineProperty','instant_api_policy_publish_verification_failed','instant_api_policy_publish_outcome_unknown','before','Inspect\x20with\x20`','287127pQSwBk'];a130_0x2bf4=function(){return _0x3a0881;};return a130_0x2bf4();}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';import{instantApiPolicyError}from'../../core/instant-api-policy/config.js';async function preparePublish(_0x413a28){const _0x4a22d4=a130_0x2159,{local:_0x4e46fd,config:_0x2630f2}=await readFixedPolicy(_0x413a28),_0xe53fd6=readChangeSummary(_0x413a28),_0x31e1ad=readExpectedRevision(_0x413a28),[_0x29cdb4,_0x2fe338]=await Promise['all']([getCurrentInstantApiPolicy(_0x413a28[_0x4a22d4(0xaa)]),validateInstantApiPolicy({'appCode':_0x413a28[_0x4a22d4(0xaa)],'config':_0x2630f2})]);return assertExpectedRevision(_0x29cdb4,_0x31e1ad),{'local':_0x4e46fd,'config':_0x2630f2,'changeSummary':_0xe53fd6,'expectedRevision':_0x31e1ad,'before':_0x29cdb4,'validation':_0x2fe338};}export const instantApiPolicyPublish={'service':'instant-api-policy','command':a130_0x334552(0x9b),'description':a130_0x334552(0xa7),'risk':a130_0x334552(0xa8),'requiresAppCode':!![],'structuredErrors':!![],'confirmationDescription':'Publish\x20an\x20application-wide\x20Instant\x20API\x20allow,\x20deny,\x20or\x20Backend\x20Function\x20routing\x20policy.','flags':[CHANGE_SUMMARY_FLAG,EXPECTED_REVISION_FLAG],async 'validate'(_0x9c00a1){readChangeSummary(_0x9c00a1),readExpectedRevision(_0x9c00a1);},async 'dryRun'(_0x55f067){const _0x125040=a130_0x334552,_0x5a1a72=await preparePublish(_0x55f067);return asDryRunResult({'operation':_0x125040(0x9b),'selector':{'appCode':_0x55f067[_0x125040(0xaa)]},'before':projectCurrentPolicy(_0x5a1a72[_0x125040(0x8d)]),'after':{'revision':_0x5a1a72[_0x125040(0x8d)]?_0x5a1a72[_0x125040(0x8d)][_0x125040(0xa6)]+0x1:0x1,'configHash':_0x5a1a72[_0x125040(0x95)][_0x125040(0x89)],'config':_0x5a1a72['validation'][_0x125040(0xa0)]},'filePath':_0x5a1a72['local'][_0x125040(0xa9)],'relativePath':_0x5a1a72[_0x125040(0x97)][_0x125040(0x98)],'dryRun':!![],'backend':{'method':_0x125040(0x9c),'path':INSTANT_API_POLICY_BASE_PATH+'/publish'},'warnings':expectedRevisionWarnings(_0x5a1a72[_0x125040(0xa5)]),'verification':{'status':_0x125040(0x9f),'expectedRevision':_0x5a1a72['expectedRevision']??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},{'method':_0x125040(0x9c),'url':INSTANT_API_POLICY_BASE_PATH+_0x125040(0xa1)});},async 'execute'(_0x2a153d){const _0x2a39ac=a130_0x334552,_0x43f539=await preparePublish(_0x2a153d);let _0x3f5b39=![];try{await publishInstantApiPolicy({'appCode':_0x2a153d[_0x2a39ac(0xaa)],'config':_0x43f539[_0x2a39ac(0x94)],..._0x43f539['changeSummary']?{'changeSummary':_0x43f539[_0x2a39ac(0xa2)]}:{}});}catch(_0x5accd4){if(!isPlatformTransportFailure(_0x5accd4))throw _0x5accd4;_0x3f5b39=!![];}let _0x2033b7;try{_0x2033b7=await getCurrentInstantApiPolicy(_0x2a153d[_0x2a39ac(0xaa)]);}catch(_0x181641){const _0x28b374=instantApiPolicyError(_0x3f5b39?_0x2a39ac(0x8c):_0x2a39ac(0xac),_0x2a39ac(0x91),_0x2a39ac(0x8e)+mutationLookupCommand()+'`;\x20do\x20not\x20resubmit\x20automatically.');Object[_0x2a39ac(0x8a)](_0x28b374,_0x2a39ac(0x87),{'value':_0x181641,'enumerable':![]});throw _0x28b374;}const _0x57ff0b=_0x2033b7&&(_0x43f539[_0x2a39ac(0x8d)]===null||_0x2033b7['revision']>_0x43f539[_0x2a39ac(0x8d)][_0x2a39ac(0xa6)]),_0x45ab4c=_0x2033b7?.[_0x2a39ac(0x89)]===_0x43f539[_0x2a39ac(0x95)]['configHash'];if(!_0x2033b7||!_0x57ff0b||!_0x45ab4c)throw instantApiPolicyError(_0x3f5b39?_0x2a39ac(0x8c):_0x2a39ac(0x8b),'Current\x20policy\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20publish.',_0x2a39ac(0x8e)+mutationLookupCommand()+_0x2a39ac(0x9d));const _0x5312a4=[...expectedRevisionWarnings(_0x43f539['expectedRevision']),RUNTIME_CACHE_WARNING];return _0x3f5b39&&_0x5312a4[_0x2a39ac(0x86)](_0x2a39ac(0x90)),{'ok':!![],'data':{'operation':'publish','selector':{'appCode':_0x2a153d[_0x2a39ac(0xaa)]},'before':projectCurrentPolicy(_0x43f539[_0x2a39ac(0x8d)]),'after':projectCurrentPolicy(_0x2033b7),'filePath':_0x43f539[_0x2a39ac(0x97)][_0x2a39ac(0xa9)],'relativePath':_0x43f539[_0x2a39ac(0x97)][_0x2a39ac(0x98)],'dryRun':![],'backend':{'method':_0x2a39ac(0x9c),'path':INSTANT_API_POLICY_BASE_PATH+'/publish'},'warnings':_0x5312a4,'verification':{'status':_0x2a39ac(0x99),'recoveredAfterUnknownResponse':_0x3f5b39,'expectedRevision':_0x43f539[_0x2a39ac(0xa5)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},'message':_0x2a39ac(0x96)+_0x2033b7['revision']};}};
@@ -1 +1 @@
1
- function a131_0x1b7b(){const _0x7cb786=['revision','unchanged','23239908bRimpl','policyRelativePath','instant-api-policy','appCode','force','2425WBjtJS','441YyANhf','\x20Instant\x20API\x20policy\x20revision\x20','102099wyjQhH','1620TXznZc','1073767stiJEI','config','Run\x20`rabetbase\x20instant-api-policy\x20init`\x20to\x20create\x20a\x20local\x20policy\x20draft.','action','policyFilePath','87816OGXDWw','5401084AMeSlv','141652YxrsMZ','instant_api_policy_not_configured','write'];a131_0x1b7b=function(){return _0x7cb786;};return a131_0x1b7b();}function a131_0x5c6e(_0x498493,_0x5c50db){_0x498493=_0x498493-0x15c;const _0x1b7b28=a131_0x1b7b();let _0x5c6eb9=_0x1b7b28[_0x498493];return _0x5c6eb9;}const a131_0x5f5418=a131_0x5c6e;(function(_0x43dc5b,_0x2dafb0){const _0x420b40=a131_0x5c6e,_0x39acd5=_0x43dc5b();while(!![]){try{const _0x391d59=-parseInt(_0x420b40(0x169))/0x1+parseInt(_0x420b40(0x170))/0x2+-parseInt(_0x420b40(0x167))/0x3+-parseInt(_0x420b40(0x16f))/0x4+parseInt(_0x420b40(0x164))/0x5*(-parseInt(_0x420b40(0x168))/0x6)+-parseInt(_0x420b40(0x165))/0x7*(-parseInt(_0x420b40(0x16e))/0x8)+parseInt(_0x420b40(0x15f))/0x9;if(_0x391d59===_0x2dafb0)break;else _0x39acd5['push'](_0x39acd5['shift']());}catch(_0x3ecedb){_0x39acd5['push'](_0x39acd5['shift']());}}}(a131_0x1b7b,0xb8770));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_0x5f5418(0x161),'command':'pull','description':'Pull\x20the\x20current\x20effective\x20policy\x20into\x20the\x20fixed\x20local\x20file','risk':a131_0x5f5418(0x15c),'requiresAppCode':!![],'structuredErrors':!![],'flags':[FORCE_FLAG],async 'validate'(_0x3f066c){requireForceConfirmation(_0x3f066c);},async 'execute'(_0x575a09){const _0x20dcdc=a131_0x5f5418;requireForceConfirmation(_0x575a09);const _0x5a8a3e=await getCurrentInstantApiPolicy(_0x575a09[_0x20dcdc(0x162)]);if(!_0x5a8a3e)throw instantApiPolicyError(_0x20dcdc(0x171),'Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20'+_0x575a09[_0x20dcdc(0x162)]+'.',_0x20dcdc(0x16b));const _0x520b58=loadInstantApiPolicyLocalConfig(_0x575a09[_0x20dcdc(0x162)]),_0x47cfff=await writeInstantApiPolicyConfigFile(_0x520b58,_0x5a8a3e[_0x20dcdc(0x16a)],{'force':_0x575a09['bool'](_0x20dcdc(0x163))});return{'ok':!![],'data':{'operation':'pull','selector':{'appCode':_0x575a09['appCode'],'revision':_0x5a8a3e[_0x20dcdc(0x15d)]},'filePath':_0x520b58[_0x20dcdc(0x16d)],'relativePath':_0x520b58[_0x20dcdc(0x160)],'action':_0x47cfff[_0x20dcdc(0x16c)],'configHash':_0x5a8a3e['configHash']},'message':(_0x47cfff['action']===_0x20dcdc(0x15e)?'Kept':'Pulled')+_0x20dcdc(0x166)+_0x5a8a3e['revision']};}};
1
+ const a131_0x312eff=a131_0x1acb;(function(_0x52624d,_0x4506c7){const _0x3e124b=a131_0x1acb,_0x47eb22=_0x52624d();while(!![]){try{const _0x2248d3=parseInt(_0x3e124b(0xd6))/0x1+parseInt(_0x3e124b(0xdf))/0x2*(parseInt(_0x3e124b(0xe0))/0x3)+-parseInt(_0x3e124b(0xcc))/0x4+parseInt(_0x3e124b(0xcb))/0x5+-parseInt(_0x3e124b(0xc9))/0x6*(-parseInt(_0x3e124b(0xc7))/0x7)+-parseInt(_0x3e124b(0xd1))/0x8*(-parseInt(_0x3e124b(0xe1))/0x9)+-parseInt(_0x3e124b(0xdd))/0xa;if(_0x2248d3===_0x4506c7)break;else _0x47eb22['push'](_0x47eb22['shift']());}catch(_0x876879){_0x47eb22['push'](_0x47eb22['shift']());}}}(a131_0x3257,0x2c5f4));function a131_0x3257(){const _0x23f4b3=['1692PoCjEv','write','615170sRpwKJ','1072412QJwano','Pulled','pull','policyRelativePath','appCode','8Hbwdsd','Run\x20`rabetbase\x20instant-api-policy\x20init`\x20to\x20create\x20a\x20local\x20policy\x20draft.','instant-api-policy','action','config','312418bbvkgW','policyFilePath','force','Kept','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','revision','unchanged','7152510jMQFwI','instant_api_policy_not_configured','142750RWCYEm','15URPFLy','2352465XhxjmU','2765vltPOJ','\x20Instant\x20API\x20policy\x20revision\x20'];a131_0x3257=function(){return _0x23f4b3;};return a131_0x3257();}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';function a131_0x1acb(_0x53db71,_0xcc79bd){_0x53db71=_0x53db71-0xc7;const _0x325719=a131_0x3257();let _0x1acb78=_0x325719[_0x53db71];return _0x1acb78;}export const instantApiPolicyPull={'service':a131_0x312eff(0xd3),'command':a131_0x312eff(0xce),'description':'Pull\x20the\x20current\x20effective\x20policy\x20into\x20the\x20fixed\x20local\x20file','risk':a131_0x312eff(0xca),'requiresAppCode':!![],'structuredErrors':!![],'flags':[FORCE_FLAG],async 'validate'(_0x2c66d7){requireForceConfirmation(_0x2c66d7);},async 'execute'(_0x3a7bf2){const _0x47c987=a131_0x312eff;requireForceConfirmation(_0x3a7bf2);const _0x20d238=await getCurrentInstantApiPolicy(_0x3a7bf2[_0x47c987(0xd0)]);if(!_0x20d238)throw instantApiPolicyError(_0x47c987(0xde),_0x47c987(0xda)+_0x3a7bf2[_0x47c987(0xd0)]+'.',_0x47c987(0xd2));const _0x15039e=loadInstantApiPolicyLocalConfig(_0x3a7bf2[_0x47c987(0xd0)]),_0x505a8d=await writeInstantApiPolicyConfigFile(_0x15039e,_0x20d238[_0x47c987(0xd5)],{'force':_0x3a7bf2['bool'](_0x47c987(0xd8))});return{'ok':!![],'data':{'operation':_0x47c987(0xce),'selector':{'appCode':_0x3a7bf2[_0x47c987(0xd0)],'revision':_0x20d238['revision']},'filePath':_0x15039e[_0x47c987(0xd7)],'relativePath':_0x15039e[_0x47c987(0xcf)],'action':_0x505a8d[_0x47c987(0xd4)],'configHash':_0x20d238['configHash']},'message':(_0x505a8d[_0x47c987(0xd4)]===_0x47c987(0xdc)?_0x47c987(0xd9):_0x47c987(0xcd))+_0x47c987(0xc8)+_0x20d238[_0x47c987(0xdb)]};}};
@@ -1 +1 @@
1
- const a132_0x191f24=a132_0x529a;function a132_0x529a(_0x3cf60b,_0x4e1367){_0x3cf60b=_0x3cf60b-0x6b;const _0xa1dcd7=a132_0xa1dc();let _0x529aeb=_0xa1dcd7[_0x3cf60b];return _0x529aeb;}(function(_0x5ed3bc,_0x17e49b){const _0x19f9cd=a132_0x529a,_0x4a0c4a=_0x5ed3bc();while(!![]){try{const _0x3b08bc=parseInt(_0x19f9cd(0x74))/0x1+parseInt(_0x19f9cd(0x71))/0x2*(parseInt(_0x19f9cd(0x6f))/0x3)+-parseInt(_0x19f9cd(0x72))/0x4+-parseInt(_0x19f9cd(0x6c))/0x5*(parseInt(_0x19f9cd(0x6e))/0x6)+parseInt(_0x19f9cd(0x73))/0x7+parseInt(_0x19f9cd(0x6d))/0x8*(parseInt(_0x19f9cd(0x70))/0x9)+-parseInt(_0x19f9cd(0x6b))/0xa;if(_0x3b08bc===_0x17e49b)break;else _0x4a0c4a['push'](_0x4a0c4a['shift']());}catch(_0x45639c){_0x4a0c4a['push'](_0x4a0c4a['shift']());}}}(a132_0xa1dc,0x3a173));import{getInstantApiPolicyRevision}from'../../core/api-client.js';import{projectRevisionDetail,readRevision,REVISION_FLAG}from'../../commands/instant-api-policy/shared.js';function a132_0xa1dc(){const _0x31d461=['2152350bbdmzp','10kDSWir','555488XdzMuz','238146vrwVMe','33AbwwZu','18OUbCkT','68258fXvgZa','416440IIYaRH','557144xnrkBk','42783BWIIDR','revision','Loaded\x20Instant\x20API\x20policy\x20revision\x20'];a132_0xa1dc=function(){return _0x31d461;};return a132_0xa1dc();}export const instantApiPolicyRevision={'service':'instant-api-policy','command':a132_0x191f24(0x75),'description':'Get\x20one\x20immutable\x20Instant\x20API\x20policy\x20revision','risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[REVISION_FLAG],async 'validate'(_0x273c72){readRevision(_0x273c72);},async 'execute'(_0x1e3a29){const _0x4044b7=a132_0x191f24,_0x4de748=readRevision(_0x1e3a29),_0x426c18=await getInstantApiPolicyRevision(_0x1e3a29['appCode'],_0x4de748);return{'ok':!![],'data':{'revision':projectRevisionDetail(_0x426c18)},'message':_0x4044b7(0x76)+_0x4de748};}};
1
+ const a132_0x59fe1c=a132_0x58fb;(function(_0x483563,_0x345e6e){const _0x3cb7e9=a132_0x58fb,_0x5ac9db=_0x483563();while(!![]){try{const _0x205465=parseInt(_0x3cb7e9(0x109))/0x1*(parseInt(_0x3cb7e9(0x107))/0x2)+parseInt(_0x3cb7e9(0x10f))/0x3+parseInt(_0x3cb7e9(0x100))/0x4*(-parseInt(_0x3cb7e9(0x101))/0x5)+-parseInt(_0x3cb7e9(0x10d))/0x6+parseInt(_0x3cb7e9(0x10a))/0x7*(parseInt(_0x3cb7e9(0x10e))/0x8)+parseInt(_0x3cb7e9(0x105))/0x9*(-parseInt(_0x3cb7e9(0x10b))/0xa)+parseInt(_0x3cb7e9(0x10c))/0xb*(parseInt(_0x3cb7e9(0x102))/0xc);if(_0x205465===_0x345e6e)break;else _0x5ac9db['push'](_0x5ac9db['shift']());}catch(_0x1c4f3d){_0x5ac9db['push'](_0x5ac9db['shift']());}}}(a132_0x4cc0,0xe9995));import{getInstantApiPolicyRevision}from'../../core/api-client.js';import{projectRevisionDetail,readRevision,REVISION_FLAG}from'../../commands/instant-api-policy/shared.js';function a132_0x4cc0(){const _0x8359ba=['236nuTOhD','3451QvelKF','10Jubsqh','22oNOsAR','8129772UdrmID','4216zSdQbZ','3604464GhSEZT','Loaded\x20Instant\x20API\x20policy\x20revision\x20','2556OlUSmU','11105CoMcnl','10818228jhvfcd','read','instant-api-policy','9797175ccEnnd','appCode','13180rqmqgO','Get\x20one\x20immutable\x20Instant\x20API\x20policy\x20revision'];a132_0x4cc0=function(){return _0x8359ba;};return a132_0x4cc0();}function a132_0x58fb(_0x3dc117,_0x1668ac){_0x3dc117=_0x3dc117-0xff;const _0x4cc0bd=a132_0x4cc0();let _0x58fbd4=_0x4cc0bd[_0x3dc117];return _0x58fbd4;}export const instantApiPolicyRevision={'service':a132_0x59fe1c(0x104),'command':'revision','description':a132_0x59fe1c(0x108),'risk':a132_0x59fe1c(0x103),'requiresAppCode':!![],'structuredErrors':!![],'flags':[REVISION_FLAG],async 'validate'(_0x376e24){readRevision(_0x376e24);},async 'execute'(_0x20adb5){const _0x920053=a132_0x59fe1c,_0x112c09=readRevision(_0x20adb5),_0x4eab3b=await getInstantApiPolicyRevision(_0x20adb5[_0x920053(0x106)],_0x112c09);return{'ok':!![],'data':{'revision':projectRevisionDetail(_0x4eab3b)},'message':_0x920053(0xff)+_0x112c09};}};
@@ -1 +1 @@
1
- const a133_0x1ceb85=a133_0x3d27;(function(_0x5a24e1,_0x50021e){const _0x12d529=a133_0x3d27,_0x586bea=_0x5a24e1();while(!![]){try{const _0x5e9b19=-parseInt(_0x12d529(0x1c0))/0x1*(parseInt(_0x12d529(0x1be))/0x2)+parseInt(_0x12d529(0x1bc))/0x3+-parseInt(_0x12d529(0x1c9))/0x4*(-parseInt(_0x12d529(0x1c4))/0x5)+parseInt(_0x12d529(0x1bf))/0x6*(parseInt(_0x12d529(0x1c6))/0x7)+parseInt(_0x12d529(0x1c3))/0x8+parseInt(_0x12d529(0x1cd))/0x9*(-parseInt(_0x12d529(0x1c2))/0xa)+-parseInt(_0x12d529(0x1cb))/0xb*(-parseInt(_0x12d529(0x1cc))/0xc);if(_0x5e9b19===_0x50021e)break;else _0x586bea['push'](_0x586bea['shift']());}catch(_0xd6460f){_0x586bea['push'](_0x586bea['shift']());}}}(a133_0x2e2b,0x298f7));import{listInstantApiPolicyRevisions}from'../../core/api-client.js';function a133_0x2e2b(){const _0x3cccad=['471012iNUbiu','map','51446FBtpBj','3732hUQGgm','1WEWoHh','length','28790mkONUA','360024QYxPFc','15UiynLF','appCode','1673eMhMdB','instant-api-policy','\x20Instant\x20API\x20policy\x20revision(s)','37160ilyukU','read','110RkPRXu','157476mprMGw','981tqKnki','Found\x20'];a133_0x2e2b=function(){return _0x3cccad;};return a133_0x2e2b();}function a133_0x3d27(_0x170625,_0x58f257){_0x170625=_0x170625-0x1bb;const _0x2e2b64=a133_0x2e2b();let _0x3d2713=_0x2e2b64[_0x170625];return _0x3d2713;}import{projectRevisionSummary}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyRevisions={'service':a133_0x1ceb85(0x1c7),'command':'revisions','description':'List\x20immutable\x20Instant\x20API\x20policy\x20revisions','risk':a133_0x1ceb85(0x1ca),'requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x5a3aa0){const _0x5275c2=a133_0x1ceb85,_0x1f071b=await listInstantApiPolicyRevisions(_0x5a3aa0[_0x5275c2(0x1c5)]);return{'ok':!![],'data':{'appCode':_0x5a3aa0[_0x5275c2(0x1c5)],'total':_0x1f071b[_0x5275c2(0x1c1)],'revisions':_0x1f071b[_0x5275c2(0x1bd)](projectRevisionSummary)},'message':_0x5275c2(0x1bb)+_0x1f071b[_0x5275c2(0x1c1)]+_0x5275c2(0x1c8)};}};
1
+ const a133_0xeb23d9=a133_0x546b;function a133_0x2ab1(){const _0x1caa82=['read','231806YdEWGx','length','\x20Instant\x20API\x20policy\x20revision(s)','101298FOlXRX','490465OZfyGF','appCode','Found\x20','1pRDszM','map','794007zkKVFo','617232VWxmZY','149347QcydXK','192ExCieS','8OFcHGj','instant-api-policy','42511RGVNXs','40ffAqkl','16WHDHsQ'];a133_0x2ab1=function(){return _0x1caa82;};return a133_0x2ab1();}(function(_0x361cdf,_0x17b388){const _0x3bd62a=a133_0x546b,_0x1e5324=_0x361cdf();while(!![]){try{const _0x33d1f2=parseInt(_0x3bd62a(0x138))/0x1*(-parseInt(_0x3bd62a(0x131))/0x2)+parseInt(_0x3bd62a(0x134))/0x3*(parseInt(_0x3bd62a(0x12f))/0x4)+parseInt(_0x3bd62a(0x135))/0x5+-parseInt(_0x3bd62a(0x13d))/0x6*(-parseInt(_0x3bd62a(0x12d))/0x7)+-parseInt(_0x3bd62a(0x13e))/0x8*(parseInt(_0x3bd62a(0x13a))/0x9)+parseInt(_0x3bd62a(0x12e))/0xa*(-parseInt(_0x3bd62a(0x13c))/0xb)+-parseInt(_0x3bd62a(0x13b))/0xc;if(_0x33d1f2===_0x17b388)break;else _0x1e5324['push'](_0x1e5324['shift']());}catch(_0xf34206){_0x1e5324['push'](_0x1e5324['shift']());}}}(a133_0x2ab1,0x1cb77));import{listInstantApiPolicyRevisions}from'../../core/api-client.js';import{projectRevisionSummary}from'../../commands/instant-api-policy/shared.js';function a133_0x546b(_0x5f4041,_0x5a4809){_0x5f4041=_0x5f4041-0x12c;const _0x2ab1f7=a133_0x2ab1();let _0x546b71=_0x2ab1f7[_0x5f4041];return _0x546b71;}export const instantApiPolicyRevisions={'service':a133_0xeb23d9(0x12c),'command':'revisions','description':'List\x20immutable\x20Instant\x20API\x20policy\x20revisions','risk':a133_0xeb23d9(0x130),'requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x5170fd){const _0x149f33=a133_0xeb23d9,_0x197121=await listInstantApiPolicyRevisions(_0x5170fd[_0x149f33(0x136)]);return{'ok':!![],'data':{'appCode':_0x5170fd['appCode'],'total':_0x197121[_0x149f33(0x132)],'revisions':_0x197121[_0x149f33(0x139)](projectRevisionSummary)},'message':_0x149f33(0x137)+_0x197121[_0x149f33(0x132)]+_0x149f33(0x133)};}};
@@ -1 +1 @@
1
- const a134_0x3587a8=a134_0x481a;(function(_0x5f09e9,_0x46309f){const _0x5ad0fe=a134_0x481a,_0x5488c8=_0x5f09e9();while(!![]){try{const _0x33c1d7=parseInt(_0x5ad0fe(0x140))/0x1+parseInt(_0x5ad0fe(0x143))/0x2+parseInt(_0x5ad0fe(0x139))/0x3+parseInt(_0x5ad0fe(0x147))/0x4*(parseInt(_0x5ad0fe(0x135))/0x5)+parseInt(_0x5ad0fe(0x13c))/0x6+parseInt(_0x5ad0fe(0x14a))/0x7+-parseInt(_0x5ad0fe(0x144))/0x8;if(_0x33c1d7===_0x46309f)break;else _0x5488c8['push'](_0x5488c8['shift']());}catch(_0x164767){_0x5488c8['push'](_0x5488c8['shift']());}}}(a134_0x2054,0x42b6c));function a134_0x481a(_0x191d47,_0x4e5465){_0x191d47=_0x191d47-0x135;const _0x205408=a134_0x2054();let _0x481a47=_0x205408[_0x191d47];return _0x481a47;}import{getCurrentInstantApiPolicy,getInstantApiPolicyRevision,isPlatformTransportFailure,rollbackInstantApiPolicy}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';function a134_0x2054(){const _0x577b0a=['appCode','cause','before','Inspect\x20with\x20`','instant_api_policy_rollback_verification_unavailable','Current\x20policy\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20rollback.','Rolled\x20Instant\x20API\x20policy\x20revision\x20','Restore\x20a\x20historical\x20policy\x20as\x20a\x20new\x20active\x20revision','high-risk-write','instant_api_policy_rollback_outcome_unknown','target','5kMPgSG','revision','instant_api_policy_rollback_verification_failed','rollback','1010043rKhZoK','/rollback','defineProperty','2203182kepSkX','verified','The\x20rollback\x20request\x20was\x20sent,\x20but\x20the\x20current\x20policy\x20could\x20not\x20be\x20verified.','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','236749PsKmBW','configHash','\x20forward\x20to\x20revision\x20','946810sXHXKa','14650968jleADD','POST','expectedRevision','1087360pYjyGl','`;\x20do\x20not\x20resubmit\x20automatically.','push','2931313gAjhLj','changeSummary'];a134_0x2054=function(){return _0x577b0a;};return a134_0x2054();}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';async function prepareRollback(_0x38bd40){const _0x20a3ca=a134_0x481a,_0x1a0836=readRevision(_0x38bd40),_0x5314ed=readChangeSummary(_0x38bd40),_0x402415=readExpectedRevision(_0x38bd40),[_0x123d27,_0x2fe15f]=await Promise['all']([getCurrentInstantApiPolicy(_0x38bd40[_0x20a3ca(0x14c)]),getInstantApiPolicyRevision(_0x38bd40[_0x20a3ca(0x14c)],_0x1a0836)]);if(!_0x123d27)throw instantApiPolicyError('instant_api_policy_not_configured',_0x20a3ca(0x13f)+_0x38bd40[_0x20a3ca(0x14c)]+'.');return assertExpectedRevision(_0x123d27,_0x402415),{'revision':_0x1a0836,'changeSummary':_0x5314ed,'expectedRevision':_0x402415,'before':_0x123d27,'target':_0x2fe15f};}export const instantApiPolicyRollback={'service':'instant-api-policy','command':a134_0x3587a8(0x138),'description':a134_0x3587a8(0x153),'risk':a134_0x3587a8(0x154),'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'(_0xae3ba9){readRevision(_0xae3ba9),readChangeSummary(_0xae3ba9),readExpectedRevision(_0xae3ba9);},async 'dryRun'(_0x263fda){const _0x36fe5c=a134_0x3587a8,_0x52ab7c=await prepareRollback(_0x263fda);return asDryRunResult({'operation':_0x36fe5c(0x138),'selector':{'appCode':_0x263fda['appCode'],'sourceRevision':_0x52ab7c[_0x36fe5c(0x136)]},'before':projectCurrentPolicy(_0x52ab7c[_0x36fe5c(0x14e)]),'after':{'revision':_0x52ab7c[_0x36fe5c(0x14e)][_0x36fe5c(0x136)]+0x1,'sourceRevision':projectRevisionDetail(_0x52ab7c[_0x36fe5c(0x156)])},'dryRun':!![],'backend':{'method':'POST','path':INSTANT_API_POLICY_BASE_PATH+_0x36fe5c(0x13a)},'warnings':expectedRevisionWarnings(_0x52ab7c[_0x36fe5c(0x146)]),'verification':{'status':'planned','expectedRevision':_0x52ab7c[_0x36fe5c(0x146)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},{'method':_0x36fe5c(0x145),'url':INSTANT_API_POLICY_BASE_PATH+_0x36fe5c(0x13a)});},async 'execute'(_0x23c8e8){const _0xb160ab=a134_0x3587a8,_0x3a0560=await prepareRollback(_0x23c8e8);let _0x2b9054=![];try{await rollbackInstantApiPolicy({'appCode':_0x23c8e8[_0xb160ab(0x14c)],'revision':_0x3a0560[_0xb160ab(0x136)],..._0x3a0560[_0xb160ab(0x14b)]?{'changeSummary':_0x3a0560[_0xb160ab(0x14b)]}:{}});}catch(_0x2cc55a){if(!isPlatformTransportFailure(_0x2cc55a))throw _0x2cc55a;_0x2b9054=!![];}let _0x457e79;try{_0x457e79=await getCurrentInstantApiPolicy(_0x23c8e8[_0xb160ab(0x14c)]);}catch(_0x507b7f){const _0x1497a9=instantApiPolicyError(_0x2b9054?'instant_api_policy_rollback_outcome_unknown':_0xb160ab(0x150),_0xb160ab(0x13e),'Inspect\x20with\x20`'+mutationLookupCommand()+'`;\x20do\x20not\x20resubmit\x20automatically.');Object[_0xb160ab(0x13b)](_0x1497a9,_0xb160ab(0x14d),{'value':_0x507b7f,'enumerable':![]});throw _0x1497a9;}const _0x419cac=_0x457e79&&_0x457e79['revision']>_0x3a0560[_0xb160ab(0x14e)][_0xb160ab(0x136)],_0x773cfe=_0x457e79?.[_0xb160ab(0x141)]===_0x3a0560['target']['configHash'];if(!_0x457e79||!_0x419cac||!_0x773cfe)throw instantApiPolicyError(_0x2b9054?_0xb160ab(0x155):_0xb160ab(0x137),_0xb160ab(0x151),_0xb160ab(0x14f)+mutationLookupCommand()+_0xb160ab(0x148));const _0x59e7f5=[...expectedRevisionWarnings(_0x3a0560[_0xb160ab(0x146)]),RUNTIME_CACHE_WARNING];return _0x2b9054&&_0x59e7f5[_0xb160ab(0x149)]('Rollback\x20response\x20was\x20unavailable;\x20current-policy\x20readback\x20proved\x20the\x20new\x20revision\x20without\x20resubmitting.'),{'ok':!![],'data':{'operation':_0xb160ab(0x138),'selector':{'appCode':_0x23c8e8[_0xb160ab(0x14c)],'sourceRevision':_0x3a0560[_0xb160ab(0x136)]},'before':projectCurrentPolicy(_0x3a0560[_0xb160ab(0x14e)]),'after':projectCurrentPolicy(_0x457e79),'dryRun':![],'backend':{'method':'POST','path':INSTANT_API_POLICY_BASE_PATH+_0xb160ab(0x13a)},'warnings':_0x59e7f5,'verification':{'status':_0xb160ab(0x13d),'recoveredAfterUnknownResponse':_0x2b9054,'expectedRevision':_0x3a0560['expectedRevision']??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},'message':_0xb160ab(0x152)+_0x3a0560[_0xb160ab(0x136)]+_0xb160ab(0x142)+_0x457e79[_0xb160ab(0x136)]};}};
1
+ const a134_0x581d6e=a134_0x1769;(function(_0x52f790,_0x2f0880){const _0x1d0726=a134_0x1769,_0x3aebdc=_0x52f790();while(!![]){try{const _0x45a700=-parseInt(_0x1d0726(0x1de))/0x1+-parseInt(_0x1d0726(0x1d0))/0x2+-parseInt(_0x1d0726(0x1c2))/0x3*(parseInt(_0x1d0726(0x1cc))/0x4)+parseInt(_0x1d0726(0x1da))/0x5+-parseInt(_0x1d0726(0x1cd))/0x6+-parseInt(_0x1d0726(0x1c4))/0x7*(-parseInt(_0x1d0726(0x1d1))/0x8)+parseInt(_0x1d0726(0x1bf))/0x9*(parseInt(_0x1d0726(0x1cb))/0xa);if(_0x45a700===_0x2f0880)break;else _0x3aebdc['push'](_0x3aebdc['shift']());}catch(_0x493451){_0x3aebdc['push'](_0x3aebdc['shift']());}}}(a134_0x55af,0x7803e));import{getCurrentInstantApiPolicy,getInstantApiPolicyRevision,isPlatformTransportFailure,rollbackInstantApiPolicy}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';function a134_0x1769(_0x5a73b7,_0x1395a9){_0x5a73b7=_0x5a73b7-0x1b9;const _0x55af60=a134_0x55af();let _0x17699e=_0x55af60[_0x5a73b7];return _0x17699e;}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_0x55af(){const _0x3e981b=['verified','452669zovQPt','POST','revision','Current\x20policy\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20rollback.','\x20forward\x20to\x20revision\x20','cause','`;\x20do\x20not\x20resubmit\x20automatically.','24260rYnOzI','4qawnUx','276942SPQBUX','planned','instant_api_policy_rollback_verification_failed','26342ErlSao','8BnXiPl','Rolled\x20Instant\x20API\x20policy\x20revision\x20','configHash','/rollback','all','defineProperty','The\x20rollback\x20request\x20was\x20sent,\x20but\x20the\x20current\x20policy\x20could\x20not\x20be\x20verified.','Inspect\x20with\x20`','changeSummary','4024620pTFVBW','instant-api-policy','Instant\x20API\x20policy\x20is\x20not\x20configured\x20for\x20','instant_api_policy_rollback_verification_unavailable','851959IBlbQu','rollback','instant_api_policy_rollback_outcome_unknown','target','Restore\x20an\x20application-wide\x20Instant\x20API\x20policy\x20from\x20immutable\x20history\x20as\x20a\x20new\x20revision.','appCode','Rollback\x20response\x20was\x20unavailable;\x20current-policy\x20readback\x20proved\x20the\x20new\x20revision\x20without\x20resubmitting.','2934rvWWHX','before','expectedRevision','772794KCIaeF'];a134_0x55af=function(){return _0x3e981b;};return a134_0x55af();}async function prepareRollback(_0x237e62){const _0xfca4b9=a134_0x1769,_0x3e63bd=readRevision(_0x237e62),_0x112557=readChangeSummary(_0x237e62),_0x2211ca=readExpectedRevision(_0x237e62),[_0x46c3fb,_0x8a5a07]=await Promise[_0xfca4b9(0x1d5)]([getCurrentInstantApiPolicy(_0x237e62[_0xfca4b9(0x1bd)]),getInstantApiPolicyRevision(_0x237e62[_0xfca4b9(0x1bd)],_0x3e63bd)]);if(!_0x46c3fb)throw instantApiPolicyError('instant_api_policy_not_configured',_0xfca4b9(0x1dc)+_0x237e62[_0xfca4b9(0x1bd)]+'.');return assertExpectedRevision(_0x46c3fb,_0x2211ca),{'revision':_0x3e63bd,'changeSummary':_0x112557,'expectedRevision':_0x2211ca,'before':_0x46c3fb,'target':_0x8a5a07};}export const instantApiPolicyRollback={'service':a134_0x581d6e(0x1db),'command':a134_0x581d6e(0x1b9),'description':'Restore\x20a\x20historical\x20policy\x20as\x20a\x20new\x20active\x20revision','risk':'high-risk-write','requiresAppCode':!![],'structuredErrors':!![],'confirmationDescription':a134_0x581d6e(0x1bc),'flags':[REVISION_FLAG,CHANGE_SUMMARY_FLAG,EXPECTED_REVISION_FLAG],async 'validate'(_0x1b70d4){readRevision(_0x1b70d4),readChangeSummary(_0x1b70d4),readExpectedRevision(_0x1b70d4);},async 'dryRun'(_0x16a926){const _0x750297=a134_0x581d6e,_0x2ea10d=await prepareRollback(_0x16a926);return asDryRunResult({'operation':'rollback','selector':{'appCode':_0x16a926[_0x750297(0x1bd)],'sourceRevision':_0x2ea10d[_0x750297(0x1c6)]},'before':projectCurrentPolicy(_0x2ea10d['before']),'after':{'revision':_0x2ea10d[_0x750297(0x1c0)][_0x750297(0x1c6)]+0x1,'sourceRevision':projectRevisionDetail(_0x2ea10d[_0x750297(0x1bb)])},'dryRun':!![],'backend':{'method':_0x750297(0x1c5),'path':INSTANT_API_POLICY_BASE_PATH+'/rollback'},'warnings':expectedRevisionWarnings(_0x2ea10d[_0x750297(0x1c1)]),'verification':{'status':_0x750297(0x1ce),'expectedRevision':_0x2ea10d['expectedRevision']??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},{'method':_0x750297(0x1c5),'url':INSTANT_API_POLICY_BASE_PATH+'/rollback'});},async 'execute'(_0x7a5a2a){const _0x1491a4=a134_0x581d6e,_0x5cebfd=await prepareRollback(_0x7a5a2a);let _0x7f8b8f=![];try{await rollbackInstantApiPolicy({'appCode':_0x7a5a2a[_0x1491a4(0x1bd)],'revision':_0x5cebfd['revision'],..._0x5cebfd[_0x1491a4(0x1d9)]?{'changeSummary':_0x5cebfd[_0x1491a4(0x1d9)]}:{}});}catch(_0x584e77){if(!isPlatformTransportFailure(_0x584e77))throw _0x584e77;_0x7f8b8f=!![];}let _0x4c2876;try{_0x4c2876=await getCurrentInstantApiPolicy(_0x7a5a2a['appCode']);}catch(_0x39745f){const _0x66e35e=instantApiPolicyError(_0x7f8b8f?_0x1491a4(0x1ba):_0x1491a4(0x1dd),_0x1491a4(0x1d7),_0x1491a4(0x1d8)+mutationLookupCommand()+'`;\x20do\x20not\x20resubmit\x20automatically.');Object[_0x1491a4(0x1d6)](_0x66e35e,_0x1491a4(0x1c9),{'value':_0x39745f,'enumerable':![]});throw _0x66e35e;}const _0x475880=_0x4c2876&&_0x4c2876[_0x1491a4(0x1c6)]>_0x5cebfd[_0x1491a4(0x1c0)][_0x1491a4(0x1c6)],_0x438f8e=_0x4c2876?.[_0x1491a4(0x1d3)]===_0x5cebfd[_0x1491a4(0x1bb)][_0x1491a4(0x1d3)];if(!_0x4c2876||!_0x475880||!_0x438f8e)throw instantApiPolicyError(_0x7f8b8f?_0x1491a4(0x1ba):_0x1491a4(0x1cf),_0x1491a4(0x1c7),_0x1491a4(0x1d8)+mutationLookupCommand()+_0x1491a4(0x1ca));const _0x27e4cb=[...expectedRevisionWarnings(_0x5cebfd[_0x1491a4(0x1c1)]),RUNTIME_CACHE_WARNING];return _0x7f8b8f&&_0x27e4cb['push'](_0x1491a4(0x1be)),{'ok':!![],'data':{'operation':_0x1491a4(0x1b9),'selector':{'appCode':_0x7a5a2a['appCode'],'sourceRevision':_0x5cebfd['revision']},'before':projectCurrentPolicy(_0x5cebfd[_0x1491a4(0x1c0)]),'after':projectCurrentPolicy(_0x4c2876),'dryRun':![],'backend':{'method':_0x1491a4(0x1c5),'path':INSTANT_API_POLICY_BASE_PATH+_0x1491a4(0x1d4)},'warnings':_0x27e4cb,'verification':{'status':_0x1491a4(0x1c3),'recoveredAfterUnknownResponse':_0x7f8b8f,'expectedRevision':_0x5cebfd[_0x1491a4(0x1c1)]??null,'atomicCompareAndSet':![],'lookupCommand':mutationLookupCommand()}},'message':_0x1491a4(0x1d2)+_0x5cebfd[_0x1491a4(0x1c6)]+_0x1491a4(0x1c8)+_0x4c2876[_0x1491a4(0x1c6)]};}};
@@ -1 +1 @@
1
- function a135_0x310a(){const _0x4d9650=['force','appCode','updateUserId','.\x20Run\x20current\x20and\x20review\x20before\x20retrying.','changeType','Expected\x20revision\x20','6964050NySbBP','configHash','Positive\x20published\x20policy\x20revision','expected-revision','--expected-revision\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20mutation\x20contract\x20has\x20no\x20revision\x20predicate.','bool','657824iKPJDA','4715512FxMTKB','Runtime\x20instances\x20may\x20take\x20up\x20to\x2030\x20seconds\x20to\x20observe\x20the\x20new\x20active\x20policy.','instant_api_policy_change_summary_invalid','The\x20current\x20Instant\x20API\x20policy\x20revision\x20changed\x20before\x20mutation.','yes','number','--revision\x20must\x20be\x20a\x20positive\x20safe\x20integer.','policyId','length','instant_api_policy_revision_mismatch','instantApi','NaN','revision','boolean','732376pcGKfY','2478290kKsktX','createUserId','config','/smartapi/instant-api-policy','3xcsPoo','rabetbase\x20instant-api-policy\x20current\x20--format\x20compress','version','operatorId','str','Replace\x20an\x20existing\x20fixed\x20policy\x20file;\x20requires\x20--yes','--change-summary\x20cannot\x20exceed\x202000\x20characters.','string','isSafeInteger','change-summary','3402632aBSzSG','2501352vEhjUD','changeSummary','--expected-revision\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.','9WCVugB','trim','--force\x20requires\x20--yes\x20because\x20it\x20replaces\x20the\x20fixed\x20local\x20policy\x20file.','gmtCreate','enabled','rules'];a135_0x310a=function(){return _0x4d9650;};return a135_0x310a();}const a135_0x580a2f=a135_0x2f83;(function(_0x4d02aa,_0x5c6b76){const _0x19158f=a135_0x2f83,_0xde2e9e=_0x4d02aa();while(!![]){try{const _0x216ec4=-parseInt(_0x19158f(0x96))/0x1+-parseInt(_0x19158f(0x87))/0x2+parseInt(_0x19158f(0x67))/0x3*(parseInt(_0x19158f(0x88))/0x4)+-parseInt(_0x19158f(0x97))/0x5+parseInt(_0x19158f(0x81))/0x6+parseInt(_0x19158f(0x72))/0x7+parseInt(_0x19158f(0x71))/0x8*(-parseInt(_0x19158f(0x75))/0x9);if(_0x216ec4===_0x5c6b76)break;else _0xde2e9e['push'](_0xde2e9e['shift']());}catch(_0x383d1d){_0xde2e9e['push'](_0xde2e9e['shift']());}}}(a135_0x310a,0xae776));import{instantApiPolicyError,loadInstantApiPolicyLocalConfig,readInstantApiPolicyConfigFile}from'../../core/instant-api-policy/config.js';export const INSTANT_API_POLICY_BASE_PATH=a135_0x580a2f(0x66);function a135_0x2f83(_0x5c409e,_0xbd3932){_0x5c409e=_0x5c409e-0x66;const _0x310a5f=a135_0x310a();let _0x2f839e=_0x310a5f[_0x5c409e];return _0x2f839e;}export const RUNTIME_CACHE_WARNING=a135_0x580a2f(0x89);export const NON_ATOMIC_EXPECTED_REVISION_WARNING=a135_0x580a2f(0x85);export const FORCE_FLAG={'name':a135_0x580a2f(0x7b),'type':a135_0x580a2f(0x95),'default':![],'description':a135_0x580a2f(0x6c)};export const CHANGE_SUMMARY_FLAG={'name':a135_0x580a2f(0x70),'type':a135_0x580a2f(0x6e),'required':![],'description':'Audit\x20summary\x20for\x20this\x20policy\x20revision\x20(maximum\x202000\x20characters)'};export const REVISION_FLAG={'name':a135_0x580a2f(0x94),'type':a135_0x580a2f(0x8d),'required':!![],'description':a135_0x580a2f(0x83)};export const EXPECTED_REVISION_FLAG={'name':a135_0x580a2f(0x84),'type':a135_0x580a2f(0x8d),'required':![],'description':'Non-atomic\x20assertion\x20for\x20the\x20current\x20revision;\x20use\x200\x20when\x20unconfigured'};export function requireForceConfirmation(_0x231c66){const _0x356839=a135_0x580a2f;if(!_0x231c66[_0x356839(0x86)](_0x356839(0x7b))||_0x231c66[_0x356839(0x86)](_0x356839(0x8c)))return;throw instantApiPolicyError('instant_api_policy_force_confirmation_required',_0x356839(0x77),'Review\x20the\x20existing\x20file,\x20then\x20rerun\x20with\x20--force\x20--yes.');}export function readChangeSummary(_0x18e53f){const _0x44f887=a135_0x580a2f,_0x3d860c=_0x18e53f[_0x44f887(0x6b)](_0x44f887(0x70))[_0x44f887(0x76)]();if(!_0x3d860c)return undefined;if(_0x3d860c[_0x44f887(0x90)]>0x7d0)throw instantApiPolicyError(_0x44f887(0x8a),_0x44f887(0x6d));return _0x3d860c;}export function readRevision(_0x233529){const _0x43afaa=a135_0x580a2f,_0x2834eb=_0x233529['num'](_0x43afaa(0x94),Number[_0x43afaa(0x93)]);if(!Number[_0x43afaa(0x6f)](_0x2834eb)||_0x2834eb<=0x0)throw instantApiPolicyError('instant_api_policy_revision_invalid',_0x43afaa(0x8e));return _0x2834eb;}export function readExpectedRevision(_0x2b0ac3){const _0x5722d0=a135_0x580a2f;if(_0x2b0ac3['flag'](_0x5722d0(0x84))===undefined)return undefined;const _0x29120f=_0x2b0ac3['num'](_0x5722d0(0x84),Number['NaN']);if(!Number['isSafeInteger'](_0x29120f)||_0x29120f<0x0)throw instantApiPolicyError('instant_api_policy_expected_revision_invalid',_0x5722d0(0x74));return _0x29120f;}export function assertExpectedRevision(_0x283316,_0x4ef5ba){const _0x2eb66a=a135_0x580a2f;if(_0x4ef5ba===undefined)return;const _0x551150=_0x283316?.[_0x2eb66a(0x94)]??0x0;if(_0x551150!==_0x4ef5ba)throw instantApiPolicyError(_0x2eb66a(0x91),_0x2eb66a(0x8b),_0x2eb66a(0x80)+_0x4ef5ba+';\x20current\x20revision\x20is\x20'+_0x551150+_0x2eb66a(0x7e));}export async function readFixedPolicy(_0x311c5e){const _0x34bee7=a135_0x580a2f,_0x39b576=loadInstantApiPolicyLocalConfig(_0x311c5e[_0x34bee7(0x7c)]),_0x126f4e=await readInstantApiPolicyConfigFile(_0x39b576);return{'local':_0x39b576,'config':_0x126f4e};}export function projectCurrentPolicy(_0x1983e8){const _0x117dca=a135_0x580a2f;if(!_0x1983e8)return null;return{'id':_0x1983e8['id'],'appCode':_0x1983e8[_0x117dca(0x7c)],'revision':_0x1983e8[_0x117dca(0x94)],'configHash':_0x1983e8[_0x117dca(0x82)],'enabled':_0x1983e8[_0x117dca(0x79)],'config':_0x1983e8['config'],'createUserId':_0x1983e8[_0x117dca(0x98)]??null,'updateUserId':_0x1983e8[_0x117dca(0x7d)]??null,'gmtCreate':_0x1983e8[_0x117dca(0x78)]??null,'gmtModified':_0x1983e8['gmtModified']??null};}export function projectRevisionSummary(_0x14150e){const _0x3629d4=a135_0x580a2f;return{'id':_0x14150e['id'],'policyId':_0x14150e[_0x3629d4(0x8f)],'appCode':_0x14150e['appCode'],'revision':_0x14150e[_0x3629d4(0x94)],'configHash':_0x14150e['configHash'],'changeType':_0x14150e[_0x3629d4(0x7f)],'changeSummary':_0x14150e[_0x3629d4(0x73)]??null,'operatorId':_0x14150e[_0x3629d4(0x6a)]??null,'gmtCreate':_0x14150e[_0x3629d4(0x78)]??null,'version':_0x14150e['config'][_0x3629d4(0x69)],'defaultAction':_0x14150e[_0x3629d4(0x99)]['defaults'][_0x3629d4(0x92)],'ruleCount':_0x14150e[_0x3629d4(0x99)][_0x3629d4(0x7a)]?.[_0x3629d4(0x90)]??0x0};}export function projectRevisionDetail(_0x529a59){const _0x37e649=a135_0x580a2f;return{...projectRevisionSummary(_0x529a59),'config':_0x529a59[_0x37e649(0x99)]};}export function expectedRevisionWarnings(_0x108c12){return _0x108c12===undefined?[]:[NON_ATOMIC_EXPECTED_REVISION_WARNING];}export function mutationLookupCommand(){const _0x9ce22d=a135_0x580a2f;return _0x9ce22d(0x68);}
1
+ const a135_0x370889=a135_0x3e77;(function(_0x532656,_0x11c0b2){const _0x402dea=a135_0x3e77,_0x35b8bd=_0x532656();while(!![]){try{const _0x1ea653=parseInt(_0x402dea(0x13b))/0x1*(parseInt(_0x402dea(0x152))/0x2)+parseInt(_0x402dea(0x147))/0x3+parseInt(_0x402dea(0x146))/0x4+parseInt(_0x402dea(0x15b))/0x5+-parseInt(_0x402dea(0x14d))/0x6+parseInt(_0x402dea(0x137))/0x7*(parseInt(_0x402dea(0x14a))/0x8)+-parseInt(_0x402dea(0x131))/0x9;if(_0x1ea653===_0x11c0b2)break;else _0x35b8bd['push'](_0x35b8bd['shift']());}catch(_0x46dd56){_0x35b8bd['push'](_0x35b8bd['shift']());}}}(a135_0x151f,0xaa05e));import{instantApiPolicyError,loadInstantApiPolicyLocalConfig,readInstantApiPolicyConfigFile}from'../../core/instant-api-policy/config.js';export const INSTANT_API_POLICY_BASE_PATH=a135_0x370889(0x12c);export const RUNTIME_CACHE_WARNING=a135_0x370889(0x150);export const NON_ATOMIC_EXPECTED_REVISION_WARNING=a135_0x370889(0x159);export const FORCE_FLAG={'name':a135_0x370889(0x12a),'type':'boolean','default':![],'description':a135_0x370889(0x14b)};function a135_0x3e77(_0x2dde79,_0x3d9b38){_0x2dde79=_0x2dde79-0x128;const _0x151f8f=a135_0x151f();let _0x3e77b1=_0x151f8f[_0x2dde79];return _0x3e77b1;}export const CHANGE_SUMMARY_FLAG={'name':a135_0x370889(0x15a),'type':a135_0x370889(0x132),'required':![],'description':a135_0x370889(0x139)};export const REVISION_FLAG={'name':'revision','type':a135_0x370889(0x136),'required':!![],'description':'Positive\x20published\x20policy\x20revision'};export const EXPECTED_REVISION_FLAG={'name':'expected-revision','type':a135_0x370889(0x136),'required':![],'description':a135_0x370889(0x153)};export function requireForceConfirmation(_0x47c576){const _0x4f4102=a135_0x370889;if(!_0x47c576[_0x4f4102(0x155)](_0x4f4102(0x12a))||_0x47c576[_0x4f4102(0x155)](_0x4f4102(0x144)))return;throw instantApiPolicyError(_0x4f4102(0x129),_0x4f4102(0x143),'Review\x20the\x20existing\x20file,\x20then\x20rerun\x20with\x20--force\x20--yes.');}export function readChangeSummary(_0x595d7e){const _0x5b095a=a135_0x370889,_0x266c2e=_0x595d7e[_0x5b095a(0x13d)](_0x5b095a(0x15a))[_0x5b095a(0x140)]();if(!_0x266c2e)return undefined;if(_0x266c2e[_0x5b095a(0x135)]>0x7d0)throw instantApiPolicyError(_0x5b095a(0x156),_0x5b095a(0x12d));return _0x266c2e;}export function readRevision(_0x218980){const _0x54aa5f=a135_0x370889,_0x3bb2ba=_0x218980[_0x54aa5f(0x13e)](_0x54aa5f(0x14c),Number[_0x54aa5f(0x130)]);if(!Number[_0x54aa5f(0x134)](_0x3bb2ba)||_0x3bb2ba<=0x0)throw instantApiPolicyError(_0x54aa5f(0x145),_0x54aa5f(0x14e));return _0x3bb2ba;}export function readExpectedRevision(_0x7bc5e6){const _0x4fec27=a135_0x370889;if(_0x7bc5e6[_0x4fec27(0x149)]('expected-revision')===undefined)return undefined;const _0x1a6ff0=_0x7bc5e6[_0x4fec27(0x13e)](_0x4fec27(0x148),Number[_0x4fec27(0x130)]);if(!Number[_0x4fec27(0x134)](_0x1a6ff0)||_0x1a6ff0<0x0)throw instantApiPolicyError('instant_api_policy_expected_revision_invalid',_0x4fec27(0x151));return _0x1a6ff0;}export function assertExpectedRevision(_0x85a4a6,_0x5c22de){const _0x61054=a135_0x370889;if(_0x5c22de===undefined)return;const _0x1afabc=_0x85a4a6?.['revision']??0x0;if(_0x1afabc!==_0x5c22de)throw instantApiPolicyError(_0x61054(0x158),_0x61054(0x142),_0x61054(0x133)+_0x5c22de+';\x20current\x20revision\x20is\x20'+_0x1afabc+_0x61054(0x12e));}export async function readFixedPolicy(_0x5a7550){const _0x517d45=a135_0x370889,_0x3f2a15=loadInstantApiPolicyLocalConfig(_0x5a7550[_0x517d45(0x128)]),_0xbb6192=await readInstantApiPolicyConfigFile(_0x3f2a15);return{'local':_0x3f2a15,'config':_0xbb6192};}export function projectCurrentPolicy(_0x4d4681){const _0x2c41d0=a135_0x370889;if(!_0x4d4681)return null;return{'id':_0x4d4681['id'],'appCode':_0x4d4681[_0x2c41d0(0x128)],'revision':_0x4d4681['revision'],'configHash':_0x4d4681[_0x2c41d0(0x14f)],'enabled':_0x4d4681[_0x2c41d0(0x13a)],'config':_0x4d4681['config'],'createUserId':_0x4d4681['createUserId']??null,'updateUserId':_0x4d4681['updateUserId']??null,'gmtCreate':_0x4d4681['gmtCreate']??null,'gmtModified':_0x4d4681['gmtModified']??null};}export function projectRevisionSummary(_0x33f32d){const _0x1bd173=a135_0x370889;return{'id':_0x33f32d['id'],'policyId':_0x33f32d[_0x1bd173(0x13f)],'appCode':_0x33f32d[_0x1bd173(0x128)],'revision':_0x33f32d[_0x1bd173(0x14c)],'configHash':_0x33f32d['configHash'],'changeType':_0x33f32d[_0x1bd173(0x138)],'changeSummary':_0x33f32d[_0x1bd173(0x157)]??null,'operatorId':_0x33f32d[_0x1bd173(0x13c)]??null,'gmtCreate':_0x33f32d[_0x1bd173(0x12b)]??null,'version':_0x33f32d['config']['version'],'defaultAction':_0x33f32d['config'][_0x1bd173(0x12f)][_0x1bd173(0x141)],'ruleCount':_0x33f32d[_0x1bd173(0x154)]['rules']?.[_0x1bd173(0x135)]??0x0};}export function projectRevisionDetail(_0x542ab3){const _0x4a6d91=a135_0x370889;return{...projectRevisionSummary(_0x542ab3),'config':_0x542ab3[_0x4a6d91(0x154)]};}function a135_0x151f(){const _0x25ed73=['instant_api_policy_force_confirmation_required','force','gmtCreate','/smartapi/instant-api-policy','--change-summary\x20cannot\x20exceed\x202000\x20characters.','.\x20Run\x20current\x20and\x20review\x20before\x20retrying.','defaults','NaN','9714735EelueX','string','Expected\x20revision\x20','isSafeInteger','length','number','42553gsZuDY','changeType','Audit\x20summary\x20for\x20this\x20policy\x20revision\x20(maximum\x202000\x20characters)','enabled','16850GzqkGD','operatorId','str','num','policyId','trim','instantApi','The\x20current\x20Instant\x20API\x20policy\x20revision\x20changed\x20before\x20mutation.','--force\x20requires\x20--yes\x20because\x20it\x20replaces\x20the\x20fixed\x20local\x20policy\x20file.','yes','instant_api_policy_revision_invalid','684160AcdqUX','2340342ZMJmKj','expected-revision','flag','1544vipFmu','Replace\x20an\x20existing\x20fixed\x20policy\x20file;\x20requires\x20--yes','revision','6238488VUjnaL','--revision\x20must\x20be\x20a\x20positive\x20safe\x20integer.','configHash','Runtime\x20instances\x20may\x20take\x20up\x20to\x2030\x20seconds\x20to\x20observe\x20the\x20new\x20active\x20policy.','--expected-revision\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.','68rLYMle','Non-atomic\x20assertion\x20for\x20the\x20current\x20revision;\x20use\x200\x20when\x20unconfigured','config','bool','instant_api_policy_change_summary_invalid','changeSummary','instant_api_policy_revision_mismatch','--expected-revision\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20mutation\x20contract\x20has\x20no\x20revision\x20predicate.','change-summary','591380gQXVve','appCode'];a135_0x151f=function(){return _0x25ed73;};return a135_0x151f();}export function expectedRevisionWarnings(_0x3470e2){return _0x3470e2===undefined?[]:[NON_ATOMIC_EXPECTED_REVISION_WARNING];}export function mutationLookupCommand(){return'rabetbase\x20instant-api-policy\x20current\x20--format\x20compress';}
@@ -1 +1 @@
1
- const a136_0x462f78=a136_0x5e84;function a136_0x5e84(_0x4b7958,_0x55cf2f){_0x4b7958=_0x4b7958-0x6b;const _0x2b6b1d=a136_0x2b6b();let _0x5e8428=_0x2b6b1d[_0x4b7958];return _0x5e8428;}(function(_0x203462,_0x456483){const _0x431ff7=a136_0x5e84,_0x1ea0fe=_0x203462();while(!![]){try{const _0x17ebc3=-parseInt(_0x431ff7(0x77))/0x1*(parseInt(_0x431ff7(0x7a))/0x2)+-parseInt(_0x431ff7(0x7f))/0x3*(parseInt(_0x431ff7(0x7b))/0x4)+-parseInt(_0x431ff7(0x79))/0x5+parseInt(_0x431ff7(0x6c))/0x6+-parseInt(_0x431ff7(0x73))/0x7*(-parseInt(_0x431ff7(0x6d))/0x8)+-parseInt(_0x431ff7(0x6b))/0x9*(parseInt(_0x431ff7(0x74))/0xa)+parseInt(_0x431ff7(0x7e))/0xb*(parseInt(_0x431ff7(0x6e))/0xc);if(_0x17ebc3===_0x456483)break;else _0x1ea0fe['push'](_0x1ea0fe['shift']());}catch(_0x537f08){_0x1ea0fe['push'](_0x1ea0fe['shift']());}}}(a136_0x2b6b,0xa0120));import{validateInstantApiPolicy}from'../../core/api-client.js';import{INSTANT_API_POLICY_BASE_PATH,readFixedPolicy}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyValidate={'service':a136_0x462f78(0x80),'command':'validate','description':a136_0x462f78(0x6f),'risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x42b064){const _0x2a7aea=a136_0x462f78,{local:_0x53bf7f,config:_0xfabd7f}=await readFixedPolicy(_0x42b064),_0x280d23=await validateInstantApiPolicy({'appCode':_0x42b064['appCode'],'config':_0xfabd7f});return{'ok':!![],'data':{'operation':'validate','selector':{'appCode':_0x42b064[_0x2a7aea(0x7c)]},'filePath':_0x53bf7f[_0x2a7aea(0x76)],'relativePath':_0x53bf7f[_0x2a7aea(0x72)],'valid':_0x280d23['valid'],'configHash':_0x280d23[_0x2a7aea(0x7d)],'normalizedConfig':_0x280d23[_0x2a7aea(0x71)],'backend':{'method':_0x2a7aea(0x70),'path':INSTANT_API_POLICY_BASE_PATH+_0x2a7aea(0x75)}},'message':_0x2a7aea(0x78)+_0x42b064['appCode']};}};function a136_0x2b6b(){const _0x39399b=['appCode','configHash','5557453gCoekE','3qYzetg','instant-api-policy','27099fdRiDb','2153622XMmwXb','1654072QBzPOs','24tNIuvS','Validate\x20the\x20fixed\x20local\x20policy\x20without\x20publishing','POST','normalizedConfig','policyRelativePath','42iihAON','610dmIcAM','/validate','policyFilePath','140968XVhuHr','Validated\x20Instant\x20API\x20policy\x20for\x20','5699660bjSdGu','2nmxiSN','1958872qDgODP'];a136_0x2b6b=function(){return _0x39399b;};return a136_0x2b6b();}
1
+ const a136_0x33e508=a136_0x5d1d;function a136_0x3e4e(){const _0x40799b=['policyFilePath','policyRelativePath','627663yeOwsc','POST','34mbYErT','10SBAgNY','read','instant-api-policy','740712XfgbBo','4856MJYCYh','9059nxCVRX','validate','Validate\x20the\x20fixed\x20local\x20policy\x20without\x20publishing','1655148GgEXtw','261BdsIZT','2617706ZQiAjv','appCode','714170bgIkhR'];a136_0x3e4e=function(){return _0x40799b;};return a136_0x3e4e();}(function(_0x5e4d3a,_0x277eaf){const _0x341b29=a136_0x5d1d,_0x30d215=_0x5e4d3a();while(!![]){try{const _0x6af3d7=parseInt(_0x341b29(0xd4))/0x1*(parseInt(_0x341b29(0xe0))/0x2)+parseInt(_0x341b29(0xde))/0x3+parseInt(_0x341b29(0xd7))/0x4+parseInt(_0x341b29(0xe1))/0x5*(-parseInt(_0x341b29(0xe4))/0x6)+-parseInt(_0x341b29(0xd9))/0x7+parseInt(_0x341b29(0xd3))/0x8*(-parseInt(_0x341b29(0xd8))/0x9)+parseInt(_0x341b29(0xdb))/0xa;if(_0x6af3d7===_0x277eaf)break;else _0x30d215['push'](_0x30d215['shift']());}catch(_0xb3716e){_0x30d215['push'](_0x30d215['shift']());}}}(a136_0x3e4e,0x3342b));import{validateInstantApiPolicy}from'../../core/api-client.js';function a136_0x5d1d(_0xd7aa6f,_0x27c337){_0xd7aa6f=_0xd7aa6f-0xd3;const _0x3e4e1a=a136_0x3e4e();let _0x5d1def=_0x3e4e1a[_0xd7aa6f];return _0x5d1def;}import{INSTANT_API_POLICY_BASE_PATH,readFixedPolicy}from'../../commands/instant-api-policy/shared.js';export const instantApiPolicyValidate={'service':a136_0x33e508(0xe3),'command':'validate','description':a136_0x33e508(0xd6),'risk':a136_0x33e508(0xe2),'requiresAppCode':!![],'structuredErrors':!![],'flags':[],async 'execute'(_0x2784d5){const _0x2aeff6=a136_0x33e508,{local:_0x1a646c,config:_0x429b39}=await readFixedPolicy(_0x2784d5),_0x523ae5=await validateInstantApiPolicy({'appCode':_0x2784d5['appCode'],'config':_0x429b39});return{'ok':!![],'data':{'operation':_0x2aeff6(0xd5),'selector':{'appCode':_0x2784d5[_0x2aeff6(0xda)]},'filePath':_0x1a646c[_0x2aeff6(0xdc)],'relativePath':_0x1a646c[_0x2aeff6(0xdd)],'valid':_0x523ae5['valid'],'configHash':_0x523ae5['configHash'],'normalizedConfig':_0x523ae5['normalizedConfig'],'backend':{'method':_0x2aeff6(0xdf),'path':INSTANT_API_POLICY_BASE_PATH+'/validate'}},'message':'Validated\x20Instant\x20API\x20policy\x20for\x20'+_0x2784d5[_0x2aeff6(0xda)]};}};
@@ -1 +1 @@
1
- (function(_0x28d9e3,_0x318bb0){const _0xadd4b=a137_0x2a71,_0x119dc2=_0x28d9e3();while(!![]){try{const _0xda5be7=parseInt(_0xadd4b(0x10a))/0x1*(-parseInt(_0xadd4b(0x107))/0x2)+parseInt(_0xadd4b(0x110))/0x3+parseInt(_0xadd4b(0x10c))/0x4*(-parseInt(_0xadd4b(0x111))/0x5)+-parseInt(_0xadd4b(0x10f))/0x6*(-parseInt(_0xadd4b(0x108))/0x7)+-parseInt(_0xadd4b(0x10b))/0x8*(-parseInt(_0xadd4b(0x109))/0x9)+-parseInt(_0xadd4b(0x106))/0xa*(-parseInt(_0xadd4b(0x10e))/0xb)+-parseInt(_0xadd4b(0x10d))/0xc;if(_0xda5be7===_0x318bb0)break;else _0x119dc2['push'](_0x119dc2['shift']());}catch(_0x545be2){_0x119dc2['push'](_0x119dc2['shift']());}}}(a137_0x3563,0x8a54d));function a137_0x2a71(_0x35b883,_0x116c61){_0x35b883=_0x35b883-0x106;const _0x35639e=a137_0x3563();let _0x2a7181=_0x35639e[_0x35b883];return _0x2a7181;}import{issueReport}from'../../commands/issue/report.js';function a137_0x3563(){const _0x43c5ed=['67738WuDYWJ','282aOtBBM','2518371qVgHKs','5snzelv','1550PzkDtf','6DaLjwB','161266kOgZqA','801yeQSRe','314861ohhXLy','65568aYepGd','4356212oqlMWp','12071232ROQcWx'];a137_0x3563=function(){return _0x43c5ed;};return a137_0x3563();}export const issueDefinitions=[issueReport];
1
+ function a137_0x4b68(_0x34676c,_0x52cfaf){_0x34676c=_0x34676c-0x64;const _0x26bbff=a137_0x26bb();let _0x4b68e9=_0x26bbff[_0x34676c];return _0x4b68e9;}function a137_0x26bb(){const _0x32cb15=['8uKrmFx','7YWnHMh','11xVDOSl','130731eIyiVz','1918Ceodgr','14808vELmvF','1815370aGhDrM','26CWJUqi','302916ExhnZa','81ECLsNB','14iPeqAY','90245WihKgj','417630aHgAus'];a137_0x26bb=function(){return _0x32cb15;};return a137_0x26bb();}(function(_0x334e38,_0x3f696e){const _0xa6c2b3=a137_0x4b68,_0x433364=_0x334e38();while(!![]){try{const _0x2264a9=-parseInt(_0xa6c2b3(0x6d))/0x1*(parseInt(_0xa6c2b3(0x70))/0x2)+parseInt(_0xa6c2b3(0x6f))/0x3*(parseInt(_0xa6c2b3(0x6c))/0x4)+parseInt(_0xa6c2b3(0x6a))/0x5+parseInt(_0xa6c2b3(0x6b))/0x6*(-parseInt(_0xa6c2b3(0x69))/0x7)+-parseInt(_0xa6c2b3(0x64))/0x8*(-parseInt(_0xa6c2b3(0x68))/0x9)+parseInt(_0xa6c2b3(0x65))/0xa*(parseInt(_0xa6c2b3(0x6e))/0xb)+-parseInt(_0xa6c2b3(0x67))/0xc*(parseInt(_0xa6c2b3(0x66))/0xd);if(_0x2264a9===_0x3f696e)break;else _0x433364['push'](_0x433364['shift']());}catch(_0x92f4da){_0x433364['push'](_0x433364['shift']());}}}(a137_0x26bb,0x1a1ee));import{issueReport}from'../../commands/issue/report.js';export const issueDefinitions=[issueReport];
@@ -1 +1 @@
1
- function a138_0x19d2(_0x19ab3b,_0x24af12){_0x19ab3b=_0x19ab3b-0x1a8;const _0x39e4de=a138_0x39e4();let _0x19d213=_0x39e4de[_0x19ab3b];return _0x19d213;}const a138_0x4b8507=a138_0x19d2;(function(_0x20cca3,_0x2a15a6){const _0x9b9be7=a138_0x19d2,_0x112ec0=_0x20cca3();while(!![]){try{const _0x29f12e=-parseInt(_0x9b9be7(0x1b5))/0x1+-parseInt(_0x9b9be7(0x1b2))/0x2*(-parseInt(_0x9b9be7(0x1b7))/0x3)+-parseInt(_0x9b9be7(0x1c9))/0x4*(parseInt(_0x9b9be7(0x1c0))/0x5)+-parseInt(_0x9b9be7(0x1ac))/0x6*(-parseInt(_0x9b9be7(0x1bd))/0x7)+-parseInt(_0x9b9be7(0x1ab))/0x8*(-parseInt(_0x9b9be7(0x1c7))/0x9)+-parseInt(_0x9b9be7(0x1aa))/0xa*(-parseInt(_0x9b9be7(0x1bc))/0xb)+parseInt(_0x9b9be7(0x1c3))/0xc*(-parseInt(_0x9b9be7(0x1b6))/0xd);if(_0x29f12e===_0x2a15a6)break;else _0x112ec0['push'](_0x112ec0['shift']());}catch(_0x337111){_0x112ec0['push'](_0x112ec0['shift']());}}}(a138_0x39e4,0x9d68a));function a138_0x39e4(){const _0x2db607=['7982KLIOig','593166GflfeZ','\x20bug?\x20Help\x20us\x20fix\x20it:','slice','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22','length','283239GoaJKB','28UfOnKt','cancelled','write','5DneyYF','\x20\x20\x20\x20--title\x20\x22','message','56208qDtfCX','code','issue','RABETBASE_DISABLE_ISSUE_NUDGE','11384397UDnZGK','flag_missing','3687896bUjaqa','auth_required','\x20issue\x20report\x20\x5c','unknown_command','\x20\x20Set\x20','has','\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','validation_error','Hit\x20a\x20','310uEMkzB','8EJdUmz','1870914WKVNOL','config_missing','replace','trim','join','stderr','12RdLfTa','service','=1\x20to\x20silence\x20this\x20hint.','54064HGqqPn'];a138_0x39e4=function(){return _0x2db607;};return a138_0x39e4();}import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a138_0x4b8507(0x1c6);const NUDGE_SUPPRESSED_CODES=new Set([a138_0x4b8507(0x1be),a138_0x4b8507(0x1ca),a138_0x4b8507(0x1ad),'not_in_project',a138_0x4b8507(0x1cc),a138_0x4b8507(0x1c8),a138_0x4b8507(0x1a8),'network_error']),defaultWriter=_0x10bdf0=>{const _0x3d1b2e=a138_0x4b8507;process[_0x3d1b2e(0x1b1)][_0x3d1b2e(0x1bf)](_0x10bdf0);};export function shouldNudgeForError(_0xff6cc8,_0xf92692){const _0x3efc00=a138_0x4b8507;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0xf92692[_0x3efc00(0x1b3)]===_0x3efc00(0x1c5)&&_0xf92692['command']==='report')return![];if(_0xff6cc8 instanceof CliError)return!NUDGE_SUPPRESSED_CODES[_0x3efc00(0x1ce)](_0xff6cc8[_0x3efc00(0x1c4)]);return!![];}export function printIssueReportNudgeForError(_0x477615,_0x24aaed,_0x3715c4=defaultWriter){if(!shouldNudgeForError(_0x477615,_0x24aaed))return;const _0x1a518f=buildSuggestedTitle(_0x477615,_0x24aaed);_0x3715c4(formatNudge(_0x1a518f));}function buildSuggestedTitle(_0x3edeff,_0x42bc41){const _0x405589=a138_0x4b8507,_0x35565d=_0x3edeff instanceof Error?_0x3edeff[_0x405589(0x1c2)]:String(_0x3edeff),_0x27e311=_0x35565d[_0x405589(0x1ae)](/[\r\n]+/g,'\x20')[_0x405589(0x1ae)](/\s+/g,'\x20')[_0x405589(0x1af)]()[_0x405589(0x1b9)](0x0,0x78)[_0x405589(0x1ae)](/"/g,'\x5c\x22'),_0x12f660=CLI_BIN_NAME+'\x20'+_0x42bc41['service']+'\x20'+_0x42bc41['command'];return _0x27e311[_0x405589(0x1bb)]>0x0?_0x12f660+':\x20'+_0x27e311:_0x12f660;}function formatNudge(_0x1a1008){const _0x4ce1be=a138_0x4b8507;return['',_0x4ce1be(0x1a9)+CLI_BIN_NAME+_0x4ce1be(0x1b8),'\x20\x20'+CLI_BIN_NAME+_0x4ce1be(0x1cb),_0x4ce1be(0x1c1)+_0x1a1008+'\x22\x20\x5c',_0x4ce1be(0x1ba),_0x4ce1be(0x1cf),_0x4ce1be(0x1cd)+NUDGE_OPT_OUT_ENV+_0x4ce1be(0x1b4),''][_0x4ce1be(0x1b0)]('\x0a');}
1
+ const a138_0x1ea9aa=a138_0x3cb6;(function(_0x3ea96e,_0x2e0d1b){const _0x21855d=a138_0x3cb6,_0x1a78e7=_0x3ea96e();while(!![]){try{const _0x2d90b4=-parseInt(_0x21855d(0x214))/0x1*(parseInt(_0x21855d(0x200))/0x2)+-parseInt(_0x21855d(0x1f2))/0x3*(parseInt(_0x21855d(0x1ff))/0x4)+parseInt(_0x21855d(0x20f))/0x5*(parseInt(_0x21855d(0x20d))/0x6)+-parseInt(_0x21855d(0x1f7))/0x7*(-parseInt(_0x21855d(0x1f6))/0x8)+parseInt(_0x21855d(0x1fa))/0x9*(-parseInt(_0x21855d(0x1f3))/0xa)+parseInt(_0x21855d(0x208))/0xb*(-parseInt(_0x21855d(0x213))/0xc)+parseInt(_0x21855d(0x203))/0xd;if(_0x2d90b4===_0x2e0d1b)break;else _0x1a78e7['push'](_0x1a78e7['shift']());}catch(_0x13f96a){_0x1a78e7['push'](_0x1a78e7['shift']());}}}(a138_0x23d2,0x2c2d3));function a138_0x3cb6(_0x5a74f0,_0x18735a){_0x5a74f0=_0x5a74f0-0x1f2;const _0x23d2f4=a138_0x23d2();let _0x3cb633=_0x23d2f4[_0x5a74f0];return _0x3cb633;}import{CliError}from'../../errors.js';function a138_0x23d2(){const _0x37dce6=['10YbnEyp','trim','auth_required','164752PdMzlo','98HOLJIY','config_missing','\x20\x20\x20\x20--title\x20\x22','2341530ceDOLu','\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','join','command','cancelled','16kuzWMC','6ZbMkyZ','unknown_command','length','1915732rbSfjd','replace','report','=1\x20to\x20silence\x20this\x20hint.','\x20\x20Set\x20','33nBctPO','network_error','RABETBASE_DISABLE_ISSUE_NUDGE','service','\x22\x20\x5c','1060062GzecXh','slice','5ueAase','issue','code','\x20bug?\x20Help\x20us\x20fix\x20it:','480036AhhfNk','4913UbDUFs','stderr','write','flag_missing','Hit\x20a\x20','not_in_project','27369PihIRD'];a138_0x23d2=function(){return _0x37dce6;};return a138_0x23d2();}import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a138_0x1ea9aa(0x20a);const NUDGE_SUPPRESSED_CODES=new Set([a138_0x1ea9aa(0x1fe),a138_0x1ea9aa(0x1f5),a138_0x1ea9aa(0x1f8),a138_0x1ea9aa(0x219),a138_0x1ea9aa(0x201),a138_0x1ea9aa(0x217),'validation_error',a138_0x1ea9aa(0x209)]),defaultWriter=_0x15f467=>{const _0x5d568f=a138_0x1ea9aa;process[_0x5d568f(0x215)][_0x5d568f(0x216)](_0x15f467);};export function shouldNudgeForError(_0x42c922,_0x2b402f){const _0x25f9fa=a138_0x1ea9aa;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x2b402f[_0x25f9fa(0x20b)]===_0x25f9fa(0x210)&&_0x2b402f[_0x25f9fa(0x1fd)]===_0x25f9fa(0x205))return![];if(_0x42c922 instanceof CliError)return!NUDGE_SUPPRESSED_CODES['has'](_0x42c922[_0x25f9fa(0x211)]);return!![];}export function printIssueReportNudgeForError(_0x489de8,_0xa2b52b,_0x4be5b1=defaultWriter){if(!shouldNudgeForError(_0x489de8,_0xa2b52b))return;const _0x2edfec=buildSuggestedTitle(_0x489de8,_0xa2b52b);_0x4be5b1(formatNudge(_0x2edfec));}function buildSuggestedTitle(_0x4cb12f,_0x3cf253){const _0x2fbac8=a138_0x1ea9aa,_0x2bfe8c=_0x4cb12f instanceof Error?_0x4cb12f['message']:String(_0x4cb12f),_0x348cfa=_0x2bfe8c['replace'](/[\r\n]+/g,'\x20')[_0x2fbac8(0x204)](/\s+/g,'\x20')[_0x2fbac8(0x1f4)]()[_0x2fbac8(0x20e)](0x0,0x78)['replace'](/"/g,'\x5c\x22'),_0x11d667=CLI_BIN_NAME+'\x20'+_0x3cf253[_0x2fbac8(0x20b)]+'\x20'+_0x3cf253['command'];return _0x348cfa[_0x2fbac8(0x202)]>0x0?_0x11d667+':\x20'+_0x348cfa:_0x11d667;}function formatNudge(_0x4922a8){const _0x310b5b=a138_0x1ea9aa;return['',_0x310b5b(0x218)+CLI_BIN_NAME+_0x310b5b(0x212),'\x20\x20'+CLI_BIN_NAME+'\x20issue\x20report\x20\x5c',_0x310b5b(0x1f9)+_0x4922a8+_0x310b5b(0x20c),'\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22',_0x310b5b(0x1fb),_0x310b5b(0x207)+NUDGE_OPT_OUT_ENV+_0x310b5b(0x206),''][_0x310b5b(0x1fc)]('\x0a');}
@@ -1 +1 @@
1
- function a139_0x52e8(_0x13c75e,_0x465620){_0x13c75e=_0x13c75e-0x1ba;const _0x27614f=a139_0x2761();let _0x52e824=_0x27614f[_0x13c75e];return _0x52e824;}const a139_0x52ea61=a139_0x52e8;(function(_0x56daf2,_0x3ddc4a){const _0x3d3d22=a139_0x52e8,_0xeed792=_0x56daf2();while(!![]){try{const _0x4415dd=-parseInt(_0x3d3d22(0x1f6))/0x1*(parseInt(_0x3d3d22(0x1da))/0x2)+parseInt(_0x3d3d22(0x1f2))/0x3*(-parseInt(_0x3d3d22(0x1f7))/0x4)+-parseInt(_0x3d3d22(0x1cd))/0x5*(parseInt(_0x3d3d22(0x1f3))/0x6)+parseInt(_0x3d3d22(0x1d3))/0x7*(parseInt(_0x3d3d22(0x1f0))/0x8)+parseInt(_0x3d3d22(0x1ee))/0x9*(parseInt(_0x3d3d22(0x1ef))/0xa)+parseInt(_0x3d3d22(0x1bd))/0xb*(-parseInt(_0x3d3d22(0x1cb))/0xc)+parseInt(_0x3d3d22(0x1e9))/0xd;if(_0x4415dd===_0x3ddc4a)break;else _0xeed792['push'](_0xeed792['shift']());}catch(_0x803438){_0xeed792['push'](_0xeed792['shift']());}}}(a139_0x2761,0x788f2));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='description-file';export const issueReport={'service':a139_0x52ea61(0x1ed),'command':a139_0x52ea61(0x1c2),'description':a139_0x52ea61(0x1f5),'risk':'write','requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a139_0x52ea61(0x1d9),'flags':[{'name':a139_0x52ea61(0x1d5),'type':a139_0x52ea61(0x1f1),'required':!![],'description':a139_0x52ea61(0x1e2)},{'name':'description','type':a139_0x52ea61(0x1f1),'description':a139_0x52ea61(0x1c4)},{'name':DESCRIPTION_FILE_FLAG,'type':a139_0x52ea61(0x1f1),'description':'Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description'}],async 'validate'(_0x7821d2){const _0x60af7d=a139_0x52ea61,_0x106fc9=_0x7821d2[_0x60af7d(0x1ba)](_0x60af7d(0x1d5))[_0x60af7d(0x1dc)](),_0x1c6164=_0x7821d2[_0x60af7d(0x1ba)]('description')['trim'](),_0x19f150=_0x7821d2[_0x60af7d(0x1ba)](DESCRIPTION_FILE_FLAG)[_0x60af7d(0x1dc)]();if(!_0x106fc9)throw CliErrors[_0x60af7d(0x1ec)](_0x60af7d(0x1d5),_0x60af7d(0x1d0));const _0xf843ea=_0x1c6164[_0x60af7d(0x1f4)]>0x0,_0x521028=_0x19f150[_0x60af7d(0x1f4)]>0x0;if(_0xf843ea===_0x521028)throw CliErrors[_0x60af7d(0x1bf)]('Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.');if(_0x521028){const _0xb210da=resolve(process[_0x60af7d(0x1e0)](),_0x19f150);if(!existsSync(_0xb210da))throw CliErrors[_0x60af7d(0x1bf)]('File\x20not\x20found:\x20'+_0xb210da);}},async 'dryRun'(_0x33649b){const _0x198921=a139_0x52ea61,_0x441c0c=await prepareIssueReport(_0x33649b);return{'method':_0x198921(0x1e6),'url':'otel://'+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x441c0c[_0x198921(0x1d5)],'issue.description':_0x441c0c['description'],'issue.description_original_bytes':_0x441c0c[_0x198921(0x1c3)][_0x198921(0x1ca)],'issue.description_truncated':_0x441c0c[_0x198921(0x1c3)][_0x198921(0x1e3)],'issue.description_redactions':_0x441c0c['sanitize']['redactionCount'],'issue.description_redaction_kinds':_0x441c0c[_0x198921(0x1c3)][_0x198921(0x1bc)][_0x198921(0x1ea)](',')}},'description':[_0x198921(0x1d6),_0x198921(0x1bb)+_0x441c0c[_0x198921(0x1d4)],_0x441c0c[_0x198921(0x1c0)]?_0x198921(0x1e4)+_0x441c0c[_0x198921(0x1c0)]:null,_0x441c0c[_0x198921(0x1c3)][_0x198921(0x1e3)]?_0x198921(0x1c9)+_0x441c0c[_0x198921(0x1c3)]['originalBytes']+_0x198921(0x1de):null,_0x441c0c[_0x198921(0x1c3)][_0x198921(0x1dd)]>0x0?_0x198921(0x1d7)+_0x441c0c['sanitize'][_0x198921(0x1dd)]+'\x20('+_0x441c0c[_0x198921(0x1c3)][_0x198921(0x1bc)][_0x198921(0x1ea)](',\x20')+')':null][_0x198921(0x1d2)](Boolean)[_0x198921(0x1ea)]('\x0a')};},async 'execute'(_0x33613a){const _0x126631=a139_0x52ea61,_0x36ec99=await prepareIssueReport(_0x33613a);try{await sendPlatformIssueCollectLog({'title':_0x36ec99[_0x126631(0x1d5)],'description':_0x36ec99['description'],'sanitize':{'originalBytes':_0x36ec99[_0x126631(0x1c3)]['originalBytes'],'truncated':_0x36ec99[_0x126631(0x1c3)][_0x126631(0x1e3)],'redactionCount':_0x36ec99[_0x126631(0x1c3)][_0x126631(0x1dd)],'redactionKinds':_0x36ec99[_0x126631(0x1c3)][_0x126631(0x1bc)]}});}catch(_0x2e5977){throw CliErrors[_0x126631(0x1c8)](_0x126631(0x1df)+(_0x2e5977 instanceof Error?_0x2e5977['message']:String(_0x2e5977)),'Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.');}return{'ok':!![],'message':buildResultMessage(_0x36ec99[_0x126631(0x1c3)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x126631(0x1cf),'issue.description',_0x126631(0x1e7),_0x126631(0x1cc),'issue.description_redactions',_0x126631(0x1d8)],'issue':{'title':_0x36ec99[_0x126631(0x1d5)],'descriptionLength':_0x36ec99[_0x126631(0x1e5)][_0x126631(0x1f4)],'descriptionSource':_0x36ec99[_0x126631(0x1d4)],..._0x36ec99['descriptionFilePath']?{'descriptionFile':_0x36ec99[_0x126631(0x1c0)]}:{},'sanitize':{'originalBytes':_0x36ec99[_0x126631(0x1c3)][_0x126631(0x1ca)],'truncated':_0x36ec99[_0x126631(0x1c3)][_0x126631(0x1e3)],'redactions':_0x36ec99[_0x126631(0x1c3)][_0x126631(0x1dd)],'redactionKinds':_0x36ec99[_0x126631(0x1c3)][_0x126631(0x1bc)]}}}};}};function buildResultMessage(_0x1e469f){const _0x3f08ff=a139_0x52ea61,_0x18565e=[];return _0x1e469f[_0x3f08ff(0x1e3)]&&_0x18565e[_0x3f08ff(0x1eb)](_0x3f08ff(0x1db)+_0x1e469f['originalBytes']+_0x3f08ff(0x1de)),_0x1e469f[_0x3f08ff(0x1dd)]>0x0&&_0x18565e['push']('redacted\x20'+_0x1e469f[_0x3f08ff(0x1dd)]+_0x3f08ff(0x1e1)+_0x1e469f[_0x3f08ff(0x1bc)][_0x3f08ff(0x1ea)](',\x20')),_0x18565e[_0x3f08ff(0x1f4)]===0x0?_0x3f08ff(0x1e8):_0x3f08ff(0x1c6)+_0x18565e[_0x3f08ff(0x1ea)](';\x20')+')';}async function prepareIssueReport(_0x266380){const _0x4e3a70=a139_0x52ea61,_0x1c8e6a=_0x266380['str']('title')[_0x4e3a70(0x1dc)](),_0x3f3cfe=_0x266380[_0x4e3a70(0x1ba)]('description'),_0x347b07=_0x266380[_0x4e3a70(0x1ba)](DESCRIPTION_FILE_FLAG)[_0x4e3a70(0x1dc)]();if(!_0x347b07){const _0x22de89=_0x3f3cfe;if(!_0x22de89['trim']())throw CliErrors[_0x4e3a70(0x1bf)](_0x4e3a70(0x1c7),'Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.');const _0x5fd0b3=sanitizeIssueDescription(_0x22de89);return{'title':_0x1c8e6a,'description':_0x5fd0b3[_0x4e3a70(0x1e5)],'descriptionSource':_0x4e3a70(0x1be),'sanitize':_0x5fd0b3};}const _0x2d8c23=resolve(process['cwd'](),_0x347b07),_0x3158a8=await readFile(_0x2d8c23,_0x4e3a70(0x1c5));if(!_0x3158a8[_0x4e3a70(0x1dc)]())throw CliErrors[_0x4e3a70(0x1bf)](_0x4e3a70(0x1c1)+_0x2d8c23,_0x4e3a70(0x1ce));const _0x3a3dd3=sanitizeIssueDescription(_0x3158a8);return{'title':_0x1c8e6a,'description':_0x3a3dd3[_0x4e3a70(0x1e5)],'descriptionSource':_0x4e3a70(0x1d1),'descriptionFilePath':_0x2d8c23,'sanitize':_0x3a3dd3};}function a139_0x2761(){const _0xcfec0c=['8eptGyH','string','2454969BlcVTy','443706oXoJXw','length','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','2qhkkIK','4QrvALQ','str','descriptionSource:\x20','redactionKinds','425447YsqqJn','inline','validation','descriptionFilePath','Issue\x20description\x20file\x20is\x20empty:\x20','report','sanitize','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','utf8','Platform\x20issue\x20reported\x20(','Issue\x20description\x20cannot\x20be\x20empty.','apiError','truncated:\x20original\x20','originalBytes','300mADtUL','issue.description_truncated','15FOWijn','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','issue.title','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','file','filter','6411713HxphDt','descriptionSource','title','Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','redactions:\x20','issue.description_redaction_kinds','compress','973510HRuZYI','truncated\x20from\x20','trim','redactionCount','\x20bytes','Failed\x20to\x20report\x20platform\x20issue:\x20','cwd','\x20secret(s):\x20','One-line\x20issue\x20summary','truncated','descriptionFile:\x20','description','POST','issue.description_original_bytes','Platform\x20issue\x20reported','29157687yPivzt','join','push','flagMissing','issue','2529KXnnZc','11230uzSIpE'];a139_0x2761=function(){return _0xcfec0c;};return a139_0x2761();}
1
+ const a139_0xd1105e=a139_0x4f2c;(function(_0x170e0b,_0x423b35){const _0x441520=a139_0x4f2c,_0x4e8def=_0x170e0b();while(!![]){try{const _0x4677c5=-parseInt(_0x441520(0x1eb))/0x1+parseInt(_0x441520(0x1f0))/0x2*(parseInt(_0x441520(0x1f6))/0x3)+parseInt(_0x441520(0x20c))/0x4*(-parseInt(_0x441520(0x20a))/0x5)+parseInt(_0x441520(0x20e))/0x6+-parseInt(_0x441520(0x1fe))/0x7*(-parseInt(_0x441520(0x212))/0x8)+parseInt(_0x441520(0x1ee))/0x9*(-parseInt(_0x441520(0x203))/0xa)+parseInt(_0x441520(0x1fa))/0xb*(parseInt(_0x441520(0x1e9))/0xc);if(_0x4677c5===_0x423b35)break;else _0x4e8def['push'](_0x4e8def['shift']());}catch(_0x24d368){_0x4e8def['push'](_0x4e8def['shift']());}}}(a139_0x2eee,0xea417));import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';import{resolve}from'node:path';import{CliErrors}from'../../errors.js';function a139_0x2eee(){const _0x17f3b2=['Issue\x20description\x20cannot\x20be\x20empty.','length','\x20bytes','join','10kYWZKl','Issue\x20description\x20file\x20is\x20empty:\x20','Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','compress','issue.description_redactions','\x20secret(s):\x20','descriptionSource:\x20','5haQVbp','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','5245168IcYlVX','validation','8920680rURmud','write','Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description','title','1592gDbBfq','flagMissing','descriptionFilePath','description-file','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','redactionKinds','issue.description_original_bytes','truncated\x20from\x20','Failed\x20to\x20report\x20platform\x20issue:\x20','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','truncated:\x20original\x20','POST','description','descriptionSource','cwd','originalBytes','file','redactionCount','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','issue.description','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','truncated','21132OzEtnu','string','1302424XZrYPN','message','trim','12258882utiKEY','issue.title','44786CCbszW','push','sanitize','filter','str','apiError','210SDxTxo','utf8','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','187lLGpYP','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','Platform\x20issue\x20reported\x20(','One-line\x20issue\x20summary','65114mbrcbq'];a139_0x2eee=function(){return _0x17f3b2;};return a139_0x2eee();}import{sanitizeIssueDescription}from'../../commands/issue/shared.js';function a139_0x4f2c(_0x2d033f,_0x502aa2){_0x2d033f=_0x2d033f-0x1dc;const _0x2eee93=a139_0x2eee();let _0x4f2ccc=_0x2eee93[_0x2d033f];return _0x4f2ccc;}import{PLATFORM_ISSUE_SPAN_NAME,PLATFORM_ISSUE_TRACE_NAME,sendPlatformIssueCollectLog}from'../../telemetry/send-platform-issue-collect-log.js';const DESCRIPTION_FILE_FLAG=a139_0xd1105e(0x215);export const issueReport={'service':'issue','command':'report','description':a139_0xd1105e(0x1e7),'risk':a139_0xd1105e(0x20f),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a139_0xd1105e(0x206),'flags':[{'name':'title','type':a139_0xd1105e(0x1ea),'required':!![],'description':a139_0xd1105e(0x1fd)},{'name':a139_0xd1105e(0x1df),'type':'string','description':a139_0xd1105e(0x1fb)},{'name':DESCRIPTION_FILE_FLAG,'type':a139_0xd1105e(0x1ea),'description':a139_0xd1105e(0x210)}],async 'validate'(_0x2ac51c){const _0x8c17f1=a139_0xd1105e,_0x1dcdc5=_0x2ac51c[_0x8c17f1(0x1f4)](_0x8c17f1(0x211))[_0x8c17f1(0x1ed)](),_0x2105a0=_0x2ac51c[_0x8c17f1(0x1f4)](_0x8c17f1(0x1df))[_0x8c17f1(0x1ed)](),_0x46f867=_0x2ac51c['str'](DESCRIPTION_FILE_FLAG)['trim']();if(!_0x1dcdc5)throw CliErrors[_0x8c17f1(0x213)](_0x8c17f1(0x211),_0x8c17f1(0x1f9));const _0x5d292a=_0x2105a0[_0x8c17f1(0x200)]>0x0,_0x2655fb=_0x46f867['length']>0x0;if(_0x5d292a===_0x2655fb)throw CliErrors[_0x8c17f1(0x20d)](_0x8c17f1(0x1f8),_0x8c17f1(0x216));if(_0x2655fb){const _0x40e0c9=resolve(process[_0x8c17f1(0x1e1)](),_0x46f867);if(!existsSync(_0x40e0c9))throw CliErrors[_0x8c17f1(0x20d)]('File\x20not\x20found:\x20'+_0x40e0c9);}},async 'dryRun'(_0x161bb6){const _0x26839a=a139_0xd1105e,_0x228a7a=await prepareIssueReport(_0x161bb6);return{'method':_0x26839a(0x1de),'url':'otel://'+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x228a7a[_0x26839a(0x211)],'issue.description':_0x228a7a[_0x26839a(0x1df)],'issue.description_original_bytes':_0x228a7a[_0x26839a(0x1f2)][_0x26839a(0x1e2)],'issue.description_truncated':_0x228a7a[_0x26839a(0x1f2)][_0x26839a(0x1e8)],'issue.description_redactions':_0x228a7a['sanitize'][_0x26839a(0x1e4)],'issue.description_redaction_kinds':_0x228a7a[_0x26839a(0x1f2)][_0x26839a(0x217)][_0x26839a(0x202)](',')}},'description':[_0x26839a(0x205),_0x26839a(0x209)+_0x228a7a[_0x26839a(0x1e0)],_0x228a7a['descriptionFilePath']?'descriptionFile:\x20'+_0x228a7a['descriptionFilePath']:null,_0x228a7a[_0x26839a(0x1f2)][_0x26839a(0x1e8)]?_0x26839a(0x1dd)+_0x228a7a[_0x26839a(0x1f2)][_0x26839a(0x1e2)]+'\x20bytes':null,_0x228a7a['sanitize'][_0x26839a(0x1e4)]>0x0?'redactions:\x20'+_0x228a7a[_0x26839a(0x1f2)][_0x26839a(0x1e4)]+'\x20('+_0x228a7a[_0x26839a(0x1f2)]['redactionKinds'][_0x26839a(0x202)](',\x20')+')':null][_0x26839a(0x1f3)](Boolean)[_0x26839a(0x202)]('\x0a')};},async 'execute'(_0x59aa27){const _0x5cb265=a139_0xd1105e,_0x464955=await prepareIssueReport(_0x59aa27);try{await sendPlatformIssueCollectLog({'title':_0x464955['title'],'description':_0x464955[_0x5cb265(0x1df)],'sanitize':{'originalBytes':_0x464955[_0x5cb265(0x1f2)][_0x5cb265(0x1e2)],'truncated':_0x464955['sanitize']['truncated'],'redactionCount':_0x464955[_0x5cb265(0x1f2)][_0x5cb265(0x1e4)],'redactionKinds':_0x464955['sanitize'][_0x5cb265(0x217)]}});}catch(_0x40c933){throw CliErrors[_0x5cb265(0x1f5)](_0x5cb265(0x21a)+(_0x40c933 instanceof Error?_0x40c933[_0x5cb265(0x1ec)]:String(_0x40c933)),_0x5cb265(0x1dc));}return{'ok':!![],'message':buildResultMessage(_0x464955[_0x5cb265(0x1f2)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x5cb265(0x1ef),_0x5cb265(0x1e6),_0x5cb265(0x218),'issue.description_truncated',_0x5cb265(0x207),'issue.description_redaction_kinds'],'issue':{'title':_0x464955[_0x5cb265(0x211)],'descriptionLength':_0x464955['description'][_0x5cb265(0x200)],'descriptionSource':_0x464955[_0x5cb265(0x1e0)],..._0x464955[_0x5cb265(0x214)]?{'descriptionFile':_0x464955[_0x5cb265(0x214)]}:{},'sanitize':{'originalBytes':_0x464955['sanitize'][_0x5cb265(0x1e2)],'truncated':_0x464955[_0x5cb265(0x1f2)][_0x5cb265(0x1e8)],'redactions':_0x464955[_0x5cb265(0x1f2)]['redactionCount'],'redactionKinds':_0x464955['sanitize']['redactionKinds']}}}};}};function buildResultMessage(_0x39342f){const _0x2f8fa0=a139_0xd1105e,_0x1e9a3f=[];return _0x39342f[_0x2f8fa0(0x1e8)]&&_0x1e9a3f[_0x2f8fa0(0x1f1)](_0x2f8fa0(0x219)+_0x39342f['originalBytes']+_0x2f8fa0(0x201)),_0x39342f[_0x2f8fa0(0x1e4)]>0x0&&_0x1e9a3f[_0x2f8fa0(0x1f1)]('redacted\x20'+_0x39342f[_0x2f8fa0(0x1e4)]+_0x2f8fa0(0x208)+_0x39342f['redactionKinds']['join'](',\x20')),_0x1e9a3f[_0x2f8fa0(0x200)]===0x0?'Platform\x20issue\x20reported':_0x2f8fa0(0x1fc)+_0x1e9a3f[_0x2f8fa0(0x202)](';\x20')+')';}async function prepareIssueReport(_0x29b39b){const _0x353319=a139_0xd1105e,_0x4e6fcc=_0x29b39b[_0x353319(0x1f4)]('title')[_0x353319(0x1ed)](),_0x6ce8fe=_0x29b39b[_0x353319(0x1f4)]('description'),_0x2b07ff=_0x29b39b[_0x353319(0x1f4)](DESCRIPTION_FILE_FLAG)[_0x353319(0x1ed)]();if(!_0x2b07ff){const _0x3b9a76=_0x6ce8fe;if(!_0x3b9a76[_0x353319(0x1ed)]())throw CliErrors['validation'](_0x353319(0x1ff),_0x353319(0x1e5));const _0x281b09=sanitizeIssueDescription(_0x3b9a76);return{'title':_0x4e6fcc,'description':_0x281b09[_0x353319(0x1df)],'descriptionSource':'inline','sanitize':_0x281b09};}const _0x5dd86d=resolve(process[_0x353319(0x1e1)](),_0x2b07ff),_0x26f067=await readFile(_0x5dd86d,_0x353319(0x1f7));if(!_0x26f067[_0x353319(0x1ed)]())throw CliErrors[_0x353319(0x20d)](_0x353319(0x204)+_0x5dd86d,_0x353319(0x20b));const _0x44eaf0=sanitizeIssueDescription(_0x26f067);return{'title':_0x4e6fcc,'description':_0x44eaf0[_0x353319(0x1df)],'descriptionSource':_0x353319(0x1e3),'descriptionFilePath':_0x5dd86d,'sanitize':_0x44eaf0};}