Skip to content

Commit 8f1c99f

Browse files
Feat: Update APIs script (@W-20718643@) (#436)
* implement download by api version * remove unused code * update tests * update api version table * remove proxyquire * update package.lock.json * add CustomRequestBody * address PR comments * fix unit test --------- Co-authored-by: Alex Vuong <alex.vuong@salesforce.com>
1 parent 0b658af commit 8f1c99f

File tree

13 files changed

+16802
-9395
lines changed

13 files changed

+16802
-9395
lines changed

.depcheckrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ ignores:
1313
- handlebars # Used by generation script to generate version.ts and top level index.ts files
1414
- fs-extra # Used by generation script and updateApis script
1515
- tslib # Used by the TypeScript compiler
16+
- anypoint-cli-exchange-plugin # CLI tool executed via execSync in scripts, not imported
17+
- anypoint-cli-v4 # CLI tool executed via execSync in scripts, not imported

api-versions.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# ECOM v26.2
2+
assignments-oas-v1=1.0.36
3+
campaigns-oas-v1=1.0.38
4+
catalogs-oas-v1=1.0.43
5+
cdn-api-process-apis-oas-v1=1.0.40
6+
cors-preferences-oas-v1=1.0.7
7+
coupons-oas-v1=1.0.40
8+
customers-oas-v1=1.0.33
9+
gift-certificates-oas-v1=1.0.40
10+
orders-oas-v1=1.4.11
11+
preferences-oas-v1=1.1.4
12+
products-oas-v1=1.0.41
13+
promotions-oas-v1=1.0.34
14+
shopper-baskets-oas-v1=1.9.1
15+
shopper-baskets-oas-v2=2.1.1
16+
shopper-configurations-oas=1.0.0
17+
shopper-consents-oas-v1=1.1.2
18+
shopper-context-oas-v1=1.1.2
19+
shopper-customers-oas-v1=1.1.2
20+
shopper-experience-oas-v1=1.0.9
21+
shopper-gift-certificates-oas-v1=1.0.27
22+
shopper-login-oas-v1=1.40.0
23+
shopper-orders-oas-v1=1.5.1
24+
shopper-products-oas-v1=1.0.39
25+
shopper-promotions-oas-v1=1.0.37
26+
shopper-search-oas-v1=1.5.1
27+
shopper-seo-oas-v1=1.0.14
28+
shopper-stores-oas-v1=1.0.18
29+
slas-admin-oas-v1=1.12.31
30+
source-code-groups-oas-v1=1.0.38

0 commit comments

Comments
 (0)