late-sdk 0.0.922 → 0.0.924
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/docs/AdAccountsApi.md +2 -2
- data/docs/AdCampaignsApi.md +2 -2
- data/docs/AdCreativesApi.md +8 -8
- data/docs/AdLibraryApi.md +2 -2
- data/docs/WebhookEventsApi.md +1 -1
- data/lib/zernio-sdk/api/ad_accounts_api.rb +2 -2
- data/lib/zernio-sdk/api/ad_campaigns_api.rb +2 -2
- data/lib/zernio-sdk/api/ad_creatives_api.rb +8 -8
- data/lib/zernio-sdk/api/ad_library_api.rb +2 -2
- data/lib/zernio-sdk/api/webhook_events_api.rb +2 -2
- data/lib/zernio-sdk/models/webhook_payload_comment.rb +1 -1
- data/lib/zernio-sdk/models/webhook_payload_comment_comment.rb +2 -2
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +17 -11
- data/spec/api/ad_accounts_api_spec.rb +1 -1
- data/spec/api/ad_campaigns_api_spec.rb +1 -1
- data/spec/api/ad_creatives_api_spec.rb +4 -4
- data/spec/api/ad_library_api_spec.rb +1 -1
- data/spec/models/webhook_payload_comment_comment_spec.rb +1 -1
- data/zernio-sdk-0.0.924.gem +0 -0
- metadata +3 -3
- data/zernio-sdk-0.0.922.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf24143555959fa49543fc6fe2eca720bd7430d4eb42a8adadbbc5be4ff553ea
|
|
4
|
+
data.tar.gz: 9faf45cfea04a6c573e6ca9b56ce19b133a9fa39598c803fb62c80a25c4fb568
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee2a7d4763a3e28a225681d9fb2c7997dd322a58dbab142b5da406e2692c0f802f77e5782bc97d7ebb1543e407846ada611d5763031c33bc46b126bd24a2078e
|
|
7
|
+
data.tar.gz: be07d9a84e3dd2b4c4e3309508a28879c145b7e5cb428473689ac5aec9bbba9be3c0239ec3292f49f57d9bb75855841217492ad25e9a94fe15d63dc56c87eacc
|
data/docs/AdAccountsApi.md
CHANGED
|
@@ -1977,7 +1977,7 @@ api_instance = Zernio::AdAccountsApi.new
|
|
|
1977
1977
|
account_id = 'account_id_example' # String | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
1978
1978
|
ad_account_id = 'ad_account_id_example' # String | Meta ad account id (act_<n>).
|
|
1979
1979
|
opts = {
|
|
1980
|
-
fields: '
|
|
1980
|
+
fields: 'id,name,type,cells{id,name,treatment_percentage}', # String | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
1981
1981
|
limit: 56, # Integer | Rows per page
|
|
1982
1982
|
after: 'after_example' # String | Cursor from paging.after of the previous page.
|
|
1983
1983
|
}
|
|
@@ -2015,7 +2015,7 @@ end
|
|
|
2015
2015
|
| ---- | ---- | ----------- | ----- |
|
|
2016
2016
|
| **account_id** | **String** | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token. | |
|
|
2017
2017
|
| **ad_account_id** | **String** | Meta ad account id (act_<n>). | |
|
|
2018
|
-
| **fields** | **String** | Comma-separated Graph field override
|
|
2018
|
+
| **fields** | **String** | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently. | [optional] |
|
|
2019
2019
|
| **limit** | **Integer** | Rows per page | [optional][default to 25] |
|
|
2020
2020
|
| **after** | **String** | Cursor from paging.after of the previous page. | [optional] |
|
|
2021
2021
|
|
data/docs/AdCampaignsApi.md
CHANGED
|
@@ -1224,7 +1224,7 @@ api_instance = Zernio::AdCampaignsApi.new
|
|
|
1224
1224
|
ad_set_id = 'ad_set_id_example' # String | Meta ad set id (platformAdSetId).
|
|
1225
1225
|
account_id = 'account_id_example' # String | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
1226
1226
|
opts = {
|
|
1227
|
-
fields: '
|
|
1227
|
+
fields: 'id,status,ads.limit(100){id,name,status,issues_info}' # String | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
1228
1228
|
}
|
|
1229
1229
|
|
|
1230
1230
|
begin
|
|
@@ -1260,7 +1260,7 @@ end
|
|
|
1260
1260
|
| ---- | ---- | ----------- | ----- |
|
|
1261
1261
|
| **ad_set_id** | **String** | Meta ad set id (platformAdSetId). | |
|
|
1262
1262
|
| **account_id** | **String** | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token. | |
|
|
1263
|
-
| **fields** | **String** | Comma-separated Graph field override
|
|
1263
|
+
| **fields** | **String** | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently. | [optional] |
|
|
1264
1264
|
|
|
1265
1265
|
### Return type
|
|
1266
1266
|
|
data/docs/AdCreativesApi.md
CHANGED
|
@@ -329,7 +329,7 @@ api_instance = Zernio::AdCreativesApi.new
|
|
|
329
329
|
creative_id = 'creative_id_example' # String | Platform creative id
|
|
330
330
|
account_id = 'account_id_example' # String | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
331
331
|
opts = {
|
|
332
|
-
fields: '
|
|
332
|
+
fields: 'id,name,status,object_story_spec{page_id,link_data{link,message}}' # String | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
begin
|
|
@@ -365,7 +365,7 @@ end
|
|
|
365
365
|
| ---- | ---- | ----------- | ----- |
|
|
366
366
|
| **creative_id** | **String** | Platform creative id | |
|
|
367
367
|
| **account_id** | **String** | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token. | |
|
|
368
|
-
| **fields** | **String** | Comma-separated Graph field override
|
|
368
|
+
| **fields** | **String** | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently. | [optional] |
|
|
369
369
|
|
|
370
370
|
### Return type
|
|
371
371
|
|
|
@@ -688,7 +688,7 @@ api_instance = Zernio::AdCreativesApi.new
|
|
|
688
688
|
account_id = 'account_id_example' # String | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
689
689
|
ad_account_id = 'ad_account_id_example' # String | Meta ad account id (act_<n>).
|
|
690
690
|
opts = {
|
|
691
|
-
fields: '
|
|
691
|
+
fields: 'id,name,status,object_story_spec{page_id,link_data{link,message}}', # String | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
692
692
|
limit: 56, # Integer | Rows per page
|
|
693
693
|
after: 'after_example' # String | Cursor from paging.after of the previous page.
|
|
694
694
|
}
|
|
@@ -726,7 +726,7 @@ end
|
|
|
726
726
|
| ---- | ---- | ----------- | ----- |
|
|
727
727
|
| **account_id** | **String** | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token. | |
|
|
728
728
|
| **ad_account_id** | **String** | Meta ad account id (act_<n>). | |
|
|
729
|
-
| **fields** | **String** | Comma-separated Graph field override
|
|
729
|
+
| **fields** | **String** | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently. | [optional] |
|
|
730
730
|
| **limit** | **Integer** | Rows per page | [optional][default to 25] |
|
|
731
731
|
| **after** | **String** | Cursor from paging.after of the previous page. | [optional] |
|
|
732
732
|
|
|
@@ -767,7 +767,7 @@ api_instance = Zernio::AdCreativesApi.new
|
|
|
767
767
|
account_id = 'account_id_example' # String | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
768
768
|
ad_account_id = 'ad_account_id_example' # String | Meta ad account id (act_<n>).
|
|
769
769
|
opts = {
|
|
770
|
-
fields: '
|
|
770
|
+
fields: 'hash,url,name,width,height,status', # String | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
771
771
|
limit: 56, # Integer | Rows per page
|
|
772
772
|
after: 'after_example' # String | Cursor from paging.after of the previous page.
|
|
773
773
|
}
|
|
@@ -805,7 +805,7 @@ end
|
|
|
805
805
|
| ---- | ---- | ----------- | ----- |
|
|
806
806
|
| **account_id** | **String** | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token. | |
|
|
807
807
|
| **ad_account_id** | **String** | Meta ad account id (act_<n>). | |
|
|
808
|
-
| **fields** | **String** | Comma-separated Graph field override
|
|
808
|
+
| **fields** | **String** | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently. | [optional] |
|
|
809
809
|
| **limit** | **Integer** | Rows per page | [optional][default to 25] |
|
|
810
810
|
| **after** | **String** | Cursor from paging.after of the previous page. | [optional] |
|
|
811
811
|
|
|
@@ -846,7 +846,7 @@ api_instance = Zernio::AdCreativesApi.new
|
|
|
846
846
|
account_id = 'account_id_example' # String | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
847
847
|
ad_account_id = 'ad_account_id_example' # String | Meta ad account id (act_<n>).
|
|
848
848
|
opts = {
|
|
849
|
-
fields: '
|
|
849
|
+
fields: 'id,title,status,thumbnails,length', # String | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
850
850
|
limit: 56, # Integer | Rows per page
|
|
851
851
|
after: 'after_example' # String | Cursor from paging.after of the previous page.
|
|
852
852
|
}
|
|
@@ -884,7 +884,7 @@ end
|
|
|
884
884
|
| ---- | ---- | ----------- | ----- |
|
|
885
885
|
| **account_id** | **String** | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token. | |
|
|
886
886
|
| **ad_account_id** | **String** | Meta ad account id (act_<n>). | |
|
|
887
|
-
| **fields** | **String** | Comma-separated Graph field override
|
|
887
|
+
| **fields** | **String** | Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently. | [optional] |
|
|
888
888
|
| **limit** | **Integer** | Rows per page | [optional][default to 25] |
|
|
889
889
|
| **after** | **String** | Cursor from paging.after of the previous page. | [optional] |
|
|
890
890
|
|
data/docs/AdLibraryApi.md
CHANGED
|
@@ -42,7 +42,7 @@ opts = {
|
|
|
42
42
|
since: Date.parse('2013-10-20'), # Date | Earliest delivery date (YYYY-MM-DD).
|
|
43
43
|
_until: Date.parse('2013-10-20'), # Date | Latest delivery date (YYYY-MM-DD).
|
|
44
44
|
search_type: 'KEYWORD_UNORDERED', # String | Meta only. Whether q matches words in any order or as an exact phrase (comma-separate phrases to match all of them).
|
|
45
|
-
fields: '
|
|
45
|
+
fields: 'id,page_name,ad_delivery_start_time,ad_creative_bodies', # String | Meta only. Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
46
46
|
limit: 56, # Integer | Rows per page. LinkedIn accepts at most 25.
|
|
47
47
|
after: 'after_example' # String | paging.after of the previous page.
|
|
48
48
|
}
|
|
@@ -92,7 +92,7 @@ end
|
|
|
92
92
|
| **since** | **Date** | Earliest delivery date (YYYY-MM-DD). | [optional] |
|
|
93
93
|
| **_until** | **Date** | Latest delivery date (YYYY-MM-DD). | [optional] |
|
|
94
94
|
| **search_type** | **String** | Meta only. Whether q matches words in any order or as an exact phrase (comma-separate phrases to match all of them). | [optional][default to 'KEYWORD_UNORDERED'] |
|
|
95
|
-
| **fields** | **String** | Meta only.
|
|
95
|
+
| **fields** | **String** | Meta only. Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently. | [optional] |
|
|
96
96
|
| **limit** | **Integer** | Rows per page. LinkedIn accepts at most 25. | [optional][default to 25] |
|
|
97
97
|
| **after** | **String** | paging.after of the previous page. | [optional] |
|
|
98
98
|
|
data/docs/WebhookEventsApi.md
CHANGED
|
@@ -677,7 +677,7 @@ nil (empty response body)
|
|
|
677
677
|
|
|
678
678
|
Comment received event
|
|
679
679
|
|
|
680
|
-
Fired when a new comment is received on a tracked post.
|
|
680
|
+
Fired when a new comment is received on a tracked post. Delivered for Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit and TikTok. X/Twitter does NOT fire this event. Instagram, Facebook and TikTok arrive in real time from the platform's own webhook; the rest are poll-driven, so delivery is not instant. TikTok needs an account connected through the TikTok for Business app.
|
|
681
681
|
|
|
682
682
|
### Examples
|
|
683
683
|
|
|
@@ -2038,7 +2038,7 @@ module Zernio
|
|
|
2038
2038
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
2039
2039
|
# @param ad_account_id [String] Meta ad account id (act_<n>).
|
|
2040
2040
|
# @param [Hash] opts the optional parameters
|
|
2041
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
2041
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
2042
2042
|
# @option opts [Integer] :limit Rows per page (default to 25)
|
|
2043
2043
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
2044
2044
|
# @return [ListAdStudies200Response]
|
|
@@ -2052,7 +2052,7 @@ module Zernio
|
|
|
2052
2052
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
2053
2053
|
# @param ad_account_id [String] Meta ad account id (act_<n>).
|
|
2054
2054
|
# @param [Hash] opts the optional parameters
|
|
2055
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
2055
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
2056
2056
|
# @option opts [Integer] :limit Rows per page (default to 25)
|
|
2057
2057
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
2058
2058
|
# @return [Array<(ListAdStudies200Response, Integer, Hash)>] ListAdStudies200Response data, response status code and response headers
|
|
@@ -1191,7 +1191,7 @@ module Zernio
|
|
|
1191
1191
|
# @param ad_set_id [String] Meta ad set id (platformAdSetId).
|
|
1192
1192
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
1193
1193
|
# @param [Hash] opts the optional parameters
|
|
1194
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
1194
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
1195
1195
|
# @return [GetAdSetDetails200Response]
|
|
1196
1196
|
def get_ad_set_details(ad_set_id, account_id, opts = {})
|
|
1197
1197
|
data, _status_code, _headers = get_ad_set_details_with_http_info(ad_set_id, account_id, opts)
|
|
@@ -1203,7 +1203,7 @@ module Zernio
|
|
|
1203
1203
|
# @param ad_set_id [String] Meta ad set id (platformAdSetId).
|
|
1204
1204
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
1205
1205
|
# @param [Hash] opts the optional parameters
|
|
1206
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
1206
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
1207
1207
|
# @return [Array<(GetAdSetDetails200Response, Integer, Hash)>] GetAdSetDetails200Response data, response status code and response headers
|
|
1208
1208
|
def get_ad_set_details_with_http_info(ad_set_id, account_id, opts = {})
|
|
1209
1209
|
if @api_client.config.debugging
|
|
@@ -307,7 +307,7 @@ module Zernio
|
|
|
307
307
|
# @param creative_id [String] Platform creative id
|
|
308
308
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
309
309
|
# @param [Hash] opts the optional parameters
|
|
310
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
310
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
311
311
|
# @return [GetAdCreative200Response]
|
|
312
312
|
def get_ad_creative(creative_id, account_id, opts = {})
|
|
313
313
|
data, _status_code, _headers = get_ad_creative_with_http_info(creative_id, account_id, opts)
|
|
@@ -319,7 +319,7 @@ module Zernio
|
|
|
319
319
|
# @param creative_id [String] Platform creative id
|
|
320
320
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
321
321
|
# @param [Hash] opts the optional parameters
|
|
322
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
322
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
323
323
|
# @return [Array<(GetAdCreative200Response, Integer, Hash)>] GetAdCreative200Response data, response status code and response headers
|
|
324
324
|
def get_ad_creative_with_http_info(creative_id, account_id, opts = {})
|
|
325
325
|
if @api_client.config.debugging
|
|
@@ -650,7 +650,7 @@ module Zernio
|
|
|
650
650
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
651
651
|
# @param ad_account_id [String] Meta ad account id (act_<n>).
|
|
652
652
|
# @param [Hash] opts the optional parameters
|
|
653
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
653
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
654
654
|
# @option opts [Integer] :limit Rows per page (default to 25)
|
|
655
655
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
656
656
|
# @return [ListAdCreatives200Response]
|
|
@@ -664,7 +664,7 @@ module Zernio
|
|
|
664
664
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
665
665
|
# @param ad_account_id [String] Meta ad account id (act_<n>).
|
|
666
666
|
# @param [Hash] opts the optional parameters
|
|
667
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
667
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
668
668
|
# @option opts [Integer] :limit Rows per page (default to 25)
|
|
669
669
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
670
670
|
# @return [Array<(ListAdCreatives200Response, Integer, Hash)>] ListAdCreatives200Response data, response status code and response headers
|
|
@@ -738,7 +738,7 @@ module Zernio
|
|
|
738
738
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
739
739
|
# @param ad_account_id [String] Meta ad account id (act_<n>).
|
|
740
740
|
# @param [Hash] opts the optional parameters
|
|
741
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
741
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
742
742
|
# @option opts [Integer] :limit Rows per page (default to 25)
|
|
743
743
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
744
744
|
# @return [ListAdImages200Response]
|
|
@@ -752,7 +752,7 @@ module Zernio
|
|
|
752
752
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
753
753
|
# @param ad_account_id [String] Meta ad account id (act_<n>).
|
|
754
754
|
# @param [Hash] opts the optional parameters
|
|
755
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
755
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
756
756
|
# @option opts [Integer] :limit Rows per page (default to 25)
|
|
757
757
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
758
758
|
# @return [Array<(ListAdImages200Response, Integer, Hash)>] ListAdImages200Response data, response status code and response headers
|
|
@@ -826,7 +826,7 @@ module Zernio
|
|
|
826
826
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
827
827
|
# @param ad_account_id [String] Meta ad account id (act_<n>).
|
|
828
828
|
# @param [Hash] opts the optional parameters
|
|
829
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
829
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
830
830
|
# @option opts [Integer] :limit Rows per page (default to 25)
|
|
831
831
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
832
832
|
# @return [ListAdVideos200Response]
|
|
@@ -840,7 +840,7 @@ module Zernio
|
|
|
840
840
|
# @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
841
841
|
# @param ad_account_id [String] Meta ad account id (act_<n>).
|
|
842
842
|
# @param [Hash] opts the optional parameters
|
|
843
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
843
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
844
844
|
# @option opts [Integer] :limit Rows per page (default to 25)
|
|
845
845
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
846
846
|
# @return [Array<(ListAdVideos200Response, Integer, Hash)>] ListAdVideos200Response data, response status code and response headers
|
|
@@ -36,7 +36,7 @@ module Zernio
|
|
|
36
36
|
# @option opts [Date] :since Earliest delivery date (YYYY-MM-DD).
|
|
37
37
|
# @option opts [Date] :_until Latest delivery date (YYYY-MM-DD).
|
|
38
38
|
# @option opts [String] :search_type Meta only. Whether q matches words in any order or as an exact phrase (comma-separate phrases to match all of them). (default to 'KEYWORD_UNORDERED')
|
|
39
|
-
# @option opts [String] :fields Meta only.
|
|
39
|
+
# @option opts [String] :fields Meta only. Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
40
40
|
# @option opts [Integer] :limit Rows per page. LinkedIn accepts at most 25. (default to 25)
|
|
41
41
|
# @option opts [String] :after paging.after of the previous page.
|
|
42
42
|
# @return [SearchAdLibrary200Response]
|
|
@@ -62,7 +62,7 @@ module Zernio
|
|
|
62
62
|
# @option opts [Date] :since Earliest delivery date (YYYY-MM-DD).
|
|
63
63
|
# @option opts [Date] :_until Latest delivery date (YYYY-MM-DD).
|
|
64
64
|
# @option opts [String] :search_type Meta only. Whether q matches words in any order or as an exact phrase (comma-separate phrases to match all of them). (default to 'KEYWORD_UNORDERED')
|
|
65
|
-
# @option opts [String] :fields Meta only.
|
|
65
|
+
# @option opts [String] :fields Meta only. Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
66
66
|
# @option opts [Integer] :limit Rows per page. LinkedIn accepts at most 25. (default to 25)
|
|
67
67
|
# @option opts [String] :after paging.after of the previous page.
|
|
68
68
|
# @return [Array<(SearchAdLibrary200Response, Integer, Hash)>] SearchAdLibrary200Response data, response status code and response headers
|
|
@@ -614,7 +614,7 @@ module Zernio
|
|
|
614
614
|
end
|
|
615
615
|
|
|
616
616
|
# Comment received event
|
|
617
|
-
# Fired when a new comment is received on a tracked post.
|
|
617
|
+
# Fired when a new comment is received on a tracked post. Delivered for Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit and TikTok. X/Twitter does NOT fire this event. Instagram, Facebook and TikTok arrive in real time from the platform's own webhook; the rest are poll-driven, so delivery is not instant. TikTok needs an account connected through the TikTok for Business app.
|
|
618
618
|
# @param webhook_payload_comment [WebhookPayloadComment]
|
|
619
619
|
# @param [Hash] opts the optional parameters
|
|
620
620
|
# @return [nil]
|
|
@@ -624,7 +624,7 @@ module Zernio
|
|
|
624
624
|
end
|
|
625
625
|
|
|
626
626
|
# Comment received event
|
|
627
|
-
# Fired when a new comment is received on a tracked post.
|
|
627
|
+
# Fired when a new comment is received on a tracked post. Delivered for Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit and TikTok. X/Twitter does NOT fire this event. Instagram, Facebook and TikTok arrive in real time from the platform's own webhook; the rest are poll-driven, so delivery is not instant. TikTok needs an account connected through the TikTok for Business app.
|
|
628
628
|
# @param webhook_payload_comment [WebhookPayloadComment]
|
|
629
629
|
# @param [Hash] opts the optional parameters
|
|
630
630
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module Zernio
|
|
17
|
-
# Webhook payload for comment received events (Instagram, Facebook,
|
|
17
|
+
# Webhook payload for comment received events (Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit, TikTok). X/Twitter does NOT fire this event. TikTok events carry only the author id: the comment.update webhook has no username, picture or owner flag.
|
|
18
18
|
class WebhookPayloadComment < ApiModelBase
|
|
19
19
|
# Stable webhook event ID
|
|
20
20
|
attr_accessor :id
|
|
@@ -239,7 +239,7 @@ module Zernio
|
|
|
239
239
|
return false if @id.nil?
|
|
240
240
|
return false if @platform_post_id.nil?
|
|
241
241
|
return false if @platform.nil?
|
|
242
|
-
platform_validator = EnumAttributeValidator.new('String', ["instagram", "facebook", "
|
|
242
|
+
platform_validator = EnumAttributeValidator.new('String', ["instagram", "facebook", "threads", "youtube", "linkedin", "bluesky", "reddit", "tiktok"])
|
|
243
243
|
return false unless platform_validator.valid?(@platform)
|
|
244
244
|
return false if @text.nil?
|
|
245
245
|
return false if @author.nil?
|
|
@@ -271,7 +271,7 @@ module Zernio
|
|
|
271
271
|
# Custom attribute writer method checking allowed values (enum).
|
|
272
272
|
# @param [Object] platform Object to be assigned
|
|
273
273
|
def platform=(platform)
|
|
274
|
-
validator = EnumAttributeValidator.new('String', ["instagram", "facebook", "
|
|
274
|
+
validator = EnumAttributeValidator.new('String', ["instagram", "facebook", "threads", "youtube", "linkedin", "bluesky", "reddit", "tiktok"])
|
|
275
275
|
unless validator.valid?(platform)
|
|
276
276
|
fail ArgumentError, "invalid value for \"platform\", must be one of #{validator.allowable_values}."
|
|
277
277
|
end
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -175,7 +175,7 @@ x-documentation:
|
|
|
175
175
|
- `message.failed` - An outgoing message failed delivery (WhatsApp, SMS; on SMS the carrier's error code rides in `error`)
|
|
176
176
|
- `reaction.received` - A participant added or removed an emoji reaction on a message (WhatsApp, Telegram, Slack, Instagram, Facebook Messenger)
|
|
177
177
|
- `referral.received` - Someone opened an existing Instagram/Messenger thread through an ig.me/m.me `ref` link or a returning Messenger ad click; carries Meta's referral object (a referral that rides an inbound message arrives on `message.received` under `metadata.referral` instead)
|
|
178
|
-
- `comment.received` - New comment received on a post
|
|
178
|
+
- `comment.received` - New comment received on a post (Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit, TikTok). X/Twitter does NOT fire this event
|
|
179
179
|
- `review.new` - New review posted on a connected account (Google Business Profile)
|
|
180
180
|
- `review.updated` - A Google Business Profile reviewer edited their review text or rating, or a reply was posted through `POST /v1/inbox/reviews/{reviewId}/reply`. A reply written directly in Google's own interface does NOT fire this event, because Google emits no notification for it.
|
|
181
181
|
- `lead.received` - New lead submitted against a Meta Lead Gen (Instant) Form. `lead.fields` is the question-key → answer map; `lead.formId`/`lead.adId` give provenance.
|
|
@@ -3144,7 +3144,7 @@ components:
|
|
|
3144
3144
|
description: 'UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued).'
|
|
3145
3145
|
WebhookPayloadComment:
|
|
3146
3146
|
type: object
|
|
3147
|
-
description: 'Webhook payload for comment received events (Instagram, Facebook,
|
|
3147
|
+
description: 'Webhook payload for comment received events (Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit, TikTok). X/Twitter does NOT fire this event. TikTok events carry only the author id: the comment.update webhook has no username, picture or owner flag.'
|
|
3148
3148
|
required: [id, event, comment, post, account, timestamp]
|
|
3149
3149
|
properties:
|
|
3150
3150
|
id:
|
|
@@ -3168,7 +3168,7 @@ components:
|
|
|
3168
3168
|
description: Platform's post ID
|
|
3169
3169
|
platform:
|
|
3170
3170
|
type: string
|
|
3171
|
-
enum: [instagram, facebook,
|
|
3171
|
+
enum: [instagram, facebook, threads, youtube, linkedin, bluesky, reddit, tiktok]
|
|
3172
3172
|
text:
|
|
3173
3173
|
type: string
|
|
3174
3174
|
description: Comment text content
|
|
@@ -11168,7 +11168,13 @@ webhooks:
|
|
|
11168
11168
|
post:
|
|
11169
11169
|
operationId: onCommentReceived
|
|
11170
11170
|
summary: Comment received event
|
|
11171
|
-
description:
|
|
11171
|
+
description: |
|
|
11172
|
+
Fired when a new comment is received on a tracked post. Delivered for
|
|
11173
|
+
Instagram, Facebook, Threads, YouTube, LinkedIn, Bluesky, Reddit and
|
|
11174
|
+
TikTok. X/Twitter does NOT fire this event. Instagram, Facebook and
|
|
11175
|
+
TikTok arrive in real time from the platform's own webhook; the rest are
|
|
11176
|
+
poll-driven, so delivery is not instant. TikTok needs an account
|
|
11177
|
+
connected through the TikTok for Business app.
|
|
11172
11178
|
tags: [Webhook Events]
|
|
11173
11179
|
requestBody:
|
|
11174
11180
|
required: true
|
|
@@ -44784,7 +44790,7 @@ paths:
|
|
|
44784
44790
|
parameters:
|
|
44785
44791
|
- { name: adSetId, in: path, required: true, schema: { type: string }, description: "Meta ad set id (platformAdSetId)." }
|
|
44786
44792
|
- { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
|
|
44787
|
-
- { name: fields, in: query, schema: { type: string }, description:
|
|
44793
|
+
- { name: fields, in: query, schema: { type: string, example: 'id,status,ads.limit(100){id,name,status,issues_info}' }, description: 'Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.' }
|
|
44788
44794
|
responses:
|
|
44789
44795
|
'409': { $ref: '#/components/responses/AccountConnectionRequired' }
|
|
44790
44796
|
'404': { $ref: '#/components/responses/AccountUnavailable' }
|
|
@@ -47593,7 +47599,7 @@ paths:
|
|
|
47593
47599
|
parameters:
|
|
47594
47600
|
- { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
|
|
47595
47601
|
- { name: adAccountId, in: query, required: true, schema: { type: string }, description: "Meta ad account id (act_<n>)." }
|
|
47596
|
-
- { name: fields, in: query, schema: { type: string }, description:
|
|
47602
|
+
- { name: fields, in: query, schema: { type: string, example: 'id,name,type,cells{id,name,treatment_percentage}' }, description: 'Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.' }
|
|
47597
47603
|
- { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: Rows per page }
|
|
47598
47604
|
- { name: after, in: query, schema: { type: string }, description: "Cursor from paging.after of the previous page." }
|
|
47599
47605
|
responses:
|
|
@@ -47965,7 +47971,7 @@ paths:
|
|
|
47965
47971
|
parameters:
|
|
47966
47972
|
- { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
|
|
47967
47973
|
- { name: adAccountId, in: query, required: true, schema: { type: string }, description: "Meta ad account id (act_<n>)." }
|
|
47968
|
-
- { name: fields, in: query, schema: { type: string }, description:
|
|
47974
|
+
- { name: fields, in: query, schema: { type: string, example: 'id,name,status,object_story_spec{page_id,link_data{link,message}}' }, description: 'Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.' }
|
|
47969
47975
|
- { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: Rows per page }
|
|
47970
47976
|
- { name: after, in: query, schema: { type: string }, description: "Cursor from paging.after of the previous page." }
|
|
47971
47977
|
responses:
|
|
@@ -48095,7 +48101,7 @@ paths:
|
|
|
48095
48101
|
parameters:
|
|
48096
48102
|
- { name: creativeId, in: path, required: true, schema: { type: string }, description: Platform creative id }
|
|
48097
48103
|
- { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
|
|
48098
|
-
- { name: fields, in: query, schema: { type: string }, description:
|
|
48104
|
+
- { name: fields, in: query, schema: { type: string, example: 'id,name,status,object_story_spec{page_id,link_data{link,message}}' }, description: 'Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.' }
|
|
48099
48105
|
responses:
|
|
48100
48106
|
'409': { $ref: '#/components/responses/AccountConnectionRequired' }
|
|
48101
48107
|
'404': { $ref: '#/components/responses/AccountUnavailable' }
|
|
@@ -52556,7 +52562,7 @@ paths:
|
|
|
52556
52562
|
parameters:
|
|
52557
52563
|
- { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
|
|
52558
52564
|
- { name: adAccountId, in: query, required: true, schema: { type: string }, description: "Meta ad account id (act_<n>)." }
|
|
52559
|
-
- { name: fields, in: query, schema: { type: string }, description:
|
|
52565
|
+
- { name: fields, in: query, schema: { type: string, example: 'hash,url,name,width,height,status' }, description: 'Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.' }
|
|
52560
52566
|
- { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: Rows per page }
|
|
52561
52567
|
- { name: after, in: query, schema: { type: string }, description: "Cursor from paging.after of the previous page." }
|
|
52562
52568
|
responses:
|
|
@@ -52664,7 +52670,7 @@ paths:
|
|
|
52664
52670
|
parameters:
|
|
52665
52671
|
- { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
|
|
52666
52672
|
- { name: adAccountId, in: query, required: true, schema: { type: string }, description: "Meta ad account id (act_<n>)." }
|
|
52667
|
-
- { name: fields, in: query, schema: { type: string }, description:
|
|
52673
|
+
- { name: fields, in: query, schema: { type: string, example: 'id,title,status,thumbnails,length' }, description: 'Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.' }
|
|
52668
52674
|
- { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: Rows per page }
|
|
52669
52675
|
- { name: after, in: query, schema: { type: string }, description: "Cursor from paging.after of the previous page." }
|
|
52670
52676
|
responses:
|
|
@@ -52926,7 +52932,7 @@ paths:
|
|
|
52926
52932
|
- { name: since, in: query, schema: { type: string, format: date }, description: "Earliest delivery date (YYYY-MM-DD)." }
|
|
52927
52933
|
- { name: until, in: query, schema: { type: string, format: date }, description: "Latest delivery date (YYYY-MM-DD)." }
|
|
52928
52934
|
- { name: searchType, in: query, schema: { type: string, enum: [KEYWORD_UNORDERED, KEYWORD_EXACT_PHRASE], default: KEYWORD_UNORDERED }, description: "Meta only. Whether q matches words in any order or as an exact phrase (comma-separate phrases to match all of them)." }
|
|
52929
|
-
- { name: fields, in: query, schema: { type: string }, description:
|
|
52935
|
+
- { name: fields, in: query, schema: { type: string, example: 'id,page_name,ad_delivery_start_time,ad_creative_bodies' }, description: 'Meta only. Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.' }
|
|
52930
52936
|
- { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: "Rows per page. LinkedIn accepts at most 25." }
|
|
52931
52937
|
- { name: after, in: query, schema: { type: string }, description: "paging.after of the previous page." }
|
|
52932
52938
|
responses:
|
|
@@ -392,7 +392,7 @@ describe 'AdAccountsApi' do
|
|
|
392
392
|
# @param account_id Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
393
393
|
# @param ad_account_id Meta ad account id (act_<n>).
|
|
394
394
|
# @param [Hash] opts the optional parameters
|
|
395
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
395
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
396
396
|
# @option opts [Integer] :limit Rows per page
|
|
397
397
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
398
398
|
# @return [ListAdStudies200Response]
|
|
@@ -244,7 +244,7 @@ describe 'AdCampaignsApi' do
|
|
|
244
244
|
# @param ad_set_id Meta ad set id (platformAdSetId).
|
|
245
245
|
# @param account_id Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
246
246
|
# @param [Hash] opts the optional parameters
|
|
247
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
247
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
248
248
|
# @return [GetAdSetDetails200Response]
|
|
249
249
|
describe 'get_ad_set_details test' do
|
|
250
250
|
it 'should work' do
|
|
@@ -89,7 +89,7 @@ describe 'AdCreativesApi' do
|
|
|
89
89
|
# @param creative_id Platform creative id
|
|
90
90
|
# @param account_id Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
91
91
|
# @param [Hash] opts the optional parameters
|
|
92
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
92
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
93
93
|
# @return [GetAdCreative200Response]
|
|
94
94
|
describe 'get_ad_creative test' do
|
|
95
95
|
it 'should work' do
|
|
@@ -154,7 +154,7 @@ describe 'AdCreativesApi' do
|
|
|
154
154
|
# @param account_id Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
155
155
|
# @param ad_account_id Meta ad account id (act_<n>).
|
|
156
156
|
# @param [Hash] opts the optional parameters
|
|
157
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
157
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
158
158
|
# @option opts [Integer] :limit Rows per page
|
|
159
159
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
160
160
|
# @return [ListAdCreatives200Response]
|
|
@@ -170,7 +170,7 @@ describe 'AdCreativesApi' do
|
|
|
170
170
|
# @param account_id Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
171
171
|
# @param ad_account_id Meta ad account id (act_<n>).
|
|
172
172
|
# @param [Hash] opts the optional parameters
|
|
173
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
173
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
174
174
|
# @option opts [Integer] :limit Rows per page
|
|
175
175
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
176
176
|
# @return [ListAdImages200Response]
|
|
@@ -186,7 +186,7 @@ describe 'AdCreativesApi' do
|
|
|
186
186
|
# @param account_id Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
|
|
187
187
|
# @param ad_account_id Meta ad account id (act_<n>).
|
|
188
188
|
# @param [Hash] opts the optional parameters
|
|
189
|
-
# @option opts [String] :fields Comma-separated Graph field override
|
|
189
|
+
# @option opts [String] :fields Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
190
190
|
# @option opts [Integer] :limit Rows per page
|
|
191
191
|
# @option opts [String] :after Cursor from paging.after of the previous page.
|
|
192
192
|
# @return [ListAdVideos200Response]
|
|
@@ -50,7 +50,7 @@ describe 'AdLibraryApi' do
|
|
|
50
50
|
# @option opts [Date] :since Earliest delivery date (YYYY-MM-DD).
|
|
51
51
|
# @option opts [Date] :_until Latest delivery date (YYYY-MM-DD).
|
|
52
52
|
# @option opts [String] :search_type Meta only. Whether q matches words in any order or as an exact phrase (comma-separate phrases to match all of them).
|
|
53
|
-
# @option opts [String] :fields Meta only.
|
|
53
|
+
# @option opts [String] :fields Meta only. Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.
|
|
54
54
|
# @option opts [Integer] :limit Rows per page. LinkedIn accepts at most 25.
|
|
55
55
|
# @option opts [String] :after paging.after of the previous page.
|
|
56
56
|
# @return [SearchAdLibrary200Response]
|
|
@@ -48,7 +48,7 @@ describe Zernio::WebhookPayloadCommentComment do
|
|
|
48
48
|
describe 'test attribute "platform"' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["instagram", "facebook", "
|
|
51
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["instagram", "facebook", "threads", "youtube", "linkedin", "bluesky", "reddit", "tiktok"])
|
|
52
52
|
# validator.allowable_values.each do |value|
|
|
53
53
|
# expect { instance.platform = value }.not_to raise_error
|
|
54
54
|
# end
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.924
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-09-
|
|
11
|
+
date: 2026-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -6355,7 +6355,7 @@ files:
|
|
|
6355
6355
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
6356
6356
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
6357
6357
|
- spec/spec_helper.rb
|
|
6358
|
-
- zernio-sdk-0.0.
|
|
6358
|
+
- zernio-sdk-0.0.924.gem
|
|
6359
6359
|
- zernio-sdk.gemspec
|
|
6360
6360
|
homepage: https://openapi-generator.tech
|
|
6361
6361
|
licenses:
|
data/zernio-sdk-0.0.922.gem
DELETED
|
Binary file
|