late-sdk 0.0.923 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84ca985c33672ca31ed53268783e2fe5726bec669ec428ea2a33e00238525173
4
- data.tar.gz: f8792a41b03045065a41c19d1facd8f0a3ad66ee7c3bed0d04a6656229562f8d
3
+ metadata.gz: cf24143555959fa49543fc6fe2eca720bd7430d4eb42a8adadbbc5be4ff553ea
4
+ data.tar.gz: 9faf45cfea04a6c573e6ca9b56ce19b133a9fa39598c803fb62c80a25c4fb568
5
5
  SHA512:
6
- metadata.gz: e33e079d1b1ce18459e65fba81c281a05e7a85dcb3659034e3f170c018d855df76320b0109585a4176c2a1073d2af7c952abd4f4bbbdeb2da3b6a722adc29e9b
7
- data.tar.gz: a4309199105618179aeb56a8b7f608200de640ca9b27a7ea6ddd20d05998273f7b62d5ff2d39ae9a8f56db23f7dabe57daf0c30efb829dba1cda198caef15162
6
+ metadata.gz: ee2a7d4763a3e28a225681d9fb2c7997dd322a58dbab142b5da406e2692c0f802f77e5782bc97d7ebb1543e407846ada611d5763031c33bc46b126bd24a2078e
7
+ data.tar.gz: be07d9a84e3dd2b4c4e3309508a28879c145b7e5cb428473689ac5aec9bbba9be3c0239ec3292f49f57d9bb75855841217492ad25e9a94fe15d63dc56c87eacc
@@ -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: 'fields_example', # String | Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;). | |
2018
- | **fields** | **String** | Comma-separated Graph field override (supports nested {} projections). | [optional] |
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
 
@@ -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: 'fields_example' # String | Comma-separated Graph field override (supports nested {} projections).
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 (supports nested {} projections). | [optional] |
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
 
@@ -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: 'fields_example' # String | Comma-separated Graph field override (supports nested {} projections).
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 (supports nested {} projections). | [optional] |
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: 'fields_example', # String | Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;). | |
729
- | **fields** | **String** | Comma-separated Graph field override (supports nested {} projections). | [optional] |
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: 'fields_example', # String | Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;). | |
808
- | **fields** | **String** | Comma-separated Graph field override (supports nested {} projections). | [optional] |
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: 'fields_example', # String | Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;). | |
887
- | **fields** | **String** | Comma-separated Graph field override (supports nested {} projections). | [optional] |
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: 'fields_example', # String | Meta only. Raw Graph projection override, e.g. add spend,impressions,demographic_distribution for political ads.
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 &#39;KEYWORD_UNORDERED&#39;] |
95
- | **fields** | **String** | Meta only. Raw Graph projection override, e.g. add spend,impressions,demographic_distribution for political ads. | [optional] |
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
 
@@ -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_&lt;n&gt;).
2040
2040
  # @param [Hash] opts the optional parameters
2041
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;).
2054
2054
  # @param [Hash] opts the optional parameters
2055
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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 (supports nested {} projections).
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 (supports nested {} projections).
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 (supports nested {} projections).
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 (supports nested {} projections).
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_&lt;n&gt;).
652
652
  # @param [Hash] opts the optional parameters
653
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;).
666
666
  # @param [Hash] opts the optional parameters
667
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;).
740
740
  # @param [Hash] opts the optional parameters
741
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;).
754
754
  # @param [Hash] opts the optional parameters
755
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;).
828
828
  # @param [Hash] opts the optional parameters
829
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;).
842
842
  # @param [Hash] opts the optional parameters
843
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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. Raw Graph projection override, e.g. add spend,impressions,demographic_distribution for political ads.
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. Raw Graph projection override, e.g. add spend,impressions,demographic_distribution for political ads.
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
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.923'
14
+ VERSION = '0.0.924'
15
15
  end
data/openapi.yaml CHANGED
@@ -44790,7 +44790,7 @@ paths:
44790
44790
  parameters:
44791
44791
  - { name: adSetId, in: path, required: true, schema: { type: string }, description: "Meta ad set id (platformAdSetId)." }
