late-sdk 0.0.625 → 0.0.626

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: 7e917f079493a54dfc761ace6dc11d5892fa60684a14afbcaad6e5fc9e6a8ee0
4
- data.tar.gz: 622d8cce42a9c91ce6474d5adfdb8499a1086534a481e098b1b1f8c1b4084bf6
3
+ metadata.gz: 9fc115c145bd8283831ff46cb72065aa8df671937d2d84c334ef877e3e0047fc
4
+ data.tar.gz: 6d51261c75f09efa2539758e7bfc5cdee35018131039378aaca759cbac91783d
5
5
  SHA512:
6
- metadata.gz: 639a9ecaec615c266d7592328810f4ed4bcae86b8faae33ddcab0b029170b2cbcc34251d0f561115a4a473ed90dd223498741eb004685d4c2ee74eb67b5583be
7
- data.tar.gz: 59cefd609ea1e2cc9d8e77525ab0e5e39f5d6a6f82104a4de2f181b1b751d2620b3b1715f2ee35578c1373ecac491c1a2f3f82b6529c029e78c2e341242b01c9
6
+ metadata.gz: 9045a63ea3f6a390cf828f3a318d8feaaa0cca1ec1ce1de18f8e21a52c552999bdfb7b7371437f0e4838f849fb0eb9f4682a4184e1441860d6cf2e431651f80f
7
+ data.tar.gz: eb3553a840f549af66a8939136c946f95d8b76413a6ed660d7614d78a08fa973ad2719de2feb478709aff127eacab89cce381a8f9caa22d6cf2a0636b91a19e3
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.625'
14
+ VERSION = '0.0.626'
15
15
  end
data/openapi.yaml CHANGED
@@ -24394,7 +24394,10 @@ paths:
24394
24394
  (code USE_AD_COMMENTS_ENDPOINT — response includes `adId` and `adCommentsUrl`).
24395
24395
  '401': { $ref: '#/components/responses/Unauthorized' }
24396
24396
  '403':
24397
- description: Inbox addon required
24397
+ description: 'Inbox addon required, or the connected account is not permitted to read this post on the platform (code platform_api_error, type platform_error)'
24398
+ '429': { $ref: '#/components/responses/RateLimited' }
24399
+ '502':
24400
+ description: 'Upstream platform error (code platform_api_error, type platform_error)'
24398
24401
  post:
24399
24402
  operationId: replyToInboxPost
24400
24403
  summary: Reply to comment
@@ -24444,7 +24447,10 @@ paths:
24444
24447
  description: 'Invalid request (e.g. attachmentUrl on a platform other than Facebook, code PLATFORM_NOT_SUPPORTED)'
24445
24448
  '401': { $ref: '#/components/responses/Unauthorized' }
24446
24449
  '403':
24447
- description: Inbox addon required
24450
+ description: 'Inbox addon required, or the connected account is not permitted to comment on this post on the platform (code platform_api_error, type platform_error)'
24451
+ '429': { $ref: '#/components/responses/RateLimited' }
24452
+ '502':
24453
+ description: 'Upstream platform error (code platform_api_error, type platform_error)'
24448
24454
  delete:
24449
24455
  operationId: deleteInboxComment
24450
24456
  summary: Delete comment
@@ -24481,7 +24487,7 @@ paths:
24481
24487
  properties:
24482
24488
  message: { type: string }
24483
24489
  '400':
24484
- description: Platform rejected the operation (e.g., comment already deleted, insufficient permissions on the video)
24490
+ description: 'Platform rejected the operation (e.g., comment already deleted)'
24485
24491
  content:
24486
24492
  application/json:
24487
24493
  schema:
@@ -24490,7 +24496,10 @@ paths:
24490
24496
  error: { type: string }
24491
24497
  '401': { $ref: '#/components/responses/Unauthorized' }
24492
24498
  '403':
24493
- description: Inbox addon required
24499
+ description: 'Inbox addon required, or the connected account is not permitted to delete this comment on the platform (code platform_api_error, type platform_error)'
24500
+ '429': { $ref: '#/components/responses/RateLimited' }
24501
+ '502':
24502
+ description: 'Upstream platform error (code platform_api_error, type platform_error)'
24494
24503
 
24495
24504
  /v1/inbox/comments/{postId}/{commentId}:
24496
24505
  patch:
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.625
4
+ version: 0.0.626
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-30 00:00:00.000000000 Z
11
+ date: 2026-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -4901,7 +4901,7 @@ files:
4901
4901
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4902
4902
  - spec/models/you_tube_video_retention_response_spec.rb
4903
4903
  - spec/spec_helper.rb
4904
- - zernio-sdk-0.0.625.gem
4904
+ - zernio-sdk-0.0.626.gem
4905
4905
  - zernio-sdk.gemspec
4906
4906
  homepage: https://openapi-generator.tech
4907
4907
  licenses:
Binary file