late-sdk 0.0.706 → 0.0.708
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/docs/AdInsightsApi.md +84 -0
- data/docs/BoostPostRequest.md +4 -4
- data/docs/BoostPostRequestPlatformSpecificData.md +49 -0
- data/docs/CreateStandaloneAdRequest.md +4 -4
- data/docs/GetAdsSearchTerms200Response.md +22 -0
- data/docs/GetAdsSearchTerms200ResponseDataInner.md +40 -0
- data/docs/GetAdsSearchTerms200ResponsePaging.md +18 -0
- data/docs/InstagramApi.md +1 -1
- data/docs/MetaAdsPlatformData.md +22 -0
- data/docs/WebhookPayloadCommentPost.md +7 -1
- data/lib/zernio-sdk/api/ad_insights_api.rb +82 -0
- data/lib/zernio-sdk/api/instagram_api.rb +2 -2
- data/lib/zernio-sdk/models/boost_post_request.rb +4 -4
- data/lib/zernio-sdk/models/boost_post_request_platform_specific_data.rb +105 -0
- data/lib/zernio-sdk/models/create_standalone_ad_request.rb +4 -4
- data/lib/zernio-sdk/models/get_ads_search_terms200_response.rb +167 -0
- data/lib/zernio-sdk/models/get_ads_search_terms200_response_data_inner.rb +256 -0
- data/lib/zernio-sdk/models/get_ads_search_terms200_response_paging.rb +149 -0
- data/lib/zernio-sdk/models/meta_ads_platform_data.rb +190 -0
- data/lib/zernio-sdk/models/webhook_payload_comment_post.rb +43 -4
- data/lib/zernio-sdk/version.rb +1 -1
- data/lib/zernio-sdk.rb +5 -0
- data/openapi.yaml +117 -6
- data/spec/api/ad_insights_api_spec.rb +18 -0
- data/spec/api/instagram_api_spec.rb +1 -1
- data/spec/models/boost_post_request_platform_specific_data_spec.rb +32 -0
- data/spec/models/get_ads_search_terms200_response_data_inner_spec.rb +102 -0
- data/spec/models/get_ads_search_terms200_response_paging_spec.rb +36 -0
- data/spec/models/get_ads_search_terms200_response_spec.rb +48 -0
- data/spec/models/meta_ads_platform_data_spec.rb +48 -0
- data/spec/models/webhook_payload_comment_post_spec.rb +18 -0
- data/zernio-sdk-0.0.708.gem +0 -0
- metadata +22 -2
- data/zernio-sdk-0.0.706.gem +0 -0
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Zernio API
|
|
3
|
+
|
|
4
|
+
#API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.4
|
|
7
|
+
Contact: support@zernio.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.19.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Zernio::GetAdsSearchTerms200ResponseDataInner
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Zernio::GetAdsSearchTerms200ResponseDataInner do
|
|
21
|
+
#let(:instance) { Zernio::GetAdsSearchTerms200ResponseDataInner.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of GetAdsSearchTerms200ResponseDataInner' do
|
|
24
|
+
it 'should create an instance of GetAdsSearchTerms200ResponseDataInner' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Zernio::GetAdsSearchTerms200ResponseDataInner)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "search_term"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "status"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "match_type"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe 'test attribute "campaign_id"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
describe 'test attribute "campaign_name"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
describe 'test attribute "ad_group_id"' do
|
|
61
|
+
it 'should work' do
|
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
describe 'test attribute "ad_group_name"' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
describe 'test attribute "impressions"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
describe 'test attribute "clicks"' do
|
|
79
|
+
it 'should work' do
|
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
describe 'test attribute "cost_micros"' do
|
|
85
|
+
it 'should work' do
|
|
86
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
describe 'test attribute "conversions"' do
|
|
91
|
+
it 'should work' do
|
|
92
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
describe 'test attribute "conversions_value"' do
|
|
97
|
+
it 'should work' do
|
|
98
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
end
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Zernio API
|
|
3
|
+
|
|
4
|
+
#API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.4
|
|
7
|
+
Contact: support@zernio.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.19.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Zernio::GetAdsSearchTerms200ResponsePaging
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Zernio::GetAdsSearchTerms200ResponsePaging do
|
|
21
|
+
#let(:instance) { Zernio::GetAdsSearchTerms200ResponsePaging.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of GetAdsSearchTerms200ResponsePaging' do
|
|
24
|
+
it 'should create an instance of GetAdsSearchTerms200ResponsePaging' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Zernio::GetAdsSearchTerms200ResponsePaging)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "next_page_token"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
end
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Zernio API
|
|
3
|
+
|
|
4
|
+
#API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.4
|
|
7
|
+
Contact: support@zernio.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.19.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Zernio::GetAdsSearchTerms200Response
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Zernio::GetAdsSearchTerms200Response do
|
|
21
|
+
#let(:instance) { Zernio::GetAdsSearchTerms200Response.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of GetAdsSearchTerms200Response' do
|
|
24
|
+
it 'should create an instance of GetAdsSearchTerms200Response' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Zernio::GetAdsSearchTerms200Response)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "customer_id"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "data"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "paging"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
end
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Zernio API
|
|
3
|
+
|
|
4
|
+
#API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.4
|
|
7
|
+
Contact: support@zernio.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.19.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Zernio::MetaAdsPlatformData
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Zernio::MetaAdsPlatformData do
|
|
21
|
+
#let(:instance) { Zernio::MetaAdsPlatformData.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of MetaAdsPlatformData' do
|
|
24
|
+
it 'should create an instance of MetaAdsPlatformData' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(Zernio::MetaAdsPlatformData)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "bid_strategy"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "bid_amount"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "roas_average_floor"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
end
|
|
@@ -39,4 +39,22 @@ describe Zernio::WebhookPayloadCommentPost do
|
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
|
|
42
|
+
describe 'test attribute "content"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe 'test attribute "image_url"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
describe 'test attribute "permalink"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
42
60
|
end
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: late-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.708
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -156,6 +156,7 @@ files:
|
|
|
156
156
|
- docs/BookmarkPostRequest.md
|
|
157
157
|
- docs/BoostPostRequest.md
|
|
158
158
|
- docs/BoostPostRequestBudget.md
|
|
159
|
+
- docs/BoostPostRequestPlatformSpecificData.md
|
|
159
160
|
- docs/BoostPostRequestSchedule.md
|
|
160
161
|
- docs/BoostPostRequestTargeting.md
|
|
161
162
|
- docs/BoostPostRequestTargetingCitiesInner.md
|
|
@@ -536,6 +537,9 @@ files:
|
|
|
536
537
|
- docs/GetAdTree200Response.md
|
|
537
538
|
- docs/GetAdsActivityLog200Response.md
|
|
538
539
|
- docs/GetAdsActivityLog200ResponsePaging.md
|
|
540
|
+
- docs/GetAdsSearchTerms200Response.md
|
|
541
|
+
- docs/GetAdsSearchTerms200ResponseDataInner.md
|
|
542
|
+
- docs/GetAdsSearchTerms200ResponsePaging.md
|
|
539
543
|
- docs/GetAdsTimeline200Response.md
|
|
540
544
|
- docs/GetAdsTimeline200ResponseRowsInner.md
|
|
541
545
|
- docs/GetAllAccountsHealth200Response.md
|
|
@@ -1083,6 +1087,7 @@ files:
|
|
|
1083
1087
|
- docs/MentionsApi.md
|
|
1084
1088
|
- docs/MessagesApi.md
|
|
1085
1089
|
- docs/MessagingAdsApi.md
|
|
1090
|
+
- docs/MetaAdsPlatformData.md
|
|
1086
1091
|
- docs/MetaLeadFormPlatformData.md
|
|
1087
1092
|
- docs/MetaLeadFormPlatformDataContextCard.md
|
|
1088
1093
|
- docs/Money.md
|
|
@@ -1884,6 +1889,7 @@ files:
|
|
|
1884
1889
|
- lib/zernio-sdk/models/bookmark_post_request.rb
|
|
1885
1890
|
- lib/zernio-sdk/models/boost_post_request.rb
|
|
1886
1891
|
- lib/zernio-sdk/models/boost_post_request_budget.rb
|
|
1892
|
+
- lib/zernio-sdk/models/boost_post_request_platform_specific_data.rb
|
|
1887
1893
|
- lib/zernio-sdk/models/boost_post_request_schedule.rb
|
|
1888
1894
|
- lib/zernio-sdk/models/boost_post_request_targeting.rb
|
|
1889
1895
|
- lib/zernio-sdk/models/boost_post_request_targeting_cities_inner.rb
|
|
@@ -2246,6 +2252,9 @@ files:
|
|
|
2246
2252
|
- lib/zernio-sdk/models/get_ad_tree200_response.rb
|
|
2247
2253
|
- lib/zernio-sdk/models/get_ads_activity_log200_response.rb
|
|
2248
2254
|
- lib/zernio-sdk/models/get_ads_activity_log200_response_paging.rb
|
|
2255
|
+
- lib/zernio-sdk/models/get_ads_search_terms200_response.rb
|
|
2256
|
+
- lib/zernio-sdk/models/get_ads_search_terms200_response_data_inner.rb
|
|
2257
|
+
- lib/zernio-sdk/models/get_ads_search_terms200_response_paging.rb
|
|
2249
2258
|
- lib/zernio-sdk/models/get_ads_timeline200_response.rb
|
|
2250
2259
|
- lib/zernio-sdk/models/get_ads_timeline200_response_rows_inner.rb
|
|
2251
2260
|
- lib/zernio-sdk/models/get_all_accounts_health200_response.rb
|
|
@@ -2783,6 +2792,7 @@ files:
|
|
|
2783
2792
|
- lib/zernio-sdk/models/mark_conversation_read200_response.rb
|
|
2784
2793
|
- lib/zernio-sdk/models/media_item.rb
|
|
2785
2794
|
- lib/zernio-sdk/models/media_upload_response.rb
|
|
2795
|
+
- lib/zernio-sdk/models/meta_ads_platform_data.rb
|
|
2786
2796
|
- lib/zernio-sdk/models/meta_lead_form_platform_data.rb
|
|
2787
2797
|
- lib/zernio-sdk/models/meta_lead_form_platform_data_context_card.rb
|
|
2788
2798
|
- lib/zernio-sdk/models/money.rb
|
|
@@ -3551,6 +3561,7 @@ files:
|
|
|
3551
3561
|
- spec/models/bookmark_post200_response_spec.rb
|
|
3552
3562
|
- spec/models/bookmark_post_request_spec.rb
|
|
3553
3563
|
- spec/models/boost_post_request_budget_spec.rb
|
|
3564
|
+
- spec/models/boost_post_request_platform_specific_data_spec.rb
|
|
3554
3565
|
- spec/models/boost_post_request_schedule_spec.rb
|
|
3555
3566
|
- spec/models/boost_post_request_spec.rb
|
|
3556
3567
|
- spec/models/boost_post_request_targeting_cities_inner_spec.rb
|
|
@@ -3914,6 +3925,9 @@ files:
|
|
|
3914
3925
|
- spec/models/get_ad_tree200_response_spec.rb
|
|
3915
3926
|
- spec/models/get_ads_activity_log200_response_paging_spec.rb
|
|
3916
3927
|
- spec/models/get_ads_activity_log200_response_spec.rb
|
|
3928
|
+
- spec/models/get_ads_search_terms200_response_data_inner_spec.rb
|
|
3929
|
+
- spec/models/get_ads_search_terms200_response_paging_spec.rb
|
|
3930
|
+
- spec/models/get_ads_search_terms200_response_spec.rb
|
|
3917
3931
|
- spec/models/get_ads_timeline200_response_rows_inner_spec.rb
|
|
3918
3932
|
- spec/models/get_ads_timeline200_response_spec.rb
|
|
3919
3933
|
- spec/models/get_all_accounts_health200_response_accounts_inner_spec.rb
|
|
@@ -4451,6 +4465,7 @@ files:
|
|
|
4451
4465
|
- spec/models/mark_conversation_read200_response_spec.rb
|
|
4452
4466
|
- spec/models/media_item_spec.rb
|
|
4453
4467
|
- spec/models/media_upload_response_spec.rb
|
|
4468
|
+
- spec/models/meta_ads_platform_data_spec.rb
|
|
4454
4469
|
- spec/models/meta_lead_form_platform_data_context_card_spec.rb
|
|
4455
4470
|
- spec/models/meta_lead_form_platform_data_spec.rb
|
|
4456
4471
|
- spec/models/money_amount_spec.rb
|
|
@@ -5072,7 +5087,7 @@ files:
|
|
|
5072
5087
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
5073
5088
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
5074
5089
|
- spec/spec_helper.rb
|
|
5075
|
-
- zernio-sdk-0.0.
|
|
5090
|
+
- zernio-sdk-0.0.708.gem
|
|
5076
5091
|
- zernio-sdk.gemspec
|
|
5077
5092
|
homepage: https://openapi-generator.tech
|
|
5078
5093
|
licenses:
|
|
@@ -5591,6 +5606,7 @@ test_files:
|
|
|
5591
5606
|
- spec/models/comment_automation_template_element_buttons_inner_spec.rb
|
|
5592
5607
|
- spec/models/connected_spec.rb
|
|
5593
5608
|
- spec/models/get_best_time_to_post200_response_slots_inner_spec.rb
|
|
5609
|
+
- spec/models/get_ads_search_terms200_response_paging_spec.rb
|
|
5594
5610
|
- spec/models/get_contact200_response_spec.rb
|
|
5595
5611
|
- spec/models/select_snapchat_profile_request_selected_public_profile_spec.rb
|
|
5596
5612
|
- spec/models/check_phone_number_portability200_response_spec.rb
|
|
@@ -5894,6 +5910,7 @@ test_files:
|
|
|
5894
5910
|
- spec/models/appeal_sms_registration_request_spec.rb
|
|
5895
5911
|
- spec/models/update_whats_app_display_name200_response_spec.rb
|
|
5896
5912
|
- spec/models/get_contact_channels200_response_spec.rb
|
|
5913
|
+
- spec/models/boost_post_request_platform_specific_data_spec.rb
|
|
5897
5914
|
- spec/models/get_sms_usage200_response_spec.rb
|
|
5898
5915
|
- spec/models/get_workflow_version200_response_spec.rb
|
|
5899
5916
|
- spec/models/get_gmb_attribute_metadata200_response_attribute_metadata_inner_value_metadata_inner_spec.rb
|
|
@@ -6161,6 +6178,7 @@ test_files:
|
|
|
6161
6178
|
- spec/models/ctwa_ad_request_body_creatives_inner_spec.rb
|
|
6162
6179
|
- spec/models/send_inbox_message_request_interactive_action_one_of3_parameters_flow_action_payload_spec.rb
|
|
6163
6180
|
- spec/models/targeting_spec_spec.rb
|
|
6181
|
+
- spec/models/get_ads_search_terms200_response_data_inner_spec.rb
|
|
6164
6182
|
- spec/models/complete_whats_app_phone_selection200_response_account_spec.rb
|
|
6165
6183
|
- spec/models/webhook_payload_message_message_sender_spec.rb
|
|
6166
6184
|
- spec/models/approve_whats_app_group_join_requests_request_spec.rb
|
|
@@ -6288,6 +6306,7 @@ test_files:
|
|
|
6288
6306
|
- spec/models/get_phone_number_port_in_requirements200_response_spec.rb
|
|
6289
6307
|
- spec/models/update_account200_response_x_capabilities_spec.rb
|
|
6290
6308
|
- spec/models/comment_automation_template_element_spec.rb
|
|
6309
|
+
- spec/models/get_ads_search_terms200_response_spec.rb
|
|
6291
6310
|
- spec/models/whats_app_header_component_spec.rb
|
|
6292
6311
|
- spec/models/usage_stats_spec.rb
|
|
6293
6312
|
- spec/models/you_tube_scope_missing_response_scope_status_spec.rb
|
|
@@ -6698,6 +6717,7 @@ test_files:
|
|
|
6698
6717
|
- spec/models/get_google_business_location_details200_response_categories_primary_category_spec.rb
|
|
6699
6718
|
- spec/models/webhook_payload_comment_account_spec.rb
|
|
6700
6719
|
- spec/models/get_analytics402_response_spec.rb
|
|
6720
|
+
- spec/models/meta_ads_platform_data_spec.rb
|
|
6701
6721
|
- spec/models/end_voice_call200_response_spec.rb
|
|
6702
6722
|
- spec/models/generate_keyword_historical_metrics_request_spec.rb
|
|
6703
6723
|
- spec/models/send_private_reply_to_comment_request_buttons_inner_spec.rb
|
data/zernio-sdk-0.0.706.gem
DELETED
|
Binary file
|