44792
44792
  - { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
44793
- - { name: fields, in: query, schema: { type: string }, description: "Comma-separated Graph field override (supports nested {} projections)." }
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.' }
44794
44794
  responses:
44795
44795
  '409': { $ref: '#/components/responses/AccountConnectionRequired' }
44796
44796
  '404': { $ref: '#/components/responses/AccountUnavailable' }
@@ -47599,7 +47599,7 @@ paths:
47599
47599
  parameters:
47600
47600
  - { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
47601
47601
  - { name: adAccountId, in: query, required: true, schema: { type: string }, description: "Meta ad account id (act_<n>)." }
47602
- - { name: fields, in: query, schema: { type: string }, description: "Comma-separated Graph field override (supports nested {} projections)." }
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.' }
47603
47603
  - { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: Rows per page }
47604
47604
  - { name: after, in: query, schema: { type: string }, description: "Cursor from paging.after of the previous page." }
47605
47605
  responses:
@@ -47971,7 +47971,7 @@ paths:
47971
47971
  parameters:
47972
47972
  - { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
47973
47973
  - { name: adAccountId, in: query, required: true, schema: { type: string }, description: "Meta ad account id (act_<n>)." }
47974
- - { name: fields, in: query, schema: { type: string }, description: "Comma-separated Graph field override (supports nested {} projections)." }
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.' }
47975
47975
  - { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: Rows per page }
47976
47976
  - { name: after, in: query, schema: { type: string }, description: "Cursor from paging.after of the previous page." }
47977
47977
  responses:
@@ -48101,7 +48101,7 @@ paths:
48101
48101
  parameters:
48102
48102
  - { name: creativeId, in: path, required: true, schema: { type: string }, description: Platform creative id }
48103
48103
  - { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
48104
- - { name: fields, in: query, schema: { type: string }, description: "Comma-separated Graph field override (supports nested {} projections)." }
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.' }
48105
48105
  responses:
48106
48106
  '409': { $ref: '#/components/responses/AccountConnectionRequired' }
48107
48107
  '404': { $ref: '#/components/responses/AccountUnavailable' }
@@ -52562,7 +52562,7 @@ paths:
52562
52562
  parameters:
52563
52563
  - { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
52564
52564
  - { name: adAccountId, in: query, required: true, schema: { type: string }, description: "Meta ad account id (act_<n>)." }
52565
- - { name: fields, in: query, schema: { type: string }, description: "Comma-separated Graph field override (supports nested {} projections)." }
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.' }
52566
52566
  - { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: Rows per page }
52567
52567
  - { name: after, in: query, schema: { type: string }, description: "Cursor from paging.after of the previous page." }
52568
52568
  responses:
@@ -52670,7 +52670,7 @@ paths:
52670
52670
  parameters:
52671
52671
  - { name: accountId, in: query, required: true, schema: { type: string }, description: "Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token." }
52672
52672
  - { name: adAccountId, in: query, required: true, schema: { type: string }, description: "Meta ad account id (act_<n>)." }
52673
- - { name: fields, in: query, schema: { type: string }, description: "Comma-separated Graph field override (supports nested {} projections)." }
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.' }
52674
52674
  - { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: Rows per page }
52675
52675
  - { name: after, in: query, schema: { type: string }, description: "Cursor from paging.after of the previous page." }
52676
52676
  responses:
@@ -52932,7 +52932,7 @@ paths:
52932
52932
  - { name: since, in: query, schema: { type: string, format: date }, description: "Earliest delivery date (YYYY-MM-DD)." }
52933
52933
  - { name: until, in: query, schema: { type: string, format: date }, description: "Latest delivery date (YYYY-MM-DD)." }
52934
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)." }
52935
- - { name: fields, in: query, schema: { type: string }, description: "Meta only. Raw Graph projection override, e.g. add spend,impressions,demographic_distribution for political ads." }
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.' }
52936
52936
  - { name: limit, in: query, schema: { type: integer, minimum: 1, maximum: 100, default: 25 }, description: "Rows per page. LinkedIn accepts at most 25." }
52937
52937
  - { name: after, in: query, schema: { type: string }, description: "paging.after of the previous page." }
52938
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_&lt;n&gt;).
394
394
  # @param [Hash] opts the optional parameters
395
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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 (supports nested {} projections).
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 (supports nested {} projections).
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_&lt;n&gt;).
156
156
  # @param [Hash] opts the optional parameters
157
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;).
172
172
  # @param [Hash] opts the optional parameters
173
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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_&lt;n&gt;).
188
188
  # @param [Hash] opts the optional parameters
189
- # @option opts [String] :fields Comma-separated Graph field override (supports nested {} projections).
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. Raw Graph projection override, e.g. add spend,impressions,demographic_distribution for political ads.
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]
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.923
4
+ version: 0.0.924
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -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.923.gem
6358
+ - zernio-sdk-0.0.924.gem
6359
6359
  - zernio-sdk.gemspec
6360
6360
  homepage: https://openapi-generator.tech
6361
6361
  licenses:
Binary file