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 0cff587 commit 03898e9
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions facebook_business/adobjects/productcatalogdiagnosticgroup.py
Expand Up @@ -37,11 +37,20 @@ class Field(AbstractObject.Field):
type = 'type'

class AffectedChannels:
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'

class AffectedEntity:
product_catalog = 'product_catalog'
Expand Down

0 comments on commit 03898e9

Please sign in to comment.