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 +4 -4
- data/lib/zuora_api/login.rb +7 -0
- data/lib/zuora_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0cadca1d90a5d96caebfa483f2c4e4ea492f4bed
|
4
|
+
data.tar.gz: b34e71ffd164b5edb4077c0e58e8a22de4110690
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9db3358ae29f825b0fbed0f35cb9bce3d2302275dd660feb8488c77da62060456fbe690a5d006519211760b963964913f9f2e01448130ed4add907968a9584ed
|
7
|
+
data.tar.gz: a1f5e32c19030464c355e60f930a993b9f69493fcf70eff2d1d8e5ba955d3463d1df2b1d88e8c9cd41005e844934fcede601a6d64077bf8a273978ca3c22516e
|
data/lib/zuora_api/login.rb
CHANGED
@@ -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
|
data/lib/zuora_api/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2017-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|