late-sdk 0.0.580 → 0.0.582

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: '02887aafc19b543f774636c2cd0e42809b79c04b00e6797d5b493e67d2bbefea'
4
- data.tar.gz: 4e3c4c1adbb399ad6e8da73272f2ed1531f193a558a6b81aa521b62ac4cd65da
3
+ metadata.gz: 337435fa2673680e04042e1a714eedf25788e2c9c2867e3ed83ebd7d15f33ea3
4
+ data.tar.gz: 017daabf52fad1accd4987226f31a60edf4b7683198544c8660ba836f00bc09d
5
5
  SHA512:
6
- metadata.gz: f2c85d5d8424177aef6e7b9184829a087813b4367ea92c76ecb0793de880a25070c6120f8f2c1fb39d98f2a3507f9ed681acc0a2dd7b55e28593ba55c39140fd
7
- data.tar.gz: fa1f38f521493aeba5da15f094dd5db22aedb660e672694901e64105f8168649edce70f33f1f3c3885a1eba721ce588ab3ffc3cc859827d92262fd399d804b3b
6
+ metadata.gz: 468bf1b8ba4ab8890db3199974ce2f30a76354dd7f34e6f96d427de62dec836c8ced3d6496bfa5053fffa0a0904a789bb114980715afaa7549834aed5c5797ed
7
+ data.tar.gz: 6748714dd2b2ea36e013f335c69d291dbbe440cd498fb56661a6d7fc90a57c76d38686a65fbd84678d608112478644e1203845d117abf5366cae8fce5ebafaad
@@ -1078,7 +1078,7 @@ end
1078
1078
 
1079
1079
  List Search keywords
1080
1080
 
