qismo 0.17.3 → 0.17.4

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: 5343a99151ec1b35caf4d4ddd2d85af00f8cffe3b2c6e17682436a9733cdd4ad
4
- data.tar.gz: aaccc479847cc6ddae7b5cb74f8a9d655437f7479393341c7be95eaa635d9636
3
+ metadata.gz: 32a1f3d54408a3ec4ac13282946090480b5e684537d8c37e8deca21ee37dab51
4
+ data.tar.gz: c5c9c893cb57b4b33f17fa384b24947888a26335418ee6b1841fcbd74ca5af2b
5
5
  SHA512:
6
- metadata.gz: b4206f26162c9649ff2f022ae46f4b11b20cb09b966eb4eb7c5011b0650b75a2754d5665a350e65178abfa060fe155f9acf1e5876bba2aab289d404d22a95e2b
7
- data.tar.gz: 21f67dcde8a83c518b3d5483fee42eedbbb6e6b4f192f123df8e53b3571409d4fe265d243991f5ef473d08916d1c34c981a88d7fb7860eb457aaaf9491529403
6
+ metadata.gz: 6ae312acbe3a8805c115e4656e8f1d1385ec0ed891ee8637fa92ee625e0a765536d13f2409af429064f3ddd8b8f48dc7ab063ccde014daf5255dca0128340fe5
7
+ data.tar.gz: 9be35658b3ef3804a70ec74c67c4f99a1582a4e956fd1e9497e694fdf585c121879b79d0a8a586af8241a6b5fe84308ebbc2b7102daad8556879072db2fd6c78
data/lib/qismo/api.rb CHANGED
@@ -31,7 +31,7 @@ module Qismo
31
31
  # Previous page cursor. If you are on first page, the cursor returned will be nil
32
32
  # @return [Qismo::Collection<Qismo::CustomerRoom>]
33
33
  def rooms(channels: nil, status: nil, serve_status: nil, name: nil, limit: 50, tag_ids: nil, agent_ids: nil, order: "desc", cursor_after: nil, cursor_before: nil)
34
- body = post("/api/v2/customer_rooms", json: {
34
+ body = post("/api/v2/customer_rooms", {
35
35
  channels: channels,
36
36
  status: status,
37
37
  serve_status: serve_status,
data/lib/qismo/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Qismo
4
4
  # @return [String]
5
- VERSION = "0.17.3"
5
+ VERSION = "0.17.4"
6
6
  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.3
4
+ version: 0.17.4
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-20 00:00:00.000000000 Z
11
+ date: 2022-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport