late-sdk 0.0.616 → 0.0.617

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: f6cd803c3a4873c55bb4fa069dc9e85a476c4b61342a2f9e9987b23521d5bf2e
4
- data.tar.gz: 9b43e7854f88d25ecb5e828a059bf41d460ea8a5fde8a1cb734e45acb604d40a
3
+ metadata.gz: 50a07fcc89783915a80ec39abfe8191638a1203e98383442c48fdc1056096fae
4
+ data.tar.gz: 63fa605dacbe14ad9685b4b21377b57a5d474b727f5550a680ad4eca2458c7f5
5
5
  SHA512:
6
- metadata.gz: 6bbb9defe9ff040725957cb04059f49c22ec0a0de25d1886d12c18b7d9eed5a2f11f8c9a3c179356f4f2e5a892464d7639eb982865abe1d737e76749d01b908b
7
- data.tar.gz: d1b5ae08e405bf2046ce8508913766fccabdf6a194b932678fcd71d2eb67af8d4d3ee6098eff2da8d00e1369c0302ad8bc84c0e5aeb564f4f412d83fa6e9163c
6
+ metadata.gz: 6f41055a3e4cb196cb228915e9dde3a2840e58038b31a9a68b99fa2a42491a0b25a25a2558a34a5c525700087aee96c6d6050fd9d83024c549ab14497f6dd81b
7
+ data.tar.gz: cf72663bbeff5cea26c33a8911f3b6659ad794c97beae6f20a22a97115c503383fa1818a87ac2eaca80cd2cf90b066780fc6c86cc1eb2110a5ce9a3578312f65
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.616'
14
+ VERSION = '0.0.617'
15
15
  end
data/openapi.yaml CHANGED
@@ -126,7 +126,7 @@ x-documentation:
126
126
 
127
127
  Legacy AppSumo lifetime tiers get a flat 600 req/min regardless of tier.
128
128
 
129
- Posts themselves are unlimited on every connected social account; the rate limit applies only to API request throughput. Per-platform safety caps still apply at the social-network side (Instagram 100/day per account, Twitter 20/day per account, Pinterest 25/day per account).
129
+ Posts themselves are unlimited on every connected social account; the rate limit applies only to API request throughput. Zernio also applies per-account daily publish caps as an anti-abuse safeguard (Instagram 100/day, Facebook 100/day, Threads 250/day, X/Twitter 50/day, Pinterest 25/day, 50/day for every other platform), plus a 25-posts-per-hour per-account velocity cap.
130
130
 
131
131
  All responses include `X-RateLimit-Limit`, `X-RateLimit-Remaining`, and `X-RateLimit-Reset` headers — read these instead of hard-coding limits, since your tier may be configured higher than the default.
132
132
 
@@ -12859,7 +12859,7 @@ paths:
12859
12859
  platform: { type: string }
12860
12860
  existingPostId: { type: string }
12861
12861
  '429':
12862
- description: "Rate limit exceeded. Possible causes: API rate limit, velocity limit (15 posts/hour per account), account cooldown, or daily platform limits."
12862
+ description: "Rate limit exceeded. Possible causes: API rate limit, velocity limit (25 posts/hour per account), account cooldown, or daily platform limits."
12863
12863
  content:
12864
12864
  application/json:
12865
12865
  schema:
@@ -13334,7 +13334,7 @@ paths:
13334
13334
  description: Post is currently publishing
13335
13335
  '429':
13336
13336
  description: |
13337
- Rate limit exceeded. Possible causes: API rate limit (requests per minute), velocity limit (15 posts/hour per account), or account cooldown (temporarily rate-limited due to repeated errors).
13337
+ Rate limit exceeded. Possible causes: API rate limit (requests per minute), velocity limit (25 posts/hour per account), or account cooldown (temporarily rate-limited due to repeated errors).
13338
13338
  content:
13339
13339
  application/json:
13340
13340
  schema:
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.616
4
+ version: 0.0.617
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -4886,7 +4886,7 @@ files:
4886
4886
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4887
4887
  - spec/models/you_tube_video_retention_response_spec.rb
4888
4888
  - spec/spec_helper.rb
4889
- - zernio-sdk-0.0.616.gem
4889
+ - zernio-sdk-0.0.617.gem
4890
4890
  - zernio-sdk.gemspec
4891
4891
  homepage: https://openapi-generator.tech
4892
4892
  licenses:
Binary file