David Ball daball
daball pushed to openapi-sdk-migration at daball/dashersupply 2024-08-25 19:18:32 -04:00
b033b05ea3 Migrated to release candidate Squidex SDK
daball pushed to openapi-sdk-migration at daball/dashersupply 2024-08-25 17:48:22 -04:00
92b2a13d00 Migrated to release candidate Squidex SDK
daball pushed to openapi-sdk-migration at daball/dashersupply 2024-08-25 17:36:35 -04:00
783ef8e7c3 Migrated to release candidate Squidex SDK
c989bbaa9c Working on making CLI app subcommands reusable.
Compare 2 commits »
daball pushed to openapi-sdk-migration at daball/dashersupply 2024-08-25 17:26:39 -04:00
a6fde93c6e Working on making CLI app subcommands reusable.
daball created branch openapi-sdk-migration in daball/dashersupply 2024-08-25 17:26:39 -04:00
daball pushed to main at daball/dashersupply 2024-08-25 15:34:09 -04:00
c989bbaa9c Working on making CLI app subcommands reusable.
daball pushed to main at daball/dashersupply 2024-08-24 14:03:48 -04:00
9e4d912320 fix: definition of BrandSlots.
daball pushed to main at daball/dashersupply 2024-08-24 13:42:33 -04:00
3cfa093d01 Working on redirect old URLs to new URLs framework in Squidex, renamed Multilingual to Localized, NonMultilingual to NonLocalized. Splitting apart massive Amazon integration script into smaller components.
daball pushed to main at daball/dashersupply 2024-08-21 16:03:53 -04:00
b0d4fecd8f Added ads.txt and robots.txt back in, prevent crawling dev mode site, and update amazon-catalog app.
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-21 15:03:19 -04:00
2e7de9805c TS wasn't transpiling because of an error in the tests, which haven't been adapted yet.
daball pushed to main at daball/dashersupply 2024-08-21 08:55:51 -04:00
7354d923d0 Updated site to use Squidex instead of Strapi and instead of hardcoded data.
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-20 04:13:23 -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.
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-05 23:33:57 -04:00
5787bea9ba Updated README.md to document the current state of the project.
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-05 23:15:24 -04:00
c8e302acdb fix: OfferListing.Promotions is an array.
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-05 23:10:40 -04:00
a7a763638a fix: BrowseNodeInfo.BrowseNodes is an array type.
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-05 21:58:09 -04:00
b9ca1fd88b fix: Several parts of the API client were broken. Example code compiles now.
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-05 20:43:49 -04:00
2293cf5b89 fix: Finally got the ESMNext module builder working.
b1e0d00a88 fix: tsc wasn't emitting dist/ files.
Compare 2 commits »
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-05 20:16:15 -04:00
2de9858694 fix: tsc wasn't emitting dist/ files.
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-05 20:08:36 -04:00
ef750360b8 fix: Corrected module export file.
daball pushed to main at daball/amazon-pa-api-5.0-sdk-node-ts 2024-08-05 19:58:54 -04:00
7adf9bab81 Convert to .mts and compile to .mjs NodeNext modules.