Skip to content

Commit

Permalink
Override Enum EnumAffectedChannels for All Languages
Browse files Browse the repository at this point in the history
Summary: [BizSDK] Override Enum EnumAffectedChannels for All Languages

Reviewed By: mengxuanzhangz

Differential Revision: D54956307

fbshipit-source-id: 54bdd9067039aa8496966f8d563ad4e4127631ee
  • Loading branch information
stcheng authored and facebook-github-bot committed Mar 15, 2024
1 parent 224125f commit 16fdde4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/objects/product-catalog-diagnostic-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,20 @@ export default class ProductCatalogDiagnosticGroup extends AbstractCrudObject {

static get AffectedChannels (): Object {
return Object.freeze({
business_inbox_in_messenger: 'business_inbox_in_messenger',
b2c_marketplace: 'b2c_marketplace',
c2c_marketplace: 'c2c_marketplace',
da: 'da',
daily_deals: 'daily_deals',
daily_deals_legacy: 'daily_deals_legacy',
ig_product_tagging: 'ig_product_tagging',
marketplace: 'marketplace',
marketplace_ads_deprecated: 'marketplace_ads_deprecated',
marketplace_shops: 'marketplace_shops',
mini_shops: 'mini_shops',
offline_conversions: 'offline_conversions',
shops: 'shops',
test_capability: 'test_capability',
universal_checkout: 'universal_checkout',
us_marketplace: 'us_marketplace',
whatsapp: 'whatsapp',
});
}
static get AffectedEntity (): Object {
Expand Down

0 comments on commit 16fdde4

Please sign in to comment.