-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: ignore-conflict-markers Reviewed By: stcheng Differential Revision: D50948295 fbshipit-source-id: cf8bb45f02bc4541869a94145f997d45505ace7c
- Loading branch information
1 parent
3963d74
commit dddfc39
Showing
27 changed files
with
192 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
lib/facebook_ads/ad_objects/ctx_partner_app_welcome_message_flow.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class CtxPartnerAppWelcomeMessageFlow < AdObject | ||
|
||
field :compatible_platforms, { list: 'string' } | ||
field :eligible_platforms, { list: 'string' } | ||
field :id, 'string' | ||
field :is_used_in_ad, 'bool' | ||
field :last_update_time, 'datetime' | ||
field :name, 'string' | ||
field :welcome_message_flow, 'string' | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class HasLeadAccess < AdObject | ||
|
||
field :app_has_leads_permission, 'bool' | ||
field :can_access_lead, 'bool' | ||
field :enabled_lead_access_manager, 'bool' | ||
field :failure_reason, 'string' | ||
field :failure_resolution, 'string' | ||
field :is_page_admin, 'bool' | ||
field :page_id, 'string' | ||
field :user_has_leads_permission, 'bool' | ||
field :user_id, 'string' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
lib/facebook_ads/ad_objects/managed_partner_extended_credit.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class ManagedPartnerExtendedCredit < AdObject | ||
|
||
field :id, 'string' | ||
field :max_balance, 'CurrencyAmount' | ||
field :receiving_credit_allocation_config, 'ExtendedCreditAllocationConfig' | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
Oops, something went wrong.