-
Notifications
You must be signed in to change notification settings - Fork 521
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: D51766783 fbshipit-source-id: ac1f695a815dfbcde66183513e78ac224dfaa3d5
- Loading branch information
1 parent
bf538a2
commit 9ce6056
Showing
34 changed files
with
902 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?php | ||
/* | ||
* 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. | ||
*/ | ||
|
||
namespace FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\AdAssetFeedAdditionalDataFields; | ||
|
||
/** | ||
* 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 AdAssetFeedAdditionalData extends AbstractObject { | ||
|
||
/** | ||
* @return AdAssetFeedAdditionalDataFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return AdAssetFeedAdditionalDataFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
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,42 @@ | ||
<?php | ||
/* | ||
* 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. | ||
*/ | ||
|
||
namespace FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\AdAssetFeedSpecCallToActionFields; | ||
|
||
/** | ||
* 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 AdAssetFeedSpecCallToAction extends AbstractObject { | ||
|
||
/** | ||
* @return AdAssetFeedSpecCallToActionFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return AdAssetFeedSpecCallToActionFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
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,42 @@ | ||
<?php | ||
/* | ||
* 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. | ||
*/ | ||
|
||
namespace FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\AdAssetFeedSpecCarouselFields; | ||
|
||
/** | ||
* 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 AdAssetFeedSpecCarousel extends AbstractObject { | ||
|
||
/** | ||
* @return AdAssetFeedSpecCarouselFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return AdAssetFeedSpecCarouselFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
42 changes: 42 additions & 0 deletions
42
src/FacebookAds/Object/AdAssetFeedSpecCarouselChildAttachment.php
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,42 @@ | ||
<?php | ||
/* | ||
* 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. | ||
*/ | ||
|
||
namespace FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\AdAssetFeedSpecCarouselChildAttachmentFields; | ||
|
||
/** | ||
* 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 AdAssetFeedSpecCarouselChildAttachment extends AbstractObject { | ||
|
||
/** | ||
* @return AdAssetFeedSpecCarouselChildAttachmentFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return AdAssetFeedSpecCarouselChildAttachmentFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
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,42 @@ | ||
<?php | ||
/* | ||
* 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. | ||
*/ | ||
|
||
namespace FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\AdAssetFeedSpecEventsFields; | ||
|
||
/** | ||
* 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 AdAssetFeedSpecEvents extends AbstractCrudObject { | ||
|
||
/** | ||
* @return AdAssetFeedSpecEventsFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return AdAssetFeedSpecEventsFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
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,42 @@ | ||
<?php | ||
/* | ||
* 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. | ||
*/ | ||
|
||
namespace FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\AdAssetOnsiteDestinationsFields; | ||
|
||
/** | ||
* 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 AdAssetOnsiteDestinations extends AbstractObject { | ||
|
||
/** | ||
* @return AdAssetOnsiteDestinationsFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return AdAssetOnsiteDestinationsFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
42 changes: 42 additions & 0 deletions
42
src/FacebookAds/Object/AdCreativeBrandedContentAdsPartners.php
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,42 @@ | ||
<?php | ||
/* | ||
* 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. | ||
*/ | ||
|
||
namespace FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\AdCreativeBrandedContentAdsPartnersFields; | ||
|
||
/** | ||
* 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 AdCreativeBrandedContentAdsPartners extends AbstractObject { | ||
|
||
/** | ||
* @return AdCreativeBrandedContentAdsPartnersFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return AdCreativeBrandedContentAdsPartnersFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
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
40 changes: 40 additions & 0 deletions
40
src/FacebookAds/Object/Fields/AdAssetFeedAdditionalDataFields.php
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,40 @@ | ||
<?php | ||
/* | ||
* 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. | ||
*/ | ||
|
||
namespace FacebookAds\Object\Fields; | ||
|
||
use FacebookAds\Enum\AbstractEnum; | ||
|
||
/** | ||
* 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 AdAssetFeedAdditionalDataFields extends AbstractEnum { | ||
|
||
const AUTOMATED_PRODUCT_TAGS = 'automated_product_tags'; | ||
const BRAND_PAGE_ID = 'brand_page_id'; | ||
const IS_CLICK_TO_MESSAGE = 'is_click_to_message'; | ||
const MULTI_SHARE_END_CARD = 'multi_share_end_card'; | ||
const PAGE_WELCOME_MESSAGE = 'page_welcome_message'; | ||
|
||
public function getFieldTypes() { | ||
return array( | ||
'automated_product_tags' => 'bool', | ||
'brand_page_id' => 'string', | ||
'is_click_to_message' => 'bool', | ||
'multi_share_end_card' => 'bool', | ||
'page_welcome_message' => 'string', | ||
); | ||
} | ||
} |
Oops, something went wrong.