pokeapi_client 0.9.1 → 0.10.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.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -6
  3. data/README.md +5 -4
  4. data/lib/pokeapi_client/api/ability_api.rb +4 -2
  5. data/lib/pokeapi_client/api/berry_api.rb +4 -2
  6. data/lib/pokeapi_client/api/berry_firmness_api.rb +4 -2
  7. data/lib/pokeapi_client/api/berry_flavor_api.rb +4 -2
  8. data/lib/pokeapi_client/api/characteristic_api.rb +4 -2
  9. data/lib/pokeapi_client/api/contest_effect_api.rb +4 -2
  10. data/lib/pokeapi_client/api/contest_type_api.rb +4 -2
  11. data/lib/pokeapi_client/api/egg_group_api.rb +4 -2
  12. data/lib/pokeapi_client/api/encounter_condition_api.rb +4 -2
  13. data/lib/pokeapi_client/api/encounter_condition_value_api.rb +4 -2
  14. data/lib/pokeapi_client/api/encounter_method_api.rb +4 -2
  15. data/lib/pokeapi_client/api/evolution_chain_api.rb +4 -2
  16. data/lib/pokeapi_client/api/evolution_trigger_api.rb +4 -2
  17. data/lib/pokeapi_client/api/gender_api.rb +4 -2
  18. data/lib/pokeapi_client/api/generation_api.rb +4 -2
  19. data/lib/pokeapi_client/api/growth_rate_api.rb +4 -2
  20. data/lib/pokeapi_client/api/item_api.rb +4 -2
  21. data/lib/pokeapi_client/api/item_attribute_api.rb +4 -2
  22. data/lib/pokeapi_client/api/item_category_api.rb +4 -2
  23. data/lib/pokeapi_client/api/item_fling_effect_api.rb +4 -2
  24. data/lib/pokeapi_client/api/item_pocket_api.rb +4 -2
  25. data/lib/pokeapi_client/api/language_api.rb +4 -2
  26. data/lib/pokeapi_client/api/location_api.rb +4 -2
  27. data/lib/pokeapi_client/api/location_area_api.rb +4 -2
  28. data/lib/pokeapi_client/api/machine_api.rb +4 -2
  29. data/lib/pokeapi_client/api/move_ailment_api.rb +4 -2
  30. data/lib/pokeapi_client/api/move_api.rb +4 -2
  31. data/lib/pokeapi_client/api/move_battle_style_api.rb +4 -2
  32. data/lib/pokeapi_client/api/move_category_api.rb +4 -2
  33. data/lib/pokeapi_client/api/move_damage_class_api.rb +4 -2
  34. data/lib/pokeapi_client/api/move_learn_method_api.rb +4 -2
  35. data/lib/pokeapi_client/api/move_target_api.rb +4 -2
  36. data/lib/pokeapi_client/api/nature_api.rb +4 -2
  37. data/lib/pokeapi_client/api/pal_park_area_api.rb +4 -2
  38. data/lib/pokeapi_client/api/pokeathlon_stat_api.rb +4 -2
  39. data/lib/pokeapi_client/api/pokedex_api.rb +4 -2
  40. data/lib/pokeapi_client/api/pokemon_api.rb +4 -2
  41. data/lib/pokeapi_client/api/pokemon_color_api.rb +4 -2
  42. data/lib/pokeapi_client/api/pokemon_form_api.rb +4 -2
  43. data/lib/pokeapi_client/api/pokemon_habitat_api.rb +4 -2
  44. data/lib/pokeapi_client/api/pokemon_shape_api.rb +4 -2
  45. data/lib/pokeapi_client/api/pokemon_species_api.rb +4 -2
  46. data/lib/pokeapi_client/api/region_api.rb +4 -2
  47. data/lib/pokeapi_client/api/stat_api.rb +4 -2
  48. data/lib/pokeapi_client/api/super_contest_effect_api.rb +4 -2
  49. data/lib/pokeapi_client/api/type_api.rb +4 -2
  50. data/lib/pokeapi_client/api/version_api.rb +4 -2
  51. data/lib/pokeapi_client/api/version_group_api.rb +4 -2
  52. data/lib/pokeapi_client/api_client.rb +7 -3
  53. data/lib/pokeapi_client/api_error.rb +4 -2
  54. data/lib/pokeapi_client/configuration.rb +6 -3
  55. data/lib/pokeapi_client/version.rb +5 -3
  56. data/lib/pokeapi_client.rb +4 -2
  57. data/pokeapi_client.gemspec +4 -2
  58. data/spec/api/ability_api_spec.rb +4 -2
  59. data/spec/api/berry_api_spec.rb +4 -2
  60. data/spec/api/berry_firmness_api_spec.rb +4 -2
  61. data/spec/api/berry_flavor_api_spec.rb +4 -2
  62. data/spec/api/characteristic_api_spec.rb +4 -2
  63. data/spec/api/contest_effect_api_spec.rb +4 -2
  64. data/spec/api/contest_type_api_spec.rb +4 -2
  65. data/spec/api/egg_group_api_spec.rb +4 -2
  66. data/spec/api/encounter_condition_api_spec.rb +4 -2
  67. data/spec/api/encounter_condition_value_api_spec.rb +4 -2
  68. data/spec/api/encounter_method_api_spec.rb +4 -2
  69. data/spec/api/evolution_chain_api_spec.rb +4 -2
  70. data/spec/api/evolution_trigger_api_spec.rb +4 -2
  71. data/spec/api/gender_api_spec.rb +4 -2
  72. data/spec/api/generation_api_spec.rb +4 -2
  73. data/spec/api/growth_rate_api_spec.rb +4 -2
  74. data/spec/api/item_api_spec.rb +4 -2
  75. data/spec/api/item_attribute_api_spec.rb +4 -2
  76. data/spec/api/item_category_api_spec.rb +4 -2
  77. data/spec/api/item_fling_effect_api_spec.rb +4 -2
  78. data/spec/api/item_pocket_api_spec.rb +4 -2
  79. data/spec/api/language_api_spec.rb +4 -2
  80. data/spec/api/location_api_spec.rb +4 -2
  81. data/spec/api/location_area_api_spec.rb +4 -2
  82. data/spec/api/machine_api_spec.rb +4 -2
  83. data/spec/api/move_ailment_api_spec.rb +4 -2
  84. data/spec/api/move_api_spec.rb +4 -2
  85. data/spec/api/move_battle_style_api_spec.rb +4 -2
  86. data/spec/api/move_category_api_spec.rb +4 -2
  87. data/spec/api/move_damage_class_api_spec.rb +4 -2
  88. data/spec/api/move_learn_method_api_spec.rb +4 -2
  89. data/spec/api/move_target_api_spec.rb +4 -2
  90. data/spec/api/nature_api_spec.rb +4 -2
  91. data/spec/api/pal_park_area_api_spec.rb +4 -2
  92. data/spec/api/pokeathlon_stat_api_spec.rb +4 -2
  93. data/spec/api/pokedex_api_spec.rb +4 -2
  94. data/spec/api/pokemon_api_spec.rb +4 -2
  95. data/spec/api/pokemon_color_api_spec.rb +4 -2
  96. data/spec/api/pokemon_form_api_spec.rb +4 -2
  97. data/spec/api/pokemon_habitat_api_spec.rb +4 -2
  98. data/spec/api/pokemon_shape_api_spec.rb +4 -2
  99. data/spec/api/pokemon_species_api_spec.rb +4 -2
  100. data/spec/api/region_api_spec.rb +4 -2
  101. data/spec/api/stat_api_spec.rb +4 -2
  102. data/spec/api/super_contest_effect_api_spec.rb +4 -2
  103. data/spec/api/type_api_spec.rb +4 -2
  104. data/spec/api/version_api_spec.rb +4 -2
  105. data/spec/api/version_group_api_spec.rb +4 -2
  106. data/spec/api_client_spec.rb +4 -2
  107. data/spec/configuration_spec.rb +4 -2
  108. data/spec/spec_helper.rb +4 -2
  109. metadata +41 -41
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 645f9d63e0870c6b826e22e54fbe5f2d7aec37b56045be6c8075350a14fbdf09
4
- data.tar.gz: a8e51578056e2ed17a616da0b7e7fe5c54f7161e3f81a78a0bf1d23f02cf5318
3
+ metadata.gz: 6425743163001fbdc0b31dcc17baf837b53bc73a52d6a2069e5db57efcf05eff
4
+ data.tar.gz: 5d4d2c5b9d5cdcd29268ebac9fefed0c61835bf845b1f82da4e9f2784c83d368
5
5
  SHA512:
6
- metadata.gz: 29cf0b00daf108d8347f6b71a00b05e64db351ce3150917fe7ea7643bfa2cc49d02d0635f179f10a531b2bcf350e0243f07e6699d668bd101f275794ab297ad1
7
- data.tar.gz: 5e69a2d984e1dd3986e1d7f05f4d23a6f176ff2be2d544aba3a2f06a0ace6cde689f88ff6b9444693c7017f74675cfb7489f53a9afe0eba638c62927787c7f36
6
+ metadata.gz: aa39e3f3ac0aeb9db7899c007909832641b61971c4f2fb20bb9c8aa7fc6f8770399f484aa39b9cf5a05cdb6b213ac7a9007e44686a6e023eb2f945cb4e76fd9e
7
+ data.tar.gz: b10d33e6137fe803841fcf5bf9b8eac436f80f535aa44894f7c23303267beb39b7d9e8341936d90579959cea76efc2463d64f8346ea81c798658b55fbee46ffc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pokeapi_client (0.9.1)
4
+ pokeapi_client (0.10.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -17,14 +17,14 @@ GEM
17
17
  jaro_winkler (1.5.4)
18
18
  method_source (1.0.0)
19
19
  parallel (1.22.1)
20
- parser (3.1.2.0)
20
+ parser (3.1.2.1)
21
21
  ast (~> 2.4.1)
22
- pry (0.13.1)
22
+ pry (0.14.1)
23
23
  coderay (~> 1.1)
24
24
  method_source (~> 1.0)
25
- pry-byebug (3.9.0)
25
+ pry-byebug (3.10.1)
26
26
  byebug (~> 11.0)
27
- pry (~> 0.13.0)
27
+ pry (>= 0.13, < 0.15)
28
28
  psych (4.0.4)
29
29
  stringio
30
30
  rainbow (3.1.1)
@@ -67,4 +67,4 @@ DEPENDENCIES
67
67
  rubocop (~> 0.66.0)
68
68
 
69
69
  BUNDLED WITH
70
- 2.3.11
70
+ 2.3.19
data/README.md CHANGED
@@ -7,8 +7,9 @@ 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: 20220523
10
- - Package version: 0.9.1
10
+ - Package version: 0.10.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
+ For more information, please visit [https://github.com/cliffano/pokeapi-clients](https://github.com/cliffano/pokeapi-clients)
12
13
 
13
14
  ## Installation
14
15
 
@@ -23,16 +24,16 @@ gem build pokeapi_client.gemspec
23
24
  Then either install the gem locally:
24
25
 
25
26
  ```shell
26
- gem install ./pokeapi_client-0.9.1.gem
27
+ gem install ./pokeapi_client-0.10.0.gem
27
28
  ```
28
29
 
29
- (for development, run `gem install --dev ./pokeapi_client-0.9.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pokeapi_client-0.10.0.gem` to install the development dependencies)
30
31
 
31
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
33
 
33
34
  Finally add this to the Gemfile:
34
35
 
35
- gem 'pokeapi_client', '~> 0.9.1'
36
+ gem 'pokeapi_client', '~> 0.10.0'
36
37
 
37
38
  ### Install from Git
38
39
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12