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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e06fee9735411ab7442820cf2eeb02725b9a5a459ba6b29ff9ef5893374e6959
4
- data.tar.gz: c174725061e8e2d70b7aa9aa7bad04ccbceac1e05618bee1ae92053d8876d7e1
3
+ metadata.gz: 21dccd513a863401ed4f5dc7c6480deb454a40c5c98feec0061ecce82c468a40
4
+ data.tar.gz: 5483bf9a5f28ea82b3b59e239bf051cdde5bdbf6200f9e91161e83f267449239
5
5
  SHA512:
6
- metadata.gz: 4c7589a963da7ce0d3910cf22dc41813516c32c9c72af90175a01df3c4c3a85f2a841aeb5d0a6b65e73e94ceddb2c002f94c8460f6b786900b031ebdcab90730
7
- data.tar.gz: 1892e404bf923cbcdc01b509b5a200af09ddb6907faa03e5d9dbff7bb37608cd7f26f0366a0e3068f90fdcc1d95cd915e7f2ccc867d8a090b8b746573548cfe3
6
+ metadata.gz: d715b4552a1dd922beb998b27904fd690378288820a84d5cc74ec3e954d5678adb365299715332712e01c6fbe7280cf35e4ce8d591874eed3c32db2d835811fa
7
+ data.tar.gz: 7ef9602d851c55e23e14bbdaf6455bba62f1a712fbfa2dd7d5a3b8df215578daf147b13793e885481f6b081828cb0464f971f2f1a66a4a8df08e1a2d10e359e2
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.868'
14
+ VERSION = '0.0.869'
15
15
  end
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.868
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.868.gem
5806
+ - zernio-sdk-0.0.869.gem
5807
5807
  - zernio-sdk.gemspec
5808
5808
  homepage: https://openapi-generator.tech
5809
5809
  licenses:
Binary file