zuora_api 1.3.90 → 1.3.91

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
  SHA1:
3
- metadata.gz: 33211487fd0bf6445756f48ead756f48c48c68d2
4
- data.tar.gz: c0b3d506a2db666eea348bec2e8cce2141c33ac1
3
+ metadata.gz: 0cadca1d90a5d96caebfa483f2c4e4ea492f4bed
4
+ data.tar.gz: b34e71ffd164b5edb4077c0e58e8a22de4110690
5
5
  SHA512:
6
- metadata.gz: cd35df9537190de1497415e67c3b61730b0082dfc32d7a24c492395f4a26d5310e1d0f135f1f551d1aba7cbbb145fa80542eb21705d234170001be99ff4feb2b
7
- data.tar.gz: 0f6499bcd996b1b58fabbf93a30cfdd19200345229b418ac016338327f40d244f667ba47a0a714079bdc456280e056be343965bb4df43d86943fa62433690e21
6
+ metadata.gz: 9db3358ae29f825b0fbed0f35cb9bce3d2302275dd660feb8488c77da62060456fbe690a5d006519211760b963964913f9f2e01448130ed4add907968a9584ed
7
+ data.tar.gz: a1f5e32c19030464c355e60f930a993b9f69493fcf70eff2d1d8e5ba955d3463d1df2b1d88e8c9cd41005e844934fcede601a6d64077bf8a273978ca3c22516e
@@ -313,6 +313,13 @@ module ZuoraAPI
313
313
  :context => object.xpath(".//context").collect{ |x| x.text } }
314
314
  temp[:options] = object.xpath(".//option").collect{ |x| x.text } if object.xpath(".//option").size > 0
315
315
  des_hash[object.xpath(".//name").text.to_sym] = temp
316
+ des_hash[:fieldsToNull] = {:label => "FieldsToNull",:selectable => "false",
317
+ :createable => "false",:filterable => "false",
318
+ :updateable => "true",:custom => "false",
319
+ :required => "false",:type => "picklist",
320
+ :maxlength => "" ,:context => ["soap"],
321
+ :options => des_hash.map {|k,v| k if v[:required] == "false"}.compact.uniq }
322
+
316
323
  end
317
324
  des_hash[:related_objects] = output_xml.xpath(".//related-objects").xpath(".//object").map{ |x| [x.xpath(".//name").text.to_sym, [ [:url, x.attributes["href"].value], [:label, x.xpath(".//name").text ] ].to_h] }.to_h
318
325
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.3.90"
2
+ VERSION = "1.3.91"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.90
4
+ version: 1.3.91
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-24 00:00:00.000000000 Z
11
+ date: 2017-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler