@lovrabet/rabetbase-cli 2.4.6-beta.2 → 2.4.6

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 (294) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/index.js +1 -1
  20. package/lib/commands/app/list.js +1 -1
  21. package/lib/commands/app/members-list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/shared.js +1 -1
  24. package/lib/commands/app-config/delete.js +1 -1
  25. package/lib/commands/app-config/get.js +1 -1
  26. package/lib/commands/app-config/index.js +1 -1
  27. package/lib/commands/app-config/list.js +1 -1
  28. package/lib/commands/app-config/set.js +1 -1
  29. package/lib/commands/app-config/shared.js +1 -1
  30. package/lib/commands/auth/index.js +1 -1
  31. package/lib/commands/bff/create.js +1 -1
  32. package/lib/commands/bff/delete.js +1 -1
  33. package/lib/commands/bff/detail.js +1 -1
  34. package/lib/commands/bff/index.js +1 -1
  35. package/lib/commands/bff/list.js +1 -1
  36. package/lib/commands/bff/pull.js +1 -1
  37. package/lib/commands/bff/push.js +1 -1
  38. package/lib/commands/bff/status.js +1 -1
  39. package/lib/commands/cli-skill/index.js +1 -1
  40. package/lib/commands/cli-update.js +1 -1
  41. package/lib/commands/codegen/index.js +1 -1
  42. package/lib/commands/codegen/sdk.js +1 -1
  43. package/lib/commands/codegen/sql.js +1 -1
  44. package/lib/commands/common/app-registry.js +1 -1
  45. package/lib/commands/common/app-selector.js +1 -1
  46. package/lib/commands/common/async-task.js +1 -1
  47. package/lib/commands/common/dry-run.js +1 -1
  48. package/lib/commands/common/flags.js +1 -1
  49. package/lib/commands/common/local-file.js +1 -1
  50. package/lib/commands/common/validate.js +1 -1
  51. package/lib/commands/config/get.js +1 -1
  52. package/lib/commands/config/index.js +1 -1
  53. package/lib/commands/config/list.js +1 -1
  54. package/lib/commands/config/set.js +1 -1
  55. package/lib/commands/config/shared.js +1 -1
  56. package/lib/commands/data/filter.js +1 -1
  57. package/lib/commands/data/getOne.js +1 -1
  58. package/lib/commands/data/index.js +1 -1
  59. package/lib/commands/data/shared.js +1 -1
  60. package/lib/commands/dataset/business-group-update.js +1 -1
  61. package/lib/commands/dataset/business-groups.js +1 -1
  62. package/lib/commands/dataset/capability.js +1 -1
  63. package/lib/commands/dataset/delete.js +1 -1
  64. package/lib/commands/dataset/detail.js +1 -1
  65. package/lib/commands/dataset/extend-update.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/db/analysis-batching.js +1 -1
  80. package/lib/commands/db/analyze-batch-plan.js +1 -1
  81. package/lib/commands/db/analyze-cancel.js +1 -1
  82. package/lib/commands/db/analyze-start.js +1 -1
  83. package/lib/commands/db/analyze-status.js +1 -1
  84. package/lib/commands/db/create.js +1 -1
  85. package/lib/commands/db/delete.js +1 -1
  86. package/lib/commands/db/detail.js +1 -1
  87. package/lib/commands/db/diff-refresh-start.js +1 -1
  88. package/lib/commands/db/diff-refresh-status.js +1 -1
  89. package/lib/commands/db/diff.js +1 -1
  90. package/lib/commands/db/index.js +1 -1
  91. package/lib/commands/db/list.js +1 -1
  92. package/lib/commands/db/shared.js +1 -1
  93. package/lib/commands/db/tables.js +1 -1
  94. package/lib/commands/db/test.js +1 -1
  95. package/lib/commands/db/update.js +1 -1
  96. package/lib/commands/doctor.js +1 -1
  97. package/lib/commands/file/index.js +1 -1
  98. package/lib/commands/init/index.js +1 -1
  99. package/lib/commands/issue/index.js +1 -1
  100. package/lib/commands/issue/nudge.js +1 -1
  101. package/lib/commands/issue/report.js +1 -1
  102. package/lib/commands/issue/shared.js +1 -1
  103. package/lib/commands/kb/create.js +1 -1
  104. package/lib/commands/kb/delete.js +1 -1
  105. package/lib/commands/kb/detail.js +1 -1
  106. package/lib/commands/kb/index.js +1 -1
  107. package/lib/commands/kb/list.js +1 -1
  108. package/lib/commands/kb/shared.js +1 -1
  109. package/lib/commands/kb/update.js +1 -1
  110. package/lib/commands/logs/index.js +1 -1
  111. package/lib/commands/menu/asset-update.js +1 -1
  112. package/lib/commands/menu/delete.js +1 -1
  113. package/lib/commands/menu/external-link-create.js +1 -1
  114. package/lib/commands/menu/external-link-update.js +1 -1
  115. package/lib/commands/menu/group-create.js +1 -1
  116. package/lib/commands/menu/group-update.js +1 -1
  117. package/lib/commands/menu/index.js +1 -1
  118. package/lib/commands/menu/list.js +1 -1
  119. package/lib/commands/menu/move.js +1 -1
  120. package/lib/commands/menu/regroup-start.js +1 -1
  121. package/lib/commands/menu/rename.js +1 -1
  122. package/lib/commands/menu/shared/compare-table.js +1 -1
  123. package/lib/commands/menu/shared/delete-plan.js +1 -1
  124. package/lib/commands/menu/shared/facts.js +1 -1
  125. package/lib/commands/menu/shared/index.js +1 -1
  126. package/lib/commands/menu/shared/inquirer.js +1 -1
  127. package/lib/commands/menu/shared/local-pages.js +1 -1
  128. package/lib/commands/menu/shared/logic.js +1 -1
  129. package/lib/commands/menu/shared/mutations.js +1 -1
  130. package/lib/commands/menu/shared/service.js +1 -1
  131. package/lib/commands/menu/shared/sync-core.js +1 -1
  132. package/lib/commands/menu/shared/update-core.js +1 -1
  133. package/lib/commands/menu/shared/valid-url.js +1 -1
  134. package/lib/commands/menu/sync.js +1 -1
  135. package/lib/commands/menu/visibility-update.js +1 -1
  136. package/lib/commands/notification/config-create.js +1 -1
  137. package/lib/commands/notification/config-delete.js +1 -1
  138. package/lib/commands/notification/config-list.js +1 -1
  139. package/lib/commands/notification/config-update.js +1 -1
  140. package/lib/commands/notification/index.js +1 -1
  141. package/lib/commands/notification/shared.js +1 -1
  142. package/lib/commands/ocr/index.js +1 -1
  143. package/lib/commands/page/create.js +1 -1
  144. package/lib/commands/page/custom/detail.js +1 -1
  145. package/lib/commands/page/custom/list.js +1 -1
  146. package/lib/commands/page/custom/publish.js +1 -1
  147. package/lib/commands/page/custom/shared.js +1 -1
  148. package/lib/commands/page/custom/syntax.js +1 -1
  149. package/lib/commands/page/custom/template.js +1 -1
  150. package/lib/commands/page/custom/update.js +1 -1
  151. package/lib/commands/page/data-list-status.js +1 -1
  152. package/lib/commands/page/generate-start.js +1 -1
  153. package/lib/commands/page/generate-status.js +1 -1
  154. package/lib/commands/page/index.js +1 -1
  155. package/lib/commands/page/pull.js +1 -1
  156. package/lib/commands/page/push.js +1 -1
  157. package/lib/commands/page/relation-audit.js +1 -1
  158. package/lib/commands/page/restore.js +1 -1
  159. package/lib/commands/page/shared.js +1 -1
  160. package/lib/commands/page/sync.js +1 -1
  161. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  162. package/lib/commands/project/create/format-elapsed.js +1 -1
  163. package/lib/commands/project/create/main.js +1 -1
  164. package/lib/commands/project/create/materialize-project-template.js +1 -1
  165. package/lib/commands/project/create/project-name.js +1 -1
  166. package/lib/commands/project/create/project-template-archive.js +1 -1
  167. package/lib/commands/project/create/project-template-path.js +1 -1
  168. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  169. package/lib/commands/project/create/use-format-code.js +1 -1
  170. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  171. package/lib/commands/project/index.js +1 -1
  172. package/lib/commands/project/upgrade.js +1 -1
  173. package/lib/commands/registry.js +1 -1
  174. package/lib/commands/role/delete.js +1 -1
  175. package/lib/commands/role/detail.js +1 -1
  176. package/lib/commands/role/index.js +1 -1
  177. package/lib/commands/role/list.js +1 -1
  178. package/lib/commands/role/shared.js +1 -1
  179. package/lib/commands/role/update.js +1 -1
  180. package/lib/commands/role/user-add.js +1 -1
  181. package/lib/commands/role/user-remove.js +1 -1
  182. package/lib/commands/role/user-resolve.js +1 -1
  183. package/lib/commands/run/index.js +1 -1
  184. package/lib/commands/schema.js +1 -1
  185. package/lib/commands/sql/create.js +1 -1
  186. package/lib/commands/sql/delete.js +1 -1
  187. package/lib/commands/sql/detail.js +1 -1
  188. package/lib/commands/sql/exec.js +1 -1
  189. package/lib/commands/sql/index.js +1 -1
  190. package/lib/commands/sql/list.js +1 -1
  191. package/lib/commands/sql/pull.js +1 -1
  192. package/lib/commands/sql/push.js +1 -1
  193. package/lib/commands/sql/shared.js +1 -1
  194. package/lib/commands/sql/status.js +1 -1
  195. package/lib/commands/sql/validate.js +1 -1
  196. package/lib/commands/task/index.js +1 -1
  197. package/lib/commands/task/status.js +1 -1
  198. package/lib/commands/tenant/index.js +1 -1
  199. package/lib/commands/tenant/members-list.js +1 -1
  200. package/lib/commands/tenant/shared.js +1 -1
  201. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  202. package/lib/commands/user-account/index.js +1 -1
  203. package/lib/commands/workspace/add.js +1 -1
  204. package/lib/commands/workspace/index.js +1 -1
  205. package/lib/commands/workspace/remove.js +1 -1
  206. package/lib/config/schema.js +1 -1
  207. package/lib/constant/cdn.js +1 -1
  208. package/lib/constant/cli.js +1 -1
  209. package/lib/constant/defaults.js +1 -1
  210. package/lib/constant/domain.js +1 -1
  211. package/lib/constant/env.js +1 -1
  212. package/lib/constant/output.js +1 -1
  213. package/lib/constant/paths.js +1 -1
  214. package/lib/constant/risk.js +1 -1
  215. package/lib/context/app-resolver.js +1 -1
  216. package/lib/context/auth-resolver.js +1 -1
  217. package/lib/context/config-loader.js +1 -1
  218. package/lib/context.js +1 -1
  219. package/lib/core/alias-resolver.js +1 -1
  220. package/lib/core/api-client.js +1 -1
  221. package/lib/core/bff/config.js +1 -1
  222. package/lib/core/bff/file-system.js +1 -1
  223. package/lib/core/bff/hash.js +1 -1
  224. package/lib/core/bff/lock.js +1 -1
  225. package/lib/core/bff/utils.js +1 -1
  226. package/lib/core/db-resolver.js +1 -1
  227. package/lib/core/page/file-system.js +1 -1
  228. package/lib/core/page/hash.js +1 -1
  229. package/lib/core/page/lock.js +1 -1
  230. package/lib/core/sql-index-auditor.js +1 -1
  231. package/lib/core/sql-sync/config.js +1 -1
  232. package/lib/core/sql-sync/file-system.js +1 -1
  233. package/lib/core/sql-sync/hash.js +1 -1
  234. package/lib/core/sql-sync/lock.js +1 -1
  235. package/lib/core/sql-sync/utils.js +1 -1
  236. package/lib/core/sql-validator.js +1 -1
  237. package/lib/errors.js +1 -1
  238. package/lib/framework/build-all-flags.js +1 -1
  239. package/lib/framework/error-output.js +1 -1
  240. package/lib/framework/explicit-yes.js +1 -1
  241. package/lib/framework/flags.js +1 -1
  242. package/lib/framework/help.js +1 -1
  243. package/lib/framework/index.js +1 -1
  244. package/lib/framework/output.js +1 -1
  245. package/lib/framework/response.js +1 -1
  246. package/lib/framework/runner-alias.js +1 -1
  247. package/lib/framework/runner.js +1 -1
  248. package/lib/framework/schema-export.js +1 -1
  249. package/lib/framework/types.js +1 -1
  250. package/lib/generated/build-info.d.ts +4 -4
  251. package/lib/generated/build-info.js +1 -1
  252. package/lib/help.js +1 -1
  253. package/lib/postinstall.js +1 -1
  254. package/lib/runtime/confirmation.js +1 -1
  255. package/lib/runtime/event.js +1 -1
  256. package/lib/runtime/index.js +1 -1
  257. package/lib/runtime/queue.js +1 -1
  258. package/lib/runtime/resolve.js +1 -1
  259. package/lib/skills/builtin-skill.js +1 -1
  260. package/lib/skills/main.js +1 -1
  261. package/lib/skills/npx-skills-add.js +1 -1
  262. package/lib/skills/skill-presence.js +1 -1
  263. package/lib/telemetry/cli-command-trace.js +1 -1
  264. package/lib/telemetry/cli-help-trace.js +1 -1
  265. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  266. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  267. package/lib/telemetry/send-cli-trace-log.js +1 -1
  268. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  269. package/lib/utils/ai_config.js +1 -1
  270. package/lib/utils/apply-jq-filter.js +1 -1
  271. package/lib/utils/cdn-config.js +1 -1
  272. package/lib/utils/check-sdk-version.js +1 -1
  273. package/lib/utils/cli-version-check.js +1 -1
  274. package/lib/utils/cli-version-policy.js +1 -1
  275. package/lib/utils/config.js +1 -1
  276. package/lib/utils/entity-with-id.js +1 -1
  277. package/lib/utils/file-utils.js +1 -1
  278. package/lib/utils/guides-cdn.js +1 -1
  279. package/lib/utils/http-client.js +1 -1
  280. package/lib/utils/is-non-interactive.js +1 -1
  281. package/lib/utils/logger.js +1 -1
  282. package/lib/utils/params.js +1 -1
  283. package/lib/utils/platform.js +1 -1
  284. package/lib/utils/rules-cdn.js +1 -1
  285. package/lib/utils/sleep.js +1 -1
  286. package/lib/utils/template-replacer.js +1 -1
  287. package/lib/utils/update-notice.js +1 -1
  288. package/lib/utils/version.js +1 -1
  289. package/lib/utils/with-active-cookie.js +1 -1
  290. package/lib/utils/write-cli-side-channel.js +1 -1
  291. package/package.json +1 -1
  292. package/skills/rabetbase/SKILL.md +3 -3
  293. package/skills/rabetbase/references/rabetbase-ocr.md +17 -2
  294. package/skills/rabetbase.manifest.json +3 -3
