late-sdk 0.0.868 → 0.0.869
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 +5 -0
- data/zernio-sdk-0.0.869.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.868.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: 21dccd513a863401ed4f5dc7c6480deb454a40c5c98feec0061ecce82c468a40
|
|
4
|
+
data.tar.gz: 5483bf9a5f28ea82b3b59e239bf051cdde5bdbf6200f9e91161e83f267449239
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d715b4552a1dd922beb998b27904fd690378288820a84d5cc74ec3e954d5678adb365299715332712e01c6fbe7280cf35e4ce8d591874eed3c32db2d835811fa
|
|
7
|
+
data.tar.gz: 7ef9602d851c55e23e14bbdaf6455bba62f1a712fbfa2dd7d5a3b8df215578daf147b13793e885481f6b081828cb0464f971f2f1a66a4a8df08e1a2d10e359e2
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -16079,6 +16079,11 @@ paths:
|
|
|
16079
16079
|
application/json:
|
|
16080
16080
|
schema: { $ref: '#/components/schemas/ErrorResponse' }
|
|
16081
16081
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
16082
|
+
'409':
|
|
16083
|
+
description: 'The requested scheduledFor collides with another post already occupying that slot in the same queue (code: queue_slot_conflict). Choose a different time, omit scheduledFor and let the queue assign the next open slot, or send queueId: null to schedule this post outside the queue.'
|
|
16084
|
+
content:
|
|
16085
|
+
application/json:
|
|
16086
|
+
schema: { $ref: '#/components/schemas/ErrorResponse' }
|
|
16082
16087
|
delete:
|
|
16083
16088
|
x-resource-group: "publishing"
|
|
16084
16089
|
operationId: deletePost
|
|
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.
|
|
4
|
+
version: 0.0.869
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -5803,7 +5803,7 @@ files:
|
|
|
5803
5803
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
5804
5804
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
5805
5805
|
- spec/spec_helper.rb
|
|
5806
|
-
- zernio-sdk-0.0.
|
|
5806
|
+
- zernio-sdk-0.0.869.gem
|
|
5807
5807
|
- zernio-sdk.gemspec
|
|
5808
5808
|
homepage: https://openapi-generator.tech
|
|
5809
5809
|
licenses:
|
data/zernio-sdk-0.0.868.gem
DELETED
|
Binary file
|