zendesk_apps_support 1.30.0 → 1.31.0

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
  SHA1:
3
- metadata.gz: d4476b8e9538df6d66e4a9cccb93b03d633bf578
4
- data.tar.gz: 568614d0401254083bc79846d34d19efe081c90c
3
+ metadata.gz: 08be0e903a2f9b94a057c205ba2cb0931253ca54
4
+ data.tar.gz: 7e5d990b51bdb3624db524d43326c8f12688b1ef
5
5
  SHA512:
6
- metadata.gz: 664b051da793aae6c5dbd5222384e3d5a663af29bba331291842d5486e98ee6713bd72dbb1c0766e0a067aed66d7eff0cd7a9d82595a08bb116718d4c2f7732e
7
- data.tar.gz: 1c579b00dad7f5900bc8b87264ce95bcfe667a1183e24a9ffcc88171e1bb7ab9de2e3bc80b2dbb8f6f26cb2b399863b903b6d4d5308ca77ed19c2d2467360cb1
6
+ metadata.gz: 362ce26d40b89bfbe495ef22d26d8d4a8f8ee480ff60beaf2c4fc8029044435419b022d4ab0d052877b14a1385c86464f0d9420014d9c978e1ab72830f3ebd59
7
+ data.tar.gz: b9eb1b4620894da3eaf8513fa2cd5b5b56291456972b14f192ff87a489d002bef44a2394c66c1c32a5fe8435ae0464bc0f593605cca050623b3af710b3a1b3c0
@@ -27,7 +27,7 @@ module ZendeskAppsSupport
27
27
  Location.new(id: 5, orderable: true, name: 'user_sidebar', product_code: Product::SUPPORT.code),
28
28
  Location.new(id: 6, orderable: true, name: 'organization_sidebar', product_code: Product::SUPPORT.code),
29
29
  Location.new(id: 7, orderable: false, name: 'background', product_code: Product::SUPPORT.code),
30
- Location.new(id: 8, orderable: false, name: 'chat_sidebar', product_code: Product::CHAT.code)
30
+ Location.new(id: 8, orderable: true, name: 'chat_sidebar', product_code: Product::CHAT.code)
31
31
  ].freeze
32
32
  end
33
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zendesk_apps_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James A. Rosen