From 4230f38b03ca46d8404e585e9cb3962cbc3cbf0f Mon Sep 17 00:00:00 2001 From: sravya-yelleti <75785120+sravya-yelleti@users.noreply.github.com> Date: Fri, 22 Jul 2022 20:03:21 +0530 Subject: [PATCH] feat: exports test account operations (#973) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index dcabb66bb..ce78a6f4a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,6 +25,7 @@ export * from './operations/product-ads/sponsored-products-product-ads-operation export * from './operations/product-targeting/sponsored-brands-product-targeting-operation' export * from './operations/product-targeting/sponsored-products-product-targeting-operation' export * from './operations/profiles/profile-operation' +export * from './operations/test-accounts/test-account-operation' export * from './operations/recommendations/sponsored-brands-bid-recommendations-operation' export * from './operations/recommendations/sponsored-brands-targeting-recommendations-operation' export * from './operations/reports/sponsored-brands/sponsored-brands-report-operation'