qismo 0.17.0 → 0.17.1

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: 839479fdf1dde24ea0060354811fcee3c9af9127ffda69427a6d773efe03eadd
4
- data.tar.gz: 52ff364cec208e9a3471fc3d4fa849bb2dcd537170b363b66ccd099e7bda5d23
3
+ metadata.gz: 2854fccfeee8404a5a633df25e0f45df2135bbfa02893093edc8bb2d7ff684a5
4
+ data.tar.gz: 4115ee49cfd50317f3be107e677a0d6e113151851fdde4f071615609d84ba3ef
5
5
  SHA512:
6
- metadata.gz: dccf2df09f8b6d112805896b691a0c1d600c192d54ee5572f096f2548b06dae8a0977157e858456cbf47e54fc37c44107157b5463069a1f581963a89f8e17361
7
- data.tar.gz: 692126abda4e83edfb2f7fadd94155f1e688e0ba73cc40408b4bb48c331e0a6a3783e1f3dd330373a195baf0e4bf6f4f09251b39f2737eb64187cc85ecb5f08d
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.17.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.17.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