facebookbusiness 20.0.2 → 20.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 485c1787fbd679276cdba8284f888f7e2b22c0529161d1c27695b341b5669892
4
- data.tar.gz: 61064e6df99a11d0430aada587f4fccd98ba8cb96197182216d56fab1ad3cdf2
3
+ metadata.gz: b9531916aa108405f0a4582cf66d7690c62e513724c382da52f14b003784f3ec
4
+ data.tar.gz: 1c5800f16fc7660d6553e9f33915d9fb9301e492a91596893b4cfa8b6827c378
5
5
  SHA512:
6
- metadata.gz: 55968f3a0cb999aeb128d737df88153dff0f254cb787742ccc69264a9fbeb344570df33153d3d8744365e3c1e9406ba110e017c1adb46ff118ffbf6ce690dfed
7
- data.tar.gz: 0532d59dd875eda4f2994a38e73a51fae14ac0c5508bd17361a7db351c29b2266b9352b244d7cd39c404161fb3383d84f06c8afb6a32c03f1d5a1efd2fce966c
6
+ metadata.gz: 01a8c1a3b32e497c5129abe75ec84a4d574e1f6498027e5465c49c03947d2d2cd569af051850adb6d01b50b53b8794eb7f09f38f7eb1c315789224870f1b0e79
7
+ data.tar.gz: 124711832b6545f4d915b1f12355612ed03a4a6dd9a698abb7173b299983b4bc4cc0fde30b59f13f4406e148dd8e7d0cc1732ba3c7ce90301bc6f5cb31bfb973
@@ -15,14 +15,7 @@ module FacebookAds
15
15
 
16
16
  class AdCreativeFeatureCustomizations < AdObject
17
17
 
18
- field :background_color, 'string'
19
- field :catalog_feed_tag_name, 'string'
20
- field :font_name, 'string'
21
- field :product_recommendation_type, 'string'
22
- field :product_versioning_fallback_strategy, 'string'
23
18
  field :showcase_card_display, 'string'
24
- field :text_style, 'string'
25
- field :video_crop_style, 'string'
26
19
  has_no_id
27
20
  has_no_get
28
21
  has_no_post
@@ -15,6 +15,7 @@ module FacebookAds
15
15
 
16
16
  class AdCreativeFeatureDetails < AdObject
17
17
 
18
+ field :customizations, 'AdCreativeFeatureCustomizations'
18
19
  field :enroll_status, 'string'
19
20
  has_no_id
20
21
  has_no_get
@@ -7,6 +7,6 @@
7
7
  # FB:AUTOGEN
8
8
 
9
9
  module FacebookAds
10
- VERSION = '20.0.2'
10
+ VERSION = '20.0.3'
11
11
  API_VERSION = '20.0'
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facebookbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 20.0.2
4
+ version: 20.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facebook
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-31 00:00:00.000000000 Z
11
+ date: 2024-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby