chore: improve payment provider tsdocs + generate reference (#10742)

This commit is contained in:
Shahed Nasser
2024-12-26 14:11:52 +02:00
committed by GitHub
parent ee50e67a96
commit ce51c36ecf
7 changed files with 331 additions and 266 deletions
+24 -24
View File
@@ -1,36 +1,36 @@
export * from "./product.js"
export * from "./tax.js"
export * from "./pricing.js"
export * from "./storefront.js"
export * from "./payment.js"
export * from "./order.js"
export * from "./cart.js"
export * from "./fulfillment.js"
export * from "./server.js"
export * from "./stripe.js"
export * from "./pricing.js"
export * from "./product-collection.js"
export * from "./customer.js"
export * from "./publishable-api-key.js"
export * from "./query.js"
export * from "./server.js"
export * from "./product-category.js"
export * from "./auth.js"
export * from "./tax.js"
export * from "./inventory.js"
export * from "./customer.js"
export * from "./product-collection.js"
export * from "./fulfillment.js"
export * from "./region.js"
export * from "./api-key.js"
export * from "./query.js"
export * from "./sales-channel.js"
export * from "./remote-link.js"
export * from "./publishable-api-key.js"
export * from "./step.js"
export * from "./region.js"
export * from "./store.js"
export * from "./remote-query.js"
export * from "./workflow.js"
export * from "./event-bus.js"
export * from "./promotion.js"
export * from "./user.js"
export * from "./locking.js"
export * from "./api-key.js"
export * from "./logger.js"
export * from "./currency.js"
export * from "./js-sdk.js"
export * from "./stock-location.js"
export * from "./admin.js"
export * from "./auth.js"
export * from "./notification.js"
export * from "./file.js"
export * from "./product-category.js"
export * from "./locking.js"
export * from "./stock-location.js"
export * from "./store.js"
export * from "./user.js"
export * from "./event-bus.js"
export * from "./logger.js"
export * from "./js-sdk.js"
export * from "./admin.js"
export * from "./promotion.js"
export * from "./remote-query.js"
export * from "./notification.js"
export * from "./currency.js"