UNPKG

@congminh1254/shopee-sdk

Version:
16 lines 762 B
export var ShopeeRegion; (function (ShopeeRegion) { ShopeeRegion["GLOBAL"] = "GLOBAL"; ShopeeRegion["CHINA"] = "CHINA"; ShopeeRegion["BRAZIL"] = "BRAZIL"; ShopeeRegion["TEST_GLOBAL"] = "TEST_GLOBAL"; ShopeeRegion["TEST_CHINA"] = "TEST_CHINA"; })(ShopeeRegion || (ShopeeRegion = {})); export const SHOPEE_BASE_URLS = { [ShopeeRegion.GLOBAL]: "https://partner.shopeemobile.com/api/v2", [ShopeeRegion.CHINA]: "https://openplatform.shopee.cn/api/v2/public", [ShopeeRegion.BRAZIL]: "https://openplatform.shopee.com.br/api/v2", [ShopeeRegion.TEST_GLOBAL]: "https://partner.test-stable.shopeemobile.com/api/v2", [ShopeeRegion.TEST_CHINA]: "https://openplatform.test-stable.shopee.cn/api/v2", }; //# sourceMappingURL=region.js.map