-
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: D49643037 fbshipit-source-id: 9025b9fa69b153fb958feff16bddc72dc5d5d3b4
- Loading branch information
1 parent
4cb4408
commit 704d18f
Showing
41 changed files
with
467 additions
and
21 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
25 changes: 25 additions & 0 deletions
25
lib/facebook_ads/ad_objects/ad_creative_feature_details.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,25 @@ | ||
# 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 AdCreativeFeatureDetails < AdObject | ||
|
||
field :enroll_status, '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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# 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 AdCreativeFeaturesSpec < AdObject | ||
|
||
field :advantage_plus_creative, 'AdCreativeFeatureDetails' | ||
field :audio, 'AdCreativeFeatureDetails' | ||
field :carousel_to_video, 'AdCreativeFeatureDetails' | ||
field :cv_transformation, 'AdCreativeFeatureDetails' | ||
field :description_automation, 'AdCreativeFeatureDetails' | ||
field :dha_optimization, 'AdCreativeFeatureDetails' | ||
field :ig_glados_feed, 'AdCreativeFeatureDetails' | ||
field :image_auto_crop, 'AdCreativeFeatureDetails' | ||
field :image_background_gen, 'AdCreativeFeatureDetails' | ||
field :image_enhancement, 'AdCreativeFeatureDetails' | ||
field :image_templates, 'AdCreativeFeatureDetails' | ||
field :image_touchups, 'AdCreativeFeatureDetails' | ||
field :image_uncrop, 'AdCreativeFeatureDetails' | ||
field :inline_comment, 'AdCreativeFeatureDetails' | ||
field :media_liquidity_animated_image, 'AdCreativeFeatureDetails' | ||
field :media_order, 'AdCreativeFeatureDetails' | ||
field :media_type_automation, 'AdCreativeFeatureDetails' | ||
field :product_extensions, 'AdCreativeFeatureDetails' | ||
field :product_metadata_automation, 'AdCreativeFeatureDetails' | ||
field :product_tags, 'AdCreativeFeatureDetails' | ||
field :profile_card, 'AdCreativeFeatureDetails' | ||
field :standard_enhancements, 'AdCreativeFeatureDetails' | ||
field :standard_enhancements_catalog, 'AdCreativeFeatureDetails' | ||
field :text_generation, 'AdCreativeFeatureDetails' | ||
field :text_optimizations, 'AdCreativeFeatureDetails' | ||
field :video_auto_crop, 'AdCreativeFeatureDetails' | ||
field :video_highlight, 'AdCreativeFeatureDetails' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 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 AdCreativeSourcingSpec < AdObject | ||
|
||
field :associated_product_set_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
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
26 changes: 26 additions & 0 deletions
26
lib/facebook_ads/ad_objects/content_publishing_limit_response.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 ContentPublishingLimitResponse < AdObject | ||
|
||
field :config, 'object' | ||
field :quota_usage, 'int' | ||
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
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 DynamicVideoMetadata < AdObject | ||
|
||
field :id, 'string' | ||
field :tags, { list: 'string' } | ||
field :url, 'string' | ||
field :video, 'AdVideo' | ||
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
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,25 @@ | ||
# 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 IgCommentFromUser < AdObject | ||
|
||
field :id, 'string' | ||
field :username, 'string' | ||
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
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 IgShoppingProductAppeal < AdObject | ||
|
||
field :eligible_for_appeal, 'bool' | ||
field :product_appeal_status, 'string' | ||
field :product_id, 'int' | ||
field :rejection_reasons, { list: 'string' } | ||
field :review_status, 'string' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
Oops, something went wrong.