@@ -1 +1 @@
1
- const a141_0x274552=a141_0x3bb8;(function(_0x2d6fc1,_0x265e82){const _0x12d3b2=a141_0x3bb8,_0xe7093c=_0x2d6fc1();while(!![]){try{const _0x1a0b46=-parseInt(_0x12d3b2(0x239))/0x1*(-parseInt(_0x12d3b2(0x20d))/0x2)+-parseInt(_0x12d3b2(0x258))/0x3*(-parseInt(_0x12d3b2(0x225))/0x4)+parseInt(_0x12d3b2(0x22c))/0x5+-parseInt(_0x12d3b2(0x201))/0x6*(-parseInt(_0x12d3b2(0x230))/0x7)+parseInt(_0x12d3b2(0x249))/0x8*(-parseInt(_0x12d3b2(0x21e))/0x9)+parseInt(_0x12d3b2(0x203))/0xa+-parseInt(_0x12d3b2(0x267))/0xb;if(_0x1a0b46===_0x265e82)break;else _0xe7093c['push'](_0xe7093c['shift']());}catch(_0x5ced1a){_0xe7093c['push'](_0xe7093c['shift']());}}}(a141_0x20d3,0x1fe17));import{readFile}from'node:fs/promises';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{getNotificationChannelConfig}from'../../core/api-client.js';import{CliError,CliErrors}from'../../errors.js';export const NOTIFICATION_CHANNEL_TYPES=['EMAIL','FEISHU',a141_0x274552(0x218),'WECOM',a141_0x274552(0x22a)];function a141_0x3bb8(_0x20f447,_0xf5e5f0){_0x20f447=_0x20f447-0x1e7;const _0x20d3f6=a141_0x20d3();let _0x3bb86b=_0x20d3f6[_0x20f447];return _0x3bb86b;}export const DEFAULT_NOTIFICATION_CONNECT_TIMEOUT=0x1388;export const DEFAULT_NOTIFICATION_READ_TIMEOUT=0x2710;const ALLOWED_INPUT_FIELDS=new Set([a141_0x274552(0x243),'channelType',a141_0x274552(0x242),a141_0x274552(0x215),a141_0x274552(0x266),a141_0x274552(0x256),a141_0x274552(0x1fd)]),FORBIDDEN_IDENTITY_FIELDS=new Set(['id',a141_0x274552(0x1f6),'configCode',a141_0x274552(0x223)]),EMAIL_RECIPIENT_FIELDS=new Set([a141_0x274552(0x21a),a141_0x274552(0x268),a141_0x274552(0x219),'bccList',a141_0x274552(0x208),a141_0x274552(0x235),a141_0x274552(0x214),'to','cc']);export const NOTIFICATION_INPUT_FLAGS=[{'name':a141_0x274552(0x1f8),'type':'string','required':![],'description':'Read\x20the\x20notification\x20JSON\x20document\x20from\x20a\x20UTF-8\x20file'},{'name':a141_0x274552(0x24d),'type':a141_0x274552(0x200),'required':![],'default':![],'description':a141_0x274552(0x23c)},{'name':a141_0x274552(0x264),'type':a141_0x274552(0x21d),'required':![],'description':a141_0x274552(0x1f5)}];export const NOTIFICATION_ID_FLAG={'name':'id','type':a141_0x274552(0x206),'required':!![],'description':a141_0x274552(0x227)};export const NOTIFICATION_APP_FLAG=APPCODE_FLAG_OPTIONAL;export function notificationError(_0x54423b,_0x2c7658,_0x570458){return new CliError(_0x54423b,0x1,_0x2c7658,_0x570458);}export function readNotificationId(_0xcd10f7){const _0x53d498=a141_0x274552,_0x520324=_0xcd10f7[_0x53d498(0x25a)]('id');if(!Number[_0x53d498(0x24a)](_0x520324)||_0x520324<=0x0)throw notificationError(_0x53d498(0x1eb),_0x53d498(0x1e8));return _0x520324;}export function requireNotificationExplicitYes(_0x3b9f79){const _0x50bcd9=a141_0x274552;if(_0x3b9f79[_0x50bcd9(0x24c)](_0x50bcd9(0x23e))||_0x3b9f79['bool'](_0x50bcd9(0x24b)))return;throw notificationError(_0x50bcd9(0x1fb),_0x50bcd9(0x1f9),'Run\x20the\x20command\x20with\x20--dry-run\x20first,\x20then\x20add\x20--yes\x20after\x20reviewing\x20the\x20plan.');}export function readNotificationChannelType(_0x379889,_0x47a10f=a141_0x274552(0x23d),_0x3067f3=a141_0x274552(0x20e)){const _0x5e7ea8=a141_0x274552,_0x343a69=_0x379889['str'](_0x47a10f)[_0x5e7ea8(0x220)]()||_0x3067f3;if(!NOTIFICATION_CHANNEL_TYPES[_0x5e7ea8(0x262)](_0x343a69))throw CliErrors[_0x5e7ea8(0x1e9)](_0x5e7ea8(0x263)+_0x47a10f+':\x20'+_0x343a69,_0x5e7ea8(0x269)+NOTIFICATION_CHANNEL_TYPES[_0x5e7ea8(0x204)](',\x20')+'.');return _0x343a69;}export function assertSingleNotificationSource(_0x246358){const _0x5e5b08=a141_0x274552,_0x2ed888=[],_0x444428=_0x246358[_0x5e5b08(0x22e)](_0x5e5b08(0x1f8))[_0x5e5b08(0x220)]();if(_0x444428)_0x2ed888['push']({'kind':'file','path':_0x444428});if(_0x246358[_0x5e5b08(0x24c)]('stdin'))_0x2ed888[_0x5e5b08(0x254)]({'kind':_0x5e5b08(0x24d)});const _0x2c86b9=_0x246358[_0x5e5b08(0x22e)](_0x5e5b08(0x264))[_0x5e5b08(0x220)]();if(_0x2c86b9)_0x2ed888[_0x5e5b08(0x254)]({'kind':_0x5e5b08(0x22d),'name':_0x2c86b9});if(_0x2ed888[_0x5e5b08(0x247)]===0x0)throw CliErrors[_0x5e5b08(0x1e9)](_0x5e5b08(0x1f7),_0x5e5b08(0x213));if(_0x2ed888['length']>0x1)throw CliErrors[_0x5e5b08(0x1e9)]('Notification\x20JSON\x20source\x20is\x20ambiguous.',_0x5e5b08(0x213));return _0x2ed888[0x0];}export async function readNotificationDocument(_0x53c7fd,_0x16145e){const _0x40d091=a141_0x274552,_0x3c3e14=assertSingleNotificationSource(_0x53c7fd),_0x43a485=_0x3c3e14[_0x40d091(0x22f)]===_0x40d091(0x1f8)?_0x40d091(0x238)+_0x3c3e14[_0x40d091(0x212)]:_0x3c3e14[_0x40d091(0x22f)]===_0x40d091(0x22d)?_0x40d091(0x240)+_0x3c3e14[_0x40d091(0x233)]:_0x40d091(0x24d);let _0x1abea3;try{if(_0x3c3e14[_0x40d091(0x22f)]===_0x40d091(0x1f8))_0x1abea3=await readFile(_0x3c3e14['path'],_0x40d091(0x26b));else{if(_0x3c3e14[_0x40d091(0x22f)]==='env'){if(!(_0x3c3e14['name']in process.env))throw notificationError(_0x40d091(0x23b),_0x40d091(0x1f3)+_0x3c3e14[_0x40d091(0x233)]);_0x1abea3=process.env[_0x3c3e14.name]??'';}else _0x1abea3=await readStdin();}}catch(_0x36f20c){if(_0x36f20c instanceof CliError)throw _0x36f20c;throw notificationError(_0x40d091(0x23b),_0x40d091(0x250)+_0x43a485+'.');}let _0x141d20;try{_0x141d20=JSON['parse'](_0x1abea3);}catch{throw notificationError(_0x40d091(0x1fc),_0x40d091(0x209)+_0x43a485+_0x40d091(0x221),'Provide\x20one\x20valid\x20JSON\x20object;\x20source\x20contents\x20are\x20not\x20included\x20in\x20errors.');}if(!isJsonObject(_0x141d20))throw notificationError(_0x40d091(0x1fc),_0x40d091(0x209)+_0x43a485+_0x40d091(0x25c));return validateNotificationDocument(_0x141d20,_0x16145e);}export function projectNotificationListConfig(_0xf9c8d,_0x24794d){const _0x532537=a141_0x274552;return{'id':typeof _0xf9c8d['id']===_0x532537(0x206)?_0xf9c8d['id']:null,'configCode':requireResponseString(_0xf9c8d['configCode'],_0x532537(0x20f),_0x24794d),'configName':requireResponseString(_0xf9c8d[_0x532537(0x243)],_0x532537(0x243),_0x24794d),'channelType':requireResponseString(_0xf9c8d[_0x532537(0x23a)],'channelType',_0x24794d),'description':normalizeNullableString(_0xf9c8d[_0x532537(0x266)]),'createTime':normalizeNullableString(_0xf9c8d[_0x532537(0x253)]),'updateTime':normalizeNullableString(_0xf9c8d['updateTime'])};}export function normalizeExactNotificationConfig(_0x4e42f1,_0x181796,_0xdab5d9){const _0xe28703=a141_0x274552;if(!Number['isSafeInteger'](_0x4e42f1['id'])||_0x4e42f1['id']!==_0x181796)throw notificationError(_0xe28703(0x226),_0xe28703(0x241)+_0x181796+'.');if(_0x4e42f1[_0xe28703(0x1f6)]!==_0xdab5d9)throw notificationError(_0xe28703(0x226),_0xe28703(0x205)+_0x181796+_0xe28703(0x251));const _0xee193e=requireExactString(_0x4e42f1['configName'],_0xe28703(0x243),_0x181796),_0x5f584a=requireExactString(_0x4e42f1['configCode'],_0xe28703(0x20f),_0x181796),_0x53f49e=requireExactString(_0x4e42f1['channelType'],'channelType',_0x181796);if(!NOTIFICATION_CHANNEL_TYPES['includes'](_0x53f49e))throw notificationError(_0xe28703(0x226),_0xe28703(0x205)+_0x181796+_0xe28703(0x229));const _0x3e9a2f=responseNullableString(_0x4e42f1[_0xe28703(0x242)],_0xe28703(0x242),_0x181796),_0x1ac6cc=responseNullableString(_0x4e42f1[_0xe28703(0x215)],_0xe28703(0x215),_0x181796),_0x415aca=responseNullableString(_0x4e42f1['description'],_0xe28703(0x266),_0x181796),_0x1eefb5=responseNullableTimeout(_0x4e42f1[_0xe28703(0x256)],_0xe28703(0x256),_0x181796),_0x8e75f4=responseNullableTimeout(_0x4e42f1[_0xe28703(0x1fd)],_0xe28703(0x1fd),_0x181796);return{'id':_0x181796,'appCode':_0xdab5d9,'configCode':_0x5f584a,'configName':_0xee193e,'channelType':_0x53f49e,'endpointUrl':redactSensitive(_0x3e9a2f),'channelConfig':redactSensitive(_0x1ac6cc),'description':_0x415aca,'connectTimeout':_0x1eefb5,'readTimeout':_0x8e75f4,'endpointUrlRaw':_0x3e9a2f,'channelConfigRaw':_0x1ac6cc};}export async function requireExactNotificationConfig(_0x5b665d,_0x553644,_0x5715c5){const _0x55dad2=a141_0x274552;let _0x3ed064;try{_0x3ed064=await getNotificationChannelConfig(_0x553644,_0x5b665d);}catch{throw safeApiFailure(_0x5715c5,_0x55dad2(0x210),_0x55dad2(0x20a)+_0x5b665d+_0x55dad2(0x21c));}return normalizeExactNotificationConfig(_0x3ed064,_0x553644,_0x5b665d);}export function projectNotificationConfig(_0x5a1943){const _0x33383b=a141_0x274552;return{'id':_0x5a1943['id']??null,'appCode':_0x5a1943[_0x33383b(0x1f6)],'configCode':_0x5a1943[_0x33383b(0x20f)]??null,'configName':_0x5a1943[_0x33383b(0x243)],'channelType':_0x5a1943['channelType'],'endpointUrl':redactSensitive(_0x5a1943[_0x33383b(0x242)]),'channelConfig':redactSensitive(_0x5a1943[_0x33383b(0x215)]),'description':_0x5a1943[_0x33383b(0x266)]??null,'connectTimeout':_0x5a1943[_0x33383b(0x256)]??null,'readTimeout':_0x5a1943['readTimeout']??null};}export function notificationSelector(_0x4c4662){const _0xa162f8=a141_0x274552;return{'appCode':_0x4c4662[_0xa162f8(0x1f6)],'id':_0x4c4662['id'],'configCode':_0x4c4662[_0xa162f8(0x20f)],'configName':_0x4c4662['configName'],'channelType':_0x4c4662[_0xa162f8(0x23a)]};}export function createMutationInput(_0x1c79b0,_0x3fed9b){const _0x55322e=a141_0x274552;return{'appCode':_0x1c79b0,'configName':_0x3fed9b[_0x55322e(0x243)],'channelType':_0x3fed9b[_0x55322e(0x23a)],...hasOwn(_0x3fed9b,_0x55322e(0x242))?{'endpointUrl':_0x3fed9b[_0x55322e(0x242)]}:{},...hasOwn(_0x3fed9b,'channelConfig')?{'channelConfig':serializeChannelConfig(_0x3fed9b[_0x55322e(0x215)])}:{},...hasOwn(_0x3fed9b,_0x55322e(0x266))?{'description':_0x3fed9b[_0x55322e(0x266)]}:{},...hasOwn(_0x3fed9b,_0x55322e(0x256))?{'connectTimeout':_0x3fed9b['connectTimeout']}:{},...hasOwn(_0x3fed9b,_0x55322e(0x1fd))?{'readTimeout':_0x3fed9b[_0x55322e(0x1fd)]}:{}};}export function mergeUpdateInput(_0x1e4038,_0x4f761b){const _0x2edf81=a141_0x274552;return{'id':_0x1e4038['id'],'appCode':_0x1e4038[_0x2edf81(0x1f6)],'configName':_0x4f761b[_0x2edf81(0x243)]??_0x1e4038[_0x2edf81(0x243)],'channelType':_0x4f761b[_0x2edf81(0x23a)]??_0x1e4038['channelType'],'endpointUrl':hasOwn(_0x4f761b,_0x2edf81(0x242))?_0x4f761b[_0x2edf81(0x242)]:_0x1e4038[_0x2edf81(0x248)],'channelConfig':hasOwn(_0x4f761b,_0x2edf81(0x215))?serializeChannelConfig(_0x4f761b[_0x2edf81(0x215)]):_0x1e4038[_0x2edf81(0x22b)],'description':hasOwn(_0x4f761b,_0x2edf81(0x266))?_0x4f761b[_0x2edf81(0x266)]:_0x1e4038[_0x2edf81(0x266)],'connectTimeout':hasOwn(_0x4f761b,_0x2edf81(0x256))?_0x4f761b[_0x2edf81(0x256)]:_0x1e4038[_0x2edf81(0x256)],'readTimeout':hasOwn(_0x4f761b,_0x2edf81(0x1fd))?_0x4f761b['readTimeout']:_0x1e4038['readTimeout']};}export function plannedUpdateProjection(_0x3dde8e,_0x5b6734){const _0x1e6c94=a141_0x274552;return projectNotificationConfig({'id':_0x3dde8e['id'],'appCode':_0x3dde8e['appCode'],'configCode':_0x3dde8e[_0x1e6c94(0x20f)],'configName':_0x5b6734[_0x1e6c94(0x243)]??_0x3dde8e[_0x1e6c94(0x243)],'channelType':_0x5b6734[_0x1e6c94(0x23a)]??_0x3dde8e[_0x1e6c94(0x23a)],'endpointUrl':hasOwn(_0x5b6734,_0x1e6c94(0x242))?_0x5b6734[_0x1e6c94(0x242)]:_0x3dde8e['endpointUrlRaw'],'channelConfig':hasOwn(_0x5b6734,_0x1e6c94(0x215))?_0x5b6734[_0x1e6c94(0x215)]:_0x3dde8e[_0x1e6c94(0x22b)],'description':hasOwn(_0x5b6734,_0x1e6c94(0x266))?_0x5b6734[_0x1e6c94(0x266)]:_0x3dde8e[_0x1e6c94(0x266)],'connectTimeout':hasOwn(_0x5b6734,_0x1e6c94(0x256))?_0x5b6734[_0x1e6c94(0x256)]??DEFAULT_NOTIFICATION_CONNECT_TIMEOUT:_0x3dde8e[_0x1e6c94(0x256)],'readTimeout':hasOwn(_0x5b6734,_0x1e6c94(0x1fd))?_0x5b6734['readTimeout']??DEFAULT_NOTIFICATION_READ_TIMEOUT:_0x3dde8e['readTimeout']});}export function requestedSafeFieldsMatch(_0x3b4bf0,_0x45daf9,_0x166162){const _0x4e3b6f=a141_0x274552,_0x2828da=[],_0x34ca6e=[],_0x55cffa=[];for(const _0x2ff133 of['configName','channelType',_0x4e3b6f(0x266)]){if(!hasOwn(_0x166162,_0x2ff133))continue;_0x55cffa[_0x4e3b6f(0x254)](_0x2ff133),_0x2828da['push'](_0x45daf9[_0x2ff133]===_0x166162[_0x2ff133]),_0x34ca6e[_0x4e3b6f(0x254)](_0x3b4bf0[_0x2ff133]!==_0x166162[_0x2ff133]&&_0x45daf9[_0x2ff133]===_0x166162[_0x2ff133]);}for(const _0x34e9a8 of[_0x4e3b6f(0x256),_0x4e3b6f(0x1fd)]){if(!hasOwn(_0x166162,_0x34e9a8))continue;const _0x37d222=_0x166162[_0x34e9a8]??(_0x34e9a8===_0x4e3b6f(0x256)?DEFAULT_NOTIFICATION_CONNECT_TIMEOUT:DEFAULT_NOTIFICATION_READ_TIMEOUT);_0x55cffa[_0x4e3b6f(0x254)](_0x34e9a8),_0x2828da[_0x4e3b6f(0x254)](_0x45daf9[_0x34e9a8]===_0x37d222),_0x34ca6e[_0x4e3b6f(0x254)](_0x3b4bf0[_0x34e9a8]!==_0x37d222&&_0x45daf9[_0x34e9a8]===_0x37d222);}return hasOwn(_0x166162,'endpointUrl')&&_0x166162[_0x4e3b6f(0x242)]===null&&(_0x55cffa[_0x4e3b6f(0x254)](_0x4e3b6f(0x246)),_0x2828da[_0x4e3b6f(0x254)](_0x45daf9['endpointUrlRaw']===null||_0x45daf9[_0x4e3b6f(0x248)]===''),_0x34ca6e[_0x4e3b6f(0x254)](_0x3b4bf0[_0x4e3b6f(0x248)]!==null&&_0x3b4bf0['endpointUrlRaw']!==''&&(_0x45daf9['endpointUrlRaw']===null||_0x45daf9[_0x4e3b6f(0x248)]===''))),{'allMatch':_0x2828da[_0x4e3b6f(0x1f1)](Boolean),'provesChange':_0x34ca6e['some'](Boolean),'verifiedFields':_0x55cffa};}export function validateNotificationDeleteReadback(_0x541f08,_0x37bb20,_0xe45c07){const _0x4b9548=a141_0x274552;for(const [_0x19ab2d,_0x2fd21f]of _0x541f08[_0x4b9548(0x1ea)]()){if(!Number[_0x4b9548(0x24a)](_0x2fd21f['id'])||_0x2fd21f['id']<=0x0)throw notificationError(_0x4b9548(0x226),_0x4b9548(0x202)+(_0x19ab2d+0x1)+'\x20has\x20an\x20invalid\x20id.');if(_0x2fd21f[_0x4b9548(0x1f6)]!==_0x37bb20)throw notificationError(_0x4b9548(0x226),_0x4b9548(0x202)+(_0x19ab2d+0x1)+'\x20has\x20an\x20invalid\x20appCode.');if(_0x2fd21f[_0x4b9548(0x23a)]!==_0xe45c07)throw notificationError(_0x4b9548(0x226),_0x4b9548(0x202)+(_0x19ab2d+0x1)+_0x4b9548(0x24f));}}export function safeApiFailure(_0x4cb77a,_0x1bac69,_0x3e9fe5){const _0x288e24=a141_0x274552;return notificationError(_0x288e24(0x1ec)+_0x4cb77a+'_'+(_0x1bac69==='mutation'?_0x288e24(0x236):_0x1bac69+_0x288e24(0x26a)),'Notification\x20config\x20'+_0x4cb77a+'\x20'+_0x1bac69+'\x20failed.',_0x3e9fe5);}export function notificationLookupCommand(_0xbdf2c0,_0x434f33){const _0x7bf213=a141_0x274552;return _0x7bf213(0x23f)+_0xbdf2c0+_0x7bf213(0x257)+_0x434f33+'\x20--format\x20compress';}function validateNotificationDocument(_0x587e6a,_0x9794bb){const _0x6e2a43=a141_0x274552;for(const _0x2ba866 of Object['keys'](_0x587e6a)){if(FORBIDDEN_IDENTITY_FIELDS[_0x6e2a43(0x21f)](_0x2ba866))throw notificationError(_0x6e2a43(0x1fa),_0x6e2a43(0x25f)+_0x2ba866+'\x22\x20is\x20controlled\x20by\x20the\x20CLI\x20or\x20server\x20and\x20is\x20forbidden.');if(!ALLOWED_INPUT_FIELDS[_0x6e2a43(0x21f)](_0x2ba866))throw notificationError(_0x6e2a43(0x20b),_0x6e2a43(0x1fe)+_0x2ba866+'\x22.');}if(_0x9794bb==='update'&&Object[_0x6e2a43(0x224)](_0x587e6a)[_0x6e2a43(0x247)]===0x0)throw notificationError(_0x6e2a43(0x1ed),_0x6e2a43(0x261));const _0x1dcc81={};if(hasOwn(_0x587e6a,_0x6e2a43(0x243)))_0x1dcc81[_0x6e2a43(0x243)]=validateRequiredString(_0x587e6a[_0x6e2a43(0x243)],_0x6e2a43(0x243),0x80);else{if(_0x9794bb===_0x6e2a43(0x1f2))throw notificationError(_0x6e2a43(0x237),_0x6e2a43(0x25b)+_0x6e2a43(0x234));}if(hasOwn(_0x587e6a,_0x6e2a43(0x23a))){if(typeof _0x587e6a[_0x6e2a43(0x23a)]!==_0x6e2a43(0x21d))throw invalidFieldType(_0x6e2a43(0x23a),_0x6e2a43(0x1f4));const _0x333334=_0x587e6a['channelType'][_0x6e2a43(0x220)]();if(!NOTIFICATION_CHANNEL_TYPES[_0x6e2a43(0x262)](_0x333334))throw notificationError(_0x6e2a43(0x1e7),_0x6e2a43(0x20c),_0x6e2a43(0x269)+NOTIFICATION_CHANNEL_TYPES[_0x6e2a43(0x204)](',\x20')+'.');_0x1dcc81[_0x6e2a43(0x23a)]=_0x333334;}else{if(_0x9794bb===_0x6e2a43(0x1f2))throw notificationError(_0x6e2a43(0x237),'Create\x20JSON\x20requires\x20field\x20'+_0x6e2a43(0x1f0));}for(const [_0x4194ac,_0x40d85d]of[[_0x6e2a43(0x242),0x200],[_0x6e2a43(0x266),0x100]]){if(!hasOwn(_0x587e6a,_0x4194ac))continue;const _0x322db7=_0x587e6a[_0x4194ac];if(_0x322db7!==null&&typeof _0x322db7!==_0x6e2a43(0x21d))throw invalidFieldType(_0x4194ac,_0x6e2a43(0x217));if(typeof _0x322db7==='string'&&_0x322db7[_0x6e2a43(0x247)]>_0x40d85d)throw notificationError(_0x6e2a43(0x1e7),'Notification\x20JSON\x20field\x20\x22'+_0x4194ac+_0x6e2a43(0x255)+_0x40d85d+'\x20characters.');_0x1dcc81[_0x4194ac]=_0x322db7;}if(hasOwn(_0x587e6a,_0x6e2a43(0x215))){const _0x223001=_0x587e6a[_0x6e2a43(0x215)];if(_0x223001===null&&_0x9794bb==='create')throw invalidFieldType(_0x6e2a43(0x215),_0x6e2a43(0x244));if(_0x223001!==null&&!isJsonObject(_0x223001))throw invalidFieldType(_0x6e2a43(0x215),_0x9794bb==='update'?_0x6e2a43(0x245):'a\x20JSON\x20object');_0x223001!==null&&validateChannelConfigFields(_0x1dcc81[_0x6e2a43(0x23a)],_0x223001),_0x1dcc81[_0x6e2a43(0x215)]=_0x223001;}for(const _0x31ffbe of['connectTimeout',_0x6e2a43(0x1fd)]){if(!hasOwn(_0x587e6a,_0x31ffbe))continue;const _0x4b7927=_0x587e6a[_0x31ffbe];if(_0x4b7927!==null&&(!Number[_0x6e2a43(0x24a)](_0x4b7927)||_0x4b7927<0x0))throw notificationError('notification_config_field_invalid',_0x6e2a43(0x25f)+_0x31ffbe+_0x6e2a43(0x21b));_0x1dcc81[_0x31ffbe]=_0x4b7927;}return _0x1dcc81;}function validateRequiredString(_0x2d2d7e,_0x248219,_0x472a75){const _0x433527=a141_0x274552;if(typeof _0x2d2d7e!==_0x433527(0x21d))throw invalidFieldType(_0x248219,'a\x20non-empty\x20string');const _0x501d26=_0x2d2d7e[_0x433527(0x220)]();if(!_0x501d26)throw notificationError(_0x433527(0x1e7),'Notification\x20JSON\x20field\x20\x22'+_0x248219+_0x433527(0x222));if(_0x501d26[_0x433527(0x247)]>_0x472a75)throw notificationError('notification_config_field_invalid',_0x433527(0x25f)+_0x248219+_0x433527(0x255)+_0x472a75+_0x433527(0x265));return _0x501d26;}function validateChannelConfigFields(_0x10a2df,_0x4e174a){const _0x332080=a141_0x274552;if(hasOwn(_0x4e174a,_0x332080(0x207)))throw forbiddenChannelConfigField(_0x332080(0x207));if(_0x10a2df==='EMAIL')for(const _0xa1495e of EMAIL_RECIPIENT_FIELDS){if(hasOwn(_0x4e174a,_0xa1495e))throw forbiddenChannelConfigField(_0xa1495e);}}function forbiddenChannelConfigField(_0x5322f7){const _0x1210e5=a141_0x274552;return notificationError(_0x1210e5(0x211),_0x1210e5(0x1ee)+_0x5322f7+'\x22\x20is\x20forbidden.');}function invalidFieldType(_0x4827f4,_0x20c143){const _0x528a35=a141_0x274552;return notificationError(_0x528a35(0x1e7),_0x528a35(0x25f)+_0x4827f4+_0x528a35(0x231)+_0x20c143+'.');}function serializeChannelConfig(_0x5734af){const _0x5bcaac=a141_0x274552;return _0x5734af===null||_0x5734af===undefined?null:JSON[_0x5bcaac(0x25e)](_0x5734af);}function redactSensitive(_0x471bae){const _0x503668=a141_0x274552;return _0x471bae===null||_0x471bae===undefined||_0x471bae===''?null:_0x503668(0x228);}function requireResponseString(_0x19833a,_0x57dc8d,_0x357974){const _0x3b8021=a141_0x274552;if(typeof _0x19833a!==_0x3b8021(0x21d)||_0x19833a[_0x3b8021(0x220)]()==='')throw CliErrors['apiError'](_0x3b8021(0x252),_0x3b8021(0x259)+(_0x357974+0x1)+_0x3b8021(0x216)+_0x57dc8d+'\x22.');return _0x19833a[_0x3b8021(0x220)]();}function requireExactString(_0x5d40fa,_0x565054,_0x1cac90){const _0x1a9573=a141_0x274552;if(typeof _0x5d40fa!=='string'||_0x5d40fa[_0x1a9573(0x220)]()==='')throw notificationError(_0x1a9573(0x226),_0x1a9573(0x205)+_0x1cac90+'\x20is\x20missing\x20required\x20field\x20\x22'+_0x565054+'\x22.');return _0x5d40fa[_0x1a9573(0x220)]();}function responseNullableString(_0x33faee,_0x304e13,_0x260183){const _0x55cfc3=a141_0x274552;if(_0x33faee===undefined||_0x33faee===null)return null;if(typeof _0x33faee!==_0x55cfc3(0x21d))throw notificationError(_0x55cfc3(0x226),'Notification\x20config\x20'+_0x260183+_0x55cfc3(0x232)+_0x304e13+'\x22.');return _0x33faee;}function a141_0x20d3(){const _0xde3274=['notification_config_id_invalid','notification_config_','notification_config_update_empty','Notification\x20JSON\x20channelConfig\x20field\x20\x22','call','\x22channelType\x22.','every','create','Notification\x20JSON\x20environment\x20variable\x20is\x20not\x20set:\x20','a\x20supported\x20string','Read\x20the\x20notification\x20JSON\x20document\x20from\x20a\x20named\x20environment\x20variable','appCode','Missing\x20notification\x20JSON\x20source.','file','This\x20notification\x20config\x20mutation\x20requires\x20explicit\x20--yes.','notification_config_field_forbidden','notification_config_confirmation_required','notification_config_json_invalid','readTimeout','Unknown\x20notification\x20JSON\x20field\x20\x22','prototype','boolean','96CFrGDQ','Notification\x20config\x20list\x20item\x20','1747230JNytKq','join','Notification\x20config\x20','number','messageTemplate','replyTo','Notification\x20JSON\x20from\x20','Inspect\x20with\x20rabetbase\x20notification\x20config-list\x20--appcode\x20','notification_config_field_unknown','Notification\x20JSON\x20field\x20\x22channelType\x22\x20is\x20unsupported.','28698iPFUFU','EMAIL','configCode','preflight','notification_config_channel_field_forbidden','path','Use\x20exactly\x20one\x20of\x20--file\x20<path>,\x20--stdin,\x20or\x20--from-env\x20<NAME>.','fromName','channelConfig','\x20is\x20missing\x20required\x20field\x20\x22','a\x20string\x20or\x20null','DINGTALK','ccList','emailTargets','\x22\x20must\x20be\x20a\x20non-negative\x20safe\x20integer\x20or\x20null.','\x20--type\x20<CHANNEL_TYPE>\x20--format\x20compress;\x20no\x20mutation\x20was\x20submitted.','string','9LjwjDo','has','trim','\x20is\x20invalid.','\x22\x20must\x20be\x20a\x20non-empty\x20string.','channelCode','keys','7532fPoavZ','notification_config_response_invalid','Application-level\x20notification\x20config\x20ID','<redacted>','\x20has\x20an\x20unsupported\x20channelType.','WEBHOOK','channelConfigRaw','866045tqlJQW','env','str','kind','54110yoNKtv','\x22\x20must\x20be\x20','\x20has\x20invalid\x20field\x20\x22','name','\x22configName\x22.','subjectPrefix','failed','notification_config_field_required','file\x20','10TNdIxV','channelType','notification_config_source_unavailable','Read\x20the\x20notification\x20JSON\x20document\x20from\x20stdin','type','dry-run','rabetbase\x20notification\x20config-list\x20--appcode\x20','environment\x20variable\x20','Notification\x20config\x20detail\x20did\x20not\x20contain\x20the\x20requested\x20ID\x20','endpointUrl','configName','a\x20JSON\x20object','a\x20JSON\x20object\x20or\x20null','endpointUrl:null','length','endpointUrlRaw','1238560ChcGnV','isSafeInteger','yes','bool','stdin','object','\x20has\x20an\x20invalid\x20channelType.','Unable\x20to\x20read\x20notification\x20JSON\x20from\x20','\x20does\x20not\x20belong\x20to\x20the\x20resolved\x20app.','Invalid\x20notification\x20config\x20response.','createTime','push','\x22\x20cannot\x20exceed\x20','connectTimeout','\x20--type\x20','318RIOEnw','Item\x20','num','Create\x20JSON\x20requires\x20field\x20','\x20must\x20be\x20an\x20object.','setEncoding','stringify','Notification\x20JSON\x20field\x20\x22','isArray','Update\x20JSON\x20must\x20contain\x20at\x20least\x20one\x20allowed\x20field.','includes','Invalid\x20--','from-env','\x20characters.','description','5822267epRpQf','recipients','Allowed\x20values:\x20','_unavailable','utf8','notification_config_field_invalid','--id\x20must\x20be\x20a\x20positive\x20safe\x20integer.','validation','entries'];a141_0x20d3=function(){return _0xde3274;};return a141_0x20d3();}function responseNullableTimeout(_0x397c4d,_0x51aeaa,_0x285a2f){const _0x1e185c=a141_0x274552;if(_0x397c4d===undefined||_0x397c4d===null)return null;if(!Number['isSafeInteger'](_0x397c4d)||_0x397c4d<0x0)throw notificationError(_0x1e185c(0x226),_0x1e185c(0x205)+_0x285a2f+_0x1e185c(0x232)+_0x51aeaa+'\x22.');return _0x397c4d;}function normalizeNullableString(_0x3c24d5){const _0x1ab84e=a141_0x274552;return typeof _0x3c24d5===_0x1ab84e(0x21d)?_0x3c24d5:null;}function isJsonObject(_0x405c87){const _0x105826=a141_0x274552;return _0x405c87!==null&&typeof _0x405c87===_0x105826(0x24e)&&!Array[_0x105826(0x260)](_0x405c87);}function hasOwn(_0x38fa28,_0x217549){const _0x30a421=a141_0x274552;return Object[_0x30a421(0x1ff)]['hasOwnProperty'][_0x30a421(0x1ef)](_0x38fa28,_0x217549);}async function readStdin(){const _0x1a2ce5=a141_0x274552;let _0x406b2d='';process['stdin'][_0x1a2ce5(0x25d)](_0x1a2ce5(0x26b));for await(const _0x3832ba of process[_0x1a2ce5(0x24d)])_0x406b2d+=_0x3832ba;return _0x406b2d;}
1
+ const a141_0x2ba8fa=a141_0x1afe;function a141_0x3b4d(){const _0x1e7198=['channelConfig','channelType','from-env','Read\x20the\x20notification\x20JSON\x20document\x20from\x20a\x20named\x20environment\x20variable','FEISHU','length','stringify','30NkqaMR','appCode','validation','\x20--type\x20','notification_config_field_forbidden','Notification\x20config\x20','has','\x20must\x20be\x20an\x20object.','320892EovgpW','\x22\x20cannot\x20exceed\x20','connectTimeout','a\x20supported\x20string','Read\x20the\x20notification\x20JSON\x20document\x20from\x20stdin','Invalid\x20--','readTimeout','notification_config_field_unknown','\x22\x20is\x20controlled\x20by\x20the\x20CLI\x20or\x20server\x20and\x20is\x20forbidden.','Unable\x20to\x20read\x20notification\x20JSON\x20from\x20','description','\x20failed.','notification_config_channel_field_forbidden','Create\x20JSON\x20requires\x20field\x20','endpointUrl:null','name','notification_config_confirmation_required','Item\x20','channelConfigRaw','kind','Notification\x20config\x20list\x20item\x20','create','\x22\x20must\x20be\x20a\x20non-empty\x20string.','stdin','object','3LIBxVj','includes','21241179qMCuig','configCode','environment\x20variable\x20','num','notification_config_source_unavailable','\x20has\x20an\x20invalid\x20channelType.','DINGTALK','_unavailable','update','bccList','replyTo','notification_config_field_invalid','file','yes','\x20--format\x20compress','10suFDvT','Application-level\x20notification\x20config\x20ID','EMAIL','setEncoding','\x20has\x20invalid\x20field\x20\x22','configName','channelCode','3043932YQXUQH','134085qGwNvi','\x20characters.','prototype','\x20--type\x20<CHANNEL_TYPE>\x20--format\x20compress;\x20no\x20mutation\x20was\x20submitted.','boolean','a\x20string\x20or\x20null','\x20has\x20an\x20invalid\x20id.','Inspect\x20with\x20rabetbase\x20notification\x20config-list\x20--appcode\x20','emailTargets','a\x20non-empty\x20string','\x20does\x20not\x20belong\x20to\x20the\x20resolved\x20app.','notification_config_field_required','isArray','notification_config_response_invalid','dry-run','Notification\x20JSON\x20field\x20\x22channelType\x22\x20is\x20unsupported.','a\x20JSON\x20object\x20or\x20null','Notification\x20JSON\x20from\x20','type','call','4218448kgxIfo','isSafeInteger','notification_config_update_empty','Read\x20the\x20notification\x20JSON\x20document\x20from\x20a\x20UTF-8\x20file','updateTime','string','\x20is\x20invalid.','Notification\x20JSON\x20field\x20\x22','str','\x22channelType\x22.','messageTemplate','endpointUrl','\x20has\x20an\x20unsupported\x20channelType.','854553XPbFEq','endpointUrlRaw','trim','push','keys','path','Notification\x20JSON\x20environment\x20variable\x20is\x20not\x20set:\x20','Missing\x20notification\x20JSON\x20source.','This\x20notification\x20config\x20mutation\x20requires\x20explicit\x20--yes.','a\x20JSON\x20object','WECOM','\x20is\x20missing\x20required\x20field\x20\x22','env','number','subjectPrefix','--id\x20must\x20be\x20a\x20positive\x20safe\x20integer.','notification_config_','Allowed\x20values:\x20','Use\x20exactly\x20one\x20of\x20--file\x20<path>,\x20--stdin,\x20or\x20--from-env\x20<NAME>.','bool','\x22\x20is\x20forbidden.','file\x20','Invalid\x20notification\x20config\x20response.','join','utf8','Notification\x20JSON\x20source\x20is\x20ambiguous.','1371574kGeVsD'];a141_0x3b4d=function(){return _0x1e7198;};return a141_0x3b4d();}(function(_0x54632c,_0x2a37a7){const _0x5300c8=a141_0x1afe,_0x29e8c0=_0x54632c();while(!![]){try{const _0x5c7c0f=-parseInt(_0x5300c8(0x1cd))/0x1+-parseInt(_0x5300c8(0x1bd))/0x2*(parseInt(_0x5300c8(0x1e6))/0x3)+-parseInt(_0x5300c8(0x181))/0x4+parseInt(_0x5300c8(0x182))/0x5+parseInt(_0x5300c8(0x1c5))/0x6*(-parseInt(_0x5300c8(0x1a3))/0x7)+parseInt(_0x5300c8(0x196))/0x8+-parseInt(_0x5300c8(0x16b))/0x9*(-parseInt(_0x5300c8(0x17a))/0xa);if(_0x5c7c0f===_0x2a37a7)break;else _0x29e8c0['push'](_0x29e8c0['shift']());}catch(_0x2c99fd){_0x29e8c0['push'](_0x29e8c0['shift']());}}}(a141_0x3b4d,0x82e85));import{readFile}from'node:fs/promises';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{getNotificationChannelConfig}from'../../core/api-client.js';import{CliError,CliErrors}from'../../errors.js';export const NOTIFICATION_CHANNEL_TYPES=['EMAIL',a141_0x2ba8fa(0x1c2),a141_0x2ba8fa(0x171),a141_0x2ba8fa(0x1ad),'WEBHOOK'];export const DEFAULT_NOTIFICATION_CONNECT_TIMEOUT=0x1388;export const DEFAULT_NOTIFICATION_READ_TIMEOUT=0x2710;const ALLOWED_INPUT_FIELDS=new Set(['configName',a141_0x2ba8fa(0x1bf),a141_0x2ba8fa(0x1a1),a141_0x2ba8fa(0x1be),'description',a141_0x2ba8fa(0x1cf),'readTimeout']),FORBIDDEN_IDENTITY_FIELDS=new Set(['id',a141_0x2ba8fa(0x1c6),a141_0x2ba8fa(0x16c),a141_0x2ba8fa(0x180)]),EMAIL_RECIPIENT_FIELDS=new Set([a141_0x2ba8fa(0x18a),'recipients','ccList',a141_0x2ba8fa(0x174),a141_0x2ba8fa(0x175),a141_0x2ba8fa(0x1b1),'fromName','to','cc']);export const NOTIFICATION_INPUT_FLAGS=[{'name':a141_0x2ba8fa(0x177),'type':a141_0x2ba8fa(0x19b),'required':![],'description':a141_0x2ba8fa(0x199)},{'name':'stdin','type':a141_0x2ba8fa(0x186),'required':![],'default':![],'description':a141_0x2ba8fa(0x1d1)},{'name':a141_0x2ba8fa(0x1c0),'type':'string','required':![],'description':a141_0x2ba8fa(0x1c1)}];export const NOTIFICATION_ID_FLAG={'name':'id','type':a141_0x2ba8fa(0x1b0),'required':!![],'description':a141_0x2ba8fa(0x17b)};export const NOTIFICATION_APP_FLAG=APPCODE_FLAG_OPTIONAL;export function notificationError(_0x47352c,_0x1ef489,_0x31d73d){return new CliError(_0x47352c,0x1,_0x1ef489,_0x31d73d);}export function readNotificationId(_0x4f0b4b){const _0x3811f9=a141_0x2ba8fa,_0x343f35=_0x4f0b4b[_0x3811f9(0x16e)]('id');if(!Number[_0x3811f9(0x197)](_0x343f35)||_0x343f35<=0x0)throw notificationError('notification_config_id_invalid',_0x3811f9(0x1b2));return _0x343f35;}export function requireNotificationExplicitYes(_0x1dd20d){const _0x1c57b6=a141_0x2ba8fa;if(_0x1dd20d[_0x1c57b6(0x1b6)](_0x1c57b6(0x190))||_0x1dd20d[_0x1c57b6(0x1b6)](_0x1c57b6(0x178)))return;throw notificationError(_0x1c57b6(0x1dd),_0x1c57b6(0x1ab),'Run\x20the\x20command\x20with\x20--dry-run\x20first,\x20then\x20add\x20--yes\x20after\x20reviewing\x20the\x20plan.');}export function readNotificationChannelType(_0x47ad9c,_0x13915d=a141_0x2ba8fa(0x194),_0x57eb46=a141_0x2ba8fa(0x17c)){const _0x2907d9=a141_0x2ba8fa,_0x403f0e=_0x47ad9c['str'](_0x13915d)[_0x2907d9(0x1a5)]()||_0x57eb46;if(!NOTIFICATION_CHANNEL_TYPES[_0x2907d9(0x16a)](_0x403f0e))throw CliErrors['validation'](_0x2907d9(0x1d2)+_0x13915d+':\x20'+_0x403f0e,_0x2907d9(0x1b4)+NOTIFICATION_CHANNEL_TYPES[_0x2907d9(0x1ba)](',\x20')+'.');return _0x403f0e;}export function assertSingleNotificationSource(_0x25efb0){const _0x4f90ff=a141_0x2ba8fa,_0xc00181=[],_0x5214d1=_0x25efb0[_0x4f90ff(0x19e)](_0x4f90ff(0x177))[_0x4f90ff(0x1a5)]();if(_0x5214d1)_0xc00181[_0x4f90ff(0x1a6)]({'kind':'file','path':_0x5214d1});if(_0x25efb0[_0x4f90ff(0x1b6)]('stdin'))_0xc00181[_0x4f90ff(0x1a6)]({'kind':_0x4f90ff(0x1e4)});const _0x3dafe9=_0x25efb0[_0x4f90ff(0x19e)]('from-env')[_0x4f90ff(0x1a5)]();if(_0x3dafe9)_0xc00181['push']({'kind':'env','name':_0x3dafe9});if(_0xc00181['length']===0x0)throw CliErrors['validation'](_0x4f90ff(0x1aa),'Use\x20exactly\x20one\x20of\x20--file\x20<path>,\x20--stdin,\x20or\x20--from-env\x20<NAME>.');if(_0xc00181[_0x4f90ff(0x1c3)]>0x1)throw CliErrors[_0x4f90ff(0x1c7)](_0x4f90ff(0x1bc),_0x4f90ff(0x1b5));return _0xc00181[0x0];}export async function readNotificationDocument(_0x1c0933,_0x26767e){const _0x1ed630=a141_0x2ba8fa,_0x57a423=assertSingleNotificationSource(_0x1c0933),_0x397ef7=_0x57a423[_0x1ed630(0x1e0)]===_0x1ed630(0x177)?_0x1ed630(0x1b8)+_0x57a423[_0x1ed630(0x1a8)]:_0x57a423[_0x1ed630(0x1e0)]===_0x1ed630(0x1af)?_0x1ed630(0x16d)+_0x57a423[_0x1ed630(0x1dc)]:'stdin';let _0x5a5d06;try{if(_0x57a423[_0x1ed630(0x1e0)]===_0x1ed630(0x177))_0x5a5d06=await readFile(_0x57a423[_0x1ed630(0x1a8)],_0x1ed630(0x1bb));else{if(_0x57a423['kind']===_0x1ed630(0x1af)){if(!(_0x57a423['name']in process.env))throw notificationError(_0x1ed630(0x16f),_0x1ed630(0x1a9)+_0x57a423['name']);_0x5a5d06=process.env[_0x57a423.name]??'';}else _0x5a5d06=await readStdin();}}catch(_0x57943c){if(_0x57943c instanceof CliError)throw _0x57943c;throw notificationError(_0x1ed630(0x16f),_0x1ed630(0x1d6)+_0x397ef7+'.');}let _0x1241fa;try{_0x1241fa=JSON['parse'](_0x5a5d06);}catch{throw notificationError('notification_config_json_invalid',_0x1ed630(0x193)+_0x397ef7+_0x1ed630(0x19c),'Provide\x20one\x20valid\x20JSON\x20object;\x20source\x20contents\x20are\x20not\x20included\x20in\x20errors.');}if(!isJsonObject(_0x1241fa))throw notificationError('notification_config_json_invalid','Notification\x20JSON\x20from\x20'+_0x397ef7+_0x1ed630(0x1cc));return validateNotificationDocument(_0x1241fa,_0x26767e);}export function projectNotificationListConfig(_0x5d15db,_0x55e484){const _0x356dfd=a141_0x2ba8fa;return{'id':typeof _0x5d15db['id']===_0x356dfd(0x1b0)?_0x5d15db['id']:null,'configCode':requireResponseString(_0x5d15db[_0x356dfd(0x16c)],'configCode',_0x55e484),'configName':requireResponseString(_0x5d15db[_0x356dfd(0x17f)],_0x356dfd(0x17f),_0x55e484),'channelType':requireResponseString(_0x5d15db[_0x356dfd(0x1bf)],'channelType',_0x55e484),'description':normalizeNullableString(_0x5d15db[_0x356dfd(0x1d7)]),'createTime':normalizeNullableString(_0x5d15db['createTime']),'updateTime':normalizeNullableString(_0x5d15db[_0x356dfd(0x19a)])};}export function normalizeExactNotificationConfig(_0x310178,_0x2858c5,_0x346a2f){const _0x478554=a141_0x2ba8fa;if(!Number[_0x478554(0x197)](_0x310178['id'])||_0x310178['id']!==_0x2858c5)throw notificationError('notification_config_response_invalid','Notification\x20config\x20detail\x20did\x20not\x20contain\x20the\x20requested\x20ID\x20'+_0x2858c5+'.');if(_0x310178[_0x478554(0x1c6)]!==_0x346a2f)throw notificationError(_0x478554(0x18f),_0x478554(0x1ca)+_0x2858c5+_0x478554(0x18c));const _0x175c9c=requireExactString(_0x310178[_0x478554(0x17f)],_0x478554(0x17f),_0x2858c5),_0x41c265=requireExactString(_0x310178[_0x478554(0x16c)],_0x478554(0x16c),_0x2858c5),_0x4b4439=requireExactString(_0x310178[_0x478554(0x1bf)],_0x478554(0x1bf),_0x2858c5);if(!NOTIFICATION_CHANNEL_TYPES[_0x478554(0x16a)](_0x4b4439))throw notificationError(_0x478554(0x18f),_0x478554(0x1ca)+_0x2858c5+_0x478554(0x1a2));const _0x58850b=responseNullableString(_0x310178[_0x478554(0x1a1)],_0x478554(0x1a1),_0x2858c5),_0x17ab3c=responseNullableString(_0x310178['channelConfig'],_0x478554(0x1be),_0x2858c5),_0x5654a=responseNullableString(_0x310178[_0x478554(0x1d7)],_0x478554(0x1d7),_0x2858c5),_0x1723ee=responseNullableTimeout(_0x310178[_0x478554(0x1cf)],_0x478554(0x1cf),_0x2858c5),_0x435ac3=responseNullableTimeout(_0x310178['readTimeout'],_0x478554(0x1d3),_0x2858c5);return{'id':_0x2858c5,'appCode':_0x346a2f,'configCode':_0x41c265,'configName':_0x175c9c,'channelType':_0x4b4439,'endpointUrl':redactSensitive(_0x58850b),'channelConfig':redactSensitive(_0x17ab3c),'description':_0x5654a,'connectTimeout':_0x1723ee,'readTimeout':_0x435ac3,'endpointUrlRaw':_0x58850b,'channelConfigRaw':_0x17ab3c};}export async function requireExactNotificationConfig(_0x1619af,_0x46e2bb,_0x29bf8a){const _0x8946eb=a141_0x2ba8fa;let _0x5b33f8;try{_0x5b33f8=await getNotificationChannelConfig(_0x46e2bb,_0x1619af);}catch{throw safeApiFailure(_0x29bf8a,'preflight',_0x8946eb(0x189)+_0x1619af+_0x8946eb(0x185));}return normalizeExactNotificationConfig(_0x5b33f8,_0x46e2bb,_0x1619af);}export function projectNotificationConfig(_0x24e77c){const _0xa01e7a=a141_0x2ba8fa;return{'id':_0x24e77c['id']??null,'appCode':_0x24e77c['appCode'],'configCode':_0x24e77c[_0xa01e7a(0x16c)]??null,'configName':_0x24e77c[_0xa01e7a(0x17f)],'channelType':_0x24e77c[_0xa01e7a(0x1bf)],'endpointUrl':redactSensitive(_0x24e77c[_0xa01e7a(0x1a1)]),'channelConfig':redactSensitive(_0x24e77c[_0xa01e7a(0x1be)]),'description':_0x24e77c[_0xa01e7a(0x1d7)]??null,'connectTimeout':_0x24e77c[_0xa01e7a(0x1cf)]??null,'readTimeout':_0x24e77c[_0xa01e7a(0x1d3)]??null};}export function notificationSelector(_0x3e07c8){const _0x57484f=a141_0x2ba8fa;return{'appCode':_0x3e07c8[_0x57484f(0x1c6)],'id':_0x3e07c8['id'],'configCode':_0x3e07c8[_0x57484f(0x16c)],'configName':_0x3e07c8[_0x57484f(0x17f)],'channelType':_0x3e07c8[_0x57484f(0x1bf)]};}export function createMutationInput(_0x3e3618,_0x247457){const _0x53e901=a141_0x2ba8fa;return{'appCode':_0x3e3618,'configName':_0x247457['configName'],'channelType':_0x247457['channelType'],...hasOwn(_0x247457,_0x53e901(0x1a1))?{'endpointUrl':_0x247457['endpointUrl']}:{},...hasOwn(_0x247457,_0x53e901(0x1be))?{'channelConfig':serializeChannelConfig(_0x247457['channelConfig'])}:{},...hasOwn(_0x247457,_0x53e901(0x1d7))?{'description':_0x247457[_0x53e901(0x1d7)]}:{},...hasOwn(_0x247457,_0x53e901(0x1cf))?{'connectTimeout':_0x247457[_0x53e901(0x1cf)]}:{},...hasOwn(_0x247457,'readTimeout')?{'readTimeout':_0x247457['readTimeout']}:{}};}export function mergeUpdateInput(_0x39cebf,_0x51f103){const _0x4eb777=a141_0x2ba8fa;return{'id':_0x39cebf['id'],'appCode':_0x39cebf[_0x4eb777(0x1c6)],'configName':_0x51f103[_0x4eb777(0x17f)]??_0x39cebf[_0x4eb777(0x17f)],'channelType':_0x51f103[_0x4eb777(0x1bf)]??_0x39cebf['channelType'],'endpointUrl':hasOwn(_0x51f103,_0x4eb777(0x1a1))?_0x51f103[_0x4eb777(0x1a1)]:_0x39cebf['endpointUrlRaw'],'channelConfig':hasOwn(_0x51f103,_0x4eb777(0x1be))?serializeChannelConfig(_0x51f103[_0x4eb777(0x1be)]):_0x39cebf[_0x4eb777(0x1df)],'description':hasOwn(_0x51f103,_0x4eb777(0x1d7))?_0x51f103[_0x4eb777(0x1d7)]:_0x39cebf['description'],'connectTimeout':hasOwn(_0x51f103,_0x4eb777(0x1cf))?_0x51f103[_0x4eb777(0x1cf)]:_0x39cebf[_0x4eb777(0x1cf)],'readTimeout':hasOwn(_0x51f103,_0x4eb777(0x1d3))?_0x51f103[_0x4eb777(0x1d3)]:_0x39cebf[_0x4eb777(0x1d3)]};}function a141_0x1afe(_0x406cdf,_0x101123){_0x406cdf=_0x406cdf-0x16a;const _0x3b4d9a=a141_0x3b4d();let _0x1afef2=_0x3b4d9a[_0x406cdf];return _0x1afef2;}export function plannedUpdateProjection(_0xf30271,_0xd4879a){const _0x3b60e8=a141_0x2ba8fa;return projectNotificationConfig({'id':_0xf30271['id'],'appCode':_0xf30271['appCode'],'configCode':_0xf30271['configCode'],'configName':_0xd4879a[_0x3b60e8(0x17f)]??_0xf30271[_0x3b60e8(0x17f)],'channelType':_0xd4879a[_0x3b60e8(0x1bf)]??_0xf30271['channelType'],'endpointUrl':hasOwn(_0xd4879a,_0x3b60e8(0x1a1))?_0xd4879a[_0x3b60e8(0x1a1)]:_0xf30271['endpointUrlRaw'],'channelConfig':hasOwn(_0xd4879a,_0x3b60e8(0x1be))?_0xd4879a['channelConfig']:_0xf30271['channelConfigRaw'],'description':hasOwn(_0xd4879a,_0x3b60e8(0x1d7))?_0xd4879a['description']:_0xf30271[_0x3b60e8(0x1d7)],'connectTimeout':hasOwn(_0xd4879a,_0x3b60e8(0x1cf))?_0xd4879a[_0x3b60e8(0x1cf)]??DEFAULT_NOTIFICATION_CONNECT_TIMEOUT:_0xf30271['connectTimeout'],'readTimeout':hasOwn(_0xd4879a,_0x3b60e8(0x1d3))?_0xd4879a[_0x3b60e8(0x1d3)]??DEFAULT_NOTIFICATION_READ_TIMEOUT:_0xf30271[_0x3b60e8(0x1d3)]});}export function requestedSafeFieldsMatch(_0x52e3e9,_0xe96045,_0xf1d603){const _0x480b3e=a141_0x2ba8fa,_0x326301=[],_0x208d67=[],_0x1328a0=[];for(const _0x3d18c4 of[_0x480b3e(0x17f),_0x480b3e(0x1bf),_0x480b3e(0x1d7)]){if(!hasOwn(_0xf1d603,_0x3d18c4))continue;_0x1328a0[_0x480b3e(0x1a6)](_0x3d18c4),_0x326301[_0x480b3e(0x1a6)](_0xe96045[_0x3d18c4]===_0xf1d603[_0x3d18c4]),_0x208d67[_0x480b3e(0x1a6)](_0x52e3e9[_0x3d18c4]!==_0xf1d603[_0x3d18c4]&&_0xe96045[_0x3d18c4]===_0xf1d603[_0x3d18c4]);}for(const _0x181901 of[_0x480b3e(0x1cf),_0x480b3e(0x1d3)]){if(!hasOwn(_0xf1d603,_0x181901))continue;const _0x460330=_0xf1d603[_0x181901]??(_0x181901===_0x480b3e(0x1cf)?DEFAULT_NOTIFICATION_CONNECT_TIMEOUT:DEFAULT_NOTIFICATION_READ_TIMEOUT);_0x1328a0[_0x480b3e(0x1a6)](_0x181901),_0x326301[_0x480b3e(0x1a6)](_0xe96045[_0x181901]===_0x460330),_0x208d67[_0x480b3e(0x1a6)](_0x52e3e9[_0x181901]!==_0x460330&&_0xe96045[_0x181901]===_0x460330);}return hasOwn(_0xf1d603,_0x480b3e(0x1a1))&&_0xf1d603[_0x480b3e(0x1a1)]===null&&(_0x1328a0[_0x480b3e(0x1a6)](_0x480b3e(0x1db)),_0x326301[_0x480b3e(0x1a6)](_0xe96045[_0x480b3e(0x1a4)]===null||_0xe96045['endpointUrlRaw']===''),_0x208d67[_0x480b3e(0x1a6)](_0x52e3e9[_0x480b3e(0x1a4)]!==null&&_0x52e3e9[_0x480b3e(0x1a4)]!==''&&(_0xe96045[_0x480b3e(0x1a4)]===null||_0xe96045['endpointUrlRaw']===''))),{'allMatch':_0x326301['every'](Boolean),'provesChange':_0x208d67['some'](Boolean),'verifiedFields':_0x1328a0};}export function validateNotificationDeleteReadback(_0x268d19,_0x1060f4,_0x7a1fac){const _0x2d7c02=a141_0x2ba8fa;for(const [_0x4560ec,_0x29732a]of _0x268d19['entries']()){if(!Number[_0x2d7c02(0x197)](_0x29732a['id'])||_0x29732a['id']<=0x0)throw notificationError('notification_config_response_invalid','Notification\x20config\x20list\x20item\x20'+(_0x4560ec+0x1)+_0x2d7c02(0x188));if(_0x29732a['appCode']!==_0x1060f4)throw notificationError(_0x2d7c02(0x18f),_0x2d7c02(0x1e1)+(_0x4560ec+0x1)+'\x20has\x20an\x20invalid\x20appCode.');if(_0x29732a['channelType']!==_0x7a1fac)throw notificationError(_0x2d7c02(0x18f),_0x2d7c02(0x1e1)+(_0x4560ec+0x1)+_0x2d7c02(0x170));}}export function safeApiFailure(_0x132e41,_0x2f006f,_0x1ae5a5){const _0x952028=a141_0x2ba8fa;return notificationError(_0x952028(0x1b3)+_0x132e41+'_'+(_0x2f006f==='mutation'?'failed':_0x2f006f+_0x952028(0x172)),_0x952028(0x1ca)+_0x132e41+'\x20'+_0x2f006f+_0x952028(0x1d8),_0x1ae5a5);}export function notificationLookupCommand(_0x1c9bd5,_0x1b78f9){const _0x39e6aa=a141_0x2ba8fa;return'rabetbase\x20notification\x20config-list\x20--appcode\x20'+_0x1c9bd5+_0x39e6aa(0x1c8)+_0x1b78f9+_0x39e6aa(0x179);}function validateNotificationDocument(_0xb490b7,_0x492df1){const _0x3260ab=a141_0x2ba8fa;for(const _0x57b697 of Object[_0x3260ab(0x1a7)](_0xb490b7)){if(FORBIDDEN_IDENTITY_FIELDS['has'](_0x57b697))throw notificationError(_0x3260ab(0x1c9),_0x3260ab(0x19d)+_0x57b697+_0x3260ab(0x1d5));if(!ALLOWED_INPUT_FIELDS[_0x3260ab(0x1cb)](_0x57b697))throw notificationError(_0x3260ab(0x1d4),'Unknown\x20notification\x20JSON\x20field\x20\x22'+_0x57b697+'\x22.');}if(_0x492df1===_0x3260ab(0x173)&&Object['keys'](_0xb490b7)[_0x3260ab(0x1c3)]===0x0)throw notificationError(_0x3260ab(0x198),'Update\x20JSON\x20must\x20contain\x20at\x20least\x20one\x20allowed\x20field.');const _0x279888={};if(hasOwn(_0xb490b7,'configName'))_0x279888['configName']=validateRequiredString(_0xb490b7[_0x3260ab(0x17f)],'configName',0x80);else{if(_0x492df1==='create')throw notificationError(_0x3260ab(0x18d),_0x3260ab(0x1da)+'\x22configName\x22.');}if(hasOwn(_0xb490b7,_0x3260ab(0x1bf))){if(typeof _0xb490b7['channelType']!==_0x3260ab(0x19b))throw invalidFieldType(_0x3260ab(0x1bf),_0x3260ab(0x1d0));const _0x7e8b08=_0xb490b7['channelType']['trim']();if(!NOTIFICATION_CHANNEL_TYPES[_0x3260ab(0x16a)](_0x7e8b08))throw notificationError(_0x3260ab(0x176),_0x3260ab(0x191),_0x3260ab(0x1b4)+NOTIFICATION_CHANNEL_TYPES[_0x3260ab(0x1ba)](',\x20')+'.');_0x279888[_0x3260ab(0x1bf)]=_0x7e8b08;}else{if(_0x492df1===_0x3260ab(0x1e2))throw notificationError('notification_config_field_required',_0x3260ab(0x1da)+_0x3260ab(0x19f));}for(const [_0x17e678,_0x31d774]of[[_0x3260ab(0x1a1),0x200],['description',0x100]]){if(!hasOwn(_0xb490b7,_0x17e678))continue;const _0x586160=_0xb490b7[_0x17e678];if(_0x586160!==null&&typeof _0x586160!==_0x3260ab(0x19b))throw invalidFieldType(_0x17e678,_0x3260ab(0x187));if(typeof _0x586160===_0x3260ab(0x19b)&&_0x586160['length']>_0x31d774)throw notificationError(_0x3260ab(0x176),_0x3260ab(0x19d)+_0x17e678+_0x3260ab(0x1ce)+_0x31d774+'\x20characters.');_0x279888[_0x17e678]=_0x586160;}if(hasOwn(_0xb490b7,_0x3260ab(0x1be))){const _0x116d86=_0xb490b7['channelConfig'];if(_0x116d86===null&&_0x492df1==='create')throw invalidFieldType(_0x3260ab(0x1be),'a\x20JSON\x20object');if(_0x116d86!==null&&!isJsonObject(_0x116d86))throw invalidFieldType(_0x3260ab(0x1be),_0x492df1==='update'?_0x3260ab(0x192):_0x3260ab(0x1ac));_0x116d86!==null&&validateChannelConfigFields(_0x279888[_0x3260ab(0x1bf)],_0x116d86),_0x279888[_0x3260ab(0x1be)]=_0x116d86;}for(const _0x199444 of[_0x3260ab(0x1cf),'readTimeout']){if(!hasOwn(_0xb490b7,_0x199444))continue;const _0x3598e9=_0xb490b7[_0x199444];if(_0x3598e9!==null&&(!Number['isSafeInteger'](_0x3598e9)||_0x3598e9<0x0))throw notificationError('notification_config_field_invalid','Notification\x20JSON\x20field\x20\x22'+_0x199444+'\x22\x20must\x20be\x20a\x20non-negative\x20safe\x20integer\x20or\x20null.');_0x279888[_0x199444]=_0x3598e9;}return _0x279888;}function validateRequiredString(_0x22356c,_0x5330e1,_0x2ce61e){const _0x49d4c4=a141_0x2ba8fa;if(typeof _0x22356c!==_0x49d4c4(0x19b))throw invalidFieldType(_0x5330e1,_0x49d4c4(0x18b));const _0x15e57d=_0x22356c[_0x49d4c4(0x1a5)]();if(!_0x15e57d)throw notificationError(_0x49d4c4(0x176),_0x49d4c4(0x19d)+_0x5330e1+_0x49d4c4(0x1e3));if(_0x15e57d['length']>_0x2ce61e)throw notificationError(_0x49d4c4(0x176),'Notification\x20JSON\x20field\x20\x22'+_0x5330e1+'\x22\x20cannot\x20exceed\x20'+_0x2ce61e+_0x49d4c4(0x183));return _0x15e57d;}function validateChannelConfigFields(_0x1cd30b,_0x53b8ad){const _0x1ba455=a141_0x2ba8fa;if(hasOwn(_0x53b8ad,'messageTemplate'))throw forbiddenChannelConfigField(_0x1ba455(0x1a0));if(_0x1cd30b==='EMAIL')for(const _0x573d03 of EMAIL_RECIPIENT_FIELDS){if(hasOwn(_0x53b8ad,_0x573d03))throw forbiddenChannelConfigField(_0x573d03);}}function forbiddenChannelConfigField(_0x3a0481){const _0x34b3e3=a141_0x2ba8fa;return notificationError(_0x34b3e3(0x1d9),'Notification\x20JSON\x20channelConfig\x20field\x20\x22'+_0x3a0481+_0x34b3e3(0x1b7));}function invalidFieldType(_0x2d1ed5,_0x2411cb){const _0x5572ec=a141_0x2ba8fa;return notificationError(_0x5572ec(0x176),_0x5572ec(0x19d)+_0x2d1ed5+'\x22\x20must\x20be\x20'+_0x2411cb+'.');}function serializeChannelConfig(_0x53e99b){const _0x45258d=a141_0x2ba8fa;return _0x53e99b===null||_0x53e99b===undefined?null:JSON[_0x45258d(0x1c4)](_0x53e99b);}function redactSensitive(_0x1bbb9b){return _0x1bbb9b===null||_0x1bbb9b===undefined||_0x1bbb9b===''?null:'<redacted>';}function requireResponseString(_0xd7cd4f,_0x4ab71b,_0xed0e5f){const _0x273e07=a141_0x2ba8fa;if(typeof _0xd7cd4f!==_0x273e07(0x19b)||_0xd7cd4f[_0x273e07(0x1a5)]()==='')throw CliErrors['apiError'](_0x273e07(0x1b9),_0x273e07(0x1de)+(_0xed0e5f+0x1)+'\x20is\x20missing\x20required\x20field\x20\x22'+_0x4ab71b+'\x22.');return _0xd7cd4f[_0x273e07(0x1a5)]();}function requireExactString(_0x64cfbd,_0x2d8ecf,_0x10b341){const _0x23e193=a141_0x2ba8fa;if(typeof _0x64cfbd!==_0x23e193(0x19b)||_0x64cfbd[_0x23e193(0x1a5)]()==='')throw notificationError(_0x23e193(0x18f),_0x23e193(0x1ca)+_0x10b341+_0x23e193(0x1ae)+_0x2d8ecf+'\x22.');return _0x64cfbd[_0x23e193(0x1a5)]();}function responseNullableString(_0x2ebd90,_0x57e56e,_0x44b37a){const _0x97ebda=a141_0x2ba8fa;if(_0x2ebd90===undefined||_0x2ebd90===null)return null;if(typeof _0x2ebd90!==_0x97ebda(0x19b))throw notificationError('notification_config_response_invalid',_0x97ebda(0x1ca)+_0x44b37a+_0x97ebda(0x17e)+_0x57e56e+'\x22.');return _0x2ebd90;}function responseNullableTimeout(_0x48eefc,_0x2338ef,_0x2da2b6){const _0x33b001=a141_0x2ba8fa;if(_0x48eefc===undefined||_0x48eefc===null)return null;if(!Number[_0x33b001(0x197)](_0x48eefc)||_0x48eefc<0x0)throw notificationError(_0x33b001(0x18f),'Notification\x20config\x20'+_0x2da2b6+_0x33b001(0x17e)+_0x2338ef+'\x22.');return _0x48eefc;}function normalizeNullableString(_0x1b9266){return typeof _0x1b9266==='string'?_0x1b9266:null;}function isJsonObject(_0x11ecde){const _0x5d6d92=a141_0x2ba8fa;return _0x11ecde!==null&&typeof _0x11ecde===_0x5d6d92(0x1e5)&&!Array[_0x5d6d92(0x18e)](_0x11ecde);}function hasOwn(_0x2e4437,_0x3a2a9b){const _0x1aa305=a141_0x2ba8fa;return Object[_0x1aa305(0x184)]['hasOwnProperty'][_0x1aa305(0x195)](_0x2e4437,_0x3a2a9b);}async function readStdin(){const _0x2bcc26=a141_0x2ba8fa;let _0x18a4c1='';process[_0x2bcc26(0x1e4)][_0x2bcc26(0x17d)]('utf8');for await(const _0xec658c of process[_0x2bcc26(0x1e4)])_0x18a4c1+=_0xec658c;return _0x18a4c1;}
@@ -1 +1 @@
1
- const a142_0x6b1f56=a142_0x304f;(function(_0xb14028,_0x349a0b){const _0x158a2e=a142_0x304f,_0x13e2f0=_0xb14028();while(!![]){try{const _0x33a976=-parseInt(_0x158a2e(0x72))/0x1*(parseInt(_0x158a2e(0xa3))/0x2)+-parseInt(_0x158a2e(0x74))/0x3+parseInt(_0x158a2e(0x85))/0x4*(parseInt(_0x158a2e(0x7c))/0x5)+-parseInt(_0x158a2e(0x76))/0x6*(parseInt(_0x158a2e(0x70))/0x7)+-parseInt(_0x158a2e(0x9f))/0x8+-parseInt(_0x158a2e(0x6e))/0x9*(parseInt(_0x158a2e(0xa4))/0xa)+parseInt(_0x158a2e(0x8c))/0xb*(parseInt(_0x158a2e(0x98))/0xc);if(_0x33a976===_0x349a0b)break;else _0x13e2f0['push'](_0x13e2f0['shift']());}catch(_0x1a6ae4){_0x13e2f0['push'](_0x13e2f0['shift']());}}}(a142_0x3937,0x3f067));function a142_0x304f(_0x3aee1e,_0x312c53){_0x3aee1e=_0x3aee1e-0x6a;const _0x39370f=a142_0x3937();let _0x304fb0=_0x39370f[_0x3aee1e];return _0x304fb0;}import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,recognizeDevelopmentOcr,uploadDevelopmentFile}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const SUPPORTED_SCENES=[a142_0x6b1f56(0x75),'general',a142_0x6b1f56(0x77),a142_0x6b1f56(0x73)],SCENE_TO_LEGACY_TYPE={'invoice':a142_0x6b1f56(0x7d),'general':a142_0x6b1f56(0x7f),'form':a142_0x6b1f56(0x8d),'idCard':a142_0x6b1f56(0x7e)},SCENE_FLAG={'name':a142_0x6b1f56(0x7b),'type':a142_0x6b1f56(0x7a),'required':!![],'enum':[...SUPPORTED_SCENES],'description':'OCR\x20scene:\x20invoice,\x20general,\x20form,\x20or\x20idCard'},IMAGE_FILE_FLAG={'name':a142_0x6b1f56(0x9a),'type':a142_0x6b1f56(0x7a),'description':'Local\x20image\x20or\x20PDF\x20file;\x20uses\x20upload\x20->\x20query-url\x20->\x20OCR'},IMAGE_URL_FLAG={'name':'image-url','type':a142_0x6b1f56(0x7a),'description':a142_0x6b1f56(0x6a)};function normalizeScene(_0x500544){const _0x3d8cfc=a142_0x6b1f56,_0x3cedbb=_0x500544[_0x3d8cfc(0x99)]()['toLowerCase']();if(_0x3cedbb===_0x3d8cfc(0x8e))return _0x3d8cfc(0x73);if(_0x3cedbb===_0x3d8cfc(0x75)||_0x3cedbb===_0x3d8cfc(0xa0)||_0x3cedbb==='form')return _0x3cedbb;throw CliErrors[_0x3d8cfc(0x97)](_0x3d8cfc(0x9e)+_0x500544+_0x3d8cfc(0x91)+SUPPORTED_SCENES[_0x3d8cfc(0x83)](',\x20'));}function selectedInputs(_0x160688){const _0x1e72dd=a142_0x6b1f56,_0x1eabf6=_0x160688[_0x1e72dd(0x87)](_0x1e72dd(0x9a))[_0x1e72dd(0x99)](),_0xe055ec=_0x160688['str']('image-url')[_0x1e72dd(0x99)]();return{'imageFile':_0x1eabf6,'imageUrl':_0xe055ec,'count':[_0x1eabf6,_0xe055ec][_0x1e72dd(0x82)](Boolean)[_0x1e72dd(0xa1)]};}function validateInputSelection(_0x560e77){const _0x5422a7=a142_0x6b1f56,_0x206089=selectedInputs(_0x560e77);if(_0x206089[_0x5422a7(0x6c)]!==0x1)throw CliErrors[_0x5422a7(0x97)](_0x5422a7(0x9d));return _0x206089;}function withScene(_0xeceae4,_0x102016,_0x7a596f){const _0x46ad80=a142_0x6b1f56;return{..._0xeceae4,'scene':_0x102016,..._0x7a596f?{'sourceFile':{'fileName':_0x7a596f[_0x46ad80(0x8b)],'filePath':_0x7a596f[_0x46ad80(0x79)]}}:{}};}const ocrRecognize={'service':a142_0x6b1f56(0xa2),'command':a142_0x6b1f56(0x78),'description':a142_0x6b1f56(0x92),'risk':a142_0x6b1f56(0x9b),'flags':[SCENE_FLAG,IMAGE_FILE_FLAG,IMAGE_URL_FLAG],async 'dryRun'(_0x8c2961){const _0x24189e=a142_0x6b1f56,_0x5005d3=normalizeScene(_0x8c2961['str'](_0x24189e(0x7b))),_0x357a8f=SCENE_TO_LEGACY_TYPE[_0x5005d3],_0x7ec32f=validateInputSelection(_0x8c2961);if(_0x7ec32f['imageUrl']){const _0x9d5c06=new URLSearchParams({'url':_0x7ec32f['imageUrl'],'type':_0x357a8f,'appCode':_0x8c2961[_0x24189e(0x88)]});return{'method':_0x24189e(0x93),'url':_0x24189e(0x90)+_0x9d5c06['toString'](),'description':_0x24189e(0x96)+_0x5005d3+_0x24189e(0x95)};}const _0x2b8c22=requireDevelopmentUploadFile(_0x7ec32f[_0x24189e(0x8a)],_0x24189e(0x9a));return{'method':_0x24189e(0x71),'url':'/smartapi/common/uploadFile','body':{'steps':[{'method':'POST','url':'/smartapi/common/uploadFile','body':{'appCode':_0x8c2961[_0x24189e(0x88)],'multipart':{'file':_0x2b8c22}}},{'method':_0x24189e(0x71),'url':_0x24189e(0x8f),'body':{'filePath':_0x24189e(0x80),'downloadFlag':![]}},{'method':_0x24189e(0x93),'url':_0x24189e(0x86),'query':{'appCode':_0x8c2961[_0x24189e(0x88)],'url':_0x24189e(0x6f),'type':_0x357a8f}}]},'description':_0x24189e(0x89)+_0x5005d3+'\x20OCR'};},async 'execute'(_0x2efbc4){const _0xb67014=a142_0x6b1f56,_0x16e40c=normalizeScene(_0x2efbc4[_0xb67014(0x87)](_0xb67014(0x7b))),_0x5f4ce5=SCENE_TO_LEGACY_TYPE[_0x16e40c],_0x4cb32e=validateInputSelection(_0x2efbc4);if(_0x4cb32e[_0xb67014(0x9c)]){const _0x4d37c9=await recognizeDevelopmentOcr(_0x2efbc4['appCode'],{'url':_0x4cb32e[_0xb67014(0x9c)],'type':_0x5f4ce5});return{'ok':!![],'data':withScene(_0x4d37c9,_0x16e40c)};}const _0x450088=requireDevelopmentUploadFile(_0x4cb32e[_0xb67014(0x8a)],'image-file'),_0x1cab87=await uploadDevelopmentFile(_0x2efbc4['appCode'],_0x450088[_0xb67014(0x94)]);if(!_0x1cab87[_0xb67014(0x79)])throw CliErrors[_0xb67014(0x6b)](_0xb67014(0x6d));const _0xc33a5f=await queryDevelopmentFileUrl(_0x1cab87[_0xb67014(0x79)],{'download':![]});if(!_0xc33a5f['fileUrl'])throw CliErrors[_0xb67014(0x6b)](_0xb67014(0x84));const _0x157047=await recognizeDevelopmentOcr(_0x2efbc4['appCode'],{'url':_0xc33a5f[_0xb67014(0x81)],'type':_0x5f4ce5});return{'ok':!![],'data':withScene(_0x157047,_0x16e40c,_0x1cab87)};}};function a142_0x3937(){const _0x18a346=['3082328EQjgKd','general','length','ocr','48814dGwLlS','4635460sPHlbC','Publicly\x20accessible\x20image\x20or\x20file\x20URL','apiError','count','File\x20upload\x20response\x20missing\x20filePath.','9HpbrQI','<fileUrl\x20returned\x20by\x20/smartapi/common/queryFileUrl>','96719vCyqLK','POST','5opqNlr','idCard','410346vAOSnf','invoice','168rPWKpM','form','recognize','filePath','string','scene','1440015COzFTU','Invoice','IdCard','General','<filePath\x20returned\x20by\x20/smartapi/common/uploadFile>','fileUrl','filter','join','File\x20URL\x20response\x20missing\x20fileUrl.','4sEqeER','/smartapi/ocr/recognize-text','str','appCode','Preview:\x20upload\x20local\x20file,\x20query\x20temporary\x20URL,\x20then\x20recognize\x20','imageFile','fileName','99zQyhyz','Table','idcard','/smartapi/common/queryFileUrl','/smartapi/ocr/recognize-text?','.\x20Supported\x20scenes:\x20','使用研发态\x20OCR\x20服务识别\x20URL\x20或本地文件中的文字','GET','path','\x20OCR\x20from\x20URL','Preview:\x20recognize\x20','validation','1952904CIMetV','trim','image-file','read','imageUrl','Choose\x20exactly\x20one\x20OCR\x20input:\x20--image-file\x20or\x20--image-url.','Unsupported\x20OCR\x20scene:\x20'];a142_0x3937=function(){return _0x18a346;};return a142_0x3937();}export const ocrDefinitions=[ocrRecognize];
1
+ const a142_0x4d7f8d=a142_0x40b9;(function(_0x12f564,_0x411801){const _0x33394f=a142_0x40b9,_0x38411c=_0x12f564();while(!![]){try{const _0x496d93=-parseInt(_0x33394f(0x123))/0x1*(-parseInt(_0x33394f(0x12b))/0x2)+parseInt(_0x33394f(0x121))/0x3+parseInt(_0x33394f(0x13a))/0x4+-parseInt(_0x33394f(0x119))/0x5*(-parseInt(_0x33394f(0x135))/0x6)+-parseInt(_0x33394f(0x120))/0x7*(-parseInt(_0x33394f(0x13d))/0x8)+-parseInt(_0x33394f(0x125))/0x9+-parseInt(_0x33394f(0x140))/0xa;if(_0x496d93===_0x411801)break;else _0x38411c['push'](_0x38411c['shift']());}catch(_0x422923){_0x38411c['push'](_0x38411c['shift']());}}}(a142_0x564e,0xd3d32));import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';function a142_0x40b9(_0x18a4b0,_0x50c779){_0x18a4b0=_0x18a4b0-0x117;const _0x564e3d=a142_0x564e();let _0x40b96e=_0x564e3d[_0x18a4b0];return _0x40b96e;}import{queryDevelopmentFileUrl,recognizeDevelopmentOcr,uploadDevelopmentFile}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const SUPPORTED_SCENES=[a142_0x4d7f8d(0x14d),'general',a142_0x4d7f8d(0x128),'idCard'],SCENE_TO_LEGACY_TYPE={'invoice':a142_0x4d7f8d(0x144),'general':a142_0x4d7f8d(0x11b),'form':a142_0x4d7f8d(0x124),'idCard':a142_0x4d7f8d(0x147)},SCENE_FLAG={'name':a142_0x4d7f8d(0x11d),'type':a142_0x4d7f8d(0x127),'required':!![],'enum':[...SUPPORTED_SCENES],'description':a142_0x4d7f8d(0x11c)},IMAGE_FILE_FLAG={'name':a142_0x4d7f8d(0x14c),'type':'string','description':a142_0x4d7f8d(0x13b)},IMAGE_URL_FLAG={'name':'image-url','type':a142_0x4d7f8d(0x127),'description':'Publicly\x20accessible\x20image\x20or\x20file\x20URL'};function normalizeScene(_0x40ecf5){const _0x27efda=a142_0x4d7f8d,_0x26451c=_0x40ecf5['trim']()[_0x27efda(0x12f)]();if(_0x26451c===_0x27efda(0x122))return'idCard';if(_0x26451c===_0x27efda(0x14d)||_0x26451c===_0x27efda(0x14b)||_0x26451c===_0x27efda(0x128))return _0x26451c;throw CliErrors[_0x27efda(0x126)](_0x27efda(0x148)+_0x40ecf5+_0x27efda(0x138)+SUPPORTED_SCENES[_0x27efda(0x137)](',\x20'));}function selectedInputs(_0x226062){const _0x118fbf=a142_0x4d7f8d,_0x136b09=_0x226062['str'](_0x118fbf(0x14c))[_0x118fbf(0x13f)](),_0x3879b8=_0x226062[_0x118fbf(0x132)](_0x118fbf(0x14f))['trim']();return{'imageFile':_0x136b09,'imageUrl':_0x3879b8,'count':[_0x136b09,_0x3879b8][_0x118fbf(0x117)](Boolean)[_0x118fbf(0x12a)]};}function validateInputSelection(_0x3dbb52){const _0x4e0984=a142_0x4d7f8d,_0x4b769a=selectedInputs(_0x3dbb52);if(_0x4b769a['count']!==0x1)throw CliErrors[_0x4e0984(0x126)](_0x4e0984(0x142));return _0x4b769a;}function withScene(_0x1abdb7,_0x118b29,_0x51b53){const _0x97242a=a142_0x4d7f8d;return{..._0x1abdb7,'scene':_0x118b29,..._0x51b53?{'sourceFile':{'fileName':_0x51b53[_0x97242a(0x133)],'filePath':_0x51b53[_0x97242a(0x11e)]}}:{}};}function a142_0x564e(){const _0x1d3f30=['/smartapi/common/queryFileUrl','general','image-file','invoice','Preview:\x20recognize\x20','image-url','filter','path','1326035IBQGWB','toString','General','OCR\x20scene:\x20invoice,\x20general,\x20form,\x20or\x20idCard','scene','filePath','appCode','3878fSKTmZ','1163070QOIRSE','idcard','1IfwELT','Table','14194503EcodEf','validation','string','form','imageUrl','length','450974bsUDeq','fileUrl','ocr','/smartapi/ocr/recognize-text','toLowerCase','/smartapi/common/uploadFile','imageFile','str','fileName','File\x20upload\x20response\x20missing\x20filePath.','6PzcqSx','read','join','.\x20Supported\x20scenes:\x20','<fileUrl\x20returned\x20by\x20/smartapi/common/queryFileUrl>','6887032OucKpP','Local\x20image\x20or\x20PDF\x20file;\x20uses\x20upload\x20->\x20query-url\x20->\x20OCR','apiError','12216JLJLqW','\x20OCR\x20from\x20URL','trim','10012990HcttHG','POST','Choose\x20exactly\x20one\x20OCR\x20input:\x20--image-file\x20or\x20--image-url.','recognize','Invoice','提取票证类业务材料中的文字与结构化字段;不用于通用图片理解','/smartapi/ocr/recognize-text?','IdCard','Unsupported\x20OCR\x20scene:\x20','GET'];a142_0x564e=function(){return _0x1d3f30;};return a142_0x564e();}const ocrRecognize={'service':a142_0x4d7f8d(0x12d),'command':a142_0x4d7f8d(0x143),'description':a142_0x4d7f8d(0x145),'risk':a142_0x4d7f8d(0x136),'flags':[SCENE_FLAG,IMAGE_FILE_FLAG,IMAGE_URL_FLAG],async 'dryRun'(_0x337937){const _0x13ab92=a142_0x4d7f8d,_0x59f809=normalizeScene(_0x337937['str'](_0x13ab92(0x11d))),_0x38493d=SCENE_TO_LEGACY_TYPE[_0x59f809],_0x5a357d=validateInputSelection(_0x337937);if(_0x5a357d[_0x13ab92(0x129)]){const _0x942c76=new URLSearchParams({'url':_0x5a357d['imageUrl'],'type':_0x38493d,'appCode':_0x337937[_0x13ab92(0x11f)]});return{'method':_0x13ab92(0x149),'url':_0x13ab92(0x146)+_0x942c76[_0x13ab92(0x11a)](),'description':_0x13ab92(0x14e)+_0x59f809+_0x13ab92(0x13e)};}const _0x13132c=requireDevelopmentUploadFile(_0x5a357d[_0x13ab92(0x131)],_0x13ab92(0x14c));return{'method':_0x13ab92(0x141),'url':'/smartapi/common/uploadFile','body':{'steps':[{'method':_0x13ab92(0x141),'url':_0x13ab92(0x130),'body':{'appCode':_0x337937[_0x13ab92(0x11f)],'multipart':{'file':_0x13132c}}},{'method':_0x13ab92(0x141),'url':_0x13ab92(0x14a),'body':{'filePath':'<filePath\x20returned\x20by\x20/smartapi/common/uploadFile>','downloadFlag':![]}},{'method':_0x13ab92(0x149),'url':_0x13ab92(0x12e),'query':{'appCode':_0x337937[_0x13ab92(0x11f)],'url':_0x13ab92(0x139),'type':_0x38493d}}]},'description':'Preview:\x20upload\x20local\x20file,\x20query\x20temporary\x20URL,\x20then\x20recognize\x20'+_0x59f809+'\x20OCR'};},async 'execute'(_0xed078c){const _0x19b5c8=a142_0x4d7f8d,_0x3ff46b=normalizeScene(_0xed078c[_0x19b5c8(0x132)](_0x19b5c8(0x11d))),_0x555d0f=SCENE_TO_LEGACY_TYPE[_0x3ff46b],_0x231971=validateInputSelection(_0xed078c);if(_0x231971['imageUrl']){const _0xc4e496=await recognizeDevelopmentOcr(_0xed078c[_0x19b5c8(0x11f)],{'url':_0x231971[_0x19b5c8(0x129)],'type':_0x555d0f});return{'ok':!![],'data':withScene(_0xc4e496,_0x3ff46b)};}const _0x336f89=requireDevelopmentUploadFile(_0x231971['imageFile'],_0x19b5c8(0x14c)),_0x4cc81e=await uploadDevelopmentFile(_0xed078c[_0x19b5c8(0x11f)],_0x336f89[_0x19b5c8(0x118)]);if(!_0x4cc81e[_0x19b5c8(0x11e)])throw CliErrors[_0x19b5c8(0x13c)](_0x19b5c8(0x134));const _0x2f8022=await queryDevelopmentFileUrl(_0x4cc81e['filePath'],{'download':![]});if(!_0x2f8022[_0x19b5c8(0x12c)])throw CliErrors[_0x19b5c8(0x13c)]('File\x20URL\x20response\x20missing\x20fileUrl.');const _0x3dd2aa=await recognizeDevelopmentOcr(_0xed078c['appCode'],{'url':_0x2f8022[_0x19b5c8(0x12c)],'type':_0x555d0f});return{'ok':!![],'data':withScene(_0x3dd2aa,_0x3ff46b,_0x4cc81e)};}};export const ocrDefinitions=[ocrRecognize];
@@ -1 +1 @@
1
- const a143_0x8406e7=a143_0x9310;(function(_0x4e1dce,_0x2df879){const _0x3780b5=a143_0x9310,_0x5f0a7e=_0x4e1dce();while(!![]){try{const _0x529df0=-parseInt(_0x3780b5(0xec))/0x1*(-parseInt(_0x3780b5(0xc4))/0x2)+parseInt(_0x3780b5(0xc7))/0x3+parseInt(_0x3780b5(0xb9))/0x4+-parseInt(_0x3780b5(0xed))/0x5*(parseInt(_0x3780b5(0xf4))/0x6)+-parseInt(_0x3780b5(0xbb))/0x7*(parseInt(_0x3780b5(0xbd))/0x8)+parseInt(_0x3780b5(0xc2))/0x9*(parseInt(_0x3780b5(0xc0))/0xa)+parseInt(_0x3780b5(0xd1))/0xb;if(_0x529df0===_0x2df879)break;else _0x5f0a7e['push'](_0x5f0a7e['shift']());}catch(_0x5ec539){_0x5f0a7e['push'](_0x5f0a7e['shift']());}}}(a143_0x4225,0x5669a));import{APPCODE_FLAG}from'../../commands/common/flags.js';function a143_0x4225(){const _0x45a86b=['--parent-menu-id\x20must\x20be\x20a\x20positive\x20integer.','name','langs','3691402uqLIhf','Optional\x20Custom\x20Page\x20name\x20(1-100\x20characters)','isInteger','parentMenuId','createMenu','Create\x20a\x20JSX\x20Custom\x20Page\x20from\x20a\x20released\x20pattern\x20or\x20complete\x20files','Application\x20language\x20settings\x20could\x20not\x20be\x20read;\x20default\x20Chinese\x20and\x20English\x20language\x20files\x20were\x20generated.','pageId','version','自定义页面_','isNaN','Would\x20create\x20Custom\x20Page\x20','page-content','page.create','zh-CN','now','string','number','en-US','parent-menu-id','write','str','pageName','Custom\x20Page\x20pattern\x20(currently\x20BLANK;\x20conflicts\x20with\x20--page-content)','warnings','Custom\x20Page\x20was\x20created,\x20but\x20a\x20link\x20to\x20its\x20latest\x20saved\x20content\x20could\x20not\x20be\x20generated.','\x20and\x20its\x20menu\x20entry.','238366PXOwrv','310quvuAS','CUSTOM','page\x20create\x20does\x20not\x20accept\x20--page-type.','validation','Optional\x20parent\x20menu\x20id\x20when\x20creating\x20a\x20menu\x20entry','files','Complete\x20page\x20files\x20as\x20JSON\x20(conflicts\x20with\x20--page-pattern)','57786KVRLrv','page-pattern','page','--page-pattern\x20and\x20--page-content\x20cannot\x20be\x20used\x20together.','trim','1096996tcRfpL','appCode','388654VTbvRM','menuPath','40mYNEma','POST','Provide\x20--page-pattern\x20BLANK\x20or\x20--page-content.','4780OFJLqq','compress','1548zSfVml','BLANK','4fbzWwg','enableI18n','--page-pattern\x20currently\x20supports\x20only\x20BLANK.','179697LDnRnb','menuId','Custom\x20Page\x20creation\x20did\x20not\x20return\x20a\x20valid\x20pageId.','input','stringify','length','num'];a143_0x4225=function(){return _0x45a86b;};return a143_0x4225();}import{buildInitialFiles}from'../../commands/page/custom/template.js';import{createCustomPage,getI18nInfo}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{buildCustomPageDevelopmentUrl,buildCustomPageEditUrl,parseCustomPageContent,validateCustomPageContent}from'./custom/shared.js';const DEFAULT_CUSTOM_PAGE_LANGUAGES=[a143_0x8406e7(0xdf),a143_0x8406e7(0xe3)];export const pageCreate={'service':a143_0x8406e7(0xf6),'command':'create','description':a143_0x8406e7(0xd6),'risk':a143_0x8406e7(0xe5),'defaultOutputFormat':a143_0x8406e7(0xc1),'structuredErrors':!![],'rejectedFlags':[{'name':'page-type','message':a143_0x8406e7(0xef),'hint':'This\x20command\x20always\x20creates\x20a\x20CUSTOM\x20JSX\x20page;\x20use\x20--page-pattern\x20BLANK\x20or\x20--page-content.'}],'flags':[{'name':'name','type':a143_0x8406e7(0xe1),'description':a143_0x8406e7(0xd2)},{'name':'parent-menu-id','type':a143_0x8406e7(0xe2),'description':a143_0x8406e7(0xf1)},{'name':a143_0x8406e7(0xf5),'type':a143_0x8406e7(0xe1),'description':a143_0x8406e7(0xe8),'enum':[a143_0x8406e7(0xc3)]},{'name':a143_0x8406e7(0xdd),'type':'string','description':a143_0x8406e7(0xf3)},APPCODE_FLAG],async 'validate'(_0x522ea8){const _0x40f1c2=a143_0x8406e7,_0x3dda9f=readPagePattern(_0x522ea8);await validateCustomPageContent(readInput(_0x522ea8,DEFAULT_CUSTOM_PAGE_LANGUAGES,_0x3dda9f)[_0x40f1c2(0xf2)]);},async 'dryRun'(_0x5bc5bd){const _0x179ecd=a143_0x8406e7,{input:_0x3fb08b}=await prepare(_0x5bc5bd);return{'method':_0x179ecd(0xbe),'url':'/smartapi/webcode/page/create','body':{'appCode':_0x3fb08b[_0x179ecd(0xba)],'pageName':_0x3fb08b[_0x179ecd(0xe7)],..._0x3fb08b['parentMenuId']!=null?{'parentMenuId':_0x3fb08b[_0x179ecd(0xd4)]}:{},'createMenu':_0x3fb08b[_0x179ecd(0xd5)],'codeContent':_0x3fb08b[_0x179ecd(0xf2)]},'description':_0x179ecd(0xdc)+JSON[_0x179ecd(0xcb)](_0x3fb08b[_0x179ecd(0xe7)])+_0x179ecd(0xeb)};},async 'execute'(_0x53f345){const _0x50a116=a143_0x8406e7,_0x5dfe80=await prepare(_0x53f345),_0x532ca6=await createCustomPage(_0x5dfe80[_0x50a116(0xca)]);if(!Number['isInteger'](_0x532ca6[_0x50a116(0xd8)])||_0x532ca6[_0x50a116(0xd8)]<=0x0)throw CliErrors['apiError'](_0x50a116(0xc9));return{'ok':!![],'data':buildMutationData(_0x5dfe80,_0x532ca6),'message':'Created\x20Custom\x20Page\x20'+_0x532ca6['pageId']+'.'};}};async function prepare(_0x255ac2){const _0x54d293=a143_0x8406e7,_0x6ce603=readPagePattern(_0x255ac2);if(_0x6ce603===null)return{'input':readInput(_0x255ac2,DEFAULT_CUSTOM_PAGE_LANGUAGES,_0x6ce603),'warnings':[],'pagePattern':_0x6ce603};let _0x13dd6b=DEFAULT_CUSTOM_PAGE_LANGUAGES,_0x284e60=[];try{const _0x55becb=await getI18nInfo(_0x255ac2['appCode']);_0x55becb[_0x54d293(0xc5)]&&_0x55becb[_0x54d293(0xd0)]?.[_0x54d293(0xcc)]&&(_0x13dd6b=_0x55becb[_0x54d293(0xd0)]);}catch{_0x284e60=[_0x54d293(0xd7)];}return{'input':readInput(_0x255ac2,_0x13dd6b,_0x6ce603),'warnings':_0x284e60,'pagePattern':_0x6ce603};}function readPagePattern(_0x2dbcf3){const _0x4e0d60=a143_0x8406e7,_0x2fe67a=_0x2dbcf3[_0x4e0d60(0xe6)](_0x4e0d60(0xf5))[_0x4e0d60(0xf8)](),_0x5bfc87=_0x2dbcf3[_0x4e0d60(0xe6)](_0x4e0d60(0xdd))['trim']()['length']>0x0;if(_0x2fe67a&&_0x5bfc87)throw CliErrors[_0x4e0d60(0xf0)](_0x4e0d60(0xf7));if(_0x5bfc87)return null;if(!_0x2fe67a)throw CliErrors[_0x4e0d60(0xf0)](_0x4e0d60(0xbf));if(_0x2fe67a!=='BLANK')throw CliErrors[_0x4e0d60(0xf0)](_0x4e0d60(0xc6));return _0x2fe67a;}function readInput(_0x10ecc7,_0x573c2a=DEFAULT_CUSTOM_PAGE_LANGUAGES,_0x4a169e=readPagePattern(_0x10ecc7)){const _0x4b5d6e=a143_0x8406e7,_0x320540=_0x10ecc7[_0x4b5d6e(0xe6)](_0x4b5d6e(0xcf))[_0x4b5d6e(0xf8)]()||_0x4b5d6e(0xda)+Date[_0x4b5d6e(0xe0)]();if(_0x320540[_0x4b5d6e(0xcc)]>0x64)throw CliErrors['validation']('pageName\x20cannot\x20exceed\x20100\x20characters.');const _0x542827=_0x10ecc7[_0x4b5d6e(0xcd)](_0x4b5d6e(0xe4),NaN),_0x5ee75d=!Number[_0x4b5d6e(0xdb)](_0x542827);if(_0x5ee75d&&(!Number[_0x4b5d6e(0xd3)](_0x542827)||_0x542827<=0x0))throw CliErrors[_0x4b5d6e(0xf0)](_0x4b5d6e(0xce));return{'appCode':_0x10ecc7[_0x4b5d6e(0xba)],'pageName':_0x320540,..._0x5ee75d?{'parentMenuId':_0x542827}:{},'createMenu':!![],'files':_0x4a169e===null?parseCustomPageContent(_0x10ecc7['str'](_0x4b5d6e(0xdd))):buildInitialFiles(_0x320540,_0x573c2a)};}function a143_0x9310(_0x59b1c7,_0x38f6af){_0x59b1c7=_0x59b1c7-0xb9;const _0x4225a6=a143_0x4225();let _0x9310b0=_0x4225a6[_0x59b1c7];return _0x9310b0;}function buildMutationData(_0x5dbedf,_0x3a6bdd){const _0x428262=a143_0x8406e7,{input:_0x17aaa5}=_0x5dbedf,_0x967761=_0x3a6bdd&&buildCustomPageDevelopmentUrl(_0x17aaa5['appCode'],_0x3a6bdd[_0x428262(0xbc)]),_0x5f472a=_0x3a6bdd&&buildCustomPageEditUrl(_0x17aaa5['appCode'],_0x3a6bdd[_0x428262(0xd8)]);return{'operation':_0x428262(0xde),'pageType':_0x428262(0xee),'pagePattern':_0x5dbedf['pagePattern'],'selector':{'appCode':_0x17aaa5[_0x428262(0xba)],'pageName':_0x17aaa5[_0x428262(0xe7)]},'before':null,'after':{'pageId':_0x3a6bdd?.[_0x428262(0xd8)]??null,'pageName':_0x3a6bdd?.['pageName']??_0x17aaa5[_0x428262(0xe7)],'appCode':_0x3a6bdd?.[_0x428262(0xba)]??_0x17aaa5[_0x428262(0xba)],'version':_0x3a6bdd?.[_0x428262(0xd9)]??null,'menuId':_0x3a6bdd?.[_0x428262(0xc8)]??null,'menuPath':_0x3a6bdd?.[_0x428262(0xbc)]??null,'files':_0x3a6bdd?.[_0x428262(0xf2)]??Object['keys'](_0x17aaa5[_0x428262(0xf2)])},'dryRun':_0x3a6bdd===undefined,'request':_0x17aaa5,..._0x967761?{'pageUrl':_0x967761}:{},..._0x5f472a?{'editPageUrl':_0x5f472a}:{},'warnings':[..._0x5dbedf[_0x428262(0xe9)],..._0x3a6bdd&&!_0x967761?[_0x428262(0xea)]:[]]};}
1
+ const a143_0xa6ab26=a143_0x1ec2;(function(_0x3b3250,_0x470d93){const _0x3abf67=a143_0x1ec2,_0x13295b=_0x3b3250();while(!![]){try{const _0xf0473a=parseInt(_0x3abf67(0xf3))/0x1+-parseInt(_0x3abf67(0xeb))/0x2*(parseInt(_0x3abf67(0xf6))/0x3)+parseInt(_0x3abf67(0x11a))/0x4+-parseInt(_0x3abf67(0xf1))/0x5*(-parseInt(_0x3abf67(0xfd))/0x6)+-parseInt(_0x3abf67(0x119))/0x7*(parseInt(_0x3abf67(0xf9))/0x8)+parseInt(_0x3abf67(0xe8))/0x9*(-parseInt(_0x3abf67(0x101))/0xa)+-parseInt(_0x3abf67(0x11f))/0xb*(-parseInt(_0x3abf67(0x10a))/0xc);if(_0xf0473a===_0x470d93)break;else _0x13295b['push'](_0x13295b['shift']());}catch(_0x1f3a79){_0x13295b['push'](_0x13295b['shift']());}}}(a143_0x20b1,0xe18fa));function a143_0x1ec2(_0x306f0c,_0x57d62d){_0x306f0c=_0x306f0c-0xe8;const _0x20b190=a143_0x20b1();let _0x1ec231=_0x20b190[_0x306f0c];return _0x1ec231;}import{APPCODE_FLAG}from'../../commands/common/flags.js';import{buildInitialFiles}from'../../commands/page/custom/template.js';import{createCustomPage,getI18nInfo}from'../../core/api-client.js';function a143_0x20b1(){const _0x25b7a1=['parentMenuId','18eGgKeR','Optional\x20parent\x20menu\x20id\x20when\x20creating\x20a\x20menu\x20entry','page-content','num','60QQtHhi','now','Custom\x20Page\x20pattern\x20(currently\x20BLANK;\x20conflicts\x20with\x20--page-content)','page-pattern','Create\x20a\x20JSX\x20Custom\x20Page\x20from\x20a\x20released\x20pattern\x20or\x20complete\x20files','keys','stringify','trim','page.create','16899936MPgKAA','files','/smartapi/webcode/page/create','pageId','validation','Application\x20language\x20settings\x20could\x20not\x20be\x20read;\x20default\x20Chinese\x20and\x20English\x20language\x20files\x20were\x20generated.','--parent-menu-id\x20must\x20be\x20a\x20positive\x20integer.','--page-pattern\x20and\x20--page-content\x20cannot\x20be\x20used\x20together.','menuPath','warnings','length','menuId','pageName','Complete\x20page\x20files\x20as\x20JSON\x20(conflicts\x20with\x20--page-pattern)','input','6874OeufMS','4120832FCIKlc','str','\x20and\x20its\x20menu\x20entry.','version','BLANK','11JIeFVJ','CUSTOM','isInteger','POST','langs','createMenu','enableI18n','This\x20command\x20always\x20creates\x20a\x20CUSTOM\x20JSX\x20page;\x20use\x20--page-pattern\x20BLANK\x20or\x20--page-content.','write','2232873HQMzId','en-US','Optional\x20Custom\x20Page\x20name\x20(1-100\x20characters)','4VVfwCo','appCode','Created\x20Custom\x20Page\x20','name','compress','Custom\x20Page\x20was\x20created,\x20but\x20a\x20link\x20to\x20its\x20latest\x20saved\x20content\x20could\x20not\x20be\x20generated.','818850fqRHnG','pageName\x20cannot\x20exceed\x20100\x20characters.','1206266DkEvPB','number','page','1859259NIrPTT','Provide\x20--page-pattern\x20BLANK\x20or\x20--page-content.','string','3944DGtoWY','Would\x20create\x20Custom\x20Page\x20','--page-pattern\x20currently\x20supports\x20only\x20BLANK.'];a143_0x20b1=function(){return _0x25b7a1;};return a143_0x20b1();}import{CliErrors}from'../../errors.js';import{buildCustomPageDevelopmentUrl,buildCustomPageEditUrl,parseCustomPageContent,validateCustomPageContent}from'./custom/shared.js';const DEFAULT_CUSTOM_PAGE_LANGUAGES=['zh-CN',a143_0xa6ab26(0xe9)];export const pageCreate={'service':a143_0xa6ab26(0xf5),'command':'create','description':a143_0xa6ab26(0x105),'risk':a143_0xa6ab26(0x127),'defaultOutputFormat':a143_0xa6ab26(0xef),'structuredErrors':!![],'rejectedFlags':[{'name':'page-type','message':'page\x20create\x20does\x20not\x20accept\x20--page-type.','hint':a143_0xa6ab26(0x126)}],'flags':[{'name':a143_0xa6ab26(0xee),'type':a143_0xa6ab26(0xf8),'description':a143_0xa6ab26(0xea)},{'name':'parent-menu-id','type':a143_0xa6ab26(0xf4),'description':a143_0xa6ab26(0xfe)},{'name':a143_0xa6ab26(0x104),'type':a143_0xa6ab26(0xf8),'description':a143_0xa6ab26(0x103),'enum':[a143_0xa6ab26(0x11e)]},{'name':a143_0xa6ab26(0xff),'type':a143_0xa6ab26(0xf8),'description':a143_0xa6ab26(0x117)},APPCODE_FLAG],async 'validate'(_0x15c562){const _0x3ed67a=a143_0xa6ab26,_0x52c8c4=readPagePattern(_0x15c562);await validateCustomPageContent(readInput(_0x15c562,DEFAULT_CUSTOM_PAGE_LANGUAGES,_0x52c8c4)[_0x3ed67a(0x10b)]);},async 'dryRun'(_0x462639){const _0x2f4df2=a143_0xa6ab26,{input:_0xcf9684}=await prepare(_0x462639);return{'method':_0x2f4df2(0x122),'url':_0x2f4df2(0x10c),'body':{'appCode':_0xcf9684[_0x2f4df2(0xec)],'pageName':_0xcf9684['pageName'],..._0xcf9684[_0x2f4df2(0xfc)]!=null?{'parentMenuId':_0xcf9684['parentMenuId']}:{},'createMenu':_0xcf9684[_0x2f4df2(0x124)],'codeContent':_0xcf9684[_0x2f4df2(0x10b)]},'description':_0x2f4df2(0xfa)+JSON[_0x2f4df2(0x107)](_0xcf9684[_0x2f4df2(0x116)])+_0x2f4df2(0x11c)};},async 'execute'(_0x28fc4b){const _0x3da0e4=a143_0xa6ab26,_0x378fe1=await prepare(_0x28fc4b),_0x15aa11=await createCustomPage(_0x378fe1[_0x3da0e4(0x118)]);if(!Number[_0x3da0e4(0x121)](_0x15aa11[_0x3da0e4(0x10d)])||_0x15aa11[_0x3da0e4(0x10d)]<=0x0)throw CliErrors['apiError']('Custom\x20Page\x20creation\x20did\x20not\x20return\x20a\x20valid\x20pageId.');return{'ok':!![],'data':buildMutationData(_0x378fe1,_0x15aa11),'message':_0x3da0e4(0xed)+_0x15aa11['pageId']+'.'};}};async function prepare(_0xe9100f){const _0x4a1edf=a143_0xa6ab26,_0x3752c2=readPagePattern(_0xe9100f);if(_0x3752c2===null)return{'input':readInput(_0xe9100f,DEFAULT_CUSTOM_PAGE_LANGUAGES,_0x3752c2),'warnings':[],'pagePattern':_0x3752c2};let _0x5498dc=DEFAULT_CUSTOM_PAGE_LANGUAGES,_0x146e6f=[];try{const _0x2403ba=await getI18nInfo(_0xe9100f[_0x4a1edf(0xec)]);_0x2403ba[_0x4a1edf(0x125)]&&_0x2403ba[_0x4a1edf(0x123)]?.[_0x4a1edf(0x114)]&&(_0x5498dc=_0x2403ba['langs']);}catch{_0x146e6f=[_0x4a1edf(0x10f)];}return{'input':readInput(_0xe9100f,_0x5498dc,_0x3752c2),'warnings':_0x146e6f,'pagePattern':_0x3752c2};}function readPagePattern(_0x4b8ef9){const _0x439d98=a143_0xa6ab26,_0x3f75e9=_0x4b8ef9[_0x439d98(0x11b)](_0x439d98(0x104))[_0x439d98(0x108)](),_0x3df209=_0x4b8ef9[_0x439d98(0x11b)](_0x439d98(0xff))[_0x439d98(0x108)]()[_0x439d98(0x114)]>0x0;if(_0x3f75e9&&_0x3df209)throw CliErrors[_0x439d98(0x10e)](_0x439d98(0x111));if(_0x3df209)return null;if(!_0x3f75e9)throw CliErrors[_0x439d98(0x10e)](_0x439d98(0xf7));if(_0x3f75e9!==_0x439d98(0x11e))throw CliErrors[_0x439d98(0x10e)](_0x439d98(0xfb));return _0x3f75e9;}function readInput(_0x11c661,_0x5d489f=DEFAULT_CUSTOM_PAGE_LANGUAGES,_0x2372e8=readPagePattern(_0x11c661)){const _0x3fe2ea=a143_0xa6ab26,_0x2b9890=_0x11c661[_0x3fe2ea(0x11b)](_0x3fe2ea(0xee))['trim']()||'自定义页面_'+Date[_0x3fe2ea(0x102)]();if(_0x2b9890[_0x3fe2ea(0x114)]>0x64)throw CliErrors[_0x3fe2ea(0x10e)](_0x3fe2ea(0xf2));const _0x5ce41f=_0x11c661[_0x3fe2ea(0x100)]('parent-menu-id',NaN),_0xd0ef41=!Number['isNaN'](_0x5ce41f);if(_0xd0ef41&&(!Number[_0x3fe2ea(0x121)](_0x5ce41f)||_0x5ce41f<=0x0))throw CliErrors[_0x3fe2ea(0x10e)](_0x3fe2ea(0x110));return{'appCode':_0x11c661[_0x3fe2ea(0xec)],'pageName':_0x2b9890,..._0xd0ef41?{'parentMenuId':_0x5ce41f}:{},'createMenu':!![],'files':_0x2372e8===null?parseCustomPageContent(_0x11c661[_0x3fe2ea(0x11b)]('page-content')):buildInitialFiles(_0x2b9890,_0x5d489f)};}function buildMutationData(_0x1bd9f4,_0x3c4986){const _0x21e7a0=a143_0xa6ab26,{input:_0x3e136c}=_0x1bd9f4,_0x39cfe8=_0x3c4986&&buildCustomPageDevelopmentUrl(_0x3e136c[_0x21e7a0(0xec)],_0x3c4986[_0x21e7a0(0x112)]),_0x140bdc=_0x3c4986&&buildCustomPageEditUrl(_0x3e136c[_0x21e7a0(0xec)],_0x3c4986['pageId']);return{'operation':_0x21e7a0(0x109),'pageType':_0x21e7a0(0x120),'pagePattern':_0x1bd9f4['pagePattern'],'selector':{'appCode':_0x3e136c[_0x21e7a0(0xec)],'pageName':_0x3e136c[_0x21e7a0(0x116)]},'before':null,'after':{'pageId':_0x3c4986?.[_0x21e7a0(0x10d)]??null,'pageName':_0x3c4986?.['pageName']??_0x3e136c[_0x21e7a0(0x116)],'appCode':_0x3c4986?.[_0x21e7a0(0xec)]??_0x3e136c[_0x21e7a0(0xec)],'version':_0x3c4986?.[_0x21e7a0(0x11d)]??null,'menuId':_0x3c4986?.[_0x21e7a0(0x115)]??null,'menuPath':_0x3c4986?.[_0x21e7a0(0x112)]??null,'files':_0x3c4986?.[_0x21e7a0(0x10b)]??Object[_0x21e7a0(0x106)](_0x3e136c[_0x21e7a0(0x10b)])},'dryRun':_0x3c4986===undefined,'request':_0x3e136c,..._0x39cfe8?{'pageUrl':_0x39cfe8}:{},..._0x140bdc?{'editPageUrl':_0x140bdc}:{},'warnings':[..._0x1bd9f4[_0x21e7a0(0x113)],..._0x3c4986&&!_0x39cfe8?[_0x21e7a0(0xf0)]:[]]};}
@@ -1 +1 @@
1
- const a144_0x577e1d=a144_0x2212;(function(_0x1c11bc,_0x161cfd){const _0x341b83=a144_0x2212,_0x116dd1=_0x1c11bc();while(!![]){try{const _0xe77d67=-parseInt(_0x341b83(0x1e3))/0x1*(parseInt(_0x341b83(0x1e6))/0x2)+-parseInt(_0x341b83(0x1eb))/0x3*(-parseInt(_0x341b83(0x1e9))/0x4)+parseInt(_0x341b83(0x1f3))/0x5+parseInt(_0x341b83(0x1f6))/0x6*(-parseInt(_0x341b83(0x1fc))/0x7)+-parseInt(_0x341b83(0x1fd))/0x8*(parseInt(_0x341b83(0x1ed))/0x9)+-parseInt(_0x341b83(0x201))/0xa*(-parseInt(_0x341b83(0x1f9))/0xb)+-parseInt(_0x341b83(0x200))/0xc*(-parseInt(_0x341b83(0x1f0))/0xd);if(_0xe77d67===_0x161cfd)break;else _0x116dd1['push'](_0x116dd1['shift']());}catch(_0x3b0890){_0x116dd1['push'](_0x116dd1['shift']());}}}(a144_0x13fa,0x5b488));import{getCustomPageSource}from'../../../core/api-client.js';import{buildCustomPageEditUrl,buildCustomPageRuntimeUrl,readCustomPageId,CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL,resolveCustomPageDevelopmentUrl}from'./shared.js';export const pageCustomDetail={'service':a144_0x577e1d(0x1f8),'command':'custom-detail','description':a144_0x577e1d(0x1ee),'risk':'read','defaultOutputFormat':a144_0x577e1d(0x1fe),'structuredErrors':!![],'requiresAppCode':![],'flags':[{'name':'id','type':a144_0x577e1d(0x1e8),'required':!![],'description':a144_0x577e1d(0x1e7)},CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL],async 'validate'(_0x92c793){readCustomPageId(_0x92c793);},async 'execute'(_0x5065ff){const _0xf7654=a144_0x577e1d,_0x1c39a2=readCustomPageId(_0x5065ff),_0x226ced=await getCustomPageSource(_0x1c39a2),{bundle:_0x134431,createTime:_0x4fb41b,updateTime:_0x40aedb,..._0x1e9af1}=_0x226ced,_0x65cf99=_0x226ced['id']??_0x1c39a2,_0x3d522d=_0x226ced['appCode']?.[_0xf7654(0x1ff)]()||_0x5065ff[_0xf7654(0x1fa)](_0xf7654(0x1f1))[_0xf7654(0x1ff)](),_0x5d034c=buildCustomPageRuntimeUrl(_0x3d522d,_0x226ced[_0xf7654(0x1e2)]),_0x5f0495=buildCustomPageEditUrl(_0x3d522d,_0x65cf99),_0x4cfc8c=await resolveCustomPageDevelopmentUrl(_0x3d522d,_0x65cf99,_0x5065ff[_0xf7654(0x1e5)]);return{'ok':!![],'data':{..._0x1e9af1,..._0x5d034c?{'runtimePageUrl':_0x5d034c}:{},..._0x4cfc8c?{'pageUrl':_0x4cfc8c}:{},..._0x5f0495?{'editPageUrl':_0x5f0495}:{},..._0x4fb41b==null?{}:{'createTime':formatTime(_0x4fb41b)},..._0x40aedb==null?{}:{'updateTime':formatTime(_0x40aedb)}},'message':_0xf7654(0x1e4)+_0x1c39a2+'.'};}};function a144_0x2212(_0x292546,_0x430de0){_0x292546=_0x292546-0x1e2;const _0x13fa65=a144_0x13fa();let _0x2212a1=_0x13fa65[_0x292546];return _0x2212a1;}function formatTime(_0x1406df){const _0x47b5f3=a144_0x577e1d,_0x101cfb=new Date(_0x1406df);if(Number['isNaN'](_0x101cfb[_0x47b5f3(0x1f5)]()))return String(_0x1406df);const _0x2f23b1=[_0x101cfb['getFullYear'](),String(_0x101cfb[_0x47b5f3(0x1ec)]()+0x1)[_0x47b5f3(0x1ef)](0x2,'0'),String(_0x101cfb[_0x47b5f3(0x1ea)]())[_0x47b5f3(0x1ef)](0x2,'0')]['join']('-'),_0x1b4be3=[String(_0x101cfb[_0x47b5f3(0x1f4)]())[_0x47b5f3(0x1ef)](0x2,'0'),String(_0x101cfb[_0x47b5f3(0x1f2)]())[_0x47b5f3(0x1ef)](0x2,'0'),String(_0x101cfb[_0x47b5f3(0x1fb)]())[_0x47b5f3(0x1ef)](0x2,'0')][_0x47b5f3(0x1f7)](':');return _0x2f23b1+'\x20'+_0x1b4be3;}function a144_0x13fa(){const _0x5d1644=['40953WpxBOH','str','getSeconds','35FzqHwO','103736ebrApR','compress','trim','12yMwkLh','210hHdGaD','pageCode','327647HSZtLY','Retrieved\x20Custom\x20Page\x20','cookie','4yGVxOz','Custom\x20Page\x20ID','number','4mFLEqM','getDate','1599882iYZYaF','getMonth','450XRAEim','Show\x20a\x20Custom\x20Page\x20and\x20all\x20of\x20its\x20files','padStart','15697149YxMbkd','appcode','getMinutes','2568925ESNbWl','getHours','getTime','786234goLXEn','join','page'];a144_0x13fa=function(){return _0x5d1644;};return a144_0x13fa();}
1
+ const a144_0x30a451=a144_0xf668;(function(_0x20f77d,_0x404284){const _0x298154=a144_0xf668,_0x34f85f=_0x20f77d();while(!![]){try{const _0x1c573b=parseInt(_0x298154(0x193))/0x1+parseInt(_0x298154(0x18d))/0x2*(parseInt(_0x298154(0x18a))/0x3)+-parseInt(_0x298154(0x18b))/0x4*(parseInt(_0x298154(0x19c))/0x5)+parseInt(_0x298154(0x190))/0x6*(parseInt(_0x298154(0x182))/0x7)+parseInt(_0x298154(0x184))/0x8+-parseInt(_0x298154(0x194))/0x9+-parseInt(_0x298154(0x181))/0xa*(-parseInt(_0x298154(0x188))/0xb);if(_0x1c573b===_0x404284)break;else _0x34f85f['push'](_0x34f85f['shift']());}catch(_0x2d9b3e){_0x34f85f['push'](_0x34f85f['shift']());}}}(a144_0x3bc6,0x679c5));import{getCustomPageSource}from'../../../core/api-client.js';function a144_0xf668(_0x24b243,_0xd0564d){_0x24b243=_0x24b243-0x181;const _0x3bc61f=a144_0x3bc6();let _0xf66891=_0x3bc61f[_0x24b243];return _0xf66891;}function a144_0x3bc6(){const _0x2b95e3=['getFullYear','padStart','getMinutes','460DufrKF','read','getDate','1230CoEOzN','568638uQzDxS','Show\x20a\x20Custom\x20Page\x20and\x20all\x20of\x20its\x20files','2697792vEFHgH','trim','getTime','page','35651cUaTye','custom-detail','3CRQOJZ','21424LDTcjf','join','459526PzHqYD','number','cookie','36xRoNKZ','Retrieved\x20Custom\x20Page\x20','getHours','26928gsVhiH','5065389kFHJxK','compress','pageCode','getSeconds','isNaN'];a144_0x3bc6=function(){return _0x2b95e3;};return a144_0x3bc6();}import{buildCustomPageEditUrl,buildCustomPageRuntimeUrl,readCustomPageId,CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL,resolveCustomPageDevelopmentUrl}from'./shared.js';export const pageCustomDetail={'service':a144_0x30a451(0x187),'command':a144_0x30a451(0x189),'description':a144_0x30a451(0x183),'risk':a144_0x30a451(0x19d),'defaultOutputFormat':a144_0x30a451(0x195),'structuredErrors':!![],'requiresAppCode':![],'flags':[{'name':'id','type':a144_0x30a451(0x18e),'required':!![],'description':'Custom\x20Page\x20ID'},CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL],async 'validate'(_0x2506ad){readCustomPageId(_0x2506ad);},async 'execute'(_0x9d3b2c){const _0x322b42=a144_0x30a451,_0x122aa6=readCustomPageId(_0x9d3b2c),_0x24cf75=await getCustomPageSource(_0x122aa6),{bundle:_0x25008e,createTime:_0x549fea,updateTime:_0x2266d4,..._0x5ddf90}=_0x24cf75,_0x57d515=_0x24cf75['id']??_0x122aa6,_0x1e3129=_0x24cf75['appCode']?.[_0x322b42(0x185)]()||_0x9d3b2c['str']('appcode')[_0x322b42(0x185)](),_0x4637be=buildCustomPageRuntimeUrl(_0x1e3129,_0x24cf75[_0x322b42(0x196)]),_0x23ada2=buildCustomPageEditUrl(_0x1e3129,_0x57d515),_0x1e92e6=await resolveCustomPageDevelopmentUrl(_0x1e3129,_0x57d515,_0x9d3b2c[_0x322b42(0x18f)]);return{'ok':!![],'data':{..._0x5ddf90,..._0x4637be?{'runtimePageUrl':_0x4637be}:{},..._0x1e92e6?{'pageUrl':_0x1e92e6}:{},..._0x23ada2?{'editPageUrl':_0x23ada2}:{},..._0x549fea==null?{}:{'createTime':formatTime(_0x549fea)},..._0x2266d4==null?{}:{'updateTime':formatTime(_0x2266d4)}},'message':_0x322b42(0x191)+_0x122aa6+'.'};}};function formatTime(_0x211ed6){const _0x1d4039=a144_0x30a451,_0x128ec4=new Date(_0x211ed6);if(Number[_0x1d4039(0x198)](_0x128ec4[_0x1d4039(0x186)]()))return String(_0x211ed6);const _0x55b52a=[_0x128ec4[_0x1d4039(0x199)](),String(_0x128ec4['getMonth']()+0x1)[_0x1d4039(0x19a)](0x2,'0'),String(_0x128ec4[_0x1d4039(0x19e)]())[_0x1d4039(0x19a)](0x2,'0')][_0x1d4039(0x18c)]('-'),_0x23f11d=[String(_0x128ec4[_0x1d4039(0x192)]())[_0x1d4039(0x19a)](0x2,'0'),String(_0x128ec4[_0x1d4039(0x19b)]())[_0x1d4039(0x19a)](0x2,'0'),String(_0x128ec4[_0x1d4039(0x197)]())['padStart'](0x2,'0')][_0x1d4039(0x18c)](':');return _0x55b52a+'\x20'+_0x23f11d;}
@@ -1 +1 @@
1
- const a145_0x3969a1=a145_0x44e2;(function(_0x67c17e,_0x18ec4b){const _0x4f6882=a145_0x44e2,_0x18a8d7=_0x67c17e();while(!![]){try{const _0x467be4=-parseInt(_0x4f6882(0x122))/0x1+-parseInt(_0x4f6882(0x11f))/0x2+-parseInt(_0x4f6882(0x111))/0x3+-parseInt(_0x4f6882(0x116))/0x4+-parseInt(_0x4f6882(0x119))/0x5*(-parseInt(_0x4f6882(0x11d))/0x6)+-parseInt(_0x4f6882(0x11b))/0x7+parseInt(_0x4f6882(0x120))/0x8;if(_0x467be4===_0x18ec4b)break;else _0x18a8d7['push'](_0x18a8d7['shift']());}catch(_0x8e7a52){_0x18a8d7['push'](_0x18a8d7['shift']());}}}(a145_0x45f5,0x79d80));import{APPCODE_FLAG}from'../../../commands/common/flags.js';import{fetchMenuSnapshot}from'../../../commands/menu/shared/facts.js';function a145_0x45f5(){const _0x132a23=['menus','5KPeBPT','path','4133423YZBkCa','Found\x20','1596462hSlYPT','length','729068wXDQYK','24384096sDRsDu','compress','706299nRFsAt','appCode','custom-list','List\x20Custom\x20Pages\x20in\x20the\x20current\x20app','flatMap','2715264mBLIVR','read','page','type','No\x20Custom\x20Pages\x20found.','994428HcLnXW','pageId'];a145_0x45f5=function(){return _0x132a23;};return a145_0x45f5();}import{buildCustomPageDevelopmentUrl,buildCustomPageEditUrl}from'./shared.js';function a145_0x44e2(_0x4ed5b9,_0x8609){_0x4ed5b9=_0x4ed5b9-0x110;const _0x45f54a=a145_0x45f5();let _0x44e2fd=_0x45f54a[_0x4ed5b9];return _0x44e2fd;}export const pageCustomList={'service':a145_0x3969a1(0x113),'command':a145_0x3969a1(0x124),'description':a145_0x3969a1(0x125),'risk':a145_0x3969a1(0x112),'defaultOutputFormat':a145_0x3969a1(0x121),'structuredErrors':!![],'flags':[APPCODE_FLAG],async 'execute'(_0x27bce7){const _0x2b89f3=a145_0x3969a1,_0x5705d4=(await fetchMenuSnapshot(_0x27bce7['appCode'],_0x27bce7['cookie']))[_0x2b89f3(0x118)][_0x2b89f3(0x110)](_0x390c7d=>{const _0xb8e6b=_0x2b89f3;if(_0x390c7d[_0xb8e6b(0x114)]!=='react'||_0x390c7d[_0xb8e6b(0x117)]==null)return[];const _0x4a8b7b=buildCustomPageDevelopmentUrl(_0x27bce7[_0xb8e6b(0x123)],_0x390c7d[_0xb8e6b(0x11a)]),_0x1dca89=buildCustomPageEditUrl(_0x27bce7[_0xb8e6b(0x123)],_0x390c7d[_0xb8e6b(0x117)]);return[{'pageId':_0x390c7d[_0xb8e6b(0x117)],'label':_0x390c7d['label'],..._0x4a8b7b?{'pageUrl':_0x4a8b7b}:{},..._0x1dca89?{'editPageUrl':_0x1dca89}:{}}];});return{'ok':!![],'data':{'pages':_0x5705d4},'message':_0x5705d4[_0x2b89f3(0x11e)]===0x0?_0x2b89f3(0x115):_0x2b89f3(0x11c)+_0x5705d4[_0x2b89f3(0x11e)]+'\x20Custom\x20Page(s).'};}};
1
+ const a145_0x35dc9a=a145_0x1a2e;(function(_0x6b448c,_0x44158c){const _0x4a6cf4=a145_0x1a2e,_0x4c9bf2=_0x6b448c();while(!![]){try{const _0x4f1631=-parseInt(_0x4a6cf4(0xce))/0x1+parseInt(_0x4a6cf4(0xdd))/0x2+parseInt(_0x4a6cf4(0xd0))/0x3*(-parseInt(_0x4a6cf4(0xda))/0x4)+-parseInt(_0x4a6cf4(0xcf))/0x5*(-parseInt(_0x4a6cf4(0xcd))/0x6)+-parseInt(_0x4a6cf4(0xd5))/0x7*(parseInt(_0x4a6cf4(0xe4))/0x8)+parseInt(_0x4a6cf4(0xd1))/0x9*(parseInt(_0x4a6cf4(0xe0))/0xa)+-parseInt(_0x4a6cf4(0xd4))/0xb*(parseInt(_0x4a6cf4(0xe1))/0xc);if(_0x4f1631===_0x44158c)break;else _0x4c9bf2['push'](_0x4c9bf2['shift']());}catch(_0x2a172c){_0x4c9bf2['push'](_0x4c9bf2['shift']());}}}(a145_0x2a74,0xb04b7));import{APPCODE_FLAG}from'../../../commands/common/flags.js';import{fetchMenuSnapshot}from'../../../commands/menu/shared/facts.js';import{buildCustomPageDevelopmentUrl,buildCustomPageEditUrl}from'./shared.js';function a145_0x1a2e(_0x156812,_0x4507a3){_0x156812=_0x156812-0xcd;const _0x2a740a=a145_0x2a74();let _0x1a2edf=_0x2a740a[_0x156812];return _0x1a2edf;}function a145_0x2a74(){const _0x207caf=['118540FGwPbm','compress','No\x20Custom\x20Pages\x20found.','2221884hZRbte','length','pageId','9360ZxOiPJ','138036QPfiyj','flatMap','cookie','3240ulNEjp','appCode','6UgZwFk','1197218yCqYgC','2396855azgujN','63cbzWSC','13446YDbmOt','page','path','22kzfTKV','7329XUGHvp','menus','read','label','custom-list'];a145_0x2a74=function(){return _0x207caf;};return a145_0x2a74();}export const pageCustomList={'service':a145_0x35dc9a(0xd2),'command':a145_0x35dc9a(0xd9),'description':'List\x20Custom\x20Pages\x20in\x20the\x20current\x20app','risk':a145_0x35dc9a(0xd7),'defaultOutputFormat':a145_0x35dc9a(0xdb),'structuredErrors':!![],'flags':[APPCODE_FLAG],async 'execute'(_0x2527a4){const _0x453ccb=a145_0x35dc9a,_0x1fb1cd=(await fetchMenuSnapshot(_0x2527a4['appCode'],_0x2527a4[_0x453ccb(0xe3)]))[_0x453ccb(0xd6)][_0x453ccb(0xe2)](_0x189b00=>{const _0xc6d9b6=_0x453ccb;if(_0x189b00['type']!=='react'||_0x189b00[_0xc6d9b6(0xdf)]==null)return[];const _0x5d53f9=buildCustomPageDevelopmentUrl(_0x2527a4[_0xc6d9b6(0xe5)],_0x189b00[_0xc6d9b6(0xd3)]),_0x541b54=buildCustomPageEditUrl(_0x2527a4[_0xc6d9b6(0xe5)],_0x189b00[_0xc6d9b6(0xdf)]);return[{'pageId':_0x189b00['pageId'],'label':_0x189b00[_0xc6d9b6(0xd8)],..._0x5d53f9?{'pageUrl':_0x5d53f9}:{},..._0x541b54?{'editPageUrl':_0x541b54}:{}}];});return{'ok':!![],'data':{'pages':_0x1fb1cd},'message':_0x1fb1cd[_0x453ccb(0xde)]===0x0?_0x453ccb(0xdc):'Found\x20'+_0x1fb1cd[_0x453ccb(0xde)]+'\x20Custom\x20Page(s).'};}};
@@ -1 +1 @@
1
- const a146_0x1b1835=a146_0x1091;(function(_0x3bdace,_0x5b5d5a){const _0x3b37ca=a146_0x1091,_0x497b76=_0x3bdace();while(!![]){try{const _0x74759a=parseInt(_0x3b37ca(0x8b))/0x1+parseInt(_0x3b37ca(0x82))/0x2+-parseInt(_0x3b37ca(0x8c))/0x3*(-parseInt(_0x3b37ca(0x7b))/0x4)+parseInt(_0x3b37ca(0x79))/0x5+parseInt(_0x3b37ca(0x81))/0x6+parseInt(_0x3b37ca(0x74))/0x7+parseInt(_0x3b37ca(0x78))/0x8*(-parseInt(_0x3b37ca(0x92))/0x9);if(_0x74759a===_0x5b5d5a)break;else _0x497b76['push'](_0x497b76['shift']());}catch(_0x305cf2){_0x497b76['push'](_0x497b76['shift']());}}}(a146_0x3a9e,0x84bb8));function a146_0x1091(_0x30002c,_0x33dcec){_0x30002c=_0x30002c-0x6f;const _0x3a9e58=a146_0x3a9e();let _0x109161=_0x3a9e58[_0x30002c];return _0x109161;}import{getCustomPageSource,publishCustomPage}from'../../../core/api-client.js';function a146_0x3a9e(){const _0x285a06=['appCode','apiError','5542453oLNzZj','cookie','FORMAL','remark','16ndXpoh','2083985KJlJCX','POST','118848lQpUML','unknown','status','trim','Custom\x20Page\x20publish\x20did\x20not\x20reach\x20published\x20status:\x20','warnings','3460440uJaefd','1186784NcpisZ','/smartapi/webcode/file/publish','push','write','number','compress','Custom\x20Page\x20publish\x20did\x20not\x20return\x20the\x20expected\x20page\x20ID.','pageId','string','208054ONcPwv','12ubkbic','Published\x20Custom\x20Page\x20','page','Would\x20publish\x20Custom\x20Page\x20','Custom\x20Page\x20ID','pageCode','9728721ApZNnJ','Optional\x20publish\x20remark','isInteger','Published\x20successfully,\x20but\x20a\x20link\x20to\x20the\x20latest\x20saved\x20content\x20could\x20not\x20be\x20generated.'];a146_0x3a9e=function(){return _0x285a06;};return a146_0x3a9e();}import{CliErrors}from'../../../errors.js';import{buildCustomPageEditUrl,buildCustomPageRuntimeUrl,readCustomPageId,resolveCustomPageDevelopmentUrl}from'./shared.js';export const pageCustomPublish={'service':a146_0x1b1835(0x8e),'command':'custom-publish','description':'Publish\x20the\x20latest\x20saved\x20content\x20of\x20a\x20Custom\x20Page','risk':a146_0x1b1835(0x85),'defaultOutputFormat':a146_0x1b1835(0x87),'structuredErrors':!![],'requiresAppCode':![],'flags':[{'name':'id','type':a146_0x1b1835(0x86),'required':!![],'description':a146_0x1b1835(0x90)},{'name':'remark','type':a146_0x1b1835(0x8a),'description':a146_0x1b1835(0x6f)}],async 'validate'(_0x32d299){readCustomPageId(_0x32d299);},async 'dryRun'(_0x262d51){const _0x4f665d=a146_0x1b1835,_0x40e417=readInput(_0x262d51);return{'method':_0x4f665d(0x7a),'url':_0x4f665d(0x83),'body':{'id':_0x40e417[_0x4f665d(0x89)],..._0x40e417[_0x4f665d(0x77)]?{'remark':_0x40e417[_0x4f665d(0x77)]}:{}},'description':_0x4f665d(0x8f)+_0x40e417[_0x4f665d(0x89)]+'.'};},async 'execute'(_0x112273){const _0x102bdd=a146_0x1b1835,_0x4cfbf2=readInput(_0x112273);await getCustomPageSource(_0x4cfbf2[_0x102bdd(0x89)]);const _0x4fb710=await publishCustomPage(_0x4cfbf2);if(!Number[_0x102bdd(0x70)](_0x4fb710)||_0x4fb710!==_0x4cfbf2[_0x102bdd(0x89)])throw CliErrors[_0x102bdd(0x73)](_0x102bdd(0x88));const _0x11e75d=await getCustomPageSource(_0x4cfbf2[_0x102bdd(0x89)]);if(_0x11e75d[_0x102bdd(0x7d)]!==_0x102bdd(0x76))throw CliErrors['apiError'](_0x102bdd(0x7f)+(_0x11e75d['status']??_0x102bdd(0x7c))+'.');const _0x3ddb90=_0x11e75d[_0x102bdd(0x72)]?.[_0x102bdd(0x7e)](),_0xbd3f16=buildCustomPageEditUrl(_0x3ddb90,_0x4cfbf2[_0x102bdd(0x89)]),_0x4d0012=await resolveCustomPageDevelopmentUrl(_0x3ddb90,_0x4cfbf2[_0x102bdd(0x89)],_0x112273[_0x102bdd(0x75)]),_0x443c81=buildMutationData(_0x4cfbf2,!![],_0x4d0012,_0xbd3f16);_0x3ddb90&&!_0x4d0012&&_0x443c81[_0x102bdd(0x80)]['push'](_0x102bdd(0x71));const _0x21d583=buildCustomPageRuntimeUrl(_0x11e75d[_0x102bdd(0x72)],_0x11e75d[_0x102bdd(0x91)]);return _0x21d583?_0x443c81['runtimePageUrl']=_0x21d583:_0x443c81[_0x102bdd(0x80)][_0x102bdd(0x84)]('Published\x20successfully,\x20but\x20a\x20link\x20to\x20the\x20published\x20page\x20could\x20not\x20be\x20generated.'),{'ok':!![],'data':_0x443c81,'message':_0x102bdd(0x8d)+_0x4cfbf2['pageId']+'.'};}};function readInput(_0x2ba573){const _0x1df63e=a146_0x1b1835,_0x151855=readCustomPageId(_0x2ba573),_0x45d892=_0x2ba573['str'](_0x1df63e(0x77))[_0x1df63e(0x7e)]();return{'pageId':_0x151855,..._0x45d892?{'remark':_0x45d892}:{}};}function buildMutationData(_0x3cf5a0,_0x13fa5c=![],_0x198550,_0x530598){const _0x1bbd04=a146_0x1b1835;return{'operation':'page.custom-publish','selector':{'pageId':_0x3cf5a0[_0x1bbd04(0x89)]},'before':null,'after':{'pageId':_0x3cf5a0[_0x1bbd04(0x89)],'status':_0x1bbd04(0x76)},'dryRun':!_0x13fa5c,'request':_0x3cf5a0,..._0x198550?{'pageUrl':_0x198550}:{},..._0x530598?{'editPageUrl':_0x530598}:{},'warnings':[]};}
1
+ const a146_0x274c57=a146_0x3d38;(function(_0xb09a5e,_0x386eae){const _0x4c5387=a146_0x3d38,_0x1ff5e3=_0xb09a5e();while(!![]){try{const _0x4edfa8=-parseInt(_0x4c5387(0x1c2))/0x1+-parseInt(_0x4c5387(0x1b7))/0x2*(parseInt(_0x4c5387(0x1a5))/0x3)+-parseInt(_0x4c5387(0x1a6))/0x4+-parseInt(_0x4c5387(0x1ba))/0x5+parseInt(_0x4c5387(0x1bb))/0x6*(parseInt(_0x4c5387(0x1a8))/0x7)+-parseInt(_0x4c5387(0x1b6))/0x8+parseInt(_0x4c5387(0x1ad))/0x9;if(_0x4edfa8===_0x386eae)break;else _0x1ff5e3['push'](_0x1ff5e3['shift']());}catch(_0xcd82cc){_0x1ff5e3['push'](_0x1ff5e3['shift']());}}}(a146_0x375e,0x62838));import{getCustomPageSource,publishCustomPage}from'../../../core/api-client.js';function a146_0x375e(){const _0x28848a=['POST','399720pSYbRD','1572666gSzeEV','pageId','remark','/smartapi/webcode/file/publish','write','page.custom-publish','pageCode','539688sJMSjF','Custom\x20Page\x20publish\x20did\x20not\x20reach\x20published\x20status:\x20','warnings','132LxhAwn','3054716ILAUok','string','21KJpuzj','appCode','Published\x20successfully,\x20but\x20a\x20link\x20to\x20the\x20latest\x20saved\x20content\x20could\x20not\x20be\x20generated.','FORMAL','isInteger','14852493prOpBf','Custom\x20Page\x20publish\x20did\x20not\x20return\x20the\x20expected\x20page\x20ID.','compress','Published\x20Custom\x20Page\x20','cookie','status','push','number','page','3477720zZxxyi','9776KhCMSf','runtimePageUrl'];a146_0x375e=function(){return _0x28848a;};return a146_0x375e();}import{CliErrors}from'../../../errors.js';import{buildCustomPageEditUrl,buildCustomPageRuntimeUrl,readCustomPageId,resolveCustomPageDevelopmentUrl}from'./shared.js';export const pageCustomPublish={'service':a146_0x274c57(0x1b5),'command':'custom-publish','description':'Publish\x20the\x20latest\x20saved\x20content\x20of\x20a\x20Custom\x20Page','risk':a146_0x274c57(0x1bf),'defaultOutputFormat':a146_0x274c57(0x1af),'structuredErrors':!![],'requiresAppCode':![],'flags':[{'name':'id','type':a146_0x274c57(0x1b4),'required':!![],'description':'Custom\x20Page\x20ID'},{'name':a146_0x274c57(0x1bd),'type':a146_0x274c57(0x1a7),'description':'Optional\x20publish\x20remark'}],async 'validate'(_0x3150a5){readCustomPageId(_0x3150a5);},async 'dryRun'(_0x28b91b){const _0x4857e4=a146_0x274c57,_0x43daa1=readInput(_0x28b91b);return{'method':_0x4857e4(0x1b9),'url':_0x4857e4(0x1be),'body':{'id':_0x43daa1[_0x4857e4(0x1bc)],..._0x43daa1[_0x4857e4(0x1bd)]?{'remark':_0x43daa1[_0x4857e4(0x1bd)]}:{}},'description':'Would\x20publish\x20Custom\x20Page\x20'+_0x43daa1['pageId']+'.'};},async 'execute'(_0x542f60){const _0x40b0aa=a146_0x274c57,_0x31871b=readInput(_0x542f60);await getCustomPageSource(_0x31871b[_0x40b0aa(0x1bc)]);const _0x2c43bf=await publishCustomPage(_0x31871b);if(!Number[_0x40b0aa(0x1ac)](_0x2c43bf)||_0x2c43bf!==_0x31871b[_0x40b0aa(0x1bc)])throw CliErrors['apiError'](_0x40b0aa(0x1ae));const _0x15f9bb=await getCustomPageSource(_0x31871b[_0x40b0aa(0x1bc)]);if(_0x15f9bb[_0x40b0aa(0x1b2)]!==_0x40b0aa(0x1ab))throw CliErrors['apiError'](_0x40b0aa(0x1c3)+(_0x15f9bb[_0x40b0aa(0x1b2)]??'unknown')+'.');const _0x12f0f4=_0x15f9bb[_0x40b0aa(0x1a9)]?.['trim'](),_0x139640=buildCustomPageEditUrl(_0x12f0f4,_0x31871b['pageId']),_0x50afae=await resolveCustomPageDevelopmentUrl(_0x12f0f4,_0x31871b[_0x40b0aa(0x1bc)],_0x542f60[_0x40b0aa(0x1b1)]),_0x39f4a8=buildMutationData(_0x31871b,!![],_0x50afae,_0x139640);_0x12f0f4&&!_0x50afae&&_0x39f4a8[_0x40b0aa(0x1a4)]['push'](_0x40b0aa(0x1aa));const _0x500633=buildCustomPageRuntimeUrl(_0x15f9bb[_0x40b0aa(0x1a9)],_0x15f9bb[_0x40b0aa(0x1c1)]);return _0x500633?_0x39f4a8[_0x40b0aa(0x1b8)]=_0x500633:_0x39f4a8[_0x40b0aa(0x1a4)][_0x40b0aa(0x1b3)]('Published\x20successfully,\x20but\x20a\x20link\x20to\x20the\x20published\x20page\x20could\x20not\x20be\x20generated.'),{'ok':!![],'data':_0x39f4a8,'message':_0x40b0aa(0x1b0)+_0x31871b[_0x40b0aa(0x1bc)]+'.'};}};function a146_0x3d38(_0x307874,_0x5209cd){_0x307874=_0x307874-0x1a4;const _0x375e89=a146_0x375e();let _0x3d38dc=_0x375e89[_0x307874];return _0x3d38dc;}function readInput(_0x34a442){const _0x20be51=readCustomPageId(_0x34a442),_0x3ef8c4=_0x34a442['str']('remark')['trim']();return{'pageId':_0x20be51,..._0x3ef8c4?{'remark':_0x3ef8c4}:{}};}function buildMutationData(_0x178ee8,_0x855b43=![],_0x455664,_0x332cd5){const _0x27567f=a146_0x274c57;return{'operation':_0x27567f(0x1c0),'selector':{'pageId':_0x178ee8['pageId']},'before':null,'after':{'pageId':_0x178ee8[_0x27567f(0x1bc)],'status':'FORMAL'},'dryRun':!_0x855b43,'request':_0x178ee8,..._0x455664?{'pageUrl':_0x455664}:{},..._0x332cd5?{'editPageUrl':_0x332cd5}:{},'warnings':[]};}
@@ -1 +1 @@
1
- function a147_0x1661(_0x39fe97,_0xe26a42){_0x39fe97=_0x39fe97-0xff;const _0x27e313=a147_0x27e3();let _0x1661a0=_0x27e313[_0x39fe97];return _0x1661a0;}const a147_0x40faaf=a147_0x1661;(function(_0x29e8d2,_0x480b88){const _0x50acdd=a147_0x1661,_0x1f91aa=_0x29e8d2();while(!![]){try{const _0x23af6d=-parseInt(_0x50acdd(0x119))/0x1*(parseInt(_0x50acdd(0x122))/0x2)+parseInt(_0x50acdd(0x118))/0x3*(parseInt(_0x50acdd(0x113))/0x4)+-parseInt(_0x50acdd(0x107))/0x5+-parseInt(_0x50acdd(0x10a))/0x6*(-parseInt(_0x50acdd(0x124))/0x7)+parseInt(_0x50acdd(0x115))/0x8+parseInt(_0x50acdd(0x111))/0x9*(-parseInt(_0x50acdd(0x10d))/0xa)+parseInt(_0x50acdd(0x11c))/0xb*(parseInt(_0x50acdd(0x102))/0xc);if(_0x23af6d===_0x480b88)break;else _0x1f91aa['push'](_0x1f91aa['shift']());}catch(_0xfbc78b){_0x1f91aa['push'](_0x1f91aa['shift']());}}}(a147_0x27e3,0xcf282));import{APPCODE_FLAG_OPTIONAL}from'../../../commands/common/flags.js';import{fetchMenuSnapshot}from'../../../commands/menu/shared/facts.js';import{getEnv,isProduction}from'../../../constant/env.js';import{getAppBaseUrl}from'../../../constant/domain.js';import{CliErrors}from'../../../errors.js';import{validateCustomPageSourceFiles}from'./syntax.js';export const CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL={...APPCODE_FLAG_OPTIONAL,'description':a147_0x40faaf(0x11e)};function a147_0x27e3(){const _0xc6ed5a=['validation','https://','.app.lovrabet.com','9zZrNPG','https://app.lovrabet.com','127452qGrjKp','pageId','2205248jpkgPB','values','some','111jMnaxE','799566qONgiP','isInteger','flagMissing','24182301UoqygC','length','Optional\x20app\x20code\x20resolved\x20from\x20page\x20ID\x20when\x20omitted','trim','/ide/','object','4qMdTEO','path','2219YiMydH','menus','--page-content\x20must\x20be\x20valid\x20JSON.','/pages/','file','find','/app','parse','12tFwBCU','--page-content\x20must\x20be\x20a\x20JSON\x20object\x20whose\x20values\x20are\x20file\x20content\x20strings.','isArray','map','join','5528825NjHMFE','num','--id\x20must\x20be\x20a\x20positive\x20integer.','1212NXDkEG','/web-app/app','page-content','1636010nVjAGM'];a147_0x27e3=function(){return _0xc6ed5a;};return a147_0x27e3();}function trimOptional(_0x39a7a0){const _0x3c4c7d=a147_0x40faaf;return _0x39a7a0?.[_0x3c4c7d(0x11f)]()||undefined;}export function buildCustomPageRuntimeUrl(_0x7fa122,_0x1dec8a){const _0x63db93=a147_0x40faaf,_0x300a0e=trimOptional(_0x7fa122),_0x55ef21=trimOptional(_0x1dec8a);if(!_0x300a0e||!_0x55ef21)return undefined;const _0x2cbd74=isProduction(getEnv())?_0x300a0e+_0x63db93(0x110):_0x300a0e+'.daily.lovrabet.com';return _0x63db93(0x10f)+_0x2cbd74+'/'+encodeURIComponent(_0x55ef21);}export function buildCustomPageDevelopmentUrl(_0x46e227,_0x2febab){const _0x507264=a147_0x40faaf,_0x579efc=trimOptional(_0x46e227),_0xd10eed=trimOptional(_0x2febab);if(!_0x579efc||!_0xd10eed)return undefined;return getAppBaseUrl(_0x579efc)+_0x507264(0x127)+encodeURIComponent(_0xd10eed);}export async function resolveCustomPageDevelopmentUrl(_0x2b64d1,_0x48dd9a,_0x218458){const _0x238e5c=a147_0x40faaf,_0x239e2d=trimOptional(_0x2b64d1);if(!_0x239e2d)return undefined;try{const _0x3681f2=(await fetchMenuSnapshot(_0x239e2d,_0x218458))[_0x238e5c(0x125)][_0x238e5c(0xff)](_0x4b6ec0=>_0x4b6ec0['type']==='react'&&_0x4b6ec0[_0x238e5c(0x114)]===_0x48dd9a);return buildCustomPageDevelopmentUrl(_0x239e2d,_0x3681f2?.[_0x238e5c(0x123)]);}catch{return undefined;}}export function buildCustomPageEditUrl(_0x45d7f9,_0x1868cb){const _0x5a8eec=a147_0x40faaf,_0x11cb9f=trimOptional(_0x45d7f9);if(!_0x11cb9f)return;const _0x168035=trimOptional(_0x1868cb==null?undefined:String(_0x1868cb));if(!_0x168035)return;const _0x3fb243=isProduction(getEnv())?_0x5a8eec(0x100):_0x5a8eec(0x10b),_0x2d6e6e=isProduction(getEnv())?_0x5a8eec(0x112):'https://daily.lovrabet.com';return''+_0x2d6e6e+_0x3fb243+'/'+encodeURIComponent(_0x11cb9f)+_0x5a8eec(0x120)+encodeURIComponent(_0x168035);}export function parseCustomPageContent(_0x22f997){const _0x17b7aa=a147_0x40faaf;if(!_0x22f997[_0x17b7aa(0x11f)]())throw CliErrors[_0x17b7aa(0x11b)](_0x17b7aa(0x10c));let _0xfbbb49;try{_0xfbbb49=JSON[_0x17b7aa(0x101)](_0x22f997);}catch{throw CliErrors[_0x17b7aa(0x10e)](_0x17b7aa(0x126));}if(typeof _0xfbbb49!==_0x17b7aa(0x121)||_0xfbbb49===null||Array[_0x17b7aa(0x104)](_0xfbbb49)||Object[_0x17b7aa(0x116)](_0xfbbb49)[_0x17b7aa(0x117)](_0x1838b0=>typeof _0x1838b0!=='string'))throw CliErrors[_0x17b7aa(0x10e)](_0x17b7aa(0x103));return _0xfbbb49;}export async function validateCustomPageContent(_0x4bb38a){const _0x849c1=a147_0x40faaf,_0xe7b1ca=await validateCustomPageSourceFiles(_0x4bb38a);if(_0xe7b1ca[_0x849c1(0x11d)]>0x0)throw CliErrors['validation']('Invalid\x20Custom\x20Page\x20content:\x20'+_0xe7b1ca[_0x849c1(0x105)](_0xd2524d=>_0xd2524d[_0x849c1(0x128)]+':\x20'+_0xd2524d['message'])[_0x849c1(0x106)](';\x20'));}export function readCustomPageId(_0x25b333){const _0x4f09ce=a147_0x40faaf,_0x5e5c16=_0x25b333[_0x4f09ce(0x108)]('id');if(!Number[_0x4f09ce(0x11a)](_0x5e5c16)||_0x5e5c16<=0x0)throw CliErrors['validation'](_0x4f09ce(0x109));return _0x5e5c16;}
1
+ (function(_0x573459,_0x1120b8){const _0x48dfff=a147_0x3eaf,_0x15b686=_0x573459();while(!![]){try{const _0x27c2a3=parseInt(_0x48dfff(0xed))/0x1+-parseInt(_0x48dfff(0xe6))/0x2*(parseInt(_0x48dfff(0xe7))/0x3)+-parseInt(_0x48dfff(0xeb))/0x4+parseInt(_0x48dfff(0xde))/0x5+parseInt(_0x48dfff(0xf4))/0x6*(-parseInt(_0x48dfff(0xe4))/0x7)+-parseInt(_0x48dfff(0xe0))/0x8+parseInt(_0x48dfff(0xf2))/0x9*(parseInt(_0x48dfff(0xd9))/0xa);if(_0x27c2a3===_0x1120b8)break;else _0x15b686['push'](_0x15b686['shift']());}catch(_0x2791b1){_0x15b686['push'](_0x15b686['shift']());}}}(a147_0x54d3,0xd0afb));import{APPCODE_FLAG_OPTIONAL}from'../../../commands/common/flags.js';import{fetchMenuSnapshot}from'../../../commands/menu/shared/facts.js';import{getEnv,isProduction}from'../../../constant/env.js';import{getAppBaseUrl}from'../../../constant/domain.js';import{CliErrors}from'../../../errors.js';import{validateCustomPageSourceFiles}from'./syntax.js';export const CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL={...APPCODE_FLAG_OPTIONAL,'description':'Optional\x20app\x20code\x20resolved\x20from\x20page\x20ID\x20when\x20omitted'};function trimOptional(_0x53cbdb){const _0x3df94c=a147_0x3eaf;return _0x53cbdb?.[_0x3df94c(0xef)]()||undefined;}export function buildCustomPageRuntimeUrl(_0x4e3d6a,_0x4be1bb){const _0x46603d=a147_0x3eaf,_0x1d4f87=trimOptional(_0x4e3d6a),_0x1da18e=trimOptional(_0x4be1bb);if(!_0x1d4f87||!_0x1da18e)return undefined;const _0x5809ea=isProduction(getEnv())?_0x1d4f87+_0x46603d(0xdb):_0x1d4f87+_0x46603d(0xd3);return'https://'+_0x5809ea+'/'+encodeURIComponent(_0x1da18e);}export function buildCustomPageDevelopmentUrl(_0x3c23da,_0x2f2b0c){const _0xb639e5=trimOptional(_0x3c23da),_0x53f322=trimOptional(_0x2f2b0c);if(!_0xb639e5||!_0x53f322)return undefined;return getAppBaseUrl(_0xb639e5)+'/pages/'+encodeURIComponent(_0x53f322);}export async function resolveCustomPageDevelopmentUrl(_0x2493fe,_0x13a6a7,_0x1d41d7){const _0x55903f=a147_0x3eaf,_0x339b5a=trimOptional(_0x2493fe);if(!_0x339b5a)return undefined;try{const _0x5bcdd3=(await fetchMenuSnapshot(_0x339b5a,_0x1d41d7))['menus'][_0x55903f(0xe2)](_0x2a934b=>_0x2a934b['type']===_0x55903f(0xec)&&_0x2a934b[_0x55903f(0xe1)]===_0x13a6a7);return buildCustomPageDevelopmentUrl(_0x339b5a,_0x5bcdd3?.['path']);}catch{return undefined;}}function a147_0x54d3(){const _0x3d48c7=['3374060zjtnol','react','979939IvdtBE','/app','trim','parse','message','687681XSVXPG','https://app.lovrabet.com','4493118TITWKU','some','isArray','join','.daily.lovrabet.com','validation','string','isInteger','flagMissing','--page-content\x20must\x20be\x20a\x20JSON\x20object\x20whose\x20values\x20are\x20file\x20content\x20strings.','150hgajVi','num','.app.lovrabet.com','page-content','values','8103620KqVnNb','map','519824AnIiZM','pageId','find','/ide/','14LplUJM','--id\x20must\x20be\x20a\x20positive\x20integer.','24EdlHOp','121455CMPAME','object','file','/web-app/app'];a147_0x54d3=function(){return _0x3d48c7;};return a147_0x54d3();}export function buildCustomPageEditUrl(_0x56e712,_0xd2cd54){const _0x59a794=a147_0x3eaf,_0x2b8542=trimOptional(_0x56e712);if(!_0x2b8542)return;const _0xf6eda4=trimOptional(_0xd2cd54==null?undefined:String(_0xd2cd54));if(!_0xf6eda4)return;const _0x2b4b3f=isProduction(getEnv())?_0x59a794(0xee):_0x59a794(0xea),_0x3cb10c=isProduction(getEnv())?_0x59a794(0xf3):'https://daily.lovrabet.com';return''+_0x3cb10c+_0x2b4b3f+'/'+encodeURIComponent(_0x2b8542)+_0x59a794(0xe3)+encodeURIComponent(_0xf6eda4);}function a147_0x3eaf(_0x44d545,_0x2143d1){_0x44d545=_0x44d545-0xd1;const _0x54d3c7=a147_0x54d3();let _0x3eafef=_0x54d3c7[_0x44d545];return _0x3eafef;}export function parseCustomPageContent(_0x590fce){const _0x2f26c5=a147_0x3eaf;if(!_0x590fce[_0x2f26c5(0xef)]())throw CliErrors[_0x2f26c5(0xd7)](_0x2f26c5(0xdc));let _0x5ab0fb;try{_0x5ab0fb=JSON[_0x2f26c5(0xf0)](_0x590fce);}catch{throw CliErrors['validation']('--page-content\x20must\x20be\x20valid\x20JSON.');}if(typeof _0x5ab0fb!==_0x2f26c5(0xe8)||_0x5ab0fb===null||Array[_0x2f26c5(0xd1)](_0x5ab0fb)||Object[_0x2f26c5(0xdd)](_0x5ab0fb)[_0x2f26c5(0xf5)](_0x1d9ba1=>typeof _0x1d9ba1!==_0x2f26c5(0xd5)))throw CliErrors['validation'](_0x2f26c5(0xd8));return _0x5ab0fb;}export async function validateCustomPageContent(_0x245a8e){const _0xa0ee1f=a147_0x3eaf,_0x5f0eb0=await validateCustomPageSourceFiles(_0x245a8e);if(_0x5f0eb0['length']>0x0)throw CliErrors[_0xa0ee1f(0xd4)]('Invalid\x20Custom\x20Page\x20content:\x20'+_0x5f0eb0[_0xa0ee1f(0xdf)](_0x5d7eb5=>_0x5d7eb5[_0xa0ee1f(0xe9)]+':\x20'+_0x5d7eb5[_0xa0ee1f(0xf1)])[_0xa0ee1f(0xd2)](';\x20'));}export function readCustomPageId(_0x355f89){const _0x3af066=a147_0x3eaf,_0x2b60ef=_0x355f89[_0x3af066(0xda)]('id');if(!Number[_0x3af066(0xd6)](_0x2b60ef)||_0x2b60ef<=0x0)throw CliErrors[_0x3af066(0xd4)](_0x3af066(0xe5));return _0x2b60ef;}
@@ -1 +1 @@
1
- const a148_0x459ff7=a148_0x7a0f;(function(_0x35ec6a,_0x548856){const _0x232464=a148_0x7a0f,_0x365d07=_0x35ec6a();while(!![]){try{const _0x56fed0=parseInt(_0x232464(0x1cd))/0x1*(-parseInt(_0x232464(0x1d8))/0x2)+parseInt(_0x232464(0x1cf))/0x3+-parseInt(_0x232464(0x1c8))/0x4*(-parseInt(_0x232464(0x1c6))/0x5)+parseInt(_0x232464(0x1d7))/0x6+-parseInt(_0x232464(0x1dd))/0x7+-parseInt(_0x232464(0x1ca))/0x8*(parseInt(_0x232464(0x1de))/0x9)+-parseInt(_0x232464(0x1cc))/0xa*(parseInt(_0x232464(0x1d0))/0xb);if(_0x56fed0===_0x548856)break;else _0x365d07['push'](_0x365d07['shift']());}catch(_0x4ac9d2){_0x365d07['push'](_0x365d07['shift']());}}}(a148_0x539b,0xf2718));function a148_0x539b(){const _0x26f535=['.jsx','endsWith','toLowerCase','entries','4207238iHASyQ','18TXCfrP','425mZkdtn','message','72484DzutYp','filter','5680032WYHZrv','typescript','4313080wHRYVA','2106phUwqv','Missing\x20React\x20source\x20file\x20with\x20extension\x20.jsx\x20or\x20.tsx','3828300QBBejy','11vmFmKX','some','all','.tsx','page-content','babel','trim','5303034BwyMgz','242dxRkIj'];a148_0x539b=function(){return _0x26f535;};return a148_0x539b();}import{format}from'prettier';const SOURCE_PARSERS={'.js':a148_0x459ff7(0x1d5),'.jsx':a148_0x459ff7(0x1d5),'.ts':a148_0x459ff7(0x1cb),'.tsx':a148_0x459ff7(0x1cb)},CUSTOM_PAGE_EXTENSIONS=[a148_0x459ff7(0x1d9),a148_0x459ff7(0x1d3)];export async function validateCustomPageSourceFiles(_0x5c00bb){const _0x4da8cf=a148_0x459ff7,_0x34b605=Object[_0x4da8cf(0x1dc)](_0x5c00bb)[_0x4da8cf(0x1c9)](([_0x4e4f3c])=>getParser(_0x4e4f3c));if(!_0x34b605[_0x4da8cf(0x1d1)](([_0x46c252])=>isReactSourceFile(_0x46c252)))return[{'file':_0x4da8cf(0x1d4),'message':_0x4da8cf(0x1ce)}];const _0x31d805=await Promise[_0x4da8cf(0x1d2)](_0x34b605['map'](async([_0x352498,_0x3f86ab])=>{const _0x332e20=_0x4da8cf;try{return await format(_0x3f86ab,{'parser':getParser(_0x352498)}),undefined;}catch(_0x3fa997){return{'file':_0x352498,'message':_0x3fa997 instanceof Error?_0x3fa997[_0x332e20(0x1c7)]:String(_0x3fa997)};}}));return _0x31d805[_0x4da8cf(0x1c9)](_0x502627=>_0x502627!==undefined);}function a148_0x7a0f(_0x3a0753,_0x318dc8){_0x3a0753=_0x3a0753-0x1c6;const _0x539bd7=a148_0x539b();let _0x7a0ffd=_0x539bd7[_0x3a0753];return _0x7a0ffd;}function getParser(_0x55c8d5){const _0x3c93b7=a148_0x459ff7,_0x46885e=_0x55c8d5[_0x3c93b7(0x1d6)]()[_0x3c93b7(0x1db)]();return Object['entries'](SOURCE_PARSERS)['find'](([_0x374fb1])=>_0x46885e[_0x3c93b7(0x1da)](_0x374fb1))?.[0x1];}function isReactSourceFile(_0x1eb9e2){const _0x308aab=a148_0x459ff7,_0x1c2df2=_0x1eb9e2[_0x308aab(0x1d6)]()[_0x308aab(0x1db)]();return CUSTOM_PAGE_EXTENSIONS['some'](_0x51d0e7=>_0x1c2df2['endsWith'](_0x51d0e7));}
1
+ function a148_0x10fb(_0x17f091,_0x44e736){_0x17f091=_0x17f091-0x12f;const _0x440bf4=a148_0x440b();let _0x10fbdd=_0x440bf4[_0x17f091];return _0x10fbdd;}function a148_0x440b(){const _0x5065a2=['babel','map','3454194snhUma','3457380sDWcrZ','message','filter','9237459TfZUOh','2355060rYLFUS','endsWith','find','819459LKHprr','typescript','all','6052095tENvsC','toLowerCase','some','entries','.tsx','415968RbNVBV','page-content','Missing\x20React\x20source\x20file\x20with\x20extension\x20.jsx\x20or\x20.tsx','192CuAqht','4CIJnVt'];a148_0x440b=function(){return _0x5065a2;};return a148_0x440b();}const a148_0x13248b=a148_0x10fb;(function(_0x7ab7bb,_0x560f92){const _0x4fbe1a=a148_0x10fb,_0x4b5e09=_0x7ab7bb();while(!![]){try{const _0x4a9cf7=parseInt(_0x4fbe1a(0x139))/0x1*(parseInt(_0x4fbe1a(0x13d))/0x2)+-parseInt(_0x4fbe1a(0x145))/0x3+parseInt(_0x4fbe1a(0x141))/0x4+parseInt(_0x4fbe1a(0x134))/0x5+-parseInt(_0x4fbe1a(0x140))/0x6+parseInt(_0x4fbe1a(0x144))/0x7+-parseInt(_0x4fbe1a(0x13c))/0x8*(parseInt(_0x4fbe1a(0x131))/0x9);if(_0x4a9cf7===_0x560f92)break;else _0x4b5e09['push'](_0x4b5e09['shift']());}catch(_0x4b2cc2){_0x4b5e09['push'](_0x4b5e09['shift']());}}}(a148_0x440b,0xa61ca));import{format}from'prettier';const SOURCE_PARSERS={'.js':a148_0x13248b(0x13e),'.jsx':a148_0x13248b(0x13e),'.ts':a148_0x13248b(0x132),'.tsx':a148_0x13248b(0x132)},CUSTOM_PAGE_EXTENSIONS=['.jsx',a148_0x13248b(0x138)];export async function validateCustomPageSourceFiles(_0x499bca){const _0x31378c=a148_0x13248b,_0x3a7867=Object[_0x31378c(0x137)](_0x499bca)['filter'](([_0xee3e83])=>getParser(_0xee3e83));if(!_0x3a7867[_0x31378c(0x136)](([_0x8757ee])=>isReactSourceFile(_0x8757ee)))return[{'file':_0x31378c(0x13a),'message':_0x31378c(0x13b)}];const _0x44bf88=await Promise[_0x31378c(0x133)](_0x3a7867[_0x31378c(0x13f)](async([_0x2cedb2,_0x2a60fe])=>{const _0x2f3e89=_0x31378c;try{return await format(_0x2a60fe,{'parser':getParser(_0x2cedb2)}),undefined;}catch(_0x111c99){return{'file':_0x2cedb2,'message':_0x111c99 instanceof Error?_0x111c99[_0x2f3e89(0x142)]:String(_0x111c99)};}}));return _0x44bf88[_0x31378c(0x143)](_0x544114=>_0x544114!==undefined);}function getParser(_0x46f73a){const _0x56cec1=a148_0x13248b,_0x580309=_0x46f73a['trim']()['toLowerCase']();return Object['entries'](SOURCE_PARSERS)[_0x56cec1(0x130)](([_0xb99b4f])=>_0x580309['endsWith'](_0xb99b4f))?.[0x1];}function isReactSourceFile(_0x1d8797){const _0x1e8ad7=a148_0x13248b,_0x1d1c4d=_0x1d8797['trim']()[_0x1e8ad7(0x135)]();return CUSTOM_PAGE_EXTENSIONS['some'](_0x55a4f0=>_0x1d1c4d[_0x1e8ad7(0x12f)](_0x55a4f0));}
@@ -1 +1 @@
1
- (function(_0x5de850,_0x2274f1){const _0x66756d=a149_0x1a8e,_0x4c28ab=_0x5de850();while(!![]){try{const _0x388e4d=parseInt(_0x66756d(0x19b))/0x1*(-parseInt(_0x66756d(0x195))/0x2)+-parseInt(_0x66756d(0x1a2))/0x3+parseInt(_0x66756d(0x189))/0x4*(-parseInt(_0x66756d(0x194))/0x5)+parseInt(_0x66756d(0x18b))/0x6+parseInt(_0x66756d(0x19e))/0x7+-parseInt(_0x66756d(0x19a))/0x8*(parseInt(_0x66756d(0x1a1))/0x9)+parseInt(_0x66756d(0x197))/0xa*(parseInt(_0x66756d(0x190))/0xb);if(_0x388e4d===_0x2274f1)break;else _0x4c28ab['push'](_0x4c28ab['shift']());}catch(_0x1f439a){_0x4c28ab['push'](_0x4c28ab['shift']());}}}(a149_0x3297,0xea5c1));function buildIndexFile(_0x2ad6e0){const _0x54b41b=a149_0x1a8e;return'import\x20React\x20from\x20\x27react\x27;\x0aimport\x20{\x20Card,\x20Typography\x20}\x20from\x20\x27antd\x27;\x0aimport\x20{\x20useSdkClient,\x20useI18n,\x20useNavigate,\x20useLocation\x20}\x20from\x20\x22@/context/app-context\x22;\x0aimport\x20{\x20locales\x20}\x20from\x20\x27../locales\x27;\x0aimport\x20\x27./index.css\x27;\x0a\x0aconst\x20App\x20=\x20()\x20=>\x20{\x0a\x20\x20const\x20client\x20=\x20useSdkClient();\x20//\x20client\x20可以用于获取其他数据集的数据\x0a\x20\x20const\x20$i18n\x20=\x20useI18n();\x20//\x20国际化多语言\x20i18n\x20实例\x0a\x20\x20const\x20navigate\x20=\x20useNavigate();\x20//\x20react-router\x20navigate\x20导航实例\x0a\x20\x20const\x20location\x20=\x20useLocation();\x20//\x20浏览器\x20location\x20实例\x0a\x0a\x20\x20$i18n.addLocale(locales);\x20//\x20添加多语言词包\x0a\x0a\x20\x20return\x20(\x0a\x20\x20\x20\x20<div\x20className=\x22page-container\x22>\x0a\x20\x20\x20\x20\x20\x20<Card>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<Typography>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<Typography.Title\x20level={2}>{'+JSON[_0x54b41b(0x196)](_0x2ad6e0)+'}</Typography.Title>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<Typography.Paragraph>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{$i18n.t(\x27pageDescription\x27,\x20\x27这是一个基础页面模板,你可以在此基础上进行开发。\x27)}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Typography.Paragraph>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</Typography>\x0a\x20\x20\x20\x20\x20\x20</Card>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20);\x0a};\x0a\x0aexport\x20default\x20App;\x0a';}function buildStyleFile(){const _0x4b1227=a149_0x1a8e;return _0x4b1227(0x1a4);}function a149_0x1a8e(_0x386b55,_0x4b615d){_0x386b55=_0x386b55-0x189;const _0x32973f=a149_0x3297();let _0x1a8e39=_0x32973f[_0x386b55];return _0x1a8e39;}function buildLocalesFile(_0x75ff7a){const _0xa03f4a=a149_0x1a8e,_0x407da0=_0x75ff7a[_0xa03f4a(0x1a3)](_0x123c1a=>{const _0x24245c=_0xa03f4a;let _0x5e8eb8='';switch(_0x123c1a){case _0x24245c(0x19f):_0x5e8eb8=_0x24245c(0x18f);break;case _0x24245c(0x192):_0x5e8eb8=_0x24245c(0x199);break;case _0x24245c(0x18d):_0x5e8eb8=_0x24245c(0x19d);break;case _0x24245c(0x19c):_0x5e8eb8='Bu\x20bir\x20temel\x20sayfa\x20şablonudur.\x20Bu\x20temaplana\x20dayanarak\x20geliştirilebilir.';break;case _0x24245c(0x191):_0x5e8eb8='Ini\x20adalah\x20sebuah\x20halaman\x20dasar.\x20Anda\x20dapat\x20mengembangkan\x20ini.';break;default:_0x5e8eb8=_0x24245c(0x199);}return'\x20\x20'+JSON[_0x24245c(0x196)](_0x123c1a)+_0x24245c(0x198)+JSON[_0x24245c(0x196)](_0x24245c(0x18a))+':\x20'+JSON['stringify'](_0x5e8eb8)+_0x24245c(0x1a0);})[_0xa03f4a(0x18e)](',\x0a');return _0xa03f4a(0x193)+_0x407da0+_0xa03f4a(0x18c);}function a149_0x3297(){const _0x403ccf=['stringify','20NrSGni',':\x20{\x0a\x20\x20\x20\x20','This\x20is\x20a\x20basic\x20page\x20template,\x20you\x20can\x20develop\x20based\x20on\x20it.','8Zukwur','4153oLnEJW','tr-TR','これは基本ページテンプレートです。あなたは、これに基づいて開発できます。','3159982vunAZj','zh-CN',',\x0a\x20\x20}','11012193JsRZRf','1108932zZBRkm','map','.page-container\x20{\x0a\x20\x20padding:\x2024px;\x0a\x20\x20background:\x20#f0f2f5;\x0a\x20\x20min-height:\x20100vh;\x0a}\x0a','760724INWRLw','pageDescription','7528170aoXeWx','\x0a};\x0a','ja-JP','join','这是一个基础页面模板,你可以在此基础上进行开发。','15169055POmhIH','id-ID','en-US','export\x20const\x20locales\x20=\x20{\x0a','45BjLTjN','96HEZYNr'];a149_0x3297=function(){return _0x403ccf;};return a149_0x3297();}export function buildInitialFiles(_0x1aa1da,_0x58e9ea){return{'src/app/index.jsx':buildIndexFile(_0x1aa1da),'src/app/index.css':buildStyleFile(),'src/locales/index.js':buildLocalesFile(_0x58e9ea)};}
1
+ function a149_0x53c6(_0x200326,_0x53ed8f){_0x200326=_0x200326-0x174;const _0x292f03=a149_0x292f();let _0x53c614=_0x292f03[_0x200326];return _0x53c614;}function a149_0x292f(){const _0x538079=['6489966QytJCH','en-US','tr-TR','ja-JP',':\x20{\x0a\x20\x20\x20\x20','Ini\x20adalah\x20sebuah\x20halaman\x20dasar.\x20Anda\x20dapat\x20mengembangkan\x20ini.','zh-CN','19758790rAezyL','Bu\x20bir\x20temel\x20sayfa\x20şablonudur.\x20Bu\x20temaplana\x20dayanarak\x20geliştirilebilir.','8VKJLZX','8eLaJOc','1880SWlBpk','11GvwpMJ','This\x20is\x20a\x20basic\x20page\x20template,\x20you\x20can\x20develop\x20based\x20on\x20it.','88633ZqcGao','1780671vPYhlh','join','id-ID','stringify','import\x20React\x20from\x20\x27react\x27;\x0aimport\x20{\x20Card,\x20Typography\x20}\x20from\x20\x27antd\x27;\x0aimport\x20{\x20useSdkClient,\x20useI18n,\x20useNavigate,\x20useLocation\x20}\x20from\x20\x22@/context/app-context\x22;\x0aimport\x20{\x20locales\x20}\x20from\x20\x27../locales\x27;\x0aimport\x20\x27./index.css\x27;\x0a\x0aconst\x20App\x20=\x20()\x20=>\x20{\x0a\x20\x20const\x20client\x20=\x20useSdkClient();\x20//\x20client\x20可以用于获取其他数据集的数据\x0a\x20\x20const\x20$i18n\x20=\x20useI18n();\x20//\x20国际化多语言\x20i18n\x20实例\x0a\x20\x20const\x20navigate\x20=\x20useNavigate();\x20//\x20react-router\x20navigate\x20导航实例\x0a\x20\x20const\x20location\x20=\x20useLocation();\x20//\x20浏览器\x20location\x20实例\x0a\x0a\x20\x20$i18n.addLocale(locales);\x20//\x20添加多语言词包\x0a\x0a\x20\x20return\x20(\x0a\x20\x20\x20\x20<div\x20className=\x22page-container\x22>\x0a\x20\x20\x20\x20\x20\x20<Card>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<Typography>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<Typography.Title\x20level={2}>{','.page-container\x20{\x0a\x20\x20padding:\x2024px;\x0a\x20\x20background:\x20#f0f2f5;\x0a\x20\x20min-height:\x20100vh;\x0a}\x0a','pageDescription','\x0a};\x0a','96WPIZrC','1695537ccyWwl','export\x20const\x20locales\x20=\x20{\x0a','map','2089444hJKSUB'];a149_0x292f=function(){return _0x538079;};return a149_0x292f();}(function(_0x3f777e,_0x58558c){const _0x4f4e64=a149_0x53c6,_0x3e5640=_0x3f777e();while(!![]){try{const _0x1408ba=parseInt(_0x4f4e64(0x17b))/0x1*(parseInt(_0x4f4e64(0x177))/0x2)+parseInt(_0x4f4e64(0x17c))/0x3+parseInt(_0x4f4e64(0x188))/0x4+parseInt(_0x4f4e64(0x178))/0x5*(parseInt(_0x4f4e64(0x184))/0x6)+parseInt(_0x4f4e64(0x189))/0x7+-parseInt(_0x4f4e64(0x176))/0x8*(-parseInt(_0x4f4e64(0x185))/0x9)+parseInt(_0x4f4e64(0x174))/0xa*(-parseInt(_0x4f4e64(0x179))/0xb);if(_0x1408ba===_0x58558c)break;else _0x3e5640['push'](_0x3e5640['shift']());}catch(_0x2cba87){_0x3e5640['push'](_0x3e5640['shift']());}}}(a149_0x292f,0x966b6));function buildIndexFile(_0x3482b6){const _0x529733=a149_0x53c6;return _0x529733(0x180)+JSON[_0x529733(0x17f)](_0x3482b6)+'}</Typography.Title>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<Typography.Paragraph>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{$i18n.t(\x27pageDescription\x27,\x20\x27这是一个基础页面模板,你可以在此基础上进行开发。\x27)}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Typography.Paragraph>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</Typography>\x0a\x20\x20\x20\x20\x20\x20</Card>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20);\x0a};\x0a\x0aexport\x20default\x20App;\x0a';}function buildStyleFile(){const _0xa025b9=a149_0x53c6;return _0xa025b9(0x181);}function buildLocalesFile(_0xa19c19){const _0x36a21c=a149_0x53c6,_0x3036e7=_0xa19c19[_0x36a21c(0x187)](_0x1e0c45=>{const _0x2c5ee8=_0x36a21c;let _0x179254='';switch(_0x1e0c45){case _0x2c5ee8(0x18f):_0x179254='这是一个基础页面模板,你可以在此基础上进行开发。';break;case _0x2c5ee8(0x18a):_0x179254=_0x2c5ee8(0x17a);break;case _0x2c5ee8(0x18c):_0x179254='これは基本ページテンプレートです。あなたは、これに基づいて開発できます。';break;case _0x2c5ee8(0x18b):_0x179254=_0x2c5ee8(0x175);break;case _0x2c5ee8(0x17e):_0x179254=_0x2c5ee8(0x18e);break;default:_0x179254=_0x2c5ee8(0x17a);}return'\x20\x20'+JSON['stringify'](_0x1e0c45)+_0x2c5ee8(0x18d)+JSON[_0x2c5ee8(0x17f)](_0x2c5ee8(0x182))+':\x20'+JSON['stringify'](_0x179254)+',\x0a\x20\x20}';})[_0x36a21c(0x17d)](',\x0a');return _0x36a21c(0x186)+_0x3036e7+_0x36a21c(0x183);}export function buildInitialFiles(_0x2cb667,_0xab9248){return{'src/app/index.jsx':buildIndexFile(_0x2cb667),'src/app/index.css':buildStyleFile(),'src/locales/index.js':buildLocalesFile(_0xab9248)};}
@@ -1 +1 @@
1
- const a150_0xc519d1=a150_0x504c;(function(_0x13b109,_0x298b37){const _0x410c01=a150_0x504c,_0x524d32=_0x13b109();while(!![]){try{const _0x26d848=-parseInt(_0x410c01(0x161))/0x1+-parseInt(_0x410c01(0x154))/0x2+parseInt(_0x410c01(0x15d))/0x3*(parseInt(_0x410c01(0x147))/0x4)+-parseInt(_0x410c01(0x144))/0x5+parseInt(_0x410c01(0x148))/0x6+-parseInt(_0x410c01(0x15b))/0x7+parseInt(_0x410c01(0x150))/0x8*(parseInt(_0x410c01(0x160))/0x9);if(_0x26d848===_0x298b37)break;else _0x524d32['push'](_0x524d32['shift']());}catch(_0x35f4d5){_0x524d32['push'](_0x524d32['shift']());}}}(a150_0x4a11,0x54b06));import{getCustomPageSource,updateCustomPageContent}from'../../../core/api-client.js';import{CliErrors}from'../../../errors.js';import{buildCustomPageEditUrl,parseCustomPageContent,resolveCustomPageDevelopmentUrl,readCustomPageId,CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL,validateCustomPageContent}from'./shared.js';export const pageCustomUpdate={'service':a150_0xc519d1(0x156),'command':a150_0xc519d1(0x15f),'description':'Save\x20all\x20files\x20of\x20a\x20Custom\x20Page','risk':a150_0xc519d1(0x158),'defaultOutputFormat':a150_0xc519d1(0x157),'structuredErrors':!![],'requiresAppCode':![],'flags':[{'name':'id','type':a150_0xc519d1(0x145),'required':!![],'description':a150_0xc519d1(0x15a)},{'name':a150_0xc519d1(0x149),'type':a150_0xc519d1(0x152),'required':!![],'description':a150_0xc519d1(0x159)},CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL],async 'validate'(_0x221f5c){const _0x4dc065=a150_0xc519d1;readCustomPageId(_0x221f5c),await validateCustomPageContent(parseCustomPageContent(_0x221f5c[_0x4dc065(0x146)](_0x4dc065(0x149))));},async 'dryRun'(_0x388828){const _0x44b43d=a150_0xc519d1,_0x4987ff=await readInput(_0x388828);return{'method':_0x44b43d(0x14c),'url':_0x44b43d(0x153),'body':{'id':_0x4987ff[_0x44b43d(0x14f)],'codeContent':_0x4987ff['pageContent']},'description':'Would\x20save\x20all\x20files\x20of\x20Custom\x20Page\x20'+_0x4987ff[_0x44b43d(0x14f)]+'.'};},async 'execute'(_0x3f7415){const _0x5a9b9d=a150_0xc519d1,_0xc07ca6=await readInput(_0x3f7415),_0x5b4e9b=await updateCustomPageContent({'pageId':_0xc07ca6[_0x5a9b9d(0x14f)],'pageContent':_0xc07ca6[_0x5a9b9d(0x155)]});if(!Number[_0x5a9b9d(0x14e)](_0x5b4e9b['newVersion'])||_0x5b4e9b[_0x5a9b9d(0x15e)]<=0x0)throw CliErrors[_0x5a9b9d(0x163)]('Custom\x20Page\x20update\x20did\x20not\x20create\x20a\x20new\x20version.');const _0x5cefd2=buildCustomPageEditUrl(_0xc07ca6[_0x5a9b9d(0x14b)],_0xc07ca6[_0x5a9b9d(0x14f)]),_0x2034b4=await resolveCustomPageDevelopmentUrl(_0xc07ca6['appCode'],_0xc07ca6[_0x5a9b9d(0x14f)],_0x3f7415[_0x5a9b9d(0x151)]);return{'ok':!![],'data':buildMutationData(_0xc07ca6,_0x5b4e9b,_0x2034b4,_0x5cefd2,_0x2034b4?[]:[_0x5a9b9d(0x162)]),'message':'Updated\x20Custom\x20Page\x20'+_0xc07ca6[_0x5a9b9d(0x14f)]+'.'};}};async function readInput(_0x1b96d2){const _0x59a8f6=a150_0xc519d1,_0x2da16d=readCustomPageId(_0x1b96d2),_0xa1ae82=_0x1b96d2[_0x59a8f6(0x146)]('appcode')[_0x59a8f6(0x15c)]()||(await getCustomPageSource(_0x2da16d))[_0x59a8f6(0x14b)]?.[_0x59a8f6(0x15c)]();if(!_0xa1ae82)throw CliErrors['validation'](_0x59a8f6(0x14d)+_0x2da16d+'.');return{'appCode':_0xa1ae82,'pageId':_0x2da16d,'pageContent':parseCustomPageContent(_0x1b96d2['str'](_0x59a8f6(0x149)))};}function buildMutationData(_0x1120f5,_0x45f26a,_0xa8cfe9,_0x780e64,_0x1d8ed2=[]){const _0xa7c5a5=a150_0xc519d1;return{'operation':_0xa7c5a5(0x14a),'selector':{'appCode':_0x1120f5[_0xa7c5a5(0x14b)],'pageId':_0x1120f5[_0xa7c5a5(0x14f)]},'before':null,'after':{'pageId':_0x45f26a?.[_0xa7c5a5(0x14f)]??_0x1120f5['pageId'],'version':_0x45f26a?.[_0xa7c5a5(0x15e)]??null,'pageContent':_0x1120f5['pageContent']},'dryRun':_0x45f26a===undefined,'request':_0x1120f5,..._0xa8cfe9?{'pageUrl':_0xa8cfe9}:{},..._0x780e64?{'editPageUrl':_0x780e64}:{},'warnings':_0x1d8ed2};}function a150_0x504c(_0x39b47a,_0x4baca6){_0x39b47a=_0x39b47a-0x144;const _0x4a1190=a150_0x4a11();let _0x504c5c=_0x4a1190[_0x39b47a];return _0x504c5c;}function a150_0x4a11(){const _0x347ecc=['cookie','string','/smartapi/webcode/page/update/content','92674YyKuvQ','pageContent','page','compress','write','Complete\x20page\x20files\x20as\x20JSON','Custom\x20Page\x20ID','282338YXSXHq','trim','115557heMAhv','newVersion','custom-update','148698hKbwpD','588058qVlMLh','Custom\x20Page\x20was\x20updated,\x20but\x20a\x20link\x20to\x20its\x20latest\x20saved\x20content\x20could\x20not\x20be\x20generated.','apiError','2929450FyUxsE','number','str','20TmyOCu','2442408sIlcLp','page-content','page.custom-update','appCode','POST','Cannot\x20determine\x20the\x20appCode\x20for\x20Custom\x20Page\x20','isInteger','pageId','488nnPpMM'];a150_0x4a11=function(){return _0x347ecc;};return a150_0x4a11();}
1
+ const a150_0x4d76ea=a150_0xd824;(function(_0x56ef1d,_0x5de199){const _0x2f3da2=a150_0xd824,_0x269839=_0x56ef1d();while(!![]){try{const _0xeed212=parseInt(_0x2f3da2(0x11d))/0x1*(-parseInt(_0x2f3da2(0x11b))/0x2)+-parseInt(_0x2f3da2(0x124))/0x3+parseInt(_0x2f3da2(0x12b))/0x4+-parseInt(_0x2f3da2(0x129))/0x5+parseInt(_0x2f3da2(0x121))/0x6*(parseInt(_0x2f3da2(0x133))/0x7)+-parseInt(_0x2f3da2(0x135))/0x8+parseInt(_0x2f3da2(0x123))/0x9;if(_0xeed212===_0x5de199)break;else _0x269839['push'](_0x269839['shift']());}catch(_0x2c5cfb){_0x269839['push'](_0x269839['shift']());}}}(a150_0x35ce,0x52ee8));import{getCustomPageSource,updateCustomPageContent}from'../../../core/api-client.js';import{CliErrors}from'../../../errors.js';import{buildCustomPageEditUrl,parseCustomPageContent,resolveCustomPageDevelopmentUrl,readCustomPageId,CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL,validateCustomPageContent}from'./shared.js';function a150_0xd824(_0x3604be,_0x41e90d){_0x3604be=_0x3604be-0x118;const _0x35ce3c=a150_0x35ce();let _0xd82468=_0x35ce3c[_0x3604be];return _0xd82468;}function a150_0x35ce(){const _0x3e4d68=['page','864704ybqZts','page.custom-update','string','POST','2aIrDJZ','Updated\x20Custom\x20Page\x20','528373VEtcid','Cannot\x20determine\x20the\x20appCode\x20for\x20Custom\x20Page\x20','isInteger','page-content','755670XFrZAs','custom-update','4640724TJitFK','491439nHyGcd','pageId','Custom\x20Page\x20was\x20updated,\x20but\x20a\x20link\x20to\x20its\x20latest\x20saved\x20content\x20could\x20not\x20be\x20generated.','str','newVersion','2539175bJuZGE','pageContent','2009744EefbAM','appcode','appCode','write','trim','compress','cookie','Would\x20save\x20all\x20files\x20of\x20Custom\x20Page\x20','35mzvBeb'];a150_0x35ce=function(){return _0x3e4d68;};return a150_0x35ce();}export const pageCustomUpdate={'service':a150_0x4d76ea(0x134),'command':a150_0x4d76ea(0x122),'description':'Save\x20all\x20files\x20of\x20a\x20Custom\x20Page','risk':a150_0x4d76ea(0x12e),'defaultOutputFormat':a150_0x4d76ea(0x130),'structuredErrors':!![],'requiresAppCode':![],'flags':[{'name':'id','type':'number','required':!![],'description':'Custom\x20Page\x20ID'},{'name':'page-content','type':a150_0x4d76ea(0x119),'required':!![],'description':'Complete\x20page\x20files\x20as\x20JSON'},CUSTOM_PAGE_APPCODE_FLAG_OPTIONAL],async 'validate'(_0x464a1d){const _0x21a6df=a150_0x4d76ea;readCustomPageId(_0x464a1d),await validateCustomPageContent(parseCustomPageContent(_0x464a1d[_0x21a6df(0x127)](_0x21a6df(0x120))));},async 'dryRun'(_0x3a780c){const _0x5d76ec=a150_0x4d76ea,_0x2b636a=await readInput(_0x3a780c);return{'method':_0x5d76ec(0x11a),'url':'/smartapi/webcode/page/update/content','body':{'id':_0x2b636a['pageId'],'codeContent':_0x2b636a[_0x5d76ec(0x12a)]},'description':_0x5d76ec(0x132)+_0x2b636a[_0x5d76ec(0x125)]+'.'};},async 'execute'(_0x152c55){const _0x452f8c=a150_0x4d76ea,_0x4bfb2f=await readInput(_0x152c55),_0x119aff=await updateCustomPageContent({'pageId':_0x4bfb2f[_0x452f8c(0x125)],'pageContent':_0x4bfb2f[_0x452f8c(0x12a)]});if(!Number[_0x452f8c(0x11f)](_0x119aff['newVersion'])||_0x119aff[_0x452f8c(0x128)]<=0x0)throw CliErrors['apiError']('Custom\x20Page\x20update\x20did\x20not\x20create\x20a\x20new\x20version.');const _0x34a1fe=buildCustomPageEditUrl(_0x4bfb2f[_0x452f8c(0x12d)],_0x4bfb2f[_0x452f8c(0x125)]),_0x587af7=await resolveCustomPageDevelopmentUrl(_0x4bfb2f['appCode'],_0x4bfb2f['pageId'],_0x152c55[_0x452f8c(0x131)]);return{'ok':!![],'data':buildMutationData(_0x4bfb2f,_0x119aff,_0x587af7,_0x34a1fe,_0x587af7?[]:[_0x452f8c(0x126)]),'message':_0x452f8c(0x11c)+_0x4bfb2f[_0x452f8c(0x125)]+'.'};}};async function readInput(_0x27e716){const _0x5c5d00=a150_0x4d76ea,_0x386dfa=readCustomPageId(_0x27e716),_0x5a27f6=_0x27e716[_0x5c5d00(0x127)](_0x5c5d00(0x12c))[_0x5c5d00(0x12f)]()||(await getCustomPageSource(_0x386dfa))[_0x5c5d00(0x12d)]?.[_0x5c5d00(0x12f)]();if(!_0x5a27f6)throw CliErrors['validation'](_0x5c5d00(0x11e)+_0x386dfa+'.');return{'appCode':_0x5a27f6,'pageId':_0x386dfa,'pageContent':parseCustomPageContent(_0x27e716[_0x5c5d00(0x127)](_0x5c5d00(0x120)))};}function buildMutationData(_0x59d0dd,_0x93132c,_0x4c67b5,_0x41eeb4,_0x3a81ac=[]){const _0x36d89b=a150_0x4d76ea;return{'operation':_0x36d89b(0x118),'selector':{'appCode':_0x59d0dd[_0x36d89b(0x12d)],'pageId':_0x59d0dd['pageId']},'before':null,'after':{'pageId':_0x93132c?.['pageId']??_0x59d0dd[_0x36d89b(0x125)],'version':_0x93132c?.['newVersion']??null,'pageContent':_0x59d0dd[_0x36d89b(0x12a)]},'dryRun':_0x93132c===undefined,'request':_0x59d0dd,..._0x4c67b5?{'pageUrl':_0x4c67b5}:{},..._0x41eeb4?{'editPageUrl':_0x41eeb4}:{},'warnings':_0x3a81ac};}
@@ -1 +1 @@
1
- function a151_0x4219(){const _0x3db283=['name','related-pages-fallback','data-list-status','status','read','string','2029296inDlBB','query-data-list-status','relatedPages','length','87IIrohH','699350ZolwnQ','/standard-page-status?appCode=','Dataset\x20alias\x20from\x20api.ts\x20(resolves\x20to\x20dataset\x20code\x20automatically)','3506100Uqiyhe','1085554qzUoeF','Query\x20Data\x20List\x20Page\x20facts\x20for\x20a\x20dataset','143960rXXKkk','GET','manualResolutionRequired','page','78956JgRjsf','100NRmWTq','1111491gMhtFc','14tzrkOu','appCode','alias','code'];a151_0x4219=function(){return _0x3db283;};return a151_0x4219();}const a151_0x5c29e5=a151_0x2109;(function(_0x5915d5,_0x26d88d){const _0x243f7f=a151_0x2109,_0x50bbee=_0x5915d5();while(!![]){try{const _0x21c5a4=-parseInt(_0x243f7f(0x18a))/0x1+-parseInt(_0x243f7f(0x18e))/0x2+-parseInt(_0x243f7f(0x189))/0x3*(parseInt(_0x243f7f(0x194))/0x4)+parseInt(_0x243f7f(0x18d))/0x5+parseInt(_0x243f7f(0x185))/0x6+-parseInt(_0x243f7f(0x17b))/0x7*(parseInt(_0x243f7f(0x190))/0x8)+parseInt(_0x243f7f(0x196))/0x9*(parseInt(_0x243f7f(0x195))/0xa);if(_0x21c5a4===_0x26d88d)break;else _0x50bbee['push'](_0x50bbee['shift']());}catch(_0x2f08fa){_0x50bbee['push'](_0x50bbee['shift']());}}}(a151_0x4219,0x677c6));import{APPCODE_FLAG_OPTIONAL,DATASETCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a151_0x2109(_0x87310c,_0x1b5a0a){_0x87310c=_0x87310c-0x17b;const _0x4219c4=a151_0x4219();let _0x210992=_0x4219c4[_0x87310c];return _0x210992;}import{assessDataListPageState,getUndeletedRelatedPages,loadDatasetDetailForPage,loadDataListPageStatusForGenerate,serializeDryRunDescription,validateDatasetSelector}from'../../commands/page/shared.js';export const pageDataListStatus={'service':a151_0x5c29e5(0x193),'command':a151_0x5c29e5(0x181),'description':a151_0x5c29e5(0x18f),'risk':a151_0x5c29e5(0x183),'defaultOutputFormat':'compress','flags':[APPCODE_FLAG_OPTIONAL,DATASETCODE_FLAG_OPTIONAL,{'name':a151_0x5c29e5(0x17d),'type':a151_0x5c29e5(0x184),'description':a151_0x5c29e5(0x18c)}],async 'validate'(_0x489d44){validateDatasetSelector(_0x489d44);},async 'dryRun'(_0x4519fd){const _0x1fb9d0=a151_0x5c29e5,_0xb56a00=await loadDatasetDetailForPage(_0x4519fd);return{'method':_0x1fb9d0(0x191),'url':'/smartapi/lovrabet/dataset/'+_0xb56a00['code']+_0x1fb9d0(0x18b)+encodeURIComponent(_0x4519fd[_0x1fb9d0(0x17c)]),'description':serializeDryRunDescription({'dataset':{'id':_0xb56a00['id'],'code':_0xb56a00['code'],'name':_0xb56a00[_0x1fb9d0(0x17f)]},'action':_0x1fb9d0(0x186)})};},async 'execute'(_0xd3643c){const _0x441bbe=a151_0x5c29e5,_0x2f1143=await loadDatasetDetailForPage(_0xd3643c),_0x1e1ff3=await loadDataListPageStatusForGenerate(_0xd3643c,_0x2f1143[_0x441bbe(0x17e)]),_0x5a23b8=getUndeletedRelatedPages(_0x2f1143),_0x54bba9=assessDataListPageState(_0x2f1143[_0x441bbe(0x17e)],_0x1e1ff3,{'fallbackUndeletedPages':_0x5a23b8});return{'ok':!![],'data':{'datasetCode':_0x2f1143[_0x441bbe(0x17e)],'precheckSource':_0x1e1ff3?.['source']??_0x441bbe(0x180),'status':_0x54bba9[_0x441bbe(0x182)],'manualResolutionRequired':_0x54bba9[_0x441bbe(0x192)],'nextAction':_0x54bba9['nextAction'],'dataListPageStatus':_0x1e1ff3,'relatedPages':{'total':_0x2f1143[_0x441bbe(0x187)][_0x441bbe(0x188)],'undeletedCount':_0x5a23b8[_0x441bbe(0x188)]}}};}};
1
+ const a151_0x214b6f=a151_0x2ede;(function(_0x2e9d1f,_0x1e9331){const _0x5e35a9=a151_0x2ede,_0x5eff7b=_0x2e9d1f();while(!![]){try{const _0x6e4e03=-parseInt(_0x5e35a9(0x1c2))/0x1+parseInt(_0x5e35a9(0x1d3))/0x2*(parseInt(_0x5e35a9(0x1c9))/0x3)+-parseInt(_0x5e35a9(0x1b8))/0x4+-parseInt(_0x5e35a9(0x1bd))/0x5+-parseInt(_0x5e35a9(0x1c4))/0x6+-parseInt(_0x5e35a9(0x1c6))/0x7*(-parseInt(_0x5e35a9(0x1bc))/0x8)+-parseInt(_0x5e35a9(0x1c8))/0x9*(-parseInt(_0x5e35a9(0x1d0))/0xa);if(_0x6e4e03===_0x1e9331)break;else _0x5eff7b['push'](_0x5eff7b['shift']());}catch(_0x5a1088){_0x5eff7b['push'](_0x5eff7b['shift']());}}}(a151_0x490e,0x1cab1));import{APPCODE_FLAG_OPTIONAL,DATASETCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assessDataListPageState,getUndeletedRelatedPages,loadDatasetDetailForPage,loadDataListPageStatusForGenerate,serializeDryRunDescription,validateDatasetSelector}from'../../commands/page/shared.js';function a151_0x2ede(_0x44342f,_0x5c149f){_0x44342f=_0x44342f-0x1b8;const _0x490eef=a151_0x490e();let _0x2ede83=_0x490eef[_0x44342f];return _0x2ede83;}export const pageDataListStatus={'service':a151_0x214b6f(0x1ba),'command':a151_0x214b6f(0x1c0),'description':'Query\x20Data\x20List\x20Page\x20facts\x20for\x20a\x20dataset','risk':a151_0x214b6f(0x1bf),'defaultOutputFormat':'compress','flags':[APPCODE_FLAG_OPTIONAL,DATASETCODE_FLAG_OPTIONAL,{'name':a151_0x214b6f(0x1c5),'type':a151_0x214b6f(0x1ce),'description':a151_0x214b6f(0x1bb)}],async 'validate'(_0x4d48e1){validateDatasetSelector(_0x4d48e1);},async 'dryRun'(_0x3540d9){const _0x38e715=a151_0x214b6f,_0x39d220=await loadDatasetDetailForPage(_0x3540d9);return{'method':_0x38e715(0x1cd),'url':_0x38e715(0x1cf)+_0x39d220[_0x38e715(0x1cc)]+_0x38e715(0x1d1)+encodeURIComponent(_0x3540d9[_0x38e715(0x1d2)]),'description':serializeDryRunDescription({'dataset':{'id':_0x39d220['id'],'code':_0x39d220[_0x38e715(0x1cc)],'name':_0x39d220[_0x38e715(0x1cb)]},'action':_0x38e715(0x1c3)})};},async 'execute'(_0x57ee75){const _0x2063f3=a151_0x214b6f,_0x662107=await loadDatasetDetailForPage(_0x57ee75),_0x9ef92d=await loadDataListPageStatusForGenerate(_0x57ee75,_0x662107[_0x2063f3(0x1cc)]),_0x5424c8=getUndeletedRelatedPages(_0x662107),_0x4187ef=assessDataListPageState(_0x662107['code'],_0x9ef92d,{'fallbackUndeletedPages':_0x5424c8});return{'ok':!![],'data':{'datasetCode':_0x662107['code'],'precheckSource':_0x9ef92d?.[_0x2063f3(0x1b9)]??_0x2063f3(0x1c7),'status':_0x4187ef['status'],'manualResolutionRequired':_0x4187ef['manualResolutionRequired'],'nextAction':_0x4187ef[_0x2063f3(0x1c1)],'dataListPageStatus':_0x9ef92d,'relatedPages':{'total':_0x662107[_0x2063f3(0x1be)][_0x2063f3(0x1ca)],'undeletedCount':_0x5424c8[_0x2063f3(0x1ca)]}}};}};function a151_0x490e(){const _0x27f5a9=['895938WIviSg','alias','724493lqvTki','related-pages-fallback','4415157ItkDYm','397653DDmzcz','length','name','code','GET','string','/smartapi/lovrabet/dataset/','10vfHCnZ','/standard-page-status?appCode=','appCode','2NvqGpy','542992viRZSg','source','page','Dataset\x20alias\x20from\x20api.ts\x20(resolves\x20to\x20dataset\x20code\x20automatically)','16DNXBwD','1016085GEljJD','relatedPages','read','data-list-status','nextAction','224409eUDXBW','query-data-list-status'];a151_0x490e=function(){return _0x27f5a9;};return a151_0x490e();}
@@ -1 +1 @@
1
- const a152_0x1a1b2b=a152_0x1568;(function(_0x5b70aa,_0x1ae36f){const _0x50a663=a152_0x1568,_0x5ea9e3=_0x5b70aa();while(!![]){try{const _0x1c8cbc=-parseInt(_0x50a663(0x1e2))/0x1*(parseInt(_0x50a663(0x1d5))/0x2)+parseInt(_0x50a663(0x1cd))/0x3*(-parseInt(_0x50a663(0x1fc))/0x4)+-parseInt(_0x50a663(0x1d3))/0x5*(-parseInt(_0x50a663(0x1eb))/0x6)+parseInt(_0x50a663(0x1e9))/0x7*(parseInt(_0x50a663(0x1d1))/0x8)+-parseInt(_0x50a663(0x1ea))/0x9*(-parseInt(_0x50a663(0x1d0))/0xa)+parseInt(_0x50a663(0x1e3))/0xb+parseInt(_0x50a663(0x1d4))/0xc*(-parseInt(_0x50a663(0x1ed))/0xd);if(_0x1c8cbc===_0x1ae36f)break;else _0x5ea9e3['push'](_0x5ea9e3['shift']());}catch(_0xe63f9b){_0x5ea9e3['push'](_0x5ea9e3['shift']());}}}(a152_0x8a72,0x506b3));function a152_0x1568(_0x4997b9,_0x152a47){_0x4997b9=_0x4997b9-0x1cb;const _0x8a726a=a152_0x8a72();let _0x1568f3=_0x8a726a[_0x4997b9];return _0x1568f3;}import{APPCODE_FLAG_OPTIONAL,DATASETCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assessGenerateOperationState,assessDataListPageState,buildPageGenerateOperationStatusQueryCommand,buildDataListPageStatusQueryCommand,createPageGenerateClientOperationId,getUndeletedRelatedPages,loadDatasetDetailForPage,loadDataListPageStatusForGenerate,serializeDryRunDescription,validateDatasetSelector}from'../../commands/page/shared.js';function a152_0x8a72(){const _0x508f5b=['number','1614aDOfJp','/generate-standard-pages/start','Actually\x20execute\x20the\x20generation.\x20Without\x20this\x20flag,\x20only\x20a\x20dry-run\x20preview\x20is\x20shown.','843740pCAeWi','11624CqBSuC','Dataset\x20alias\x20from\x20api.ts\x20(resolves\x20to\x20dataset\x20code\x20automatically)','5dJDqbw','173172yuqPNH','10322ZgUGBv','appCode','dataset','source','compress','dataListPageStatus','DATA_LIST','precheck','taskId','page','message','DATA_LIST\x20currently\x20has\x20one\x20fixed\x20pattern:\x20CRUD_PAGE_SET.','page\x20generate-start\x20does\x20not\x20accept\x20--page-pattern.','37dvtjqv','1957780rjlTid','apply','dryRun','progressRate','name','page-pattern','2807REgZhA','27wVEBgT','3214734fKAonT','manualResolutionRequired','442EhQAba','related-pages-fallback','/smartapi/lovrabet/dataset/','currentStep','operationId','已提交生成任务','Dry-run\x20preview\x20(pass\x20--apply\x20to\x20execute\x20the\x20generation)','clientOperationId','status','reused','generate-start','nextAction','code','bool','CRUD_PAGE_SET','4004gfgEPc','page\x20generate-start\x20does\x20not\x20accept\x20--page-type.','write','page-type','PARTIAL_SUCCESS'];a152_0x8a72=function(){return _0x508f5b;};return a152_0x8a72();}import{startGenerateDataListPages}from'../../core/api-client.js';export const pageGenerateStart={'service':a152_0x1a1b2b(0x1de),'command':'generate-start','description':'Start\x20async\x20Data\x20List\x20Page\x20generation\x20from\x20a\x20dataset','risk':a152_0x1a1b2b(0x1fe),'defaultOutputFormat':a152_0x1a1b2b(0x1d9),'rejectedFlags':[{'name':a152_0x1a1b2b(0x1ff),'message':a152_0x1a1b2b(0x1fd),'hint':'This\x20command\x20always\x20generates\x20a\x20DATA_LIST\x20page\x20from\x20a\x20dataset.'},{'name':a152_0x1a1b2b(0x1e8),'message':a152_0x1a1b2b(0x1e1),'hint':a152_0x1a1b2b(0x1e0)}],'flags':[APPCODE_FLAG_OPTIONAL,DATASETCODE_FLAG_OPTIONAL,{'name':'alias','type':'string','description':a152_0x1a1b2b(0x1d2)},{'name':a152_0x1a1b2b(0x1e4),'type':'boolean','description':a152_0x1a1b2b(0x1cf)}],async 'validate'(_0x3dec78){validateDatasetSelector(_0x3dec78);},async 'dryRun'(_0x3f5a82){const _0x3440c2=a152_0x1a1b2b,_0x111376=await prepare(_0x3f5a82);return{'method':'POST','url':_0x3440c2(0x1ef)+_0x111376['dataset'][_0x3440c2(0x1f9)]+_0x3440c2(0x1ce),'body':{'appCode':_0x3f5a82[_0x3440c2(0x1d6)],'clientOperationId':_0x111376[_0x3440c2(0x1f4)]},'description':serializeDryRunDescription({'dataset':{'id':_0x111376[_0x3440c2(0x1d7)]['id'],'code':_0x111376['dataset'][_0x3440c2(0x1f9)],'name':_0x111376[_0x3440c2(0x1d7)][_0x3440c2(0x1e7)],'fieldCount':_0x111376[_0x3440c2(0x1d7)]['fieldCount']},'precheckSource':_0x111376['dataListPageStatus']?.[_0x3440c2(0x1d8)]??_0x3440c2(0x1ee),'action':_0x3440c2(0x1f7),'clientOperationId':_0x111376[_0x3440c2(0x1f4)],'plannedStatus':_0x111376['precheck']['status'],'reason':_0x111376[_0x3440c2(0x1dc)][_0x3440c2(0x1df)]})};},async 'execute'(_0x490d75){const _0x1fbe04=a152_0x1a1b2b;if(!_0x490d75[_0x1fbe04(0x1fa)](_0x1fbe04(0x1e4))){const _0x392c3d=await pageGenerateStart[_0x1fbe04(0x1e5)](_0x490d75);return{'ok':!![],'message':_0x1fbe04(0x1f3),'data':_0x392c3d};}const _0x425c2f=await prepare(_0x490d75);if(!_0x425c2f[_0x1fbe04(0x1dc)]['allowGenerate'])return{'ok':![],'message':_0x425c2f['precheck'][_0x1fbe04(0x1df)],'data':{'datasetCode':_0x425c2f[_0x1fbe04(0x1d7)][_0x1fbe04(0x1f9)],'pageType':_0x1fbe04(0x1db),'pagePattern':_0x1fbe04(0x1fb),'clientOperationId':_0x425c2f[_0x1fbe04(0x1f4)],'precheckSource':_0x425c2f[_0x1fbe04(0x1da)]?.[_0x1fbe04(0x1d8)]??'related-pages-fallback','status':_0x425c2f['precheck']['status'],'manualResolutionRequired':_0x425c2f[_0x1fbe04(0x1dc)][_0x1fbe04(0x1ec)],'nextAction':_0x425c2f[_0x1fbe04(0x1dc)][_0x1fbe04(0x1f8)],'query':{'command':buildDataListPageStatusQueryCommand(_0x425c2f[_0x1fbe04(0x1d7)]['code'],_0x490d75[_0x1fbe04(0x1d6)])},'dataListPageStatus':_0x425c2f[_0x1fbe04(0x1da)]}};const _0x7df8a8=await startGenerateDataListPages(_0x490d75[_0x1fbe04(0x1d6)],_0x425c2f[_0x1fbe04(0x1d7)]['code'],{'clientOperationId':_0x425c2f[_0x1fbe04(0x1f4)]}),_0x5984aa=_0x7df8a8['status']==='SUCCESS'||_0x7df8a8[_0x1fbe04(0x1f5)]===_0x1fbe04(0x1cb)?await loadDataListPageStatusForGenerate(_0x490d75,_0x425c2f[_0x1fbe04(0x1d7)][_0x1fbe04(0x1f9)]):null,_0xec04ec=assessGenerateOperationState(_0x425c2f[_0x1fbe04(0x1d7)]['code'],_0x7df8a8[_0x1fbe04(0x1f5)],_0x5984aa);return{'ok':!![],'message':_0x7df8a8['reused']?'复用已有生成任务':_0x1fbe04(0x1f2),'data':{'datasetCode':_0x425c2f[_0x1fbe04(0x1d7)]['code'],'appCode':_0x490d75[_0x1fbe04(0x1d6)],'pageType':_0x1fbe04(0x1db),'pagePattern':'CRUD_PAGE_SET','taskId':_0x7df8a8[_0x1fbe04(0x1dd)]??null,'operationId':_0x7df8a8[_0x1fbe04(0x1f1)]??null,'clientOperationId':_0x425c2f[_0x1fbe04(0x1f4)],'jobStatus':_0x7df8a8[_0x1fbe04(0x1f5)]??null,'progressRate':typeof _0x7df8a8[_0x1fbe04(0x1e6)]===_0x1fbe04(0x1cc)?_0x7df8a8[_0x1fbe04(0x1e6)]:null,'currentStep':_0x7df8a8[_0x1fbe04(0x1f0)]??null,'reused':_0x7df8a8[_0x1fbe04(0x1f6)]===!![],'status':_0xec04ec['status'],'manualResolutionRequired':_0xec04ec[_0x1fbe04(0x1ec)],'nextAction':_0xec04ec[_0x1fbe04(0x1f8)],'query':{'command':buildPageGenerateOperationStatusQueryCommand(_0x425c2f['dataset']['code'],{'appCode':_0x490d75[_0x1fbe04(0x1d6)],'taskId':_0x7df8a8[_0x1fbe04(0x1dd)],'operationId':_0x7df8a8['operationId'],'clientOperationId':_0x425c2f[_0x1fbe04(0x1f4)]})},'dataListPageStatus':_0x5984aa}};}};async function prepare(_0x4479dd){const _0x42299f=a152_0x1a1b2b,_0x1efb33=await loadDatasetDetailForPage(_0x4479dd),_0x1e48ed=await loadDataListPageStatusForGenerate(_0x4479dd,_0x1efb33['code']),_0x5e8d34=getUndeletedRelatedPages(_0x1efb33);return{'dataset':_0x1efb33,'dataListPageStatus':_0x1e48ed,'clientOperationId':createPageGenerateClientOperationId(),'precheck':assessDataListPageState(_0x1efb33[_0x42299f(0x1f9)],_0x1e48ed,{'fallbackUndeletedPages':_0x5e8d34})};}
1
+ function a152_0x101f(){const _0x3fead6=['dataListPageStatus','已提交生成任务','Actually\x20execute\x20the\x20generation.\x20Without\x20this\x20flag,\x20only\x20a\x20dry-run\x20preview\x20is\x20shown.','precheck','bool','code','414690ntiWed','/smartapi/lovrabet/dataset/','CRUD_PAGE_SET','currentStep','PARTIAL_SUCCESS','Dataset\x20alias\x20from\x20api.ts\x20(resolves\x20to\x20dataset\x20code\x20automatically)','复用已有生成任务','dataset','fieldCount','1097950PpDFgz','page','DATA_LIST\x20currently\x20has\x20one\x20fixed\x20pattern:\x20CRUD_PAGE_SET.','dryRun','related-pages-fallback','Dry-run\x20preview\x20(pass\x20--apply\x20to\x20execute\x20the\x20generation)','page\x20generate-start\x20does\x20not\x20accept\x20--page-type.','Start\x20async\x20Data\x20List\x20Page\x20generation\x20from\x20a\x20dataset','taskId','write','241200SjWiPM','generate-start','allowGenerate','compress','manualResolutionRequired','54oZnsuV','number','10265nfSXlL','operationId','DATA_LIST','/generate-standard-pages/start','POST','message','24UKVIGj','status','161343olJxrw','boolean','clientOperationId','alias','reused','145386XbUUGH','This\x20command\x20always\x20generates\x20a\x20DATA_LIST\x20page\x20from\x20a\x20dataset.','nextAction','99140HkQbRp','276tXKxvf','apply','appCode','page-pattern'];a152_0x101f=function(){return _0x3fead6;};return a152_0x101f();}function a152_0x4b02(_0x2a60e3,_0x394026){_0x2a60e3=_0x2a60e3-0xb8;const _0x101fb3=a152_0x101f();let _0x4b02a1=_0x101fb3[_0x2a60e3];return _0x4b02a1;}const a152_0x39c5a0=a152_0x4b02;(function(_0x580eaf,_0x41cc61){const _0x4ee53c=a152_0x4b02,_0x196372=_0x580eaf();while(!![]){try{const _0x5499ee=-parseInt(_0x4ee53c(0xc0))/0x1+-parseInt(_0x4ee53c(0xe2))/0x2+parseInt(_0x4ee53c(0xcf))/0x3+parseInt(_0x4ee53c(0xd8))/0x4*(parseInt(_0x4ee53c(0xc7))/0x5)+parseInt(_0x4ee53c(0xd4))/0x6+-parseInt(_0x4ee53c(0xeb))/0x7*(-parseInt(_0x4ee53c(0xcd))/0x8)+parseInt(_0x4ee53c(0xc5))/0x9*(parseInt(_0x4ee53c(0xd7))/0xa);if(_0x5499ee===_0x41cc61)break;else _0x196372['push'](_0x196372['shift']());}catch(_0x5e0b79){_0x196372['push'](_0x196372['shift']());}}}(a152_0x101f,0x49866));import{APPCODE_FLAG_OPTIONAL,DATASETCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assessGenerateOperationState,assessDataListPageState,buildPageGenerateOperationStatusQueryCommand,buildDataListPageStatusQueryCommand,createPageGenerateClientOperationId,getUndeletedRelatedPages,loadDatasetDetailForPage,loadDataListPageStatusForGenerate,serializeDryRunDescription,validateDatasetSelector}from'../../commands/page/shared.js';import{startGenerateDataListPages}from'../../core/api-client.js';export const pageGenerateStart={'service':a152_0x39c5a0(0xec),'command':a152_0x39c5a0(0xc1),'description':a152_0x39c5a0(0xbd),'risk':a152_0x39c5a0(0xbf),'defaultOutputFormat':a152_0x39c5a0(0xc3),'rejectedFlags':[{'name':'page-type','message':a152_0x39c5a0(0xbc),'hint':a152_0x39c5a0(0xd5)},{'name':a152_0x39c5a0(0xdb),'message':'page\x20generate-start\x20does\x20not\x20accept\x20--page-pattern.','hint':a152_0x39c5a0(0xb8)}],'flags':[APPCODE_FLAG_OPTIONAL,DATASETCODE_FLAG_OPTIONAL,{'name':a152_0x39c5a0(0xd2),'type':'string','description':a152_0x39c5a0(0xe7)},{'name':a152_0x39c5a0(0xd9),'type':a152_0x39c5a0(0xd0),'description':a152_0x39c5a0(0xde)}],async 'validate'(_0xa3050b){validateDatasetSelector(_0xa3050b);},async 'dryRun'(_0x3a1f50){const _0x27084d=a152_0x39c5a0,_0x39679a=await prepare(_0x3a1f50);return{'method':_0x27084d(0xcb),'url':_0x27084d(0xe3)+_0x39679a['dataset'][_0x27084d(0xe1)]+_0x27084d(0xca),'body':{'appCode':_0x3a1f50['appCode'],'clientOperationId':_0x39679a['clientOperationId']},'description':serializeDryRunDescription({'dataset':{'id':_0x39679a['dataset']['id'],'code':_0x39679a[_0x27084d(0xe9)][_0x27084d(0xe1)],'name':_0x39679a[_0x27084d(0xe9)]['name'],'fieldCount':_0x39679a['dataset'][_0x27084d(0xea)]},'precheckSource':_0x39679a['dataListPageStatus']?.['source']??_0x27084d(0xba),'action':'generate-start','clientOperationId':_0x39679a[_0x27084d(0xd1)],'plannedStatus':_0x39679a[_0x27084d(0xdf)][_0x27084d(0xce)],'reason':_0x39679a['precheck']['message']})};},async 'execute'(_0x5785af){const _0x293aa6=a152_0x39c5a0;if(!_0x5785af[_0x293aa6(0xe0)](_0x293aa6(0xd9))){const _0xa60015=await pageGenerateStart[_0x293aa6(0xb9)](_0x5785af);return{'ok':!![],'message':_0x293aa6(0xbb),'data':_0xa60015};}const _0x254e58=await prepare(_0x5785af);if(!_0x254e58[_0x293aa6(0xdf)][_0x293aa6(0xc2)])return{'ok':![],'message':_0x254e58[_0x293aa6(0xdf)][_0x293aa6(0xcc)],'data':{'datasetCode':_0x254e58[_0x293aa6(0xe9)][_0x293aa6(0xe1)],'pageType':_0x293aa6(0xc9),'pagePattern':_0x293aa6(0xe4),'clientOperationId':_0x254e58[_0x293aa6(0xd1)],'precheckSource':_0x254e58[_0x293aa6(0xdc)]?.['source']??_0x293aa6(0xba),'status':_0x254e58[_0x293aa6(0xdf)][_0x293aa6(0xce)],'manualResolutionRequired':_0x254e58['precheck'][_0x293aa6(0xc4)],'nextAction':_0x254e58[_0x293aa6(0xdf)][_0x293aa6(0xd6)],'query':{'command':buildDataListPageStatusQueryCommand(_0x254e58[_0x293aa6(0xe9)]['code'],_0x5785af[_0x293aa6(0xda)])},'dataListPageStatus':_0x254e58[_0x293aa6(0xdc)]}};const _0x4d0111=await startGenerateDataListPages(_0x5785af['appCode'],_0x254e58[_0x293aa6(0xe9)]['code'],{'clientOperationId':_0x254e58[_0x293aa6(0xd1)]}),_0x10669b=_0x4d0111['status']==='SUCCESS'||_0x4d0111[_0x293aa6(0xce)]===_0x293aa6(0xe6)?await loadDataListPageStatusForGenerate(_0x5785af,_0x254e58[_0x293aa6(0xe9)]['code']):null,_0x39931b=assessGenerateOperationState(_0x254e58['dataset']['code'],_0x4d0111['status'],_0x10669b);return{'ok':!![],'message':_0x4d0111['reused']?_0x293aa6(0xe8):_0x293aa6(0xdd),'data':{'datasetCode':_0x254e58[_0x293aa6(0xe9)][_0x293aa6(0xe1)],'appCode':_0x5785af[_0x293aa6(0xda)],'pageType':_0x293aa6(0xc9),'pagePattern':'CRUD_PAGE_SET','taskId':_0x4d0111['taskId']??null,'operationId':_0x4d0111[_0x293aa6(0xc8)]??null,'clientOperationId':_0x254e58[_0x293aa6(0xd1)],'jobStatus':_0x4d0111['status']??null,'progressRate':typeof _0x4d0111['progressRate']===_0x293aa6(0xc6)?_0x4d0111['progressRate']:null,'currentStep':_0x4d0111[_0x293aa6(0xe5)]??null,'reused':_0x4d0111[_0x293aa6(0xd3)]===!![],'status':_0x39931b[_0x293aa6(0xce)],'manualResolutionRequired':_0x39931b[_0x293aa6(0xc4)],'nextAction':_0x39931b[_0x293aa6(0xd6)],'query':{'command':buildPageGenerateOperationStatusQueryCommand(_0x254e58[_0x293aa6(0xe9)][_0x293aa6(0xe1)],{'appCode':_0x5785af[_0x293aa6(0xda)],'taskId':_0x4d0111[_0x293aa6(0xbe)],'operationId':_0x4d0111[_0x293aa6(0xc8)],'clientOperationId':_0x254e58[_0x293aa6(0xd1)]})},'dataListPageStatus':_0x10669b}};}};async function prepare(_0x354956){const _0x20cdd9=a152_0x39c5a0,_0x3f55ea=await loadDatasetDetailForPage(_0x354956),_0x3f10ca=await loadDataListPageStatusForGenerate(_0x354956,_0x3f55ea[_0x20cdd9(0xe1)]),_0x17fdc8=getUndeletedRelatedPages(_0x3f55ea);return{'dataset':_0x3f55ea,'dataListPageStatus':_0x3f10ca,'clientOperationId':createPageGenerateClientOperationId(),'precheck':assessDataListPageState(_0x3f55ea[_0x20cdd9(0xe1)],_0x3f10ca,{'fallbackUndeletedPages':_0x17fdc8})};}