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 +4 -4
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +13 -4
- data/zernio-sdk-0.0.626.gem +0 -0
- metadata +3 -3
- data/zernio-sdk-0.0.625.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: 9fc115c145bd8283831ff46cb72065aa8df671937d2d84c334ef877e3e0047fc
|
|
4
|
+
data.tar.gz: 6d51261c75f09efa2539758e7bfc5cdee35018131039378aaca759cbac91783d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9045a63ea3f6a390cf828f3a318d8feaaa0cca1ec1ce1de18f8e21a52c552999bdfb7b7371437f0e4838f849fb0eb9f4682a4184e1441860d6cf2e431651f80f
|
|
7
|
+
data.tar.gz: eb3553a840f549af66a8939136c946f95d8b76413a6ed660d7614d78a08fa973ad2719de2feb478709aff127eacab89cce381a8f9caa22d6cf2a0636b91a19e3
|
data/lib/zernio-sdk/version.rb
CHANGED
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
|
|
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.
|
|
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-
|
|
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.
|
|
4904
|
+
- zernio-sdk-0.0.626.gem
|
|
4905
4905
|
- zernio-sdk.gemspec
|
|
4906
4906
|
homepage: https://openapi-generator.tech
|
|
4907
4907
|
licenses:
|
data/zernio-sdk-0.0.625.gem
DELETED
|
Binary file
|