qismo 0.15.0 → 0.17.1
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: 2854fccfeee8404a5a633df25e0f45df2135bbfa02893093edc8bb2d7ff684a5
|
4
|
+
data.tar.gz: 4115ee49cfd50317f3be107e677a0d6e113151851fdde4f071615609d84ba3ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz: '
|
6
|
+
metadata.gz: 88eddc6c6620164c08f82ca62b9f6cd371fd27e34a5d055db75be89f4aaa73b6be4d7d15b9a873dc8e437ff0ee18254c8918b71da7c798f9178b25829754d73f
|
7
|
+
data.tar.gz: '098ff2906adffea41e3816deaabdb2a2287d49053d3be0060a007bce011fa80e54372a25ac84a8bdba17da9c449a2976aed2f3b0545225b5900e6c15a0435291'
|
@@ -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.
|
4
|
+
version: 0.17.1
|
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
|