zendesk_apps_support 4.21.3 → 4.21.4

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: 125b5d9fd7e96153a8a0fd6732d28c40d78b6cdb
4
- data.tar.gz: 4f4597ed8dee001791c9f466a0f03a69130c70ca
3
+ metadata.gz: ceadbe45fb4dee886f38f028f360bbfb821fd5b5
4
+ data.tar.gz: 7c3a0f1c9b455bfbee462cf8e6bf060234eb8e13
5
5
  SHA512:
6
- metadata.gz: 2658486dc2885aa56289b6c2c76e1ce43cbb00224fb9bc4633570073065b00f928e98a64570530e10ed149b8eda096247078f16606da43d5261b8d2036696fb3
7
- data.tar.gz: a1728b8e423efdda1b1c0a1e00b9706a63e5a62bdbce7867dddf742e1206ddebf47829d7568358e590078eae3d0b129ddd2727df9df2a97d195b00f2caeef29f
6
+ metadata.gz: 3982cda3beb2391adb7cdc265f4a27aca924c3f43975fa1504a4e43e5b1651ef82bd6eb991fc8988e496b6d07387a720f70337a26bf8c93eb96144d5ebd4f2e4
7
+ data.tar.gz: 556e814c43f2232105db940077adc3f95b71d5cf1087717655aa3288a0238c3bdec3952f5d666a45670508eb0626debf45fbe7768aaccdc22f7f5fa06c529211
@@ -51,11 +51,15 @@ module ZendeskAppsSupport
51
51
  Location.new(id: 14, name: 'background',
52
52
  product_code: Product::CHAT.code),
53
53
  Location.new(id: 15, name: 'deal_card', product_code: Product::SELL.code, collapsible: true),
54
- Location.new(id: 16, name: 'contact_card', product_code: Product::SELL.code, collapsible: true),
55
- Location.new(id: 17, name: 'lead_card', product_code: Product::SELL.code, collapsible: true),
56
- Location.new(id: 18, name: 'background', product_code: Product::SELL.code),
57
- Location.new(id: 19, name: 'modal', product_code: Product::SELL.code),
58
- Location.new(id: 20, name: 'dashboard', product_code: Product::SELL.code)
54
+ Location.new(id: 16, name: 'person_card', product_code: Product::SELL.code, collapsible: true),
55
+ Location.new(id: 17, name: 'company_card', product_code: Product::SELL.code, collapsible: true),
56
+ Location.new(id: 18, name: 'lead_card', product_code: Product::SELL.code, collapsible: true),
57
+ Location.new(id: 19, name: 'background', product_code: Product::SELL.code),
58
+ Location.new(id: 20, name: 'modal', product_code: Product::SELL.code),
59
+ Location.new(id: 21, name: 'dashboard', product_code: Product::SELL.code),
60
+ Location.new(id: 22, name: 'note_editor', product_code: Product::SELL.code),
61
+ Location.new(id: 23, name: 'call_log_editor', product_code: Product::SELL.code),
62
+ Location.new(id: 24, name: 'email_editor', product_code: Product::SELL.code)
59
63
  ].freeze
60
64
  end
61
65
  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: 4.21.3
4
+ version: 4.21.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James A. Rosen
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2019-08-08 00:00:00.000000000 Z
14
+ date: 2019-09-03 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: i18n