1081
- Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Populated by the periodic ads discovery sweep (roughly every 3 hours per account), so keywords added on Google appear with that delay. Campaign-level negative keywords are not included; only ad-group-level criteria are.
1081
+ Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Refreshed about once a week per Google Ads customer (the keyword sweep rides the ads discovery pass on a slower slot, to stay inside Google's shared daily API quota), so keywords added on Google can take several days to appear. A customer synced for the first time is populated on the next discovery pass rather than waiting for its weekly slot, and connecting an account or triggering a manual sync refreshes it immediately. Campaign-level negative keywords are not included; only ad-group-level criteria are.
1082
1082
 
1083
1083
  ### Examples
1084
1084
 
@@ -1108,7 +1108,7 @@ module Zernio
1108
1108
  end
1109
1109
 
1110
1110
  # List Search keywords
1111
- # Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Populated by the periodic ads discovery sweep (roughly every 3 hours per account), so keywords added on Google appear with that delay. Campaign-level negative keywords are not included; only ad-group-level criteria are.
1111
+ # Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Refreshed about once a week per Google Ads customer (the keyword sweep rides the ads discovery pass on a slower slot, to stay inside Google's shared daily API quota), so keywords added on Google can take several days to appear. A customer synced for the first time is populated on the next discovery pass rather than waiting for its weekly slot, and connecting an account or triggering a manual sync refreshes it immediately. Campaign-level negative keywords are not included; only ad-group-level criteria are.
1112
1112
  # @param [Hash] opts the optional parameters
1113
1113
  # @option opts [Integer] :page Page number (1-based) (default to 1)
1114
1114
  # @option opts [Integer] :limit (default to 50)
@@ -1128,7 +1128,7 @@ module Zernio
1128
1128
  end
1129
1129
 
1130
1130
  # List Search keywords
1131
- # Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Populated by the periodic ads discovery sweep (roughly every 3 hours per account), so keywords added on Google appear with that delay. Campaign-level negative keywords are not included; only ad-group-level criteria are.
1131
+ # Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Refreshed about once a week per Google Ads customer (the keyword sweep rides the ads discovery pass on a slower slot, to stay inside Google's shared daily API quota), so keywords added on Google can take several days to appear. A customer synced for the first time is populated on the next discovery pass rather than waiting for its weekly slot, and connecting an account or triggering a manual sync refreshes it immediately. Campaign-level negative keywords are not included; only ad-group-level criteria are.
1132
1132
  # @param [Hash] opts the optional parameters
1133
1133
  # @option opts [Integer] :page Page number (1-based) (default to 1)
1134
1134
  # @option opts [Integer] :limit (default to 50)
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.580'
14
+ VERSION = '0.0.582'
15
15
  end
data/openapi.yaml CHANGED
@@ -28193,8 +28193,9 @@ paths:
28193
28193
  ndc: { type: string, description: 'Area code (national destination code), e.g. "11".' }
28194
28194
  name: { type: string, description: 'Area name: "City, ST" for US/CA (e.g. "Miami, FL"), city otherwise (e.g. "Sao Paulo").' }
28195
28195
  count: { type: integer, description: 'Numbers available in this area: country-wide count for US/CA, numbers seen on the latest inventory page otherwise.' }
28196
- '400': { description: Country not offerable }
28196
+ '400': { description: 'Country not offerable, or the inventory provider rejected the lookup (its 4xx status is forwarded as-is).' }
28197
28197
  '401': { $ref: '#/components/responses/Unauthorized' }
28198
+ '502': { description: 'The inventory provider was unreachable or returned an unclassified error.' }
28198
28199
 
28199
28200
  /v1/whatsapp/phone-numbers:
28200
28201
  get:
@@ -28565,8 +28566,9 @@ paths:
28565
28566
  ndc: { type: string, description: 'Area code (national destination code), e.g. "11".' }
28566
28567
  name: { type: string, description: 'Area name: "City, ST" for US/CA (e.g. "Miami, FL"), city otherwise (e.g. "Sao Paulo").' }
28567
28568
  count: { type: integer, description: 'Numbers available in this area: country-wide count for US/CA, numbers seen on the latest inventory page otherwise.' }
28568
- '400': { description: Country not offerable }
28569
+ '400': { description: 'Country not offerable, or the inventory provider rejected the lookup (its 4xx status is forwarded as-is).' }
28569
28570
  '401': { $ref: '#/components/responses/Unauthorized' }
28571
+ '502': { description: 'The inventory provider was unreachable or returned an unclassified error.' }
28570
28572
 
28571
28573
  /v1/phone-numbers/kyc:
28572
28574
  get:
@@ -33742,10 +33744,15 @@ paths:
33742
33744
  summary: List Search keywords
33743
33745
  description: |
33744
33746
  Returns the Google Search keyword criteria (positive and negative) synced from
33745
- connected Google Ads accounts, one row per ad-group keyword. Populated by the
33746
- periodic ads discovery sweep (roughly every 3 hours per account), so keywords
33747
- added on Google appear with that delay. Campaign-level negative keywords are
33748
- not included; only ad-group-level criteria are.
33747
+ connected Google Ads accounts, one row per ad-group keyword. Refreshed about
33748
+ once a week per Google Ads customer (the keyword sweep rides the ads discovery
33749
+ pass on a slower slot, to stay inside Google's shared daily API quota), so
33750
+ keywords added on Google can take several days to appear. A customer synced
33751
+ for the first time is populated on the next discovery pass rather than
33752
+ waiting for its weekly slot, and connecting an account or triggering a
33753
+ manual sync refreshes it immediately.
33754
+ Campaign-level negative keywords are not included; only ad-group-level
33755
+ criteria are.
33749
33756
  security:
33750
33757
  - bearerAuth: []
33751
33758
  parameters:
@@ -235,7 +235,7 @@ describe 'AdCampaignsApi' do
235
235
 
236
236
  # unit tests for list_ad_keywords
237
237
  # List Search keywords
238
- # Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Populated by the periodic ads discovery sweep (roughly every 3 hours per account), so keywords added on Google appear with that delay. Campaign-level negative keywords are not included; only ad-group-level criteria are.
238
+ # Returns the Google Search keyword criteria (positive and negative) synced from connected Google Ads accounts, one row per ad-group keyword. Refreshed about once a week per Google Ads customer (the keyword sweep rides the ads discovery pass on a slower slot, to stay inside Google's shared daily API quota), so keywords added on Google can take several days to appear. A customer synced for the first time is populated on the next discovery pass rather than waiting for its weekly slot, and connecting an account or triggering a manual sync refreshes it immediately. Campaign-level negative keywords are not included; only ad-group-level criteria are.
239
239
  # @param [Hash] opts the optional parameters
240
240
  # @option opts [Integer] :page Page number (1-based)
241
241
  # @option opts [Integer] :limit
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.580
4
+ version: 0.0.582
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-07-27 00:00:00.000000000 Z
11
+ date: 2026-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -4793,7 +4793,7 @@ files:
4793
4793
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4794
4794
  - spec/models/you_tube_video_retention_response_spec.rb
4795
4795
  - spec/spec_helper.rb
4796
- - zernio-sdk-0.0.580.gem
4796
+ - zernio-sdk-0.0.582.gem
4797
4797
  - zernio-sdk.gemspec
4798
4798
  homepage: https://openapi-generator.tech
4799
4799
  licenses:
Binary file