huginn_acumen_product_agent 1.3.0 → 1.4.0

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: 66d5a4f9cc1e03ceb98d0ade524482571770bc455f303b35a10ae8d6f64611d5
4
- data.tar.gz: ece29b484441dacd6a51b891dfbb4ab25a9fde1a28b0b1864302563e9e084703
3
+ metadata.gz: 73be297fed0a6ced22645adc0a259180dc4980dd70c746f4057b8572e1ee7863
4
+ data.tar.gz: b04844533621d1e320ec95b39c6458aa8a846dbb765c4e00c84be958696aaef9
5
5
  SHA512:
6
- metadata.gz: fc8a70be138bf5ab4fe2be007ed2280bd2599784f2170b071d6933987dc348e323fc9c14529c96d5dc0f11bc3c66977c518e64576b15bf89c2f17bab730ddc82
7
- data.tar.gz: 707344746b37b2fe801d639a1489d29d56ea8bbf69f8ce50ee5b31545163864d9872045f191c99b158233de63715d3d4d35c19d5418581cb51f59a53afd4201f
6
+ metadata.gz: 9cc986209beb97de37544ec3c563d5f7a5de88e9597afbd7b95cf2cada6c409ce084492d706b6db92e2382bbb12a60e9ec0d064a51aa4009145ba6f4e11739ca
7
+ data.tar.gz: 443ab6792a17decfe5da76d424bfda9f84b4c8d30daa45fdebbdb20c880b093babdfbac4dc7eacd56d501ffff2394d165cf541c1ac66afc5e39c1a52fa536735
@@ -141,6 +141,7 @@ class AcumenClient
141
141
  <column_name>ProdMkt.Info_Text_01</column_name>
142
142
  <column_name>ProdMkt.Info_Text_02</column_name>
143
143
  <column_name>ProdMkt.Religious_Text_Identifier</column_name>
144
+ <column_name>ProdMkt.Info_Alpha_07</column_name>
144
145
  </requested_output>
145
146
  </acusoapRequest>
146
147
  XML
@@ -223,6 +223,7 @@ module AcumenProductQueryConcern
223
223
  'ProdMkt.Info_Text_01' => 'info_text_01',
224
224
  'ProdMkt.Info_Text_02' => 'info_text_02',
225
225
  'ProdMkt.Religious_Text_Identifier' => 'religious_text_identifier',
226
+ 'ProdMkt.Info_Alpha_07' => 'info_alpha_07',
226
227
  })
227
228
 
228
229
  results[mapped['product_id']] = mapped
@@ -276,6 +277,7 @@ module AcumenProductQueryConcern
276
277
  product['acumenAttributes']['extent_value'] = marketing['extent_value']
277
278
  product['acumenAttributes']['info_text_01'] = marketing['info_text_01']
278
279
  product['acumenAttributes']['info_text_02'] = marketing['info_text_02']
280
+ product['acumenAttributes']['info_alpha_07'] = marketing['info_alpha_07']
279
281
  product['acumenAttributes']['meta_description'] = marketing['meta_description']
280
282
  product['acumenAttributes']['religious_text_identifier'] = marketing['religious_text_identifier']
281
283
  product['acumenAttributes']['status'] = marketing['status']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: huginn_acumen_product_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Spizziri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-27 00:00:00.000000000 Z
11
+ date: 2020-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler