ragie_ruby_sdk 1.0.8 → 1.0.10

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: 9531e8cc157c51a27d8c8dc4ae94a94baed69040efcfeed1f32b73bdf107ebde
4
- data.tar.gz: 46cddc56b756a876155e325a6f5c528d727a75e2f9cdf8bb4f8d679b79dcac51
3
+ metadata.gz: 9c6ebb33f969cdda8bede5a2a03f146f59a212aef57ebd80e83ee2e2bf5bb103
4
+ data.tar.gz: aed0edbe06f163f6b4332a8a9d3e6b20a6d0426f3be38f1c9322425dcb9dfa37
5
5
  SHA512:
6
- metadata.gz: ea1bf7aa63d64b408f8d8a60c9ec4b33390ab4580e9873066be3bfcc34d357632d67fafdf021362219f1bf74ddedee2a0917e36862243973a8379f44fce5969b
7
- data.tar.gz: d3f5305b9d95fb01b2d2d5e75b8694cf9611fbb38093c6b5fc2ebbb3090fbb48c33973f79b736de7cec67d340b95534c0b082a10f1d753a9d445592f4471e926
6
+ metadata.gz: e596672386421b84c5e43d941c4bb50c2efc66e06411a294d559a77c7bf3d5a2f2732b23bad67e6fb84baffd3388e2927c768f619f42b86d9b5e4246f84bc885
7
+ data.tar.gz: c6dccf54a6854c059e240c6f936e2079be1e88689e0cc1950f6aa71cb05b42d65623e2c663d7f7c7049010308f6d8cc1342e62b049bd2b6c2732bea0a17a7c1c
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 1.0.7
10
+ - Package version: 1.0.9
11
11
  - Generator version: 7.16.0-SNAPSHOT
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
@@ -24,16 +24,16 @@ gem build ragie_ruby_sdk.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ragie_ruby_sdk-1.0.7.gem
27
+ gem install ./ragie_ruby_sdk-1.0.9.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ragie_ruby_sdk-1.0.7.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ragie_ruby_sdk-1.0.9.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ragie_ruby_sdk', '~> 1.0.7'
36
+ gem 'ragie_ruby_sdk', '~> 1.0.9'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -44,8 +44,7 @@ module RagieRubySdk
44
44
  openapi_any_of.each do |klass|
45
45
  begin
46
46
  next if klass == :AnyType # "nullable: true"
47
- typed_data = find_and_cast_into_type(klass, data)
48
- return typed_data if typed_data
47
+ return find_and_cast_into_type(klass, data)
49
48
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
50
49
  end
51
50
  end
@@ -31,10 +31,11 @@ module RagieRubySdk
31
31
  S3 = "s3".freeze
32
32
  GCS = "gcs".freeze
33
33
  HUBSPOT = "hubspot".freeze
34
+ WEBCRAWLER = "webcrawler".freeze
34
35
  ZENDESK = "zendesk".freeze
35
36
 
36
37
  def self.all_vars
37
- @all_vars ||= [BACKBLAZE, CONFLUENCE, DROPBOX, FRESHDESK, ONEDRIVE, GOOGLE_DRIVE, GMAIL, INTERCOM, NOTION, SALESFORCE, SHAREPOINT, JIRA, SLACK, S3, GCS, HUBSPOT, ZENDESK].freeze
38
+ @all_vars ||= [BACKBLAZE, CONFLUENCE, DROPBOX, FRESHDESK, ONEDRIVE, GOOGLE_DRIVE, GMAIL, INTERCOM, NOTION, SALESFORCE, SHAREPOINT, JIRA, SLACK, S3, GCS, HUBSPOT, WEBCRAWLER, ZENDESK].freeze
38
39
  end
39
40
 
40
41
  # Builds the enum from string
@@ -40,8 +40,7 @@ module RagieRubySdk
40
40
  openapi_any_of.each do |klass|
41
41
  begin
42
42
  next if klass == :AnyType # "nullable: true"
43
- typed_data = find_and_cast_into_type(klass, data)
44
- return typed_data if typed_data
43
+ return find_and_cast_into_type(klass, data)
45
44
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
46
45
  end
47
46
  end
@@ -38,8 +38,7 @@ module RagieRubySdk
38
38
  openapi_any_of.each do |klass|
39
39
  begin
40
40
  next if klass == :AnyType # "nullable: true"
41
- typed_data = find_and_cast_into_type(klass, data)
42
- return typed_data if typed_data
41
+ return find_and_cast_into_type(klass, data)
43
42
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
44
43
  end
45
44
  end
@@ -39,8 +39,7 @@ module RagieRubySdk
39
39
  openapi_any_of.each do |klass|
40
40
  begin
41
41
  next if klass == :AnyType # "nullable: true"
42
- typed_data = find_and_cast_into_type(klass, data)
43
- return typed_data if typed_data
42
+ return find_and_cast_into_type(klass, data)
44
43
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
45
44
  end
46
45
  end
@@ -40,8 +40,7 @@ module RagieRubySdk
40
40
  openapi_one_of.each do |klass|
41
41
  begin
42
42
  next if klass == :AnyType # "nullable: true"
43
- typed_data = find_and_cast_into_type(klass, data)
44
- return typed_data if typed_data
43
+ return find_and_cast_into_type(klass, data)
45
44
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
46
45
  end
47
46
  end
@@ -38,8 +38,7 @@ module RagieRubySdk
38
38
  openapi_any_of.each do |klass|
39
39
  begin
40
40
  next if klass == :AnyType # "nullable: true"
41
- typed_data = find_and_cast_into_type(klass, data)
42
- return typed_data if typed_data
41
+ return find_and_cast_into_type(klass, data)
43
42
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
44
43
  end
45
44
  end
@@ -37,8 +37,7 @@ module RagieRubySdk
37
37
  openapi_any_of.each do |klass|
38
38
  begin
39
39
  next if klass == :AnyType # "nullable: true"
40
- typed_data = find_and_cast_into_type(klass, data)
41
- return typed_data if typed_data
40
+ return find_and_cast_into_type(klass, data)
42
41
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
43
42
  end
44
43
  end
@@ -39,8 +39,7 @@ module RagieRubySdk
39
39
  openapi_one_of.each do |klass|
40
40
  begin
41
41
  next if klass == :AnyType # "nullable: true"
42
- typed_data = find_and_cast_into_type(klass, data)
43
- return typed_data if typed_data
42
+ return find_and_cast_into_type(klass, data)
44
43
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
45
44
  end
46
45
  end
@@ -37,8 +37,7 @@ module RagieRubySdk
37
37
  openapi_any_of.each do |klass|
38
38
  begin
39
39
  next if klass == :AnyType # "nullable: true"
40
- typed_data = find_and_cast_into_type(klass, data)
41
- return typed_data if typed_data
40
+ return find_and_cast_into_type(klass, data)
42
41
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
43
42
  end
44
43
  end
@@ -37,8 +37,7 @@ module RagieRubySdk
37
37
  openapi_any_of.each do |klass|
38
38
  begin
39
39
  next if klass == :AnyType # "nullable: true"
40
- typed_data = find_and_cast_into_type(klass, data)
41
- return typed_data if typed_data
40
+ return find_and_cast_into_type(klass, data)
42
41
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
43
42
  end
44
43
  end
@@ -38,8 +38,7 @@ module RagieRubySdk
38
38
  openapi_any_of.each do |klass|
39
39
  begin
40
40
  next if klass == :AnyType # "nullable: true"
41
- typed_data = find_and_cast_into_type(klass, data)
42
- return typed_data if typed_data
41
+ return find_and_cast_into_type(klass, data)
43
42
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
44
43
  end
45
44
  end
@@ -37,8 +37,7 @@ module RagieRubySdk
37
37
  openapi_any_of.each do |klass|
38
38
  begin
39
39
  next if klass == :AnyType # "nullable: true"
40
- typed_data = find_and_cast_into_type(klass, data)
41
- return typed_data if typed_data
40
+ return find_and_cast_into_type(klass, data)
42
41
  rescue # rescue all errors so we keep iterating even if the current item lookup raises
43
42
  end
44
43
  end
@@ -11,5 +11,5 @@ Generator version: 7.16.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module RagieRubySdk
14
- VERSION = '1.0.8'
14
+ VERSION = '1.0.10'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ragie_ruby_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator