zernio-sdk 0.0.58 → 0.0.59
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/docs/ConnectApi.md +1 -1
- data/docs/GetTelegramConnectStatus200Response.md +1 -1
- data/late-sdk-0.0.59.gem +0 -0
- data/lib/late-sdk/version.rb +1 -1
- data/openapi.yaml +4 -4
- metadata +2 -2
- data/late-sdk-0.0.58.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: c1f01f149c3280c6c5a775d0914d8e823ab2a63f1c7653690eeb1311bd39f563
|
|
4
|
+
data.tar.gz: dcccafbea5e78c479ab4097895ff4726556ca09f690f09becc33ae20af8cee18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8262d0213572bca3da712d6f54543603aca9168c4396a0d4289ca4570be69bb52b904a46fa3db5552d3d43f9312bc75b327636b59a9730025c1fb18c5643948
|
|
7
|
+
data.tar.gz: f748aec7486687acd26f3fdd675cc007675735c6c1c60e123adc0bb7d7c035ceb3bbe3e2d84d6112182fa9e9ca89c05fe1bdf6e981bbb5c3442043fc4204b5b9
|
data/docs/ConnectApi.md
CHANGED
data/late-sdk-0.0.59.gem
ADDED
|
Binary file
|
data/lib/late-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -8040,7 +8040,7 @@ paths:
|
|
|
8040
8040
|
code:
|
|
8041
8041
|
type: string
|
|
8042
8042
|
description: The access code to send to the Telegram bot
|
|
8043
|
-
example: "
|
|
8043
|
+
example: "ZRN-ABC123"
|
|
8044
8044
|
expiresAt:
|
|
8045
8045
|
type: string
|
|
8046
8046
|
format: date-time
|
|
@@ -8058,14 +8058,14 @@ paths:
|
|
|
8058
8058
|
items: { type: string }
|
|
8059
8059
|
description: Step-by-step connection instructions
|
|
8060
8060
|
example:
|
|
8061
|
-
code: "
|
|
8061
|
+
code: "ZRN-ABC123"
|
|
8062
8062
|
expiresAt: "2024-01-15T12:30:00.000Z"
|
|
8063
8063
|
expiresIn: 900
|
|
8064
8064
|
botUsername: "LateScheduleBot"
|
|
8065
8065
|
instructions:
|
|
8066
8066
|
- "1. Add @ZernioScheduleBot as an administrator in your channel/group"
|
|
8067
8067
|
- "2. Open a private chat with @ZernioScheduleBot"
|
|
8068
|
-
- "3. Send:
|
|
8068
|
+
- "3. Send: ZRN-ABC123 @yourchannel (replace @yourchannel with your channel username)"
|
|
8069
8069
|
- "4. Wait for confirmation - the connection will appear in your dashboard"
|
|
8070
8070
|
- "Tip: If your channel has no public username, forward a message from it along with the code"
|
|
8071
8071
|
'400': { description: Profile ID required or invalid format }
|
|
@@ -8140,7 +8140,7 @@ paths:
|
|
|
8140
8140
|
required: true
|
|
8141
8141
|
schema: { type: string }
|
|
8142
8142
|
description: The access code to check status for
|
|
8143
|
-
example: "
|
|
8143
|
+
example: "ZRN-ABC123"
|
|
8144
8144
|
responses:
|
|
8145
8145
|
'200':
|
|
8146
8146
|
description: Connection status
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zernio-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.59
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -650,7 +650,7 @@ files:
|
|
|
650
650
|
- docs/YouTubeScopeMissingResponse.md
|
|
651
651
|
- docs/YouTubeScopeMissingResponseScopeStatus.md
|
|
652
652
|
- git_push.sh
|
|
653
|
-
- late-sdk-0.0.
|
|
653
|
+
- late-sdk-0.0.59.gem
|
|
654
654
|
- late-sdk.gemspec
|
|
655
655
|
- lib/late-sdk.rb
|
|
656
656
|
- lib/late-sdk/api/account_groups_api.rb
|
data/late-sdk-0.0.58.gem
DELETED
|
Binary file
|