4
0
forked from crowetic/commerce

Added operation to get all pages

This commit is contained in:
Luis Alvarez
2020-10-14 22:30:26 -05:00
parent db7cee4400
commit 3b7b71422c
5 changed files with 378 additions and 3 deletions

View File

@@ -20,7 +20,9 @@ async function getSchema(filename) {
const schemas = Object.entries({
'../api/definitions/catalog.ts': 'BigCommerce_Catalog_API.oas2.yml',
// swagger-to-ts is not working for the Cart schema
'../api/definitions/store-content.ts':
'BigCommerce_Store_Content_API.oas2.yml',
// swagger-to-ts is not working for the schema of the cart API
// '../api/definitions/cart.ts':
// 'BigCommerce_Server_to_Server_Cart_API.oas2.yml',
})