@coze/cli 0.1.8-alpha.618a4c → 0.2.0-alpha.094e22

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 (40) hide show
  1. package/README.md +344 -25
  2. package/lib/cli.js +3 -3
  3. package/lib/fetch-client-DC0c3ox3.js +1 -0
  4. package/lib/index-CkTEdvpA.js +1 -0
  5. package/lib/send-message.worker.js +1 -1
  6. package/lib/session-task-refresh.worker.js +1 -1
  7. package/lib/{task-worker-CxZeBKqU.js → task-worker-C2ZfSQY6.js} +1 -1
  8. package/package.json +6 -1
  9. package/skills/manifest.json +25 -0
  10. package/skills/using-coze-cli/SKILL.md +448 -0
  11. package/skills/using-coze-cli/coze-claw/MODULE.md +189 -0
  12. package/skills/using-coze-cli/coze-claw/references/coze-claw-agent-routing.md +45 -0
  13. package/skills/using-coze-cli/coze-claw/references/coze-claw-artifacts.md +52 -0
  14. package/skills/using-coze-cli/coze-claw/references/coze-claw-async-followup.md +266 -0
  15. package/skills/using-coze-cli/coze-claw/references/coze-claw-message.md +176 -0
  16. package/skills/using-coze-cli/coze-claw/references/coze-claw-podcast.md +73 -0
  17. package/skills/using-coze-cli/coze-claw/references/coze-claw-ppt.md +78 -0
  18. package/skills/using-coze-cli/coze-claw/references/coze-claw-progress.md +112 -0
  19. package/skills/using-coze-cli/coze-claw/references/coze-claw-session.md +144 -0
  20. package/skills/using-coze-cli/coze-code/MODULE.md +252 -0
  21. package/skills/using-coze-cli/coze-code/references/coze-code-db.md +537 -0
  22. package/skills/using-coze-cli/coze-code/references/coze-code-deploy.md +258 -0
  23. package/skills/using-coze-cli/coze-code/references/coze-code-domain.md +73 -0
  24. package/skills/using-coze-cli/coze-code/references/coze-code-env.md +82 -0
  25. package/skills/using-coze-cli/coze-code/references/coze-code-git.md +181 -0
  26. package/skills/using-coze-cli/coze-code/references/coze-code-message.md +240 -0
  27. package/skills/using-coze-cli/coze-code/references/coze-code-model.md +51 -0
  28. package/skills/using-coze-cli/coze-code/references/coze-code-preview.md +33 -0
  29. package/skills/using-coze-cli/coze-code/references/coze-code-project.md +176 -0
  30. package/skills/using-coze-cli/coze-code/references/coze-code-repo.md +285 -0
  31. package/skills/using-coze-cli/coze-code/references/coze-code-skill.md +117 -0
  32. package/skills/using-coze-cli/coze-code/references/coze-code-tools.md +47 -0
  33. package/skills/using-coze-cli/coze-file/MODULE.md +46 -0
  34. package/skills/using-coze-cli/coze-file/references/coze-file-upload.md +59 -0
  35. package/skills/using-coze-cli/coze-generate/MODULE.md +84 -0
  36. package/skills/using-coze-cli/coze-generate/references/coze-generate-audio.md +105 -0
  37. package/skills/using-coze-cli/coze-generate/references/coze-generate-image.md +80 -0
  38. package/skills/using-coze-cli/coze-generate/references/coze-generate-video.md +125 -0
  39. package/lib/fetch-client-CWYDGe9Z.js +0 -1
  40. package/lib/index-BC9PFu7i.js +0 -1
