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: e06efa610df2f136d4775f01ba27d50b6f65576d7cc510024a903eff84547a8b
4
- data.tar.gz: 4b3c9685a3c8600a7ea21577648f438fcfa7f76dbd8cf9e6b21a31148f29fd09
3
+ metadata.gz: 2854fccfeee8404a5a633df25e0f45df2135bbfa02893093edc8bb2d7ff684a5
4
+ data.tar.gz: 4115ee49cfd50317f3be107e677a0d6e113151851fdde4f071615609d84ba3ef
5
5
  SHA512:
6
- metadata.gz: a374d557e090a13205779073e45bf997922d7f7f874a240f11a2eb74aa7cc39a847c3220e4053b032ec2b97aa6329e522238fa444b1e722d63b6ab5e77283ed6
7
- data.tar.gz: '07249fcc6d6d69b4693ac7e20ca6f2aa9909bb9fb5049a3d15b171fbaf2a6cf5b267867b75bf199031ef9ff1c872b7d22bb55c26c1e5ac91247e07ac293c21dc'
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
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Qismo
4
4
  # @return [String]
5
- VERSION = "0.15.0"
5
+ VERSION = "0.17.1"
6
6
  end
@@ -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.15.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-16 00:00:00.000000000 Z
11
+ date: 2022-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport