qismo 0.17.0 → 0.17.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 541d1d3a2f20f23eed6c39bc8a89583c0973c7b6610a0295c3d44b8bdbb061bf
|
4
|
+
data.tar.gz: 8d870b20270b7f44ab305616f33059a9dc1028dbeff93bf778a059ed9de1bafc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c52a1b746e1338cfbb242904cdf68b0da94196f0e43a3540e3d12c855cd4fdff0091409e0ce8723b99cc8bc3dd071a998ded2267a54f78d545b687fb8418d81
|
7
|
+
data.tar.gz: 8a118a0a6d342f8f61115c842de2a50139e22fa62dee18add2cd8150e2c38b91c5051c379300270a7f1704c78ef579f81fc67f06ef25b0ba69f1d890d4173fb7
|
data/lib/qismo/api.rb
CHANGED
@@ -23,11 +23,11 @@ module Qismo
|
|
23
23
|
|
24
24
|
# @!attribute [r] is_resolved
|
25
25
|
# @return [String]
|
26
|
-
attribute? :is_resolved, Types::Bool
|
26
|
+
attribute? :is_resolved, Types::Bool.optional
|
27
27
|
|
28
28
|
# @!attribute [r] is_waiting
|
29
29
|
# @return [TrueClass,FalseClass]
|
30
|
-
attribute? :is_waiting, Types::Bool
|
30
|
+
attribute? :is_waiting, Types::Bool.optional
|
31
31
|
|
32
32
|
# @!attribute [r] last_comment_sender
|
33
33
|
# @return [String]
|
data/lib/qismo/version.rb
CHANGED
@@ -171,10 +171,10 @@ module Qismo
|
|
171
171
|
attribute? :channel_id, Types::Int
|
172
172
|
attribute? :created_at, Types::String
|
173
173
|
attribute? :extras, Extras
|
174
|
-
attribute? :has_no_message, Types::Bool
|
174
|
+
attribute? :has_no_message, Types::Bool.optional
|
175
175
|
attribute? :is_waiting, Types::Nil
|
176
176
|
attribute? :name, Types::String
|
177
|
-
attribute? :resolved, Types::Bool
|
177
|
+
attribute? :resolved, Types::Bool.optional
|
178
178
|
attribute? :room_badge, Types::String
|
179
179
|
attribute? :room_id, Types::String
|
180
180
|
attribute? :source, Types::String
|
@@ -182,7 +182,7 @@ module Qismo
|
|
182
182
|
attribute? :user_id, Types::String
|
183
183
|
end
|
184
184
|
|
185
|
-
attribute? :is_new_session, Types::Bool
|
185
|
+
attribute? :is_new_session, Types::Bool.optional
|
186
186
|
attribute? :payload, Payload
|
187
187
|
attribute? :room_log, RoomLog
|
188
188
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qismo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Qiscus Integration
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|