Commit Graph

114 Commits

Author SHA1 Message Date
2e7de9805c TS wasn't transpiling because of an error in the tests, which haven't been adapted yet. 2024-08-21 15:03:08 -04:00
886e1d1d2b fix: Problems in SignHelper were preventing the API client from working because of exports variable that wasn't adapted to TypeScript earlier. 2024-08-20 04:13:13 -04:00
5787bea9ba Updated README.md to document the current state of the project. 2024-08-05 23:33:51 -04:00
c8e302acdb fix: OfferListing.Promotions is an array. 2024-08-05 23:13:21 -04:00
a7a763638a fix: BrowseNodeInfo.BrowseNodes is an array type. 2024-08-05 23:10:29 -04:00
b9ca1fd88b fix: Several parts of the API client were broken. Example code compiles now. 2024-08-05 21:58:01 -04:00
2293cf5b89 fix: Finally got the ESMNext module builder working. 2024-08-05 20:43:34 -04:00
b1e0d00a88 fix: tsc wasn't emitting dist/ files. 2024-08-05 20:21:32 -04:00
ef750360b8 fix: Corrected module export file. 2024-08-05 20:08:23 -04:00
7adf9bab81 Convert to .mts and compile to .mjs NodeNext modules. 2024-08-05 19:58:43 -04:00
2710a90d98 fix: Images.Variants is an array of ImageType objects. 2024-08-05 19:38:17 -04:00
9aaeaa9979 Added Images.Primary.HighRes and Images.Variants.HighRes to SearchItemsResource. 2024-07-21 00:26:51 -04:00
b7ca0ef61c fix: Updated definition for SearchItemsRequest.Resources. 2024-07-21 00:21:05 -04:00
86f73e1cbf fix: Updated definition for SearchItemsResource. 2024-07-21 00:14:38 -04:00
5dae789942 Generate .d.ts files for importing. 2024-07-18 03:35:25 -04:00
ab25c56ba6 Added additional files to publish to NPM. 2024-07-18 03:24:30 -04:00
c5665eb1c6 Updated package.json. 2024-07-18 02:57:36 -04:00
21ec5c5cb8 Updated package.json. 2024-07-18 02:52:14 -04:00
ab001fe532 Commented out tests for now. Needs conversion from Mocha to Jest. Code transpiles without error but I have no idea if it works. 2024-07-18 02:47:22 -04:00
ca90c9f511 Resolved problem code so it will transpile. 2024-07-18 02:40:46 -04:00
2464f792f3 Set tsconfig module resolution to NodeNext. 2024-07-18 02:36:22 -04:00
abcceca81e Added missing import. 2024-07-18 02:35:09 -04:00
60e2a5afe2 Converted from using crypto library to built-in crypto in Node. 2024-07-18 02:28:28 -04:00
66883a30fa Refactored model/GetVariationsRequest and model/GetVariationsResponse. 2024-07-18 02:05:05 -04:00
c6df851323 Refactored model/GetItemsResponse. 2024-07-18 01:56:33 -04:00
96634eb911 Refactored model/ItemsResult. 2024-07-18 01:54:44 -04:00
6496104e30 Refactored several model/ files. 2024-07-18 01:51:42 -04:00
79eac5977b Refactored model/SearchItemsRequest and model/SearchItemsResponse. 2024-07-18 01:33:56 -04:00
805aba5688 Refactored model/SearchResult. 2024-07-18 01:19:53 -04:00
e82b52eb2e Refactored model/VariationsResult and model/VariationAttribute. 2024-07-18 01:16:15 -04:00
6bd54703c2 Refactored model/RentalOffers. 2024-07-18 01:11:40 -04:00
49064c5ffc Refactored model/RentalOfferListing. 2024-07-18 01:09:59 -04:00
8b61a2c145 Refactored model/Offers. 2024-07-18 01:05:37 -04:00
70b4254a56 Refactored model/OfferListing. 2024-07-18 01:03:14 -04:00
3b8db03f08 Refactored model/OfferProgramEligibility. 2024-07-18 00:56:02 -04:00
0680f01ed6 Refactored model/OfferMerchantInfo. 2024-07-18 00:53:41 -04:00
fc62a9b22f Refactored model/OfferLoyaltyPoints. 2024-07-18 00:51:31 -04:00
570324c315 Refactored model/OfferDeliveryInfo. 2024-07-18 00:49:57 -04:00
b06045ed3e Refactored model/OfferShippingCharge. 2024-07-18 00:47:21 -04:00
d4f6695395 Refactored model/OfferSummary. 2024-07-18 00:44:27 -04:00
77180aea4e Refactored model/Item. 2024-07-18 00:42:19 -04:00
96a090a7d0 Refactored model/ItemInfo. 2024-07-18 00:36:58 -04:00
74d3ac8a36 Refactored model/TradeInInfo. 2024-07-18 00:32:42 -04:00
6f313822c0 Refactored model/TechnicalInfo. 2024-07-18 00:29:18 -04:00
ccfa4e267f Refactored model/ManufactureInfo. 2024-07-18 00:24:28 -04:00
6736514c21 Refactored model/OfferCondition. 2024-07-18 00:21:20 -04:00
f49cdea458 Refactored model/OfferSubCondition. 2024-07-18 00:18:38 -04:00
2bd8ddf350 Refactored model/OfferConditionNote. 2024-07-18 00:12:13 -04:00
b6d939ea05 Refactored model/OfferAvailability. 2024-07-18 00:10:22 -04:00
836a8d8d65 Refactored model/MinPrice. 2024-07-18 00:08:04 -04:00