@accio-ai/ecommerce-cli 0.0.6-rc.3 → 0.0.6-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -0
- package/checksums.json +7 -7
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
### Changed
|
|
39
39
|
|
|
40
|
+
- Amazon 素材包定义移除 `config.amazon_scenario.identifierStrategy` 输入及对应 metadata,不再要求预先选择 GTIN 或 GTIN 豁免策略;商品标识与豁免字段按 Amazon 返回的 Schema 生成。调用方需删除旧参数。
|
|
40
41
|
- 海外商品命令恢复使用 `--store-id` / JSON `store_id`;categories 使用 `--config-file` 和完整参数 `--input-json-file`,不接受 `--config` 或内联 `--input-json`,并恢复通过 `--output-file` 导出类目证据。package 恢复接收外部证据文件及 SHA-256、`amazon_scenario` 和嵌套 `temu` 配置。使用过 `0.0.6-rc.2` 接口的脚本需同步调整,详见 [海外商品命令对接说明](docs/海外商品命令对接说明.md)。
|
|
41
42
|
- 海外商品 publish 自动识别 Excel 中的平台,并按当前授权店铺选择唯一发布目标;移除该命令的 `--platform` / JSON `platform` 输入,保留 Excel、ZIP、解压目录和 `--assets-root` 支持。混合包离线预检按平台分组报告,正式结果返回实际绑定的 `target`。categories/package 的平台参数保持不变。
|
|
42
43
|
- 国内 `collection plan` 响应收敛为 `status` 与 `await_collect`,待采集项包含 `source_id`、`type`、`dsl_id`;状态改为 `COLLECTION_REQUIRED` / `NO_COLLECTION_REQUIRED`。升级自 `0.0.5-rc.2` 及更早版本的调用方需适配原 `source_ids`、`items` 和 `configuration_issues` 字段的移除。
|
package/checksums.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.6-rc.
|
|
2
|
+
"version": "0.0.6-rc.4",
|
|
3
3
|
"binaries": {
|
|
4
4
|
"darwin-arm64": {
|
|
5
5
|
"package": "@accio-ai/ecommerce-cli-darwin-arm64",
|
|
6
6
|
"file": "ecomctl",
|
|
7
|
-
"sha256": "
|
|
7
|
+
"sha256": "359f771df45348d36282963ade70bdb8bef6ed4e2e1f5b16208ce6c186107915"
|
|
8
8
|
},
|
|
9
9
|
"darwin-x64": {
|
|
10
10
|
"package": "@accio-ai/ecommerce-cli-darwin-x64",
|
|
11
11
|
"file": "ecomctl",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "dfa04666e2bfedbe8e5d27b1d5360721a146a95ba4cac968c9dfd6353a5ab05e"
|
|
13
13
|
},
|
|
14
14
|
"linux-arm64": {
|
|
15
15
|
"package": "@accio-ai/ecommerce-cli-linux-arm64",
|
|
16
16
|
"file": "ecomctl",
|
|
17
|
-
"sha256": "
|
|
17
|
+
"sha256": "19889ad45ca52f5731147844f2266952ce51d0342772676170e80bffe33159d7"
|
|
18
18
|
},
|
|
19
19
|
"linux-x64": {
|
|
20
20
|
"package": "@accio-ai/ecommerce-cli-linux-x64",
|
|
21
21
|
"file": "ecomctl",
|
|
22
|
-
"sha256": "
|
|
22
|
+
"sha256": "623604582446c223582a68d8387d0cc36f1c49361caaa9d57418592e3b8de6f7"
|
|
23
23
|
},
|
|
24
24
|
"win32-arm64": {
|
|
25
25
|
"package": "@accio-ai/ecommerce-cli-win32-arm64",
|
|
26
26
|
"file": "ecomctl.exe",
|
|
27
|
-
"sha256": "
|
|
27
|
+
"sha256": "3b621fb01cca93b0c21d94c8004bb6874ac1211fa74791a5444c24fa922cfbdd"
|
|
28
28
|
},
|
|
29
29
|
"win32-x64": {
|
|
30
30
|
"package": "@accio-ai/ecommerce-cli-win32-x64",
|
|
31
31
|
"file": "ecomctl.exe",
|
|
32
|
-
"sha256": "
|
|
32
|
+
"sha256": "94c8499bcba07e5a1559a1c4f7a171cd14b52351f0a7591261e2ddbd55bc3677"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accio-ai/ecommerce-cli",
|
|
3
|
-
"version": "0.0.6-rc.
|
|
3
|
+
"version": "0.0.6-rc.4",
|
|
4
4
|
"description": "Local, statically compiled ecommerce automation toolkit",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"postinstall": "node postinstall.cjs"
|
|
19
19
|
},
|
|
20
20
|
"optionalDependencies": {
|
|
21
|
-
"@accio-ai/ecommerce-cli-darwin-arm64": "0.0.6-rc.
|
|
22
|
-
"@accio-ai/ecommerce-cli-darwin-x64": "0.0.6-rc.
|
|
23
|
-
"@accio-ai/ecommerce-cli-linux-arm64": "0.0.6-rc.
|
|
24
|
-
"@accio-ai/ecommerce-cli-linux-x64": "0.0.6-rc.
|
|
25
|
-
"@accio-ai/ecommerce-cli-win32-arm64": "0.0.6-rc.
|
|
26
|
-
"@accio-ai/ecommerce-cli-win32-x64": "0.0.6-rc.
|
|
21
|
+
"@accio-ai/ecommerce-cli-darwin-arm64": "0.0.6-rc.4",
|
|
22
|
+
"@accio-ai/ecommerce-cli-darwin-x64": "0.0.6-rc.4",
|
|
23
|
+
"@accio-ai/ecommerce-cli-linux-arm64": "0.0.6-rc.4",
|
|
24
|
+
"@accio-ai/ecommerce-cli-linux-x64": "0.0.6-rc.4",
|
|
25
|
+
"@accio-ai/ecommerce-cli-win32-arm64": "0.0.6-rc.4",
|
|
26
|
+
"@accio-ai/ecommerce-cli-win32-x64": "0.0.6-rc.4"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
29
|
"bin",
|