late-sdk 0.0.101 → 0.0.103

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: a847f69cb2b467867d2f931144fff5e3d2c15f923805560b27ab880ea1b0473e
4
- data.tar.gz: 51f6d0e6befc41de0b6e97a23d85004565ab492905e70038a843a301490c0d1a
3
+ metadata.gz: a6397e51116a9a3456fa5be9dfd5112bb4195c3ae3cc6be031243d53b11297fe
4
+ data.tar.gz: 534f6d1143c1097d073e42ee6a8dd6dbe71e30d7ff9bbcd3a95f42a83ede1fc4
5
5
  SHA512:
6
- metadata.gz: a0d60e68e176ebf8e93acb005251b3a6ad08691e52f65162e19551a41329a01d990150a81f391a2f9a634c407e8d8349de51d96e9e4cc85837b297c767e821e2
7
- data.tar.gz: 55cefca6fc8be8ce33f5f0ca3ad847ace550574994a88645958d51e3b2471cbe2cfdee9a65aa95dedeb1769d23eb359a5c9336d090101035ce3c5f6bd3be219a
6
+ metadata.gz: 02554ead58b8affd7cd1173ddf9261cc57a20c38baa3058e05b2b656c9270489f27b68ba332dae5b6c2a09f12d87a30027a7288b09cd6e2ad6fbd116e03839ea
7
+ data.tar.gz: 66ee629a56e91f149b203767d3f797c44f6fcbfbe9ad5560de32aaed087dc665f02406ba1ef320cee18717c7f1c484ef486b2793f3c175e944deb55a73caebff
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.101'
14
+ VERSION = '0.0.103'
15
15
  end
data/openapi.yaml CHANGED
@@ -164,7 +164,6 @@ tags:
164
164
  - name: Invites
165
165
  - name: Connect
166
166
  - name: Media
167
- # - name: Video Clips # AI Clipping feature temporarily disabled
168
167
  - name: Reddit Search
169
168
  - name: Facebook
170
169
  - name: GMB Reviews
@@ -2108,8 +2107,6 @@ components:
2108
2107
  uploads: { type: integer }
2109
2108
  profiles: { type: integer }
2110
2109
  lastReset: { type: string, format: date-time }
2111
- # VideoClipJob, VideoClip, VideoClipJobProcessing, VideoClipJobCompleted, VideoClipJobFailed, VideoClipUsageStats
2112
- # schemas removed - AI Clipping feature temporarily disabled
2113
2110
  PostAnalytics:
2114
2111
  type: object
2115
2112
  properties:
@@ -4852,9 +4849,6 @@ paths:
4852
4849
  file_too_large:
4853
4850
  value: { error: "File too large. Maximum size is 5GB." }
4854
4851
  '401': { $ref: '#/components/responses/Unauthorized' }
4855
- # Video Clips API paths removed - AI Clipping feature temporarily disabled
4856
- # /v1/video-clips, /v1/video-clips-replicate, /v1/video-clips/process,
4857
- # /v1/video-clips/jobs, /v1/video-clips/status/{jobId}, /v1/video-clips/monthly-stats
4858
4852
  /v1/reddit/search:
4859
4853
  get:
4860
4854
  operationId: searchReddit
@@ -17628,6 +17622,8 @@ paths:
17628
17622
  '401': { $ref: '#/components/responses/Unauthorized' }
17629
17623
  '403':
17630
17624
  description: Ads add-on required
17625
+ '422':
17626
+ description: Platform ads connection required (TikTok Ads, X Ads) or missing linked account
17631
17627
 
17632
17628
  /v1/ads/create:
17633
17629
  post:
@@ -17685,6 +17681,8 @@ paths:
17685
17681
  '401': { $ref: '#/components/responses/Unauthorized' }
17686
17682
  '403':
17687
17683
  description: Ads add-on required
17684
+ '422':
17685
+ description: Platform ads connection required (TikTok Ads, X Ads) or missing linked account
17688
17686
 
17689
17687
  /v1/ads/sync:
17690
17688
  post:
@@ -17775,6 +17773,8 @@ paths:
17775
17773
  size: { type: integer }
17776
17774
  status: { type: string }
17777
17775
  '401': { $ref: '#/components/responses/Unauthorized' }
17776
+ '403':
17777
+ description: Ads add-on required
17778
17778
  post:
17779
17779
  operationId: createAdAudience
17780
17780
  tags: [Ad Audiences]
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.101
4
+ version: 0.0.103
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-04-01 00:00:00.000000000 Z
11
+ date: 2026-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -2367,7 +2367,7 @@ files:
2367
2367
  - spec/models/you_tube_scope_missing_response_scope_status_spec.rb
2368
2368
  - spec/models/you_tube_scope_missing_response_spec.rb
2369
2369
  - spec/spec_helper.rb
2370
- - zernio-sdk-0.0.101.gem
2370
+ - zernio-sdk-0.0.103.gem
2371
2371
  homepage: https://openapi-generator.tech
2372
2372
  licenses:
2373
2373
  - Unlicense
Binary file