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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6acce3f4e2dc5eefc1c91ad17a3d14bd0dc3879f42ee2e53316240927f8ce80
4
- data.tar.gz: 4f7f9f23f568ad51c8fba3bda880c1e89a34aa1eb2e1d50a557117c18c403f51
3
+ metadata.gz: c1f01f149c3280c6c5a775d0914d8e823ab2a63f1c7653690eeb1311bd39f563
4
+ data.tar.gz: dcccafbea5e78c479ab4097895ff4726556ca09f690f09becc33ae20af8cee18
5
5
  SHA512:
6
- metadata.gz: 0c5f7ff93ca4ac12581db3d3c51e2da5dbe62f8973ff547bb34937717d726fb91472058c1afb4c76722faddecc5826d1a32902331417d372280b8fba8d8df9c8
7
- data.tar.gz: 7458c5cacea120dacbf92c0438e5601a5ed3bc4a5654af5653be746aff2b3a2cce610c2221bb54cb0827bf223c27445b9f8c0ebf6542a642e5554bbffb89b185
6
+ metadata.gz: e8262d0213572bca3da712d6f54543603aca9168c4396a0d4289ca4570be69bb52b904a46fa3db5552d3d43f9312bc75b327636b59a9730025c1fb18c5643948
7
+ data.tar.gz: f748aec7486687acd26f3fdd675cc007675735c6c1c60e123adc0bb7d7c035ceb3bbe3e2d84d6112182fa9e9ca89c05fe1bdf6e981bbb5c3442043fc4204b5b9
data/docs/ConnectApi.md CHANGED
@@ -55,7 +55,7 @@ Late.configure do |config|
55
55
  end
56
56
 
57
57
  api_instance = Late::ConnectApi.new
58
- code = 'LATE-ABC123' # String | The access code to check status for
58
+ code = 'ZRN-ABC123' # String | The access code to check status for
59
59
 
60
60
  begin
61
61
  # Check Telegram status
@@ -16,7 +16,7 @@
16
16
  require 'late-sdk'
17
17
 
18
18
  instance = Late::GetTelegramConnectStatus200Response.new(
19
- code: LATE-ABC123,
19
+ code: ZRN-ABC123,
20
20
  expires_at: null,
21
21
  expires_in: 900,
22
22
  bot_username: LateScheduleBot,
Binary file
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.58'
14
+ VERSION = '0.0.59'
15
15
  end
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: "LATE-ABC123"
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: "LATE-ABC123"
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: LATE-ABC123 @yourchannel (replace @yourchannel with your channel username)"
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: "LATE-ABC123"
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.58
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.58.gem
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