forked from crowetic/commerce
Added operation to get all pages
This commit is contained in:
@@ -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',
|
||||
})
|
||||
|
Reference in New Issue
Block a user