DealMakerAPI 0.88.3 → 0.89.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64d30473d306cd6b4d81538a0922f692425e0de33a6760e98bbb34bae3d0c500
|
4
|
+
data.tar.gz: cb9ce15b051bda6abf6b5dff8ae4f154d2be9099c3843b89b6f9b2f2e5483d40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e76d4e82a607fa6314762bd14bf5a1fce289cf83fe33c9c66d989b43d047477476a762c9f579f2b7cc207c4163459cdea6150a964b02b5ae00e346166cb009d
|
7
|
+
data.tar.gz: cf121be2269167ebe156c327a9ad191c5d4f52aec6584711299c39ed7ac42dfc5ee206304c451ee79ddbadfd229be914e717cbb6f372a75bd3348e3e2cef6667
|
data/README.md
CHANGED
@@ -338,7 +338,7 @@ Given the high number of updates our platform performs on any investor, we’ve
|
|
338
338
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
339
339
|
|
340
340
|
- API version: 1.75.0
|
341
|
-
- Package version: 0.
|
341
|
+
- Package version: 0.89.0
|
342
342
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
343
343
|
|
344
344
|
## Installation
|
@@ -354,16 +354,16 @@ gem build DealMakerAPI.gemspec
|
|
354
354
|
Then either install the gem locally:
|
355
355
|
|
356
356
|
```shell
|
357
|
-
gem install ./DealMakerAPI-0.
|
357
|
+
gem install ./DealMakerAPI-0.89.0.gem
|
358
358
|
```
|
359
359
|
|
360
|
-
(for development, run `gem install --dev ./DealMakerAPI-0.
|
360
|
+
(for development, run `gem install --dev ./DealMakerAPI-0.89.0.gem` to install the development dependencies)
|
361
361
|
|
362
362
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
363
363
|
|
364
364
|
Finally add this to the Gemfile:
|
365
365
|
|
366
|
-
gem 'DealMakerAPI', '~> 0.
|
366
|
+
gem 'DealMakerAPI', '~> 0.89.0'
|
367
367
|
|
368
368
|
### Install from Git
|
369
369
|
|
@@ -329,7 +329,7 @@ module DealMakerAPI
|
|
329
329
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
330
330
|
allocation_unit_validator = EnumAttributeValidator.new('String', ["securities", "amount"])
|
331
331
|
return false unless allocation_unit_validator.valid?(@allocation_unit)
|
332
|
-
state_validator = EnumAttributeValidator.new('String', ["draft", "invited", "cosigning", "signed", "waiting", "accepted", "inactive"])
|
332
|
+
state_validator = EnumAttributeValidator.new('String', ["draft", "invited", "cosigning", "signed", "waiting", "accepted", "inactive", "processing_countersign"])
|
333
333
|
return false unless state_validator.valid?(@state)
|
334
334
|
funding_state_validator = EnumAttributeValidator.new('String', ["unfunded", "underfunded", "funded", "overfunded"])
|
335
335
|
return false unless funding_state_validator.valid?(@funding_state)
|
@@ -351,7 +351,7 @@ module DealMakerAPI
|
|
351
351
|
# Custom attribute writer method checking allowed values (enum).
|
352
352
|
# @param [Object] state Object to be assigned
|
353
353
|
def state=(state)
|
354
|
-
validator = EnumAttributeValidator.new('String', ["draft", "invited", "cosigning", "signed", "waiting", "accepted", "inactive"])
|
354
|
+
validator = EnumAttributeValidator.new('String', ["draft", "invited", "cosigning", "signed", "waiting", "accepted", "inactive", "processing_countersign"])
|
355
355
|
unless validator.valid?(state)
|
356
356
|
fail ArgumentError, "invalid value for \"state\", must be one of #{validator.allowable_values}."
|
357
357
|
end
|
data/lib/DealMakerAPI/version.rb
CHANGED
@@ -70,7 +70,7 @@ describe DealMakerAPI::V1EntitiesInvestor do
|
|
70
70
|
describe 'test attribute "state"' do
|
71
71
|
it 'should work' do
|
72
72
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
73
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["draft", "invited", "cosigning", "signed", "waiting", "accepted", "inactive"])
|
73
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["draft", "invited", "cosigning", "signed", "waiting", "accepted", "inactive", "processing_countersign"])
|
74
74
|
# validator.allowable_values.each do |value|
|
75
75
|
# expect { instance.state = value }.not_to raise_error
|
76
76
|
# end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: DealMakerAPI
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.89.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DealMaker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|