@@ -0,0 +1,105 @@
1
+ # generate audio
2
+
3
+ > **前置条件:** 先阅读 [`../../SKILL.md`](../../SKILL.md) 了解认证、全局参数和安全规则。
4
+ > **交付闭环:** 生成完成后,需继续执行 `coze file upload` 上传文件并返回在线链接。详细用法参见 [`../coze-file/references/coze-file-upload.md`](../coze-file/references/coze-file-upload.md)。
5
+
6
+ 文本转语音(TTS)。基于 SSE (Server-Sent Events) 流式输出音频分片。
7
+
8
+ ## 核心警告(最高优先级)
9
+
10
+ **不要只执行裸命令!始终带 `--output-path`!**
11
+
12
+ ```bash
13
+ # 错误 ❌ — 裸命令可能不保存文件
14
+ coze generate audio "你好"
15
+
16
+ # 正确 ✅ — 始终指定输出目录
17
+ coze generate audio "你好" --output-path /tmp/coze-audio
18
+ ```
19
+
20
+ 只跑裸命令时,CLI 可能只返回请求信息或任务参数,**不一定会把音频文件保存到本地**,从而导致 agent 误判为"还需要额外下载步骤"。
21
+
22
+ ## 命令概述
23
+
24
+ ```bash
25
+ coze generate audio [prompt] [options]
26
+ ```
27
+
28
+ - 基于 **SSE (Server-Sent Events)** 流式接收音频分片并写入文件
29
+ - `--output-path` 应理解为**保存目录**,CLI 会在该目录下自动写入生成的音频文件
30
+
31
+ ## 参数
32
+
33
+ | 参数 | 默认值 | 说明 |
34
+ |------|--------|------|
35
+ | `[prompt]` | — | 要合成的文本(或通过 `--stdin` 从管道读取) |
36
+ | `--speaker` | `zh_female_xiaohe_uranus_bigtts` | 音色/说话人 |
37
+ | `--audio-format` | `mp3` | 音频编码:`pcm` / `mp3` / `ogg_opus` |
38
+ | `--sample-rate` | `24000` | 采样率 |
39
+ | `--speech-rate` | `0` | 语速,范围 -50 ~ 100 |
40
+ | `--loudness-rate` | `0` | 响度,范围 -50 ~ 100 |
41
+ | `--ssml` | `false` | 将输入视为 SSML 标记语言 |
42
+ | `--stdin` | — | 从管道读取 prompt(与位置参数二选一,位置参数优先) |
43
+ | `--output-path` | — | **保存目录**(不是最终文件名!) |
44
+ | `--format` | `text` | 输出格式:`text` / `json` |
45
+
46
+ ## 标准语音生成工作流
47
+
48
+ ```bash
49
+ # 1. 创建输出目录
50
+ mkdir -p /tmp/coze-audio
51
+
52
+ # 2. 生成音频到该目录
53
+ coze generate audio "这里放要合成的文本" \
54
+ --output-path /tmp/coze-audio \
55
+ --format json
56
+
57
+ # 3. 在目录里定位新生成的音频文件(如 output.mp3)
58
+
59
+ # 4. 上传该音频文件
60
+ coze file upload /tmp/coze-audio/<generated-file>.mp3 --format json
61
+
62
+ # 5. 把上传后的在线链接发给用户
63
+ ```
64
+
65
+ ### 推荐命令模板
66
+
67
+ ```bash
68
+ # 基本生成(使用默认音色)
69
+ mkdir -p /tmp/coze-audio
70
+ coze generate audio "你好,欢迎使用 Coze CLI" \
71
+ --output-path /tmp/coze-audio \
72
+ --format json
73
+
74
+ # 指定音色和编码
75
+ coze generate audio "欢迎来到我们的直播间" \
76
+ --output-path /tmp/coze-audio \
77
+ --speaker zh_female_xiaohe_uranus_bigtts \
78
+ --audio-format mp3 \
79
+ --sample-rate 24000
80
+
81
+ # 调整语速和响度
82
+ coze generate audio "这段话需要快一点读" \
83
+ --output-path /tmp/coze-audio \
84
+ --speech-rate 50 \
85
+ --loudness-rate 10
86
+
87
+ # SSML 输入(从管道读取)
88
+ echo '<speak>欢迎来到我们的直播间</speak>' | coze generate audio --ssml --stdin \
89
+ --output-path /tmp/coze-audio --format json
90
+ ```
91
+
92
+ ## SSE 流式输出说明
93
+
94
+ - 音频通过 Server-Sent Events (SSE) **逐流式**返回分片
95
+ - CLI 会自动收集所有分片并合并写入 `--output-path` 指定的目录
96
+ - Agent 无需手动处理 SSE 流,只需等待命令完成即可
97
+
98
+ ## 坑点速查
99
+
100
+ | 坑点 | 说明 | 修正 |
101
+ |------|------|------|
102
+ | 裸命令不保存文件 | 不带 `--output-path` 时可能只返回元数据 | 始终带 `--output-path` |
103
+ | `--output-path` 不是文件名 | 它是保存目录,CLI 自动命名文件 | 传入目录路径如 `/tmp/coze-audio` |
104
+ | 生成后忘记上传 | 只说"已生成"不够 | 必须继续 `coze file upload` 再返回 URL |
105
+ | 发了 uri 而非 url | 返回结构同时有 uri 和 url | **优先返回 url 给用户** |
@@ -0,0 +1,80 @@
1
+ # generate image
2
+
3
+ > **前置条件:** 先阅读 [`../../SKILL.md`](../../SKILL.md) 了解认证、全局参数和安全规则。
4
+ > **交付闭环:** 生成完成后,需继续执行 `coze file upload` 上传文件并返回在线链接。详细用法参见 [`../coze-file/references/coze-file-upload.md`](../coze-file/references/coze-file-upload.md)。
5
+
6
+ 文本生成图片。支持参考图输入、连续组图生成等高级功能。
7
+
8
+ ## 命令概述
9
+
10
+ ```bash
11
+ coze generate image [prompt] [options]
12
+ ```
13
+
14
+ - 图片**直接同步返回**(不同于视频的异步任务模型)
15
+ - 支持 `--stdin` 从管道读取 prompt
16
+ - 默认模型:`doubao-seedream-4-5-251128`
17
+
18
+ ## 参数
19
+
20
+ | 参数 | 默认值 | 说明 |
21
+ |------|--------|------|
22
+ | `[prompt]` | — | 图片描述文本(或通过 `--stdin` 从管道读取) |
23
+ | `--size` | `2K` | 图片尺寸:`2K` / `4K` / `WIDTHxHEIGHT` |
24
+ | `--no-watermark` | 有水印 | 添加此标志禁用水印 |
25
+ | `--image <url>` | — | 参考图 URL(可多次传入) |
26
+ | `--response-format` | `url` | 响应格式:`url` / `b64_json` |
27
+ | `--sequential` | `disabled` | 连续图像生成模式:`auto` / `disabled` |
28
+ | `--max-images` | `15` | 连续生成最大图片数(范围 1-15) |
29
+ | `--optimize-prompt-mode` | — | 提示词优化模式 |
30
+ | `--stdin` | — | 从管道读取 prompt(与位置参数二选一,位置参数优先) |
31
+ | `--output-path` | — | **保存目录**(不是最终文件名!) |
32
+ | `--format` | `text` | 输出格式:`text` / `json` |
33
+
34
+ ## 标准图片生成工作流
35
+
36
+ ```bash
37
+ # 1. 创建输出目录
38
+ mkdir -p /tmp/coze-image
39
+
40
+ # 2. 生成图片到该目录
41
+ coze generate image "一只在太空漫步的猫" \
42
+ --output-path /tmp/coze-image \
43
+ --format json
44
+
45
+ # 3. 从输出中提取 saved_paths,上传文件
46
+ coze file upload /tmp/coze-image/<generated-file>.png --format json
47
+
48
+ # 4. 将返回的在线 URL 发给用户
49
+ ```
50
+
51
+ ### 更多示例
52
+
53
+ ```bash
54
+ # 基本生成
55
+ coze generate image "赛博朋克风格的城市夜景" --output-path /tmp/coze-image --format json
56
+
57
+ # 指定尺寸 + 无水印
58
+ coze generate image "山水画" --size 4K --no-watermark --output-path /tmp/coze-image --format json
59
+
60
+ # 使用参考图
61
+ coze generate image "将这张照片转为油画风格" \
62
+ --image https://example.com/photo.jpg \
63
+ --output-path /tmp/coze-image --format json
64
+
65
+ # 连续生成多张
66
+ coze generate image "不同角度的产品展示图" \
67
+ --sequential auto --max-images 4 \
68
+ --output-path /tmp/coze-image --format json
69
+
70
+ # 自定义分辨率
71
+ coze generate image "头像图标" --size 1024x1024 --output-path /tmp/coze-image --format json
72
+ ```
73
+
74
+ ## 注意事项
75
+
76
+ - **`--output-path` 是目录**:CLI 在该目录下自动命名保存生成的图片文件
77
+ - **同步返回**:命令执行完毕即表示图片已生成完毕,无需额外轮询
78
+ - **支持 `--stdin`**:`echo "描述" | coze generate image --stdin --output-path /tmp/img`(需显式传 `--stdin`)
79
+ - 尺寸约束:总像素范围约 2560x1440 ~ 4096x4096,宽高比范围约 1:16 ~ 16:1
80
+ - `--response-format b64_json` 时返回 base64 编码数据(不写文件),一般场景用默认 `url` 即可
@@ -0,0 +1,125 @@
1
+ # generate video
2
+
3
+ > **前置条件:** 先阅读 [`../../SKILL.md`](../../SKILL.md) 了解认证、全局参数和安全规则。
4
+ > **交付闭环:** 生成完成后,需继续执行 `coze file upload` 上传文件并返回在线链接。详细用法参见 [`../coze-file/references/coze-file-upload.md`](../coze-file/references/coze-file-upload.md)。
5
+
6
+ 视频生成。采用**异步任务模型**,分两步操作:创建任务 → 查询状态。
7
+
8
+ ## 异步任务模型
9
+
10
+ ```
11
+ Step 1: coze generate video create → 返回 taskId
12
+ Step 2: coze generate video status <taskId> → 查询任务状态
13
+ ```
14
+
15
+ ---
16
+
17
+ ## video create
18
+
19
+ 创建视频生成任务。
20
+
21
+ ### 参数
22
+
23
+ | 参数 | 默认值 | 说明 |
24
+ |------|--------|------|
25
+ | `[prompt]` | — | 视频描述文本(或通过 `--stdin` 从管道读取,或首帧/尾帧图至少一项) |
26
+ | `--model` | `doubao-seedance-1-5-pro-251215` | 视频生成模型 |
27
+ | `--resolution` | `720p` | 分辨率:`480p` / `720p` / `1080p` |
28
+ | `--ratio` | `16:9` | 画面比例(如 `16:9`、`9:16`、`1:1`) |
29
+ | `--duration` | `5` | 时长(秒),范围 4~12 |
30
+ | `--no-watermark` | 有水印 | 添加此标志禁用水印 |
31
+ | `--first-frame <url>` | — | 首帧图片 URL |
32
+ | `--last-frame <url>` | — | 尾帧图片 URL |
33
+ | `--reference-image <url>` | — | 参考图 URL(可多次传入) |
34
+ | `--camerafixed` | `false` | 固定镜头(减少运动) |
35
+ | `--no-generate-audio` | 生成配音 | 添加此标志不生成配音 |
36
+ | `--seed` | — | 随机种子(用于复现相同结果) |
37
+ | `--stdin` | — | 从管道读取 prompt 文本(与位置参数二选一,位置参数优先) |
38
+ | `--wait` | — | 自动轮询等待完成(2秒间隔,5分钟超时) |
39
+ | `--output-path` | — | 保存目录(配合 --wait 使用) |
40
+ | `--format` | `text` | 输出格式:`text` / `json` |
41
+
42
+ ### 推荐工作流
43
+
44
+ **方法 1(推荐):`--wait` 一站式完成**
45
+
46
+ ```bash
47
+ mkdir -p /tmp/coze-video
48
+ coze generate video create "一只跳舞的小猫" \
49
+ --wait \
50
+ --output-path /tmp/coze-video \
51
+ --format json
52
+ # → 命令完成后直接从 output-path 目录获取视频文件
53
+ ```
54
+
55
+ - `--wait` 每 2 秒轮询一次,最长等待 **5 分钟**
56
+ - 超时后返回 taskId 供手动查询
57
+ - 配合 `--output-path` 可自动保存生成的视频文件
58
+
59
+ **方法 2:手动两步**
60
+
61
+ ```bash
62
+ # Step 1: 创建任务,获取 taskId
63
+ coze generate video create "海边日落" --format json
64
+ # → 从返回中提取 taskId
65
+
66
+ # Step 2: 轮询查询状态
67
+ coze generate video status <taskId> --format json
68
+ ```
69
+
70
+ ### 更多示例
71
+
72
+ ```bash
73
+ # 指定分辨率和比例
74
+ coze generate video create "城市航拍" \
75
+ --resolution 1080p --ratio 16:9 --duration 8 \
76
+ --wait --output-path /tmp/coze-video --format json
77
+
78
+ # 使用首帧图
79
+ coze generate video create "照片动态化" \
80
+ --first-frame https://example.com/frame.jpg \
81
+ --wait --output-path /tmp/coze-video --format json
82
+
83
+ # 固定镜头 + 无配音
84
+ coze generate video create "产品展示" \
85
+ --camerafixed --no-generate-audio \
86
+ --resolution 720p --ratio 1:1 \
87
+ --wait --output-path /tmp/coze-video --format json
88
+ ```
89
+
90
+ ---
91
+
92
+ ## video status
93
+
94
+ 查询视频生成任务的状态。
95
+
96
+ ### 参数
97
+
98
+ | 参数 | 必填 | 说明 |
99
+ |------|------|------|
100
+ | `<taskId>` | 是 | 任务 ID(位置参数,来自 create 的返回值) |
101
+ | `--format` | 否 | 输出格式:`text` / `json` |
102
+ | `--wait` | 否 | 轮询直到任务到达终态 |
103
+
104
+ ### 推荐命令模板
105
+
106
+ ```bash
107
+ # 查询状态
108
+ coze generate video status <taskId> --format json
109
+
110
+ # 轮询等待完成
111
+ coze generate video status <taskId> --wait --format json
112
+ ```
113
+
114
+ ### 状态含义
115
+
116
+ | 状态 | 含义 | 下一步操作 |
117
+ |------|------|-------------|
118
+ | `pending` / `processing` | 处理中 | 继续等待或稍后重试查询 |
119
+ | `succeeded` | 生成成功 | 从返回中获取视频信息,执行 file upload |
120
+ | `failed` | 生成失败 | 检查错误信息,调整参数后重试 |
121
+
122
+ ### 注意事项
123
+
124
+ - **必须提供 Prompt 文本(位置参数或 `--stdin`)或者首帧/尾帧图片中至少一项作为输入**
125
+ - 首帧/尾帧图片必须是有效的可访问 URL
@@ -1 +0,0 @@
1
- "use strict";const e=require("form-data"),t=require("crypto"),r=require("url"),n=require("http"),o=require("https"),s=require("http2"),i=require("util"),a=require("stream"),c=require("assert"),u=require("tty"),l=require("os"),f=require("zlib"),p=require("events"),d=require("undici"),h=require("lodash");var m="object"==typeof global&&global&&global.Object===Object&&global,y="object"==typeof self&&self&&self.Object===Object&&self,g=m||y||Function("return this")(),b=g.Symbol,E=Object.prototype,_=E.hasOwnProperty,R=E.toString,w=b?b.toStringTag:void 0;var v=Object.prototype.toString;var O=b?b.toStringTag:void 0;function C(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":O&&O in Object(e)?function(e){var t=_.call(e,w),r=e[w];try{e[w]=void 0;var n=!0}catch(e){}var o=R.call(e);return n&&(t?e[w]=r:delete e[w]),o}(e):function(e){return v.call(e)}(e)}function A(e){return null!=e&&"object"==typeof e}function x(e){return"symbol"==typeof e||A(e)&&"[object Symbol]"==C(e)}function T(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o}var S=Array.isArray,j=b?b.prototype:void 0,N=j?j.toString:void 0;function F(e){if("string"==typeof e)return e;if(S(e))return T(e,F)+"";if(x(e))return N?N.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function L(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function U(e){if(!L(e))return!1;var t=C(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}var P,I=g["__core-js_shared__"],D=(P=/[^.]+$/.exec(I&&I.keys&&I.keys.IE_PROTO||""))?"Symbol(src)_1."+P:"";var B=Function.prototype.toString;function k(e){if(null!=e){try{return B.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var q=/^\[object .+?Constructor\]$/,M=Function.prototype,z=Object.prototype,H=M.toString,$=z.hasOwnProperty,W=RegExp("^"+H.call($).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function V(e){return!(!L(e)||(t=e,D&&D in t))&&(U(e)?W:q).test(k(e));var t}function G(e,t){var r=function(e,t){return null==e?void 0:e[t]}(e,t);return V(r)?r:void 0}var J=G(g,"WeakMap"),K=Object.create,X=function(){function e(){}return function(t){if(!L(t))return{};if(K)return K(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),Y=function(){try{var e=G(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();var Q=/^(?:0|[1-9]\d*)$/;function Z(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&Q.test(e))&&e>-1&&e%1==0&&e<t}function ee(e,t,r){"__proto__"==t&&Y?Y(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function te(e,t){return e===t||e!=e&&t!=t}var re=Object.prototype.hasOwnProperty;function ne(e,t,r){var n=e[t];re.call(e,t)&&te(n,r)&&(void 0!==r||t in e)||ee(e,t,r)}function oe(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function se(e){return null!=e&&oe(e.length)&&!U(e)}var ie=Object.prototype;function ae(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||ie)}function ce(e){return A(e)&&"[object Arguments]"==C(e)}var ue=Object.prototype,le=ue.hasOwnProperty,fe=ue.propertyIsEnumerable,pe=ce(function(){return arguments}())?ce:function(e){return A(e)&&le.call(e,"callee")&&!fe.call(e,"callee")};var de="object"==typeof exports&&exports&&!exports.nodeType&&exports,he=de&&"object"==typeof module&&module&&!module.nodeType&&module,me=he&&he.exports===de?g.Buffer:void 0,ye=(me?me.isBuffer:void 0)||function(){return!1},ge={};function be(e){return function(t){return e(t)}}ge["[object Float32Array]"]=ge["[object Float64Array]"]=ge["[object Int8Array]"]=ge["[object Int16Array]"]=ge["[object Int32Array]"]=ge["[object Uint8Array]"]=ge["[object Uint8ClampedArray]"]=ge["[object Uint16Array]"]=ge["[object Uint32Array]"]=!0,ge["[object Arguments]"]=ge["[object Array]"]=ge["[object ArrayBuffer]"]=ge["[object Boolean]"]=ge["[object DataView]"]=ge["[object Date]"]=ge["[object Error]"]=ge["[object Function]"]=ge["[object Map]"]=ge["[object Number]"]=ge["[object Object]"]=ge["[object RegExp]"]=ge["[object Set]"]=ge["[object String]"]=ge["[object WeakMap]"]=!1;var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,_e=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Re=_e&&_e.exports===Ee&&m.process,we=function(){try{var e=_e&&_e.require&&_e.require("util").types;return e||Re&&Re.binding&&Re.binding("util")}catch(e){}}(),ve=we&&we.isTypedArray,Oe=ve?be(ve):function(e){return A(e)&&oe(e.length)&&!!ge[C(e)]},Ce=Object.prototype.hasOwnProperty;function Ae(e,t){var r=S(e),n=!r&&pe(e),o=!r&&!n&&ye(e),s=!r&&!n&&!o&&Oe(e),i=r||n||o||s,a=i?function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}(e.length,String):[],c=a.length;for(var u in e)!t&&!Ce.call(e,u)||i&&("length"==u||o&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Z(u,c))||a.push(u);return a}function xe(e,t){return function(r){return e(t(r))}}var Te=xe(Object.keys,Object),Se=Object.prototype.hasOwnProperty;function je(e){return se(e)?Ae(e):function(e){if(!ae(e))return Te(e);var t=[];for(var r in Object(e))Se.call(e,r)&&"constructor"!=r&&t.push(r);return t}(e)}var Ne=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fe=/^\w*$/;function Le(e,t){if(S(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!x(e))||(Fe.test(e)||!Ne.test(e)||null!=t&&e in Object(t))}var Ue=G(Object,"create");var Pe=Object.prototype.hasOwnProperty;var Ie=Object.prototype.hasOwnProperty;function De(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Be(e,t){for(var r=e.length;r--;)if(te(e[r][0],t))return r;return-1}De.prototype.clear=function(){this.__data__=Ue?Ue(null):{},this.size=0},De.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},De.prototype.get=function(e){var t=this.__data__;if(Ue){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return Pe.call(t,e)?t[e]:void 0},De.prototype.has=function(e){var t=this.__data__;return Ue?void 0!==t[e]:Ie.call(t,e)},De.prototype.set=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Ue&&void 0===t?"__lodash_hash_undefined__":t,this};var ke=Array.prototype.splice;function qe(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}qe.prototype.clear=function(){this.__data__=[],this.size=0},qe.prototype.delete=function(e){var t=this.__data__,r=Be(t,e);return!(r<0)&&(r==t.length-1?t.pop():ke.call(t,r,1),--this.size,!0)},qe.prototype.get=function(e){var t=this.__data__,r=Be(t,e);return r<0?void 0:t[r][1]},qe.prototype.has=function(e){return Be(this.__data__,e)>-1},qe.prototype.set=function(e,t){var r=this.__data__,n=Be(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this};var Me=G(g,"Map");function ze(e,t){var r,n,o=e.__data__;return("string"==(n=typeof(r=t))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?o["string"==typeof t?"string":"hash"]:o.map}function He(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}He.prototype.clear=function(){this.size=0,this.__data__={hash:new De,map:new(Me||qe),string:new De}},He.prototype.delete=function(e){var t=ze(this,e).delete(e);return this.size-=t?1:0,t},He.prototype.get=function(e){return ze(this,e).get(e)},He.prototype.has=function(e){return ze(this,e).has(e)},He.prototype.set=function(e,t){var r=ze(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this};function $e(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],s=r.cache;if(s.has(o))return s.get(o);var i=e.apply(this,n);return r.cache=s.set(o,i)||s,i};return r.cache=new($e.Cache||He),r}$e.Cache=He;var We,Ve,Ge,Je=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ke=/\\(\\)?/g,Xe=(We=function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Je,(function(e,r,n,o){t.push(n?o.replace(Ke,"$1"):r||e)})),t},Ve=$e(We,(function(e){return 500===Ge.size&&Ge.clear(),e})),Ge=Ve.cache,Ve);function Ye(e,t){return S(e)?e:Le(e,t)?[e]:Xe(function(e){return null==e?"":F(e)}(e))}function Qe(e){if("string"==typeof e||x(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Ze(e,t){for(var r=0,n=(t=Ye(t,e)).length;null!=e&&r<n;)e=e[Qe(t[r++])];return r&&r==n?e:void 0}function et(e,t,r){var n=null==e?void 0:Ze(e,t);return void 0===n?r:n}function tt(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e}var rt=xe(Object.getPrototypeOf,Object);function nt(e){var t=this.__data__=new qe(e);this.size=t.size}nt.prototype.clear=function(){this.__data__=new qe,this.size=0},nt.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},nt.prototype.get=function(e){return this.__data__.get(e)},nt.prototype.has=function(e){return this.__data__.has(e)},nt.prototype.set=function(e,t){var r=this.__data__;if(r instanceof qe){var n=r.__data__;if(!Me||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new He(n)}return r.set(e,t),this.size=r.size,this};var ot="object"==typeof exports&&exports&&!exports.nodeType&&exports,st=ot&&"object"==typeof module&&module&&!module.nodeType&&module,it=st&&st.exports===ot?g.Buffer:void 0,at=it?it.allocUnsafe:void 0;function ct(e,t){if(t)return e.slice();var r=e.length,n=at?at(r):new e.constructor(r);return e.copy(n),n}function ut(){return[]}var lt=Object.prototype.propertyIsEnumerable,ft=Object.getOwnPropertySymbols,pt=ft?function(e){return null==e?[]:(e=Object(e),function(e,t){for(var r=-1,n=null==e?0:e.length,o=0,s=[];++r<n;){var i=e[r];t(i,r,e)&&(s[o++]=i)}return s}(ft(e),(function(t){return lt.call(e,t)})))}:ut;function dt(e,t,r){var n=t(e);return S(e)?n:tt(n,r(e))}function ht(e){return dt(e,je,pt)}var mt=G(g,"DataView"),yt=G(g,"Promise"),gt=G(g,"Set"),bt="[object Map]",Et="[object Promise]",_t="[object Set]",Rt="[object WeakMap]",wt="[object DataView]",vt=k(mt),Ot=k(Me),Ct=k(yt),At=k(gt),xt=k(J);exports.getTag=C,(mt&&exports.getTag(new mt(new ArrayBuffer(1)))!=wt||Me&&exports.getTag(new Me)!=bt||yt&&exports.getTag(yt.resolve())!=Et||gt&&exports.getTag(new gt)!=_t||J&&exports.getTag(new J)!=Rt)&&(exports.getTag=function(e){var t=C(e),r="[object Object]"==t?e.constructor:void 0,n=r?k(r):"";if(n)switch(n){case vt:return wt;case Ot:return bt;case Ct:return Et;case At:return _t;case xt:return Rt}return t});var Tt=Object.prototype.hasOwnProperty;var St=g.Uint8Array;function jt(e){var t=new e.constructor(e.byteLength);return new St(t).set(new St(e)),t}var Nt=/\w*$/;var Ft=b?b.prototype:void 0,Lt=Ft?Ft.valueOf:void 0;function Ut(e,t){var r=t?jt(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function Pt(e,t,r){var n,o,s,i=e.constructor;switch(t){case"[object ArrayBuffer]":return jt(e);case"[object Boolean]":case"[object Date]":return new i(+e);case"[object DataView]":return s=jt((o=e).buffer),new o.constructor(s,o.byteOffset,o.byteLength);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Ut(e,r);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(e);case"[object RegExp]":return function(e){var t=new e.constructor(e.source,Nt.exec(e));return t.lastIndex=e.lastIndex,t}(e);case"[object Symbol]":return n=e,Lt?Object(Lt.call(n)):{}}}function It(e){return"function"!=typeof e.constructor||ae(e)?{}:X(rt(e))}var Dt=we&&we.isMap,Bt=Dt?be(Dt):function(e){return A(e)&&"[object Map]"==exports.getTag(e)};var kt=we&&we.isSet,qt=kt?be(kt):function(e){return A(e)&&"[object Set]"==exports.getTag(e)},Mt="[object Arguments]",zt="[object Function]",Ht="[object Object]",$t={};function Wt(e,t,r,n,o,s){var i,a=1&t;if(void 0!==i)return i;if(!L(e))return e;var c=S(e);if(c)i=function(e){var t=e.length,r=new e.constructor(t);return t&&"string"==typeof e[0]&&Tt.call(e,"index")&&(r.index=e.index,r.input=e.input),r}(e);else{var u=exports.getTag(e),l=u==zt||"[object GeneratorFunction]"==u;if(ye(e))return ct(e,a);if(u==Ht||u==Mt||l&&!o)i=l?{}:It(e);else{if(!$t[u])return o?e:{};i=Pt(e,u,a)}}s||(s=new nt);var f=s.get(e);if(f)return f;s.set(e,i),qt(e)?e.forEach((function(n){i.add(Wt(n,t,r,n,e,s))})):Bt(e)&&e.forEach((function(n,o){i.set(o,Wt(n,t,r,o,e,s))}));var p=c?void 0:ht(e);return function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n&&!1!==t(e[r],r,e););}(p||e,(function(n,o){p&&(n=e[o=n]),ne(i,o,Wt(n,t,r,o,e,s))})),i}$t[Mt]=$t["[object Array]"]=$t["[object ArrayBuffer]"]=$t["[object DataView]"]=$t["[object Boolean]"]=$t["[object Date]"]=$t["[object Float32Array]"]=$t["[object Float64Array]"]=$t["[object Int8Array]"]=$t["[object Int16Array]"]=$t["[object Int32Array]"]=$t["[object Map]"]=$t["[object Number]"]=$t[Ht]=$t["[object RegExp]"]=$t["[object Set]"]=$t["[object String]"]=$t["[object Symbol]"]=$t["[object Uint8Array]"]=$t["[object Uint8ClampedArray]"]=$t["[object Uint16Array]"]=$t["[object Uint32Array]"]=!0,$t["[object Error]"]=$t[zt]=$t["[object WeakMap]"]=!1;function Vt(e){return Wt(e,5)}function Gt(e,t,r,n){if(!L(e))return e;for(var o=-1,s=(t=Ye(t,e)).length,i=s-1,a=e;null!=a&&++o<s;){var c=Qe(t[o]),u=r;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(o!=i){var l=a[c];void 0===(u=void 0)&&(u=L(l)?l:Z(t[o+1])?[]:{})}ne(a,c,u),a=a[c]}return e}function Jt(e,t,r){return null==e?e:Gt(e,t,r)}function Kt(e){let t,r=e[0],n=1;for(;n<e.length;){const o=e[n],s=e[n+1];if(n+=2,("optionalAccess"===o||"optionalCall"===o)&&null==r)return;"access"===o||"optionalAccess"===o?(t=r,r=s(r)):"call"!==o&&"optionalCall"!==o||(r=s(((...e)=>r.call(t,...e))),t=void 0)}return r}class Xt extends Error{constructor(e,t={}){super(e),this.name="HttpError",this.status=t.status,this.code=t.code,this.config=t.config,this.response=t.response,this.data=t.data,Error.captureStackTrace&&Error.captureStackTrace(this,Xt)}toString(){const e=[];let t=this.name;if(this.status||this.code){const e=[];this.status&&e.push(String(this.status)),this.code&&e.push(String(this.code)),t+=` [${e.join(" ")}]`}if(t+=`: ${this.message}`,e.push(t),this.config){const t=Kt([this,"access",e=>e.config,"access",e=>e.method,"optionalAccess",e=>e.toUpperCase,"call",e=>e()])||"GET",r=this.config.url||"unknown",n=(this.config.baseURL?`${this.config.baseURL}`:"")+r;e.push(` URL: ${t} ${n}`)}if(this.data)try{const t=JSON.stringify(this.data);t.length<200?e.push(` Data: ${t}`):e.push(` Data: [${t.length} bytes]`)}catch(t){const r=t instanceof Error?t.constructor.name:"unknown";e.push(` Data: [non-serializable: ${r}]`)}return e.join("\n")}toJSON(){return{name:this.name,message:this.message,status:this.status,code:this.code,data:this.data,url:Kt([this,"access",e=>e.config,"optionalAccess",e=>e.url]),method:Kt([this,"access",e=>e.config,"optionalAccess",e=>e.method]),baseURL:Kt([this,"access",e=>e.config,"optionalAccess",e=>e.baseURL])}}}function Yt(e,t){return function(){return e.apply(t,arguments)}}const{toString:Qt}=Object.prototype,{getPrototypeOf:Zt}=Object,{iterator:er,toStringTag:tr}=Symbol,rr=(e=>t=>{const r=Qt.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),nr=e=>(e=e.toLowerCase(),t=>rr(t)===e),or=e=>t=>typeof t===e,{isArray:sr}=Array,ir=or("undefined");function ar(e){return null!==e&&!ir(e)&&null!==e.constructor&&!ir(e.constructor)&&lr(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const cr=nr("ArrayBuffer");const ur=or("string"),lr=or("function"),fr=or("number"),pr=e=>null!==e&&"object"==typeof e,dr=e=>{if("object"!==rr(e))return!1;const t=Zt(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||tr in e||er in e)},hr=nr("Date"),mr=nr("File"),yr=nr("Blob"),gr=nr("FileList");const br="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},Er=void 0!==br.FormData?br.FormData:void 0,_r=nr("URLSearchParams"),[Rr,wr,vr,Or]=["ReadableStream","Request","Response","Headers"].map(nr);function Cr(e,t,{allOwnKeys:r=!1}={}){if(null==e)return;let n,o;if("object"!=typeof e&&(e=[e]),sr(e))for(n=0,o=e.length;n<o;n++)t.call(null,e[n],n,e);else{if(ar(e))return;const o=r?Object.getOwnPropertyNames(e):Object.keys(e),s=o.length;let i;for(n=0;n<s;n++)i=o[n],t.call(null,e[i],i,e)}}function Ar(e,t){if(ar(e))return null;t=t.toLowerCase();const r=Object.keys(e);let n,o=r.length;for(;o-- >0;)if(n=r[o],t===n.toLowerCase())return n;return null}const xr="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Tr=e=>!ir(e)&&e!==xr;const Sr=(jr="undefined"!=typeof Uint8Array&&Zt(Uint8Array),e=>jr&&e instanceof jr);var jr;const Nr=nr("HTMLFormElement"),Fr=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),Lr=nr("RegExp"),Ur=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};Cr(r,((r,o)=>{let s;!1!==(s=t(r,o,e))&&(n[o]=s||r)})),Object.defineProperties(e,n)};const Pr=nr("AsyncFunction"),Ir=(Dr="function"==typeof setImmediate,Br=lr(xr.postMessage),Dr?setImmediate:Br?(kr=`axios@${Math.random()}`,qr=[],xr.addEventListener("message",(({source:e,data:t})=>{e===xr&&t===kr&&qr.length&&qr.shift()()}),!1),e=>{qr.push(e),xr.postMessage(kr,"*")}):e=>setTimeout(e));var Dr,Br,kr,qr;const Mr="undefined"!=typeof queueMicrotask?queueMicrotask.bind(xr):"undefined"!=typeof process&&process.nextTick||Ir,zr={isArray:sr,isArrayBuffer:cr,isBuffer:ar,isFormData:e=>{let t;return e&&(Er&&e instanceof Er||lr(e.append)&&("formdata"===(t=rr(e))||"object"===t&&lr(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&cr(e.buffer),t},isString:ur,isNumber:fr,isBoolean:e=>!0===e||!1===e,isObject:pr,isPlainObject:dr,isEmptyObject:e=>{if(!pr(e)||ar(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:Rr,isRequest:wr,isResponse:vr,isHeaders:Or,isUndefined:ir,isDate:hr,isFile:mr,isReactNativeBlob:e=>!(!e||void 0===e.uri),isReactNative:e=>e&&void 0!==e.getParts,isBlob:yr,isRegExp:Lr,isFunction:lr,isStream:e=>pr(e)&&lr(e.pipe),isURLSearchParams:_r,isTypedArray:Sr,isFileList:gr,forEach:Cr,merge:function e(){const{caseless:t,skipUndefined:r}=Tr(this)&&this||{},n={},o=(o,s)=>{if("__proto__"===s||"constructor"===s||"prototype"===s)return;const i=t&&Ar(n,s)||s;dr(n[i])&&dr(o)?n[i]=e(n[i],o):dr(o)?n[i]=e({},o):sr(o)?n[i]=o.slice():r&&ir(o)||(n[i]=o)};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&Cr(arguments[e],o);return n},extend:(e,t,r,{allOwnKeys:n}={})=>(Cr(t,((t,n)=>{r&&lr(t)?Object.defineProperty(e,n,{value:Yt(t,r),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,n,{value:t,writable:!0,enumerable:!0,configurable:!0})}),{allOwnKeys:n}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),Object.defineProperty(e.prototype,"constructor",{value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject:(e,t,r,n)=>{let o,s,i;const a={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),s=o.length;s-- >0;)i=o[s],n&&!n(i,e,t)||a[i]||(t[i]=e[i],a[i]=!0);e=!1!==r&&Zt(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},kindOf:rr,kindOfTest:nr,endsWith:(e,t,r)=>{e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return-1!==n&&n===r},toArray:e=>{if(!e)return null;if(sr(e))return e;let t=e.length;if(!fr(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},forEachEntry:(e,t)=>{const r=(e&&e[er]).call(e);let n;for(;(n=r.next())&&!n.done;){const r=n.value;t.call(e,r[0],r[1])}},matchAll:(e,t)=>{let r;const n=[];for(;null!==(r=e.exec(t));)n.push(r);return n},isHTMLForm:Nr,hasOwnProperty:Fr,hasOwnProp:Fr,reduceDescriptors:Ur,freezeMethods:e=>{Ur(e,((t,r)=>{if(lr(e)&&-1!==["arguments","caller","callee"].indexOf(r))return!1;const n=e[r];lr(n)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")}))}))},toObjectSet:(e,t)=>{const r={},n=e=>{e.forEach((e=>{r[e]=!0}))};return sr(e)?n(e):n(String(e).split(t)),r},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,r){return t.toUpperCase()+r})),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:Ar,global:xr,isContextDefined:Tr,isSpecCompliantForm:function(e){return!!(e&&lr(e.append)&&"FormData"===e[tr]&&e[er])},toJSONObject:e=>{const t=new Array(10),r=(e,n)=>{if(pr(e)){if(t.indexOf(e)>=0)return;if(ar(e))return e;if(!("toJSON"in e)){t[n]=e;const o=sr(e)?[]:{};return Cr(e,((e,t)=>{const s=r(e,n+1);!ir(s)&&(o[t]=s)})),t[n]=void 0,o}}return e};return r(e,0)},isAsyncFn:Pr,isThenable:e=>e&&(pr(e)||lr(e))&&lr(e.then)&&lr(e.catch),setImmediate:Ir,asap:Mr,isIterable:e=>null!=e&&lr(e[er])};let Hr=class e extends Error{static from(t,r,n,o,s,i){const a=new e(t.message,r||t.code,n,o,s);return a.cause=t,a.name=t.name,null!=t.status&&null==a.status&&(a.status=t.status),i&&Object.assign(a,i),a}constructor(e,t,r,n,o){super(e),Object.defineProperty(this,"message",{value:e,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),o&&(this.response=o,this.status=o.status)}toJSON(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:zr.toJSONObject(this.config),code:this.code,status:this.status}}};function $r(e){return zr.isPlainObject(e)||zr.isArray(e)}function Wr(e){return zr.endsWith(e,"[]")?e.slice(0,-2):e}function Vr(e,t,r){return e?e.concat(t).map((function(e,t){return e=Wr(e),!r&&t?"["+e+"]":e})).join(r?".":""):t}Hr.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",Hr.ERR_BAD_OPTION="ERR_BAD_OPTION",Hr.ECONNABORTED="ECONNABORTED",Hr.ETIMEDOUT="ETIMEDOUT",Hr.ERR_NETWORK="ERR_NETWORK",Hr.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",Hr.ERR_DEPRECATED="ERR_DEPRECATED",Hr.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",Hr.ERR_BAD_REQUEST="ERR_BAD_REQUEST",Hr.ERR_CANCELED="ERR_CANCELED",Hr.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",Hr.ERR_INVALID_URL="ERR_INVALID_URL";const Gr=zr.toFlatObject(zr,{},null,(function(e){return/^is[A-Z]/.test(e)}));function Jr(t,r,n){if(!zr.isObject(t))throw new TypeError("target must be an object");r=r||new(e||FormData);const o=(n=zr.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!zr.isUndefined(t[e])}))).metaTokens,s=n.visitor||l,i=n.dots,a=n.indexes,c=(n.Blob||"undefined"!=typeof Blob&&Blob)&&zr.isSpecCompliantForm(r);if(!zr.isFunction(s))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(zr.isDate(e))return e.toISOString();if(zr.isBoolean(e))return e.toString();if(!c&&zr.isBlob(e))throw new Hr("Blob is not supported. Use a Buffer instead.");return zr.isArrayBuffer(e)||zr.isTypedArray(e)?c&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function l(e,t,n){let s=e;if(zr.isReactNative(r)&&zr.isReactNativeBlob(e))return r.append(Vr(n,t,i),u(e)),!1;if(e&&!n&&"object"==typeof e)if(zr.endsWith(t,"{}"))t=o?t:t.slice(0,-2),e=JSON.stringify(e);else if(zr.isArray(e)&&function(e){return zr.isArray(e)&&!e.some($r)}(e)||(zr.isFileList(e)||zr.endsWith(t,"[]"))&&(s=zr.toArray(e)))return t=Wr(t),s.forEach((function(e,n){!zr.isUndefined(e)&&null!==e&&r.append(!0===a?Vr([t],n,i):null===a?t:t+"[]",u(e))})),!1;return!!$r(e)||(r.append(Vr(n,t,i),u(e)),!1)}const f=[],p=Object.assign(Gr,{defaultVisitor:l,convertValue:u,isVisitable:$r});if(!zr.isObject(t))throw new TypeError("data must be an object");return function e(t,n){if(!zr.isUndefined(t)){if(-1!==f.indexOf(t))throw Error("Circular reference detected in "+n.join("."));f.push(t),zr.forEach(t,(function(t,o){!0===(!(zr.isUndefined(t)||null===t)&&s.call(r,t,zr.isString(o)?o.trim():o,n,p))&&e(t,n?n.concat(o):[o])})),f.pop()}}(t),r}function Kr(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function Xr(e,t){this._pairs=[],e&&Jr(e,this,t)}const Yr=Xr.prototype;function Qr(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function Zr(e,t,r){if(!t)return e;const n=r&&r.encode||Qr,o=zr.isFunction(r)?{serialize:r}:r,s=o&&o.serialize;let i;if(i=s?s(t,o):zr.isURLSearchParams(t)?t.toString():new Xr(t,o).toString(n),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}Yr.append=function(e,t){this._pairs.push([e,t])},Yr.toString=function(e){const t=e?function(t){return e.call(this,t,Kr)}:Kr;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};class en{constructor(){this.handlers=[]}use(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){zr.forEach(this.handlers,(function(t){null!==t&&e(t)}))}}const tn={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},rn=r.URLSearchParams,nn="abcdefghijklmnopqrstuvwxyz",on="0123456789",sn={DIGIT:on,ALPHA:nn,ALPHA_DIGIT:nn+nn.toUpperCase()+on},an={isNode:!0,classes:{URLSearchParams:rn,FormData:e,Blob:"undefined"!=typeof Blob&&Blob||null},ALPHABET:sn,generateString:(e=16,r=sn.ALPHA_DIGIT)=>{let n="";const{length:o}=r,s=new Uint32Array(e);t.randomFillSync(s);for(let t=0;t<e;t++)n+=r[s[t]%o];return n},protocols:["http","https","file","data"]},cn="undefined"!=typeof window&&"undefined"!=typeof document,un="object"==typeof navigator&&navigator||void 0,ln=cn&&(!un||["ReactNative","NativeScript","NS"].indexOf(un.product)<0),fn="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,pn=cn&&window.location.href||"http://localhost",dn={...Object.freeze({__proto__:null,hasBrowserEnv:cn,hasStandardBrowserEnv:ln,hasStandardBrowserWebWorkerEnv:fn,navigator:un,origin:pn}),...an};function hn(e){function t(e,r,n,o){let s=e[o++];if("__proto__"===s)return!0;const i=Number.isFinite(+s),a=o>=e.length;if(s=!s&&zr.isArray(n)?n.length:s,a)return zr.hasOwnProp(n,s)?n[s]=[n[s],r]:n[s]=r,!i;n[s]&&zr.isObject(n[s])||(n[s]=[]);return t(e,r,n[s],o)&&zr.isArray(n[s])&&(n[s]=function(e){const t={},r=Object.keys(e);let n;const o=r.length;let s;for(n=0;n<o;n++)s=r[n],t[s]=e[s];return t}(n[s])),!i}if(zr.isFormData(e)&&zr.isFunction(e.entries)){const r={};return zr.forEachEntry(e,((e,n)=>{t(function(e){return zr.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),n,r,0)})),r}return null}const mn={transitional:tn,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const r=t.getContentType()||"",n=r.indexOf("application/json")>-1,o=zr.isObject(e);o&&zr.isHTMLForm(e)&&(e=new FormData(e));if(zr.isFormData(e))return n?JSON.stringify(hn(e)):e;if(zr.isArrayBuffer(e)||zr.isBuffer(e)||zr.isStream(e)||zr.isFile(e)||zr.isBlob(e)||zr.isReadableStream(e))return e;if(zr.isArrayBufferView(e))return e.buffer;if(zr.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let s;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Jr(e,new dn.classes.URLSearchParams,{visitor:function(e,t,r,n){return dn.isNode&&zr.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)},...t})}(e,this.formSerializer).toString();if((s=zr.isFileList(e))||r.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Jr(s?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||n?(t.setContentType("application/json",!1),function(e,t,r){if(zr.isString(e))try{return(t||JSON.parse)(e),zr.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(r||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||mn.transitional,r=t&&t.forcedJSONParsing,n="json"===this.responseType;if(zr.isResponse(e)||zr.isReadableStream(e))return e;if(e&&zr.isString(e)&&(r&&!this.responseType||n)){const r=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(e,this.parseReviver)}catch(e){if(r){if("SyntaxError"===e.name)throw Hr.from(e,Hr.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:dn.classes.FormData,Blob:dn.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};zr.forEach(["delete","get","head","post","put","patch"],(e=>{mn.headers[e]={}}));const yn=zr.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),gn=Symbol("internals");function bn(e){return e&&String(e).trim().toLowerCase()}function En(e){return!1===e||null==e?e:zr.isArray(e)?e.map(En):String(e).replace(/[\r\n]+$/,"")}function _n(e,t,r,n,o){return zr.isFunction(n)?n.call(this,t,r):(o&&(t=r),zr.isString(t)?zr.isString(n)?-1!==t.indexOf(n):zr.isRegExp(n)?n.test(t):void 0:void 0)}let Rn=class{constructor(e){e&&this.set(e)}set(e,t,r){const n=this;function o(e,t,r){const o=bn(t);if(!o)throw new Error("header name must be a non-empty string");const s=zr.findKey(n,o);(!s||void 0===n[s]||!0===r||void 0===r&&!1!==n[s])&&(n[s||t]=En(e))}const s=(e,t)=>zr.forEach(e,((e,r)=>o(e,r,t)));if(zr.isPlainObject(e)||e instanceof this.constructor)s(e,t);else if(zr.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))s((e=>{const t={};let r,n,o;return e&&e.split("\n").forEach((function(e){o=e.indexOf(":"),r=e.substring(0,o).trim().toLowerCase(),n=e.substring(o+1).trim(),!r||t[r]&&yn[r]||("set-cookie"===r?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)})),t})(e),t);else if(zr.isObject(e)&&zr.isIterable(e)){let r,n,o={};for(const t of e){if(!zr.isArray(t))throw TypeError("Object iterator must return a key-value pair");o[n=t[0]]=(r=o[n])?zr.isArray(r)?[...r,t[1]]:[r,t[1]]:t[1]}s(o,t)}else null!=e&&o(t,e,r);return this}get(e,t){if(e=bn(e)){const r=zr.findKey(this,e);if(r){const e=this[r];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=r.exec(e);)t[n[1]]=n[2];return t}(e);if(zr.isFunction(t))return t.call(this,e,r);if(zr.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=bn(e)){const r=zr.findKey(this,e);return!(!r||void 0===this[r]||t&&!_n(0,this[r],r,t))}return!1}delete(e,t){const r=this;let n=!1;function o(e){if(e=bn(e)){const o=zr.findKey(r,e);!o||t&&!_n(0,r[o],o,t)||(delete r[o],n=!0)}}return zr.isArray(e)?e.forEach(o):o(e),n}clear(e){const t=Object.keys(this);let r=t.length,n=!1;for(;r--;){const o=t[r];e&&!_n(0,this[o],o,e,!0)||(delete this[o],n=!0)}return n}normalize(e){const t=this,r={};return zr.forEach(this,((n,o)=>{const s=zr.findKey(r,o);if(s)return t[s]=En(n),void delete t[o];const i=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,r)=>t.toUpperCase()+r))}(o):String(o).trim();i!==o&&delete t[o],t[i]=En(n),r[i]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return zr.forEach(this,((r,n)=>{null!=r&&!1!==r&&(t[n]=e&&zr.isArray(r)?r.join(", "):r)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const r=new this(e);return t.forEach((e=>r.set(e))),r}static accessor(e){const t=(this[gn]=this[gn]={accessors:{}}).accessors,r=this.prototype;function n(e){const n=bn(e);t[n]||(!function(e,t){const r=zr.toCamelCase(" "+t);["get","set","has"].forEach((n=>{Object.defineProperty(e,n+r,{value:function(e,r,o){return this[n].call(this,t,e,r,o)},configurable:!0})}))}(r,e),t[n]=!0)}return zr.isArray(e)?e.forEach(n):n(e),this}};function wn(e,t){const r=this||mn,n=t||r,o=Rn.from(n.headers);let s=n.data;return zr.forEach(e,(function(e){s=e.call(r,s,o.normalize(),t?t.status:void 0)})),o.normalize(),s}function vn(e){return!(!e||!e.__CANCEL__)}Rn.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),zr.reduceDescriptors(Rn.prototype,(({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[r]=e}}})),zr.freezeMethods(Rn);let On=class extends Hr{constructor(e,t,r){super(null==e?"canceled":e,Hr.ERR_CANCELED,t,r),this.name="CanceledError",this.__CANCEL__=!0}};function Cn(e,t,r){const n=r.config.validateStatus;r.status&&n&&!n(r.status)?t(new Hr("Request failed with status code "+r.status,[Hr.ERR_BAD_REQUEST,Hr.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r)):e(r)}function An(e,t,r){let n=!function(e){return"string"==typeof e&&/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}(t);return e&&(n||0==r)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}var xn={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443};function Tn(e){var t=("string"==typeof e?function(e){try{return new URL(e)}catch(e){return null}}(e):e)||{},r=t.protocol,n=t.host,o=t.port;if("string"!=typeof n||!n||"string"!=typeof r)return"";if(r=r.split(":",1)[0],!function(e,t){var r=Sn("no_proxy").toLowerCase();if(!r)return!0;if("*"===r)return!1;return r.split(/[,\s]/).every((function(r){if(!r)return!0;var n=r.match(/^(.+):(\d+)$/),o=n?n[1]:r,s=n?parseInt(n[2]):0;return!(!s||s===t)||(/^[.*]/.test(o)?("*"===o.charAt(0)&&(o=o.slice(1)),!e.endsWith(o)):e!==o)}))}(n=n.replace(/:\d*$/,""),o=parseInt(o)||xn[r]||0))return"";var s=Sn(r+"_proxy")||Sn("all_proxy");return s&&-1===s.indexOf("://")&&(s=r+"://"+s),s}function Sn(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}function jn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Nn,Fn,Ln,Un,Pn,In={exports:{}},Dn={exports:{}},Bn={exports:{}};function kn(){if(Fn)return Nn;Fn=1;var e=1e3,t=60*e,r=60*t,n=24*r,o=7*n,s=365.25*n;function i(e,t,r,n){var o=t>=1.5*r;return Math.round(e/r)+" "+n+(o?"s":"")}return Nn=function(a,c){c=c||{};var u=typeof a;if("string"===u&&a.length>0)return function(i){if((i=String(i)).length>100)return;var a=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!a)return;var c=parseFloat(a[1]);switch((a[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*s;case"weeks":case"week":case"w":return c*o;case"days":case"day":case"d":return c*n;case"hours":case"hour":case"hrs":case"hr":case"h":return c*r;case"minutes":case"minute":case"mins":case"min":case"m":return c*t;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(a);if("number"===u&&isFinite(a))return c.long?function(o){var s=Math.abs(o);if(s>=n)return i(o,s,n,"day");if(s>=r)return i(o,s,r,"hour");if(s>=t)return i(o,s,t,"minute");if(s>=e)return i(o,s,e,"second");return o+" ms"}(a):function(o){var s=Math.abs(o);if(s>=n)return Math.round(o/n)+"d";if(s>=r)return Math.round(o/r)+"h";if(s>=t)return Math.round(o/t)+"m";if(s>=e)return Math.round(o/e)+"s";return o+"ms"}(a);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(a))}}function qn(){if(Un)return Ln;return Un=1,Ln=function(e){function t(e){let n,o,s,i=null;function a(...e){if(!a.enabled)return;const r=a,o=Number(new Date),s=o-(n||o);r.diff=s,r.prev=n,r.curr=o,n=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,o)=>{if("%%"===n)return"%";i++;const s=t.formatters[o];if("function"==typeof s){const t=e[i];n=s.call(r,t),e.splice(i,1),i--}return n})),t.formatArgs.call(r,e);(r.log||t.log).apply(r,e)}return a.namespace=e,a.useColors=t.useColors(),a.color=t.selectColor(e),a.extend=r,a.destroy=t.destroy,Object.defineProperty(a,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(o!==t.namespaces&&(o=t.namespaces,s=t.enabled(e)),s),set:e=>{i=e}}),"function"==typeof t.init&&t.init(a),a}function r(e,r){const n=t(this.namespace+(void 0===r?":":r)+e);return n.log=this.log,n}function n(e,t){let r=0,n=0,o=-1,s=0;for(;r<e.length;)if(n<t.length&&(t[n]===e[r]||"*"===t[n]))"*"===t[n]?(o=n,s=r,n++):(r++,n++);else{if(-1===o)return!1;n=o+1,s++,r=s}for(;n<t.length&&"*"===t[n];)n++;return n===t.length}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names,...t.skips.map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const e of r)"-"===e[0]?t.skips.push(e.slice(1)):t.names.push(e)},t.enabled=function(e){for(const r of t.skips)if(n(e,r))return!1;for(const r of t.names)if(n(e,r))return!0;return!1},t.humanize=kn(),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((r=>{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t<e.length;t++)r=(r<<5)-r+e.charCodeAt(t),r|=0;return t.colors[Math.abs(r)%t.colors.length]},t.enable(t.load()),t},Ln}var Mn,zn,Hn,$n,Wn,Vn,Gn,Jn,Kn,Xn={exports:{}};function Yn(){return zn?Mn:(zn=1,Mn=(e,t)=>{t=t||process.argv;const r=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(r+e),o=t.indexOf("--");return-1!==n&&(-1===o||n<o)})}function Qn(){if($n)return Hn;$n=1;const e=l,t=Yn(),r=process.env;let n;function o(o){const s=function(o){if(!1===n)return 0;if(t("color=16m")||t("color=full")||t("color=truecolor"))return 3;if(t("color=256"))return 2;if(o&&!o.isTTY&&!0!==n)return 0;const s=n?1:0;if("win32"===process.platform){const t=e.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(t[0])>=10&&Number(t[2])>=10586?Number(t[2])>=14931?3:2:1}if("true"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in r))||"codeship"===r.CI_NAME?1:s;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if("truecolor"===r.COLORTERM)return 3;if("TERM_PROGRAM"in r){const e=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:(r.TERM,s)}(o);return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(s)}return t("no-color")||t("no-colors")||t("color=false")?n=!1:(t("color")||t("colors")||t("color=true")||t("color=always"))&&(n=!0),"FORCE_COLOR"in r&&(n=0===r.FORCE_COLOR.length||0!==parseInt(r.FORCE_COLOR,10)),Hn={supportsColor:o,stdout:o(process.stdout),stderr:o(process.stderr)}}function Zn(){return Wn||(Wn=1,function(e,t){const r=u,n=i;t.init=function(e){e.inspectOpts={};const r=Object.keys(t.inspectOpts);for(let n=0;n<r.length;n++)e.inspectOpts[r[n]]=t.inspectOpts[r[n]]},t.log=function(...e){return process.stderr.write(n.formatWithOptions(t.inspectOpts,...e)+"\n")},t.formatArgs=function(r){const{namespace:n,useColors:o}=this;if(o){const t=this.color,o="[3"+(t<8?t:"8;5;"+t),s=` ${o};1m${n} `;r[0]=s+r[0].split("\n").join("\n"+s),r.push(o+"m+"+e.exports.humanize(this.diff)+"")}else r[0]=function(){if(t.inspectOpts.hideDate)return"";return(new Date).toISOString()+" "}()+n+" "+r[0]},t.save=function(e){e?process.env.DEBUG=e:delete process.env.DEBUG},t.load=function(){return process.env.DEBUG},t.useColors=function(){return"colors"in t.inspectOpts?Boolean(t.inspectOpts.colors):r.isatty(process.stderr.fd)},t.destroy=n.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=Qn();e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[r]=n,e}),{}),e.exports=qn()(t);const{formatters:o}=e.exports;o.o=function(e){return this.inspectOpts.colors=this.useColors,n.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},o.O=function(e){return this.inspectOpts.colors=this.useColors,n.inspect(e,this.inspectOpts)}}(Xn,Xn.exports)),Xn.exports}function eo(){return Vn||(Vn=1,"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?Dn.exports=(Pn||(Pn=1,function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const r="color: "+this.color;t.splice(1,0,r,"color: inherit");let n=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(o=n))})),t.splice(o,0,r)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")||t.storage.getItem("DEBUG")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=qn()(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(Bn,Bn.exports)),Bn.exports):Dn.exports=Zn()),Dn.exports}var to=function(){if(Kn)return In.exports;Kn=1;var e,t,s,i=r,u=i.URL,l=n,f=o,p=a.Writable,d=c,h=function(){return Jn||(Jn=1,Gn=function(){if(!e){try{e=eo()("follow-redirects")}catch(e){}"function"!=typeof e&&(e=function(){})}e.apply(null,arguments)}),Gn;var e}();e="undefined"!=typeof process,t="undefined"!=typeof window&&"undefined"!=typeof document,s=P(Error.captureStackTrace),e||!t&&s||console.warn("The follow-redirects package should be excluded from browser builds.");var m=!1;try{d(new u(""))}catch(e){m="ERR_INVALID_URL"===e.code}var y=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],g=["abort","aborted","connect","error","socket","timeout"],b=Object.create(null);g.forEach((function(e){b[e]=function(t,r,n){this._redirectable.emit(e,t,r,n)}}));var E=F("ERR_INVALID_URL","Invalid URL",TypeError),_=F("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),R=F("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",_),w=F("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),v=F("ERR_STREAM_WRITE_AFTER_END","write after end"),O=p.prototype.destroy||x;function C(e,t){p.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var r=this;this._onNativeResponse=function(e){try{r._processResponse(e)}catch(e){r.emit("error",e instanceof _?e:new _({cause:e}))}},this._performRequest()}function A(e){var t={maxRedirects:21,maxBodyLength:10485760},r={};return Object.keys(e).forEach((function(n){var o=n+":",s=r[o]=e[n],i=t[n]=Object.create(s);Object.defineProperties(i,{request:{value:function(e,n,s){var i;return i=e,u&&i instanceof u?e=j(e):U(e)?e=j(T(e)):(s=n,n=S(e),e={protocol:o}),P(n)&&(s=n,n=null),(n=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},e,n)).nativeProtocols=r,U(n.host)||U(n.hostname)||(n.hostname="::1"),d.equal(n.protocol,o,"protocol mismatch"),h("options",n),new C(n,s)},configurable:!0,enumerable:!0,writable:!0},get:{value:function(e,t,r){var n=i.request(e,t,r);return n.end(),n},configurable:!0,enumerable:!0,writable:!0}})})),t}function x(){}function T(e){var t;if(m)t=new u(e);else if(!U((t=S(i.parse(e))).protocol))throw new E({input:e});return t}function S(e){if(/^\[/.test(e.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(e.hostname))throw new E({input:e.href||e});if(/^\[/.test(e.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(e.host))throw new E({input:e.href||e});return e}function j(e,t){var r=t||{};for(var n of y)r[n]=e[n];return r.hostname.startsWith("[")&&(r.hostname=r.hostname.slice(1,-1)),""!==r.port&&(r.port=Number(r.port)),r.path=r.search?r.pathname+r.search:r.pathname,r}function N(e,t){var r;for(var n in t)e.test(n)&&(r=t[n],delete t[n]);return null==r?void 0:String(r).trim()}function F(e,t,r){function n(r){P(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,r||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return n.prototype=new(r||Error),Object.defineProperties(n.prototype,{constructor:{value:n,enumerable:!1},name:{value:"Error ["+e+"]",enumerable:!1}}),n}function L(e,t){for(var r of g)e.removeListener(r,b[r]);e.on("error",x),e.destroy(t)}function U(e){return"string"==typeof e||e instanceof String}function P(e){return"function"==typeof e}return C.prototype=Object.create(p.prototype),C.prototype.abort=function(){L(this._currentRequest),this._currentRequest.abort(),this.emit("abort")},C.prototype.destroy=function(e){return L(this._currentRequest,e),O.call(this,e),this},C.prototype.write=function(e,t,r){if(this._ending)throw new v;if(!U(e)&&("object"!=typeof(n=e)||!("length"in n)))throw new TypeError("data should be a string, Buffer or Uint8Array");var n;P(t)&&(r=t,t=null),0!==e.length?this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,r)):(this.emit("error",new w),this.abort()):r&&r()},C.prototype.end=function(e,t,r){if(P(e)?(r=e,e=t=null):P(t)&&(r=t,t=null),e){var n=this,o=this._currentRequest;this.write(e,t,(function(){n._ended=!0,o.end(null,null,r)})),this._ending=!0}else this._ended=this._ending=!0,this._currentRequest.end(null,null,r)},C.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)},C.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)},C.prototype.setTimeout=function(e,t){var r=this;function n(t){t.setTimeout(e),t.removeListener("timeout",t.destroy),t.addListener("timeout",t.destroy)}function o(t){r._timeout&&clearTimeout(r._timeout),r._timeout=setTimeout((function(){r.emit("timeout"),s()}),e),n(t)}function s(){r._timeout&&(clearTimeout(r._timeout),r._timeout=null),r.removeListener("abort",s),r.removeListener("error",s),r.removeListener("response",s),r.removeListener("close",s),t&&r.removeListener("timeout",t),r.socket||r._currentRequest.removeListener("socket",o)}return t&&this.on("timeout",t),this.socket?o(this.socket):this._currentRequest.once("socket",o),this.on("socket",n),this.on("abort",s),this.on("error",s),this.on("response",s),this.on("close",s),this},["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach((function(e){C.prototype[e]=function(t,r){return this._currentRequest[e](t,r)}})),["aborted","connection","socket"].forEach((function(e){Object.defineProperty(C.prototype,e,{get:function(){return this._currentRequest[e]}})})),C.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}},C.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(!t)throw new TypeError("Unsupported protocol "+e);if(this._options.agents){var r=e.slice(0,-1);this._options.agent=this._options.agents[r]}var n=this._currentRequest=t.request(this._options,this._onNativeResponse);for(var o of(n._redirectable=this,g))n.on(o,b[o]);if(this._currentUrl=/^\//.test(this._options.path)?i.format(this._options):this._options.path,this._isRedirect){var s=0,a=this,c=this._requestBodyBuffers;!function e(t){if(n===a._currentRequest)if(t)a.emit("error",t);else if(s<c.length){var r=c[s++];n.finished||n.write(r.data,r.encoding,e)}else a._ended&&n.end()}()}},C.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var r,n=e.headers.location;if(!n||!1===this._options.followRedirects||t<300||t>=400)return e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),void(this._requestBodyBuffers=[]);if(L(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects)throw new R;var o=this._options.beforeRedirect;o&&(r=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var s=this._options.method;((301===t||302===t)&&"POST"===this._options.method||303===t&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],N(/^content-/i,this._options.headers));var a,c,l=N(/^host$/i,this._options.headers),f=T(this._currentUrl),p=l||f.host,y=/^\w+:/.test(n)?this._currentUrl:i.format(Object.assign(f,{host:p})),g=(a=n,c=y,m?new u(a,c):T(i.resolve(c,a)));if(h("redirecting to",g.href),this._isRedirect=!0,j(g,this._options),(g.protocol!==f.protocol&&"https:"!==g.protocol||g.host!==p&&!function(e,t){d(U(e)&&U(t));var r=e.length-t.length-1;return r>0&&"."===e[r]&&e.endsWith(t)}(g.host,p))&&N(/^(?:(?:proxy-)?authorization|cookie)$/i,this._options.headers),P(o)){var b={headers:e.headers,statusCode:t},E={url:y,method:s,headers:r};o(this._options,b,E),this._sanitizeOptions(this._options)}this._performRequest()},In.exports=A({http:l,https:f}),In.exports.wrap=A,In.exports}();const ro=jn(to),no="1.14.0";function oo(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}const so=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;const io=Symbol("internals");class ao extends a.Transform{constructor(e){super({readableHighWaterMark:(e=zr.toFlatObject(e,{maxRate:0,chunkSize:65536,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,((e,t)=>!zr.isUndefined(t[e])))).chunkSize});const t=this[io]={timeWindow:e.timeWindow,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",(e=>{"progress"===e&&(t.isCaptured||(t.isCaptured=!0))}))}_read(e){const t=this[io];return t.onReadCallback&&t.onReadCallback(),super._read(e)}_transform(e,t,r){const n=this[io],o=n.maxRate,s=this.readableHighWaterMark,i=n.timeWindow,a=o/(1e3/i),c=!1!==n.minChunkSize?Math.max(n.minChunkSize,.01*a):0,u=(e,t)=>{const r=Buffer.byteLength(e);n.bytesSeen+=r,n.bytes+=r,n.isCaptured&&this.emit("progress",n.bytesSeen),this.push(e)?process.nextTick(t):n.onReadCallback=()=>{n.onReadCallback=null,process.nextTick(t)}},l=(e,t)=>{const r=Buffer.byteLength(e);let l,f=null,p=s,d=0;if(o){const e=Date.now();(!n.ts||(d=e-n.ts)>=i)&&(n.ts=e,l=a-n.bytes,n.bytes=l<0?-l:0,d=0),l=a-n.bytes}if(o){if(l<=0)return setTimeout((()=>{t(null,e)}),i-d);l<p&&(p=l)}p&&r>p&&r-p>c&&(f=e.subarray(p),e=e.subarray(0,p)),u(e,f?()=>{process.nextTick(t,null,f)}:t)};l(e,(function e(t,n){if(t)return r(t);n?l(n,e):r(null)}))}}const{asyncIterator:co}=Symbol,uo=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[co]?yield*e[co]():yield e},lo=dn.ALPHABET.ALPHA_DIGIT+"-_",fo="function"==typeof TextEncoder?new TextEncoder:new i.TextEncoder,po="\r\n",ho=fo.encode(po);class mo{constructor(e,t){const{escapeName:r}=this.constructor,n=zr.isString(t);let o=`Content-Disposition: form-data; name="${r(e)}"${!n&&t.name?`; filename="${r(t.name)}"`:""}${po}`;n?t=fo.encode(String(t).replace(/\r?\n|\r\n?/g,po)):o+=`Content-Type: ${t.type||"application/octet-stream"}${po}`,this.headers=fo.encode(o+po),this.contentLength=n?t.byteLength:t.size,this.size=this.headers.byteLength+this.contentLength+2,this.name=e,this.value=t}async*encode(){yield this.headers;const{value:e}=this;zr.isTypedArray(e)?yield e:yield*uo(e),yield ho}static escapeName(e){return String(e).replace(/[\r\n"]/g,(e=>({"\r":"%0D","\n":"%0A",'"':"%22"}[e])))}}class yo extends a.Transform{__transform(e,t,r){this.push(e),r()}_transform(e,t,r){if(0!==e.length&&(this._transform=this.__transform,120!==e[0])){const e=Buffer.alloc(2);e[0]=120,e[1]=156,this.push(e,t)}this.__transform(e,t,r)}}const go=(e,t)=>zr.isAsyncFn(e)?function(...r){const n=r.pop();e.apply(this,r).then((e=>{try{t?n(null,...t(e)):n(null,e)}catch(e){n(e)}}),n)}:e;const bo=(e,t,r=3)=>{let n=0;const o=function(e,t){e=e||10;const r=new Array(e),n=new Array(e);let o,s=0,i=0;return t=void 0!==t?t:1e3,function(a){const c=Date.now(),u=n[i];o||(o=c),r[s]=a,n[s]=c;let l=i,f=0;for(;l!==s;)f+=r[l++],l%=e;if(s=(s+1)%e,s===i&&(i=(i+1)%e),c-o<t)return;const p=u&&c-u;return p?Math.round(1e3*f/p):void 0}}(50,250);return function(e,t){let r,n,o=0,s=1e3/t;const i=(t,s=Date.now())=>{o=s,r=null,n&&(clearTimeout(n),n=null),e(...t)};return[(...e)=>{const t=Date.now(),a=t-o;a>=s?i(e,t):(r=e,n||(n=setTimeout((()=>{n=null,i(r)}),s-a)))},()=>r&&i(r)]}((r=>{const s=r.loaded,i=r.lengthComputable?r.total:void 0,a=s-n,c=o(a);n=s;e({loaded:s,total:i,progress:i?s/i:void 0,bytes:a,rate:c||void 0,estimated:c&&i&&s<=i?(i-s)/c:void 0,event:r,lengthComputable:null!=i,[t?"download":"upload"]:!0})}),r)},Eo=(e,t)=>{const r=null!=e;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},_o=e=>(...t)=>zr.asap((()=>e(...t)));const Ro={flush:f.constants.Z_SYNC_FLUSH,finishFlush:f.constants.Z_SYNC_FLUSH},wo={flush:f.constants.BROTLI_OPERATION_FLUSH,finishFlush:f.constants.BROTLI_OPERATION_FLUSH},vo=zr.isFunction(f.createBrotliDecompress),{http:Oo,https:Co}=ro,Ao=/https:?/,xo=dn.protocols.map((e=>e+":")),To=(e,[t,r])=>(e.on("end",r).on("error",r),t);const So=new class{constructor(){this.sessions=Object.create(null)}getSession(e,t){t=Object.assign({sessionTimeout:1e3},t);let r=this.sessions[e];if(r){let e=r.length;for(let n=0;n<e;n++){const[e,o]=r[n];if(!e.destroyed&&!e.closed&&i.isDeepStrictEqual(o,t))return e}}const n=s.connect(e,t);let o;const a=()=>{if(o)return;o=!0;let t=r,s=t.length,i=s;for(;i--;)if(t[i][0]===n)return 1===s?delete this.sessions[e]:t.splice(i,1),void(n.closed||n.close())},c=n.request,{sessionTimeout:u}=t;if(null!=u){let e,t=0;n.request=function(){const r=c.apply(this,arguments);return t++,e&&(clearTimeout(e),e=null),r.once("close",(()=>{--t||(e=setTimeout((()=>{e=null,a()}),u))})),r}}n.once("close",a);let l=[n,t];return r?r.push(l):r=this.sessions[e]=[l],n}};function jo(e,t){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e,t)}function No(e,t,r){let n=t;if(!n&&!1!==n){const e=Tn(r);e&&(n=new URL(e))}if(n){if(n.username&&(n.auth=(n.username||"")+":"+(n.password||"")),n.auth){if(Boolean(n.auth.username||n.auth.password))n.auth=(n.auth.username||"")+":"+(n.auth.password||"");else if("object"==typeof n.auth)throw new Hr("Invalid proxy authorization",Hr.ERR_BAD_OPTION,{proxy:n});const t=Buffer.from(n.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+t}e.headers.host=e.hostname+(e.port?":"+e.port:"");const t=n.hostname||n.host;e.hostname=t,e.host=t,e.port=n.port,e.path=r,n.protocol&&(e.protocol=n.protocol.includes(":")?n.protocol:`${n.protocol}:`)}e.beforeRedirects.proxy=function(e){No(e,t,e.href)}}const Fo="undefined"!=typeof process&&"process"===zr.kindOf(process),Lo=(e,t)=>(({address:e,family:t})=>{if(!zr.isString(e))throw TypeError("address must be a string");return{address:e,family:t||(e.indexOf(".")<0?6:4)}})(zr.isObject(e)?e:{address:e,family:t}),Uo={request(e,t){const r=e.protocol+"//"+e.hostname+":"+(e.port||("https:"===e.protocol?443:80)),{http2Options:n,headers:o}=e,i=So.getSession(r,n),{HTTP2_HEADER_SCHEME:a,HTTP2_HEADER_METHOD:c,HTTP2_HEADER_PATH:u,HTTP2_HEADER_STATUS:l}=s.constants,f={[a]:e.protocol.replace(":",""),[c]:e.method,[u]:e.path};zr.forEach(o,((e,t)=>{":"!==t.charAt(0)&&(f[t]=e)}));const p=i.request(f);return p.once("response",(e=>{const r=p,n=(e=Object.assign({},e))[l];delete e[l],r.headers=e,r.statusCode=+n,t(r)})),p}},Po=Fo&&function(e){return t=async function(t,r,s){let{data:c,lookup:u,family:l,httpVersion:d=1,http2Options:h}=e;const{responseType:m,responseEncoding:y}=e,g=e.method.toUpperCase();let b,E,_=!1;if(d=+d,Number.isNaN(d))throw TypeError(`Invalid protocol version: '${e.httpVersion}' is not a number`);if(1!==d&&2!==d)throw TypeError(`Unsupported protocol version '${d}'`);const R=2===d;if(u){const e=go(u,(e=>zr.isArray(e)?e:[e]));u=(t,r,n)=>{e(t,r,((e,t,o)=>{if(e)return n(e);const s=zr.isArray(t)?t.map((e=>Lo(e))):[Lo(t,o)];r.all?n(e,s):n(e,s[0].address,s[0].family)}))}}const w=new p.EventEmitter;function v(t){try{w.emit("abort",!t||t.type?new On(null,e,E):t)}catch(e){console.warn("emit error",e)}}w.once("abort",r);const O=()=>{e.cancelToken&&e.cancelToken.unsubscribe(v),e.signal&&e.signal.removeEventListener("abort",v),w.removeAllListeners()};(e.cancelToken||e.signal)&&(e.cancelToken&&e.cancelToken.subscribe(v),e.signal&&(e.signal.aborted?v():e.signal.addEventListener("abort",v))),s(((e,t)=>{if(b=!0,t)return _=!0,void O();const{data:r}=e;if(r instanceof a.Readable||r instanceof a.Duplex){const e=a.finished(r,(()=>{e(),O()}))}else O()}));const C=An(e.baseURL,e.url,e.allowAbsoluteUrls),A=new URL(C,dn.hasBrowserEnv?dn.origin:void 0),x=A.protocol||xo[0];if("data:"===x){if(e.maxContentLength>-1){const t=function(e){if(!e||"string"!=typeof e)return 0;if(!e.startsWith("data:"))return 0;const t=e.indexOf(",");if(t<0)return 0;const r=e.slice(5,t),n=e.slice(t+1);if(/;base64/i.test(r)){let e=n.length;const t=n.length;for(let r=0;r<t;r++)if(37===n.charCodeAt(r)&&r+2<t){const t=n.charCodeAt(r+1),o=n.charCodeAt(r+2);(t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102)&&(o>=48&&o<=57||o>=65&&o<=70||o>=97&&o<=102)&&(e-=2,r+=2)}let r=0,o=t-1;const s=e=>e>=2&&37===n.charCodeAt(e-2)&&51===n.charCodeAt(e-1)&&(68===n.charCodeAt(e)||100===n.charCodeAt(e));o>=0&&(61===n.charCodeAt(o)?(r++,o--):s(o)&&(r++,o-=3)),1===r&&o>=0&&(61===n.charCodeAt(o)||s(o))&&r++;const i=3*Math.floor(e/4)-(r||0);return i>0?i:0}return Buffer.byteLength(n,"utf8")}(String(e.url||C||""));if(t>e.maxContentLength)return r(new Hr("maxContentLength size of "+e.maxContentLength+" exceeded",Hr.ERR_BAD_RESPONSE,e))}let n;if("GET"!==g)return Cn(t,r,{status:405,statusText:"method not allowed",headers:{},config:e});try{n=function(e,t,r){const n=r&&r.Blob||dn.classes.Blob,o=oo(e);if(void 0===t&&n&&(t=!0),"data"===o){e=o.length?e.slice(o.length+1):e;const r=so.exec(e);if(!r)throw new Hr("Invalid URL",Hr.ERR_INVALID_URL);const s=r[1],i=r[2],a=r[3],c=Buffer.from(decodeURIComponent(a),i?"base64":"utf8");if(t){if(!n)throw new Hr("Blob is not supported",Hr.ERR_NOT_SUPPORT);return new n([c],{type:s})}return c}throw new Hr("Unsupported protocol "+o,Hr.ERR_NOT_SUPPORT)}(e.url,"blob"===m,{Blob:e.env&&e.env.Blob})}catch(t){throw Hr.from(t,Hr.ERR_BAD_REQUEST,e)}return"text"===m?(n=n.toString(y),y&&"utf8"!==y||(n=zr.stripBOM(n))):"stream"===m&&(n=a.Readable.from(n)),Cn(t,r,{data:n,status:200,statusText:"OK",headers:new Rn,config:e})}if(-1===xo.indexOf(x))return r(new Hr("Unsupported protocol "+x,Hr.ERR_BAD_REQUEST,e));const T=Rn.from(e.headers).normalize();T.set("User-Agent","axios/"+no,!1);const{onUploadProgress:S,onDownloadProgress:j}=e,N=e.maxRate;let F,L;if(zr.isSpecCompliantForm(c)){const e=T.getContentType(/boundary=([-_\w\d]{10,70})/i);c=((e,t,r)=>{const{tag:n="form-data-boundary",size:o=25,boundary:s=n+"-"+dn.generateString(o,lo)}=r||{};if(!zr.isFormData(e))throw TypeError("FormData instance required");if(s.length<1||s.length>70)throw Error("boundary must be 10-70 characters long");const i=fo.encode("--"+s+po),c=fo.encode("--"+s+"--"+po);let u=c.byteLength;const l=Array.from(e.entries()).map((([e,t])=>{const r=new mo(e,t);return u+=r.size,r}));u+=i.byteLength*l.length,u=zr.toFiniteNumber(u);const f={"Content-Type":`multipart/form-data; boundary=${s}`};return Number.isFinite(u)&&(f["Content-Length"]=u),t&&t(f),a.Readable.from(async function*(){for(const e of l)yield i,yield*e.encode();yield c}())})(c,(e=>{T.set(e)}),{tag:`axios-${no}-boundary`,boundary:e&&e[1]||void 0})}else if(zr.isFormData(c)&&zr.isFunction(c.getHeaders)){if(T.set(c.getHeaders()),!T.hasContentLength())try{const e=await i.promisify(c.getLength).call(c);Number.isFinite(e)&&e>=0&&T.setContentLength(e)}catch(e){}}else if(zr.isBlob(c)||zr.isFile(c))c.size&&T.setContentType(c.type||"application/octet-stream"),T.setContentLength(c.size||0),c=a.Readable.from(uo(c));else if(c&&!zr.isStream(c)){if(Buffer.isBuffer(c));else if(zr.isArrayBuffer(c))c=Buffer.from(new Uint8Array(c));else{if(!zr.isString(c))return r(new Hr("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",Hr.ERR_BAD_REQUEST,e));c=Buffer.from(c,"utf-8")}if(T.setContentLength(c.length,!1),e.maxBodyLength>-1&&c.length>e.maxBodyLength)return r(new Hr("Request body larger than maxBodyLength limit",Hr.ERR_BAD_REQUEST,e))}const U=zr.toFiniteNumber(T.getContentLength());let P,I;zr.isArray(N)?(F=N[0],L=N[1]):F=L=N,c&&(S||F)&&(zr.isStream(c)||(c=a.Readable.from(c,{objectMode:!1})),c=a.pipeline([c,new ao({maxRate:zr.toFiniteNumber(F)})],zr.noop),S&&c.on("progress",To(c,Eo(U,bo(_o(S),!1,3))))),e.auth&&(P=(e.auth.username||"")+":"+(e.auth.password||"")),!P&&A.username&&(P=A.username+":"+A.password),P&&T.delete("authorization");try{I=Zr(A.pathname+A.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(t){const n=new Error(t.message);return n.config=e,n.url=e.url,n.exists=!0,r(n)}T.set("Accept-Encoding","gzip, compress, deflate"+(vo?", br":""),!1);const D={path:I,method:g,headers:T.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:P,protocol:x,family:l,beforeRedirect:jo,beforeRedirects:{},http2Options:h};let B;!zr.isUndefined(u)&&(D.lookup=u),e.socketPath?D.socketPath=e.socketPath:(D.hostname=A.hostname.startsWith("[")?A.hostname.slice(1,-1):A.hostname,D.port=A.port,No(D,e.proxy,x+"//"+A.hostname+(A.port?":"+A.port:"")+D.path));const k=Ao.test(D.protocol);if(D.agent=k?e.httpsAgent:e.httpAgent,R?B=Uo:e.transport?B=e.transport:0===e.maxRedirects?B=k?o:n:(e.maxRedirects&&(D.maxRedirects=e.maxRedirects),e.beforeRedirect&&(D.beforeRedirects.config=e.beforeRedirect),B=k?Co:Oo),e.maxBodyLength>-1?D.maxBodyLength=e.maxBodyLength:D.maxBodyLength=1/0,e.insecureHTTPParser&&(D.insecureHTTPParser=e.insecureHTTPParser),E=B.request(D,(function(n){if(E.destroyed)return;const o=[n],s=zr.toFiniteNumber(n.headers["content-length"]);if(j||L){const e=new ao({maxRate:zr.toFiniteNumber(L)});j&&e.on("progress",To(e,Eo(s,bo(_o(j),!0,3)))),o.push(e)}let i=n;const c=n.req||E;if(!1!==e.decompress&&n.headers["content-encoding"])switch("HEAD"!==g&&204!==n.statusCode||delete n.headers["content-encoding"],(n.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":o.push(f.createUnzip(Ro)),delete n.headers["content-encoding"];break;case"deflate":o.push(new yo),o.push(f.createUnzip(Ro)),delete n.headers["content-encoding"];break;case"br":vo&&(o.push(f.createBrotliDecompress(wo)),delete n.headers["content-encoding"])}i=o.length>1?a.pipeline(o,zr.noop):o[0];const u={status:n.statusCode,statusText:n.statusMessage,headers:new Rn(n.headers),config:e,request:c};if("stream"===m)u.data=i,Cn(t,r,u);else{const n=[];let o=0;i.on("data",(function(t){n.push(t),o+=t.length,e.maxContentLength>-1&&o>e.maxContentLength&&(_=!0,i.destroy(),v(new Hr("maxContentLength size of "+e.maxContentLength+" exceeded",Hr.ERR_BAD_RESPONSE,e,c)))})),i.on("aborted",(function(){if(_)return;const t=new Hr("stream has been aborted",Hr.ERR_BAD_RESPONSE,e,c);i.destroy(t),r(t)})),i.on("error",(function(t){E.destroyed||r(Hr.from(t,null,e,c))})),i.on("end",(function(){try{let e=1===n.length?n[0]:Buffer.concat(n);"arraybuffer"!==m&&(e=e.toString(y),y&&"utf8"!==y||(e=zr.stripBOM(e))),u.data=e}catch(t){return r(Hr.from(t,null,e,u.request,u))}Cn(t,r,u)}))}w.once("abort",(e=>{i.destroyed||(i.emit("error",e),i.destroy())}))})),w.once("abort",(e=>{E.close?E.close():E.destroy(e)})),E.on("error",(function(t){r(Hr.from(t,null,e,E))})),E.on("socket",(function(e){e.setKeepAlive(!0,6e4)})),e.timeout){const t=parseInt(e.timeout,10);if(Number.isNaN(t))return void v(new Hr("error trying to parse `config.timeout` to int",Hr.ERR_BAD_OPTION_VALUE,e,E));E.setTimeout(t,(function(){if(b)return;let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const r=e.transitional||tn;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),v(new Hr(t,r.clarifyTimeoutError?Hr.ETIMEDOUT:Hr.ECONNABORTED,e,E))}))}else E.setTimeout(0);if(zr.isStream(c)){let t=!1,r=!1;c.on("end",(()=>{t=!0})),c.once("error",(e=>{r=!0,E.destroy(e)})),c.on("close",(()=>{t||r||v(new On("Request stream has been aborted",e,E))})),c.pipe(E)}else c&&E.write(c),E.end()},new Promise(((e,r)=>{let n,o;const s=(e,t)=>{o||(o=!0,n&&n(e,t))},i=e=>{s(e,!0),r(e)};t((t=>{s(t),e(t)}),i,(e=>n=e)).catch(i)}));var t},Io=dn.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,dn.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(dn.origin),dn.navigator&&/(msie|trident)/i.test(dn.navigator.userAgent)):()=>!0,Do=dn.hasStandardBrowserEnv?{write(e,t,r,n,o,s,i){if("undefined"==typeof document)return;const a=[`${e}=${encodeURIComponent(t)}`];zr.isNumber(r)&&a.push(`expires=${new Date(r).toUTCString()}`),zr.isString(n)&&a.push(`path=${n}`),zr.isString(o)&&a.push(`domain=${o}`),!0===s&&a.push("secure"),zr.isString(i)&&a.push(`SameSite=${i}`),document.cookie=a.join("; ")},read(e){if("undefined"==typeof document)return null;const t=document.cookie.match(new RegExp("(?:^|; )"+e+"=([^;]*)"));return t?decodeURIComponent(t[1]):null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}},Bo=e=>e instanceof Rn?{...e}:e;function ko(e,t){t=t||{};const r={};function n(e,t,r,n){return zr.isPlainObject(e)&&zr.isPlainObject(t)?zr.merge.call({caseless:n},e,t):zr.isPlainObject(t)?zr.merge({},t):zr.isArray(t)?t.slice():t}function o(e,t,r,o){return zr.isUndefined(t)?zr.isUndefined(e)?void 0:n(void 0,e,0,o):n(e,t,0,o)}function s(e,t){if(!zr.isUndefined(t))return n(void 0,t)}function i(e,t){return zr.isUndefined(t)?zr.isUndefined(e)?void 0:n(void 0,e):n(void 0,t)}function a(r,o,s){return s in t?n(r,o):s in e?n(void 0,r):void 0}const c={url:s,method:s,data:s,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:a,headers:(e,t,r)=>o(Bo(e),Bo(t),0,!0)};return zr.forEach(Object.keys({...e,...t}),(function(n){if("__proto__"===n||"constructor"===n||"prototype"===n)return;const s=zr.hasOwnProp(c,n)?c[n]:o,i=s(e[n],t[n],n);zr.isUndefined(i)&&s!==a||(r[n]=i)})),r}const qo=e=>{const t=ko({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:o,xsrfCookieName:s,headers:i,auth:a}=t;if(t.headers=i=Rn.from(i),t.url=Zr(An(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),a&&i.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):""))),zr.isFormData(r))if(dn.hasStandardBrowserEnv||dn.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if(zr.isFunction(r.getHeaders)){const e=r.getHeaders(),t=["content-type","content-length"];Object.entries(e).forEach((([e,r])=>{t.includes(e.toLowerCase())&&i.set(e,r)}))}if(dn.hasStandardBrowserEnv&&(n&&zr.isFunction(n)&&(n=n(t)),n||!1!==n&&Io(t.url))){const e=o&&s&&Do.read(s);e&&i.set(o,e)}return t},Mo="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,r){const n=qo(e);let o=n.data;const s=Rn.from(n.headers).normalize();let i,a,c,u,l,{responseType:f,onUploadProgress:p,onDownloadProgress:d}=n;function h(){u&&u(),l&&l(),n.cancelToken&&n.cancelToken.unsubscribe(i),n.signal&&n.signal.removeEventListener("abort",i)}let m=new XMLHttpRequest;function y(){if(!m)return;const n=Rn.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());Cn((function(e){t(e),h()}),(function(e){r(e),h()}),{data:f&&"text"!==f&&"json"!==f?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:n,config:e,request:m}),m=null}m.open(n.method.toUpperCase(),n.url,!0),m.timeout=n.timeout,"onloadend"in m?m.onloadend=y:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(y)},m.onabort=function(){m&&(r(new Hr("Request aborted",Hr.ECONNABORTED,e,m)),m=null)},m.onerror=function(t){const n=t&&t.message?t.message:"Network Error",o=new Hr(n,Hr.ERR_NETWORK,e,m);o.event=t||null,r(o),m=null},m.ontimeout=function(){let t=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded";const o=n.transitional||tn;n.timeoutErrorMessage&&(t=n.timeoutErrorMessage),r(new Hr(t,o.clarifyTimeoutError?Hr.ETIMEDOUT:Hr.ECONNABORTED,e,m)),m=null},void 0===o&&s.setContentType(null),"setRequestHeader"in m&&zr.forEach(s.toJSON(),(function(e,t){m.setRequestHeader(t,e)})),zr.isUndefined(n.withCredentials)||(m.withCredentials=!!n.withCredentials),f&&"json"!==f&&(m.responseType=n.responseType),d&&([c,l]=bo(d,!0),m.addEventListener("progress",c)),p&&m.upload&&([a,u]=bo(p),m.upload.addEventListener("progress",a),m.upload.addEventListener("loadend",u)),(n.cancelToken||n.signal)&&(i=t=>{m&&(r(!t||t.type?new On(null,e,m):t),m.abort(),m=null)},n.cancelToken&&n.cancelToken.subscribe(i),n.signal&&(n.signal.aborted?i():n.signal.addEventListener("abort",i)));const g=oo(n.url);g&&-1===dn.protocols.indexOf(g)?r(new Hr("Unsupported protocol "+g+":",Hr.ERR_BAD_REQUEST,e)):m.send(o||null)}))},zo=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let r,n=new AbortController;const o=function(e){if(!r){r=!0,i();const t=e instanceof Error?e:this.reason;n.abort(t instanceof Hr?t:new On(t instanceof Error?t.message:t))}};let s=t&&setTimeout((()=>{s=null,o(new Hr(`timeout of ${t}ms exceeded`,Hr.ETIMEDOUT))}),t);const i=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach((e=>{e.unsubscribe?e.unsubscribe(o):e.removeEventListener("abort",o)})),e=null)};e.forEach((e=>e.addEventListener("abort",o)));const{signal:a}=n;return a.unsubscribe=()=>zr.asap(i),a}},Ho=function*(e,t){let r=e.byteLength;if(r<t)return void(yield e);let n,o=0;for(;o<r;)n=o+t,yield e.slice(o,n),o=n},$o=async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);const t=e.getReader();try{for(;;){const{done:e,value:r}=await t.read();if(e)break;yield r}}finally{await t.cancel()}},Wo=(e,t,r,n)=>{const o=async function*(e,t){for await(const r of $o(e))yield*Ho(r,t)}(e,t);let s,i=0,a=e=>{s||(s=!0,n&&n(e))};return new ReadableStream({async pull(e){try{const{done:t,value:n}=await o.next();if(t)return a(),void e.close();let s=n.byteLength;if(r){let e=i+=s;r(e)}e.enqueue(new Uint8Array(n))}catch(e){throw a(e),e}},cancel:e=>(a(e),o.return())},{highWaterMark:2})},{isFunction:Vo}=zr,Go=(({Request:e,Response:t})=>({Request:e,Response:t}))(zr.global),{ReadableStream:Jo,TextEncoder:Ko}=zr.global,Xo=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Yo=e=>{e=zr.merge.call({skipUndefined:!0},Go,e);const{fetch:t,Request:r,Response:n}=e,o=t?Vo(t):"function"==typeof fetch,s=Vo(r),i=Vo(n);if(!o)return!1;const a=o&&Vo(Jo),c=o&&("function"==typeof Ko?(u=new Ko,e=>u.encode(e)):async e=>new Uint8Array(await new r(e).arrayBuffer()));var u;const l=s&&a&&Xo((()=>{let e=!1;const t=new Jo,n=new r(dn.origin,{body:t,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return t.cancel(),e&&!n})),f=i&&a&&Xo((()=>zr.isReadableStream(new n("").body))),p={stream:f&&(e=>e.body)};o&&["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!p[e]&&(p[e]=(t,r)=>{let n=t&&t[e];if(n)return n.call(t);throw new Hr(`Response type '${e}' is not supported`,Hr.ERR_NOT_SUPPORT,r)})}));const d=async(e,t)=>{const n=zr.toFiniteNumber(e.getContentLength());return null==n?(async e=>{if(null==e)return 0;if(zr.isBlob(e))return e.size;if(zr.isSpecCompliantForm(e)){const t=new r(dn.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return zr.isArrayBufferView(e)||zr.isArrayBuffer(e)?e.byteLength:(zr.isURLSearchParams(e)&&(e+=""),zr.isString(e)?(await c(e)).byteLength:void 0)})(t):n};return async e=>{let{url:o,method:i,data:a,signal:c,cancelToken:u,timeout:h,onDownloadProgress:m,onUploadProgress:y,responseType:g,headers:b,withCredentials:E="same-origin",fetchOptions:_}=qo(e),R=t||fetch;g=g?(g+"").toLowerCase():"text";let w=zo([c,u&&u.toAbortSignal()],h),v=null;const O=w&&w.unsubscribe&&(()=>{w.unsubscribe()});let C;try{if(y&&l&&"get"!==i&&"head"!==i&&0!==(C=await d(b,a))){let e,t=new r(o,{method:"POST",body:a,duplex:"half"});if(zr.isFormData(a)&&(e=t.headers.get("content-type"))&&b.setContentType(e),t.body){const[e,r]=Eo(C,bo(_o(y)));a=Wo(t.body,65536,e,r)}}zr.isString(E)||(E=E?"include":"omit");const t=s&&"credentials"in r.prototype,c={..._,signal:w,method:i.toUpperCase(),headers:b.normalize().toJSON(),body:a,duplex:"half",credentials:t?E:void 0};v=s&&new r(o,c);let u=await(s?R(v,_):R(o,c));const h=f&&("stream"===g||"response"===g);if(f&&(m||h&&O)){const e={};["status","statusText","headers"].forEach((t=>{e[t]=u[t]}));const t=zr.toFiniteNumber(u.headers.get("content-length")),[r,o]=m&&Eo(t,bo(_o(m),!0))||[];u=new n(Wo(u.body,65536,r,(()=>{o&&o(),O&&O()})),e)}g=g||"text";let A=await p[zr.findKey(p,g)||"text"](u,e);return!h&&O&&O(),await new Promise(((t,r)=>{Cn(t,r,{data:A,headers:Rn.from(u.headers),status:u.status,statusText:u.statusText,config:e,request:v})}))}catch(t){if(O&&O(),t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new Hr("Network Error",Hr.ERR_NETWORK,e,v,t&&t.response),{cause:t.cause||t});throw Hr.from(t,t&&t.code,e,v,t&&t.response)}}},Qo=new Map,Zo=e=>{let t=e&&e.env||{};const{fetch:r,Request:n,Response:o}=t,s=[n,o,r];let i,a,c=s.length,u=Qo;for(;c--;)i=s[c],a=u.get(i),void 0===a&&u.set(i,a=c?new Map:Yo(t)),u=a;return a};Zo();const es={http:Po,xhr:Mo,fetch:{get:Zo}};zr.forEach(es,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const ts=e=>`- ${e}`,rs=e=>zr.isFunction(e)||null===e||!1===e;const ns={getAdapter:function(e,t){e=zr.isArray(e)?e:[e];const{length:r}=e;let n,o;const s={};for(let i=0;i<r;i++){let r;if(n=e[i],o=n,!rs(n)&&(o=es[(r=String(n)).toLowerCase()],void 0===o))throw new Hr(`Unknown adapter '${r}'`);if(o&&(zr.isFunction(o)||(o=o.get(t))))break;s[r||"#"+i]=o}if(!o){const e=Object.entries(s).map((([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));let t=r?e.length>1?"since :\n"+e.map(ts).join("\n"):" "+ts(e[0]):"as no adapter specified";throw new Hr("There is no suitable adapter to dispatch the request "+t,"ERR_NOT_SUPPORT")}return o},adapters:es};function os(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new On(null,e)}function ss(e){os(e),e.headers=Rn.from(e.headers),e.data=wn.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return ns.getAdapter(e.adapter||mn.adapter,e)(e).then((function(t){return os(e),t.data=wn.call(e,e.transformResponse,t),t.headers=Rn.from(t.headers),t}),(function(t){return vn(t)||(os(e),t&&t.response&&(t.response.data=wn.call(e,e.transformResponse,t.response),t.response.headers=Rn.from(t.response.headers))),Promise.reject(t)}))}const is={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{is[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));const as={};is.transitional=function(e,t,r){function n(e,t){return"[Axios v"+no+"] Transitional option '"+e+"'"+t+(r?". "+r:"")}return(r,o,s)=>{if(!1===e)throw new Hr(n(o," has been removed"+(t?" in "+t:"")),Hr.ERR_DEPRECATED);return t&&!as[o]&&(as[o]=!0,console.warn(n(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,o,s)}},is.spelling=function(e){return(t,r)=>(console.warn(`${r} is likely a misspelling of ${e}`),!0)};const cs={assertOptions:function(e,t,r){if("object"!=typeof e)throw new Hr("options must be an object",Hr.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let o=n.length;for(;o-- >0;){const s=n[o],i=t[s];if(i){const t=e[s],r=void 0===t||i(t,s,e);if(!0!==r)throw new Hr("option "+s+" must be "+r,Hr.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new Hr("Unknown option "+s,Hr.ERR_BAD_OPTION)}},validators:is},us=cs.validators;let ls=class{constructor(e){this.defaults=e||{},this.interceptors={request:new en,response:new en}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=new Error;const r=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?r&&!String(e.stack).endsWith(r.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+r):e.stack=r}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=ko(this.defaults,t);const{transitional:r,paramsSerializer:n,headers:o}=t;void 0!==r&&cs.assertOptions(r,{silentJSONParsing:us.transitional(us.boolean),forcedJSONParsing:us.transitional(us.boolean),clarifyTimeoutError:us.transitional(us.boolean),legacyInterceptorReqResOrdering:us.transitional(us.boolean)},!1),null!=n&&(zr.isFunction(n)?t.paramsSerializer={serialize:n}:cs.assertOptions(n,{encode:us.function,serialize:us.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),cs.assertOptions(t,{baseUrl:us.spelling("baseURL"),withXsrfToken:us.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let s=o&&zr.merge(o.common,o[t.method]);o&&zr.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete o[e]})),t.headers=Rn.concat(s,o);const i=[];let a=!0;this.interceptors.request.forEach((function(e){if("function"==typeof e.runWhen&&!1===e.runWhen(t))return;a=a&&e.synchronous;const r=t.transitional||tn;r&&r.legacyInterceptorReqResOrdering?i.unshift(e.fulfilled,e.rejected):i.push(e.fulfilled,e.rejected)}));const c=[];let u;this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)}));let l,f=0;if(!a){const e=[ss.bind(this),void 0];for(e.unshift(...i),e.push(...c),l=e.length,u=Promise.resolve(t);f<l;)u=u.then(e[f++],e[f++]);return u}l=i.length;let p=t;for(;f<l;){const e=i[f++],t=i[f++];try{p=e(p)}catch(e){t.call(this,e);break}}try{u=ss.call(this,p)}catch(e){return Promise.reject(e)}for(f=0,l=c.length;f<l;)u=u.then(c[f++],c[f++]);return u}getUri(e){return Zr(An((e=ko(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};zr.forEach(["delete","get","head","options"],(function(e){ls.prototype[e]=function(t,r){return this.request(ko(r||{},{method:e,url:t,data:(r||{}).data}))}})),zr.forEach(["post","put","patch"],(function(e){function t(t){return function(r,n,o){return this.request(ko(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:r,data:n}))}}ls.prototype[e]=t(),ls.prototype[e+"Form"]=t(!0)}));const fs={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(fs).forEach((([e,t])=>{fs[t]=e}));const ps=function e(t){const r=new ls(t),n=Yt(ls.prototype.request,r);return zr.extend(n,ls.prototype,r,{allOwnKeys:!0}),zr.extend(n,r,null,{allOwnKeys:!0}),n.create=function(r){return e(ko(t,r))},n}(mn);ps.Axios=ls,ps.CanceledError=On,ps.CancelToken=class e{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise((function(e){t=e}));const r=this;this.promise.then((e=>{if(!r._listeners)return;let t=r._listeners.length;for(;t-- >0;)r._listeners[t](e);r._listeners=null})),this.promise.then=e=>{let t;const n=new Promise((e=>{r.subscribe(e),t=e})).then(e);return n.cancel=function(){r.unsubscribe(t)},n},e((function(e,n,o){r.reason||(r.reason=new On(e,n,o),t(r.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let t;return{token:new e((function(e){t=e})),cancel:t}}},ps.isCancel=vn,ps.VERSION=no,ps.toFormData=Jr,ps.AxiosError=Hr,ps.Cancel=ps.CanceledError,ps.all=function(e){return Promise.all(e)},ps.spread=function(e){return function(t){return e.apply(null,t)}},ps.isAxiosError=function(e){return zr.isObject(e)&&!0===e.isAxiosError},ps.mergeConfig=ko,ps.AxiosHeaders=Rn,ps.formToJSON=e=>hn(zr.isHTMLForm(e)?new FormData(e):e),ps.getAdapter=ns.getAdapter,ps.HttpStatusCode=fs,ps.default=ps;const{Axios:ds,AxiosError:hs,CanceledError:ms,isCancel:ys,CancelToken:gs,VERSION:bs,all:Es,Cancel:_s,isAxiosError:Rs,spread:ws,toFormData:vs,AxiosHeaders:Os,HttpStatusCode:Cs,formToJSON:As,getAdapter:xs,mergeConfig:Ts}=ps;function Ss(e){let t,r=e[0],n=1;for(;n<e.length;){const o=e[n],s=e[n+1];if(n+=2,("optionalAccess"===o||"optionalCall"===o)&&null==r)return;"access"===o||"optionalAccess"===o?(t=r,r=s(r)):"call"!==o&&"optionalCall"!==o||(r=s(((...e)=>r.call(t,...e))),t=void 0)}return r}function js(){return function(e={}){const{isSuccess:t=e=>0===e,getCode:r=e=>Ss([e,"access",e=>e.data,"optionalAccess",e=>e.code]),getMessage:n=e=>Ss([e,"access",e=>e.data,"optionalAccess",e=>e.message])||Ss([e,"access",e=>e.data,"optionalAccess",e=>e.msg]),getData:o=e=>Ss([e,"access",e=>e.data,"optionalAccess",e=>e.data]),throwOnError:s=!0,onError:i}=e;return{name:"response-validator",onResponse:e=>{const a=r(e);if(void 0===a)return e;if(t(a))return o(e);const c=n(e)||"Request failed";if(i&&!1===i(a,c,e))return e;if(s)throw new Xt(c,{status:e.status,code:a,config:e.config,response:e,data:e.data});return e}}}({isSuccess:e=>0===e,getCode:e=>Ss([e,"access",e=>e.data,"optionalAccess",e=>e.code]),getMessage:e=>Ss([e,"access",e=>e.data,"optionalAccess",e=>e.message])||Ss([e,"access",e=>e.data,"optionalAccess",e=>e.msg]),getData:e=>e.data})}function Ns(e){let t,r=e[0],n=1;for(;n<e.length;){const o=e[n],s=e[n+1];if(n+=2,("optionalAccess"===o||"optionalCall"===o)&&null==r)return;"access"===o||"optionalAccess"===o?(t=r,r=s(r)):"call"!==o&&"optionalCall"!==o||(r=s(((...e)=>r.call(t,...e))),t=void 0)}return r}const Fs={"/api/marketplace/trade/benefit/user/extra/create":{fields:["extra_benefit.item_info.start_at","extra_benefit.item_info.end_at"]},"/api/memory/volcano_database/list_instance":{fields:["page_num","page_size"]},"/api/memory/volcano_database/list_database":{fields:["page_num","page_size"]},"/api/memory/volcano_database/list_table":{fields:["page_num","page_size"]}};function Ls(e){const{config:t}=e;return{name:"i64-transform",onRequest:e=>{const r=function(e,t){return r=t[e],n=()=>null,null!=r?r:n();var r,n}(e.url||"",t);return r?(e.data&&(e.data=function(e,t){if(null==e)return e;const r=Vt(e);for(const e of t){const t=et(r,e);if("string"==typeof t){const n=Number(t);Number.isInteger(n)&&Jt(r,e,n)}else Array.isArray(t)&&Jt(r,e,t.map((e=>{if("string"==typeof e){const t=Number(e);if(Number.isInteger(t))return t}return e})))}return r}(e.data,r.fields)),e):e}}}function Us(e={}){const t=ps.create({baseURL:e.baseURL,timeout:e.timeout,headers:e.headers,...e.axiosConfig}),r=[];return!1!==e.useDefaultPlugins&&r.push(function(e={}){const{xRequestedWith:t="XMLHttpRequest",autoContentTypeMethods:r=["post","get"],contentType:n="application/json",setEmptyDataForContentType:o=!0}=e;return{name:"request-headers",onRequest:e=>{const s=(t,r)=>{"function"==typeof Ns([e,"access",e=>e.headers,"optionalAccess",e=>e.set])?e.headers.set(t,r):e.headers&&(e.headers[t]=r)};!1!==t&&s("x-requested-with",t);const i=Ns([e,"access",e=>e.method,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])||"get";var a;return r.includes(i)&&(a="content-type",!("function"==typeof Ns([e,"access",e=>e.headers,"optionalAccess",e=>e.get])?e.headers.get(a):Ns([e,"access",e=>e.headers,"optionalAccess",e=>e[a]])))&&(s("content-type",n),o&&!e.data&&(e.data={})),e}}}(),Ls({config:Fs}),js(),function(e={}){const t=new Set(e.interceptors||[]),r={name:"interceptor-chain",onResponse:e=>{let r=e;for(const e of t)r=e(r);return r}};return{plugin:r,add:e=>(t.add(e),()=>{t.delete(e)}),remove:e=>{t.delete(e)},clear:()=>{t.clear()},size:()=>t.size}}().plugin),e.plugins&&e.plugins.length>0&&r.push(...e.plugins),r.forEach((e=>{e.onRequest&&t.interceptors.request.use(e.onRequest,e.onError),(e.onResponse||e.onError)&&t.interceptors.response.use(e.onResponse,e.onError)})),t}const Ps=Us({baseURL:"/",headers:{"Agw-Js-Conv":"str"}}),Is=Ps;function Ds(e){let t,r=e[0],n=1;for(;n<e.length;){const o=e[n],s=e[n+1];if(n+=2,("optionalAccess"===o||"optionalCall"===o)&&null==r)return;"access"===o||"optionalAccess"===o?(t=r,r=s(r)):"call"!==o&&"optionalCall"!==o||(r=s(((...e)=>r.call(t,...e))),t=void 0)}return r}const Bs={E1000:"INVALID_ARGUMENT",E1001:"MISSING_PROJECT_ID",E1002:"MISSING_MESSAGE",E1003:"MISSING_SPACE_ID",E1004:"INVALID_DOMAIN",E1005:"INVALID_PROJECT_TYPE",E1006:"UNSUPPORTED_PROJECT_TYPE",E1100:"UNKNOWN_OPTION",E1101:"UNKNOWN_COMMAND",E1102:"MISSING_ARGUMENT",E1103:"MISSING_OPTION",E2001:"AUTH_FAILED",E2002:"MINIPROGRAM_NOT_AUTHORIZED",E2003:"PERMISSION_DENIED",E3000:"RESOURCE_NOT_FOUND",E3001:"PROJECT_NOT_FOUND",E3002:"SKILL_NOT_FOUND",E3003:"SECRET_NOT_FOUND",E3004:"SKILL_NOT_INSTALLED",E3005:"DELETE_FAILED",E3006:"NO_DEPLOYMENT_HISTORY",E3007:"MISSING_COMMIT_HASH",E3008:"SKILL_PROJECT_NOT_SUPPORTED",E3009:"CONFLICT",E4001:"QUOTA_EXCEEDED",E5000:"UNEXPECTED_ERROR",E5001:"NETWORK_ERROR",E5002:"SERVER_ERROR",E5003:"TIMEOUT"};function ks(e,t){return null!=e?e:t()}function qs(e){let t,r=e[0],n=1;for(;n<e.length;){const o=e[n],s=e[n+1];if(n+=2,("optionalAccess"===o||"optionalCall"===o)&&null==r)return;"access"===o||"optionalAccess"===o?(t=r,r=s(r)):"call"!==o&&"optionalCall"!==o||(r=s(((...e)=>r.call(t,...e))),t=void 0)}return r}exports.ExitCode=void 0,function(e){e[e.SUCCESS=0]="SUCCESS";e[e.FAILURE=1]="FAILURE";e[e.AUTH_ERROR=2]="AUTH_ERROR";e[e.INPUT_ERROR=4]="INPUT_ERROR"}(exports.ExitCode||(exports.ExitCode={}));class Ms extends Error{constructor(e,t,r,n){const o=ks(Bs[e],(()=>"UNKNOWN_ERROR")),s=ks(t,(()=>o));super(s),this.name="CozeError",this.code=e,this.errorName=o,this.desc=s,this.details=r,this.trigger=qs([n,"optionalAccess",e=>e.trigger]),this.fix=qs([n,"optionalAccess",e=>e.fix]),this.example=qs([n,"optionalAccess",e=>e.example]),this.isMessageExplicit=void 0!==t,Object.setPrototypeOf(this,Ms.prototype)}}class zs{constructor(){zs.prototype.__init.call(this),zs.prototype.__init2.call(this)}__init(){this.headers={}}__init2(){this.scopedHeadersProviders=new Map}setHeaders(e){this.headers=h.merge({},this.headers,e)}getHeaders(){return this.headers}setScopedHeadersProvider(e,t){this.scopedHeadersProviders.set(e,t)}removeScopedHeadersProvider(e){this.scopedHeadersProviders.delete(e)}getRequestHeaders(e,t){const r={};return[...this.scopedHeadersProviders.values()].forEach((n=>{h.merge(r,n(e,t))})),h.merge({},this.headers,function(e){let t,r=e[0],n=1;for(;n<e.length;){const o=e[n],s=e[n+1];if(n+=2,("optionalAccess"===o||"optionalCall"===o)&&null==r)return;"access"===o||"optionalAccess"===o?(t=r,r=s(r)):"call"!==o&&"optionalCall"!==o||(r=s(((...e)=>r.call(t,...e))),t=void 0)}return r}([t,"optionalAccess",e=>e.headers]),r)}resetHeaders(){this.headers={}}setDispatcher(e){this.dispatcher=e}clearDispatcher(){this.dispatcher=void 0}async fetch(e,t){return d.fetch(e,{...t,headers:this.getRequestHeaders(e,t),dispatcher:this.dispatcher})}}const Hs=new zs;exports.CozeError=Ms,exports.ErrorCode={E1000:"E1000",E1001:"E1001",E1002:"E1002",E1003:"E1003",E1004:"E1004",E1005:"E1005",E1006:"E1006",E1100:"E1100",E1101:"E1101",E1102:"E1102",E1103:"E1103",E2001:"E2001",E2002:"E2002",E2003:"E2003",E3000:"E3000",E3001:"E3001",E3002:"E3002",E3003:"E3003",E3004:"E3004",E3005:"E3005",E3006:"E3006",E3007:"E3007",E3008:"E3008",E3009:"E3009",E4001:"E4001",E5000:"E5000",E5001:"E5001",E5002:"E5002",E5003:"E5003"},exports.ErrorNameByCode=Bs,exports.HttpError=Xt,exports.MapCache=He,exports.Stack=nt,exports.Symbol=b,exports.Uint8Array=St,exports.arrayLikeKeys=Ae,exports.arrayMap=T,exports.arrayPush=tt,exports.assignValue=ne,exports.axiosInstance=Is,exports.axiosInstance$1=Ps,exports.baseAssignValue=ee,exports.baseGet=Ze,exports.baseGetAllKeys=dt,exports.baseGetTag=C,exports.baseSet=Gt,exports.castPath=Ye,exports.cloneBuffer=ct,exports.cloneDeep=Vt,exports.cloneTypedArray=Ut,exports.createRequestClient=Us,exports.customFetch=Hs,exports.defineProperty=Y,exports.eq=te,exports.exitCodeForError=function(e){const t=Number.parseInt(e.slice(1),10);return t>=1e3&&t<2e3?exports.ExitCode.INPUT_ERROR:t>=2e3&&t<3e3?exports.ExitCode.AUTH_ERROR:exports.ExitCode.FAILURE},exports.get=et,exports.getAllKeys=ht,exports.getDefaultExportFromCjs=jn,exports.getPrototype=rt,exports.getSymbols=pt,exports.initCloneObject=It,exports.isArguments=pe,exports.isArray=S,exports.isArrayLike=se,exports.isBuffer=ye,exports.isFunction=U,exports.isHttpError=function(e){return e instanceof Xt},exports.isIndex=Z,exports.isKey=Le,exports.isLength=oe,exports.isObject=L,exports.isObjectLike=A,exports.isPrototype=ae,exports.isTypedArray=Oe,exports.keys=je,exports.request=(e,t)=>Is({...e,...t}),exports.requireSrc=eo,exports.safeJsonParse=function(e,t,r){let n,o;if(2===arguments.length?t&&"object"==typeof t&&("onError"in t||"validate"in t||"throwOnValidationError"in t)?(o=t,n=void 0):(n=t,o=void 0):3===arguments.length&&(n=t,o=r),"object"==typeof e&&null!==e)return e;try{const t=JSON.parse(String(e));if(Ds([o,"optionalAccess",e=>e.validate])){if(o.validate(t))return t;{const t=new Error("JSON validation failed");if(Ds([o,"access",e=>e.onError,"optionalCall",r=>r(t,e)]),o.throwOnValidationError)throw t;return n}}return t}catch(t){if(t instanceof Error&&"JSON validation failed"===t.message&&Ds([o,"optionalAccess",e=>e.throwOnValidationError]))throw t;return Ds([o,"optionalAccess",e=>e.onError,"optionalCall",r=>r(t,e)]),n}},exports.stubArray=ut,exports.toKey=Qe;