swagger_aem 3.6.2 → 3.7.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 (40) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +34 -35
  4. data/README.md +6 -6
  5. data/docs/SlingApi.md +5 -3
  6. data/lib/swagger_aem/api/console_api.rb +1 -1
  7. data/lib/swagger_aem/api/cq_api.rb +1 -1
  8. data/lib/swagger_aem/api/crx_api.rb +3 -3
  9. data/lib/swagger_aem/api/custom_api.rb +1 -1
  10. data/lib/swagger_aem/api/granite_api.rb +1 -1
  11. data/lib/swagger_aem/api/sling_api.rb +12 -5
  12. data/lib/swagger_aem/api_client.rb +1 -1
  13. data/lib/swagger_aem/api_error.rb +1 -1
  14. data/lib/swagger_aem/configuration.rb +1 -1
  15. data/lib/swagger_aem/models/bundle_data.rb +1 -1
  16. data/lib/swagger_aem/models/bundle_data_prop.rb +1 -1
  17. data/lib/swagger_aem/models/bundle_info.rb +1 -1
  18. data/lib/swagger_aem/models/inline_object.rb +1 -1
  19. data/lib/swagger_aem/models/inline_object1.rb +1 -1
  20. data/lib/swagger_aem/models/inline_object2.rb +1 -1
  21. data/lib/swagger_aem/models/inline_object3.rb +1 -1
  22. data/lib/swagger_aem/models/inline_object4.rb +1 -1
  23. data/lib/swagger_aem/models/inline_object5.rb +1 -1
  24. data/lib/swagger_aem/models/install_status.rb +1 -1
  25. data/lib/swagger_aem/models/install_status_status.rb +1 -1
  26. data/lib/swagger_aem/models/keystore_chain_items.rb +1 -1
  27. data/lib/swagger_aem/models/keystore_info.rb +1 -1
  28. data/lib/swagger_aem/models/keystore_items.rb +1 -1
  29. data/lib/swagger_aem/models/saml_configuration_info.rb +1 -1
  30. data/lib/swagger_aem/models/saml_configuration_properties.rb +1 -1
  31. data/lib/swagger_aem/models/saml_configuration_property_items_array.rb +1 -1
  32. data/lib/swagger_aem/models/saml_configuration_property_items_boolean.rb +1 -1
  33. data/lib/swagger_aem/models/saml_configuration_property_items_long.rb +1 -1
  34. data/lib/swagger_aem/models/saml_configuration_property_items_string.rb +1 -1
  35. data/lib/swagger_aem/models/truststore_info.rb +1 -1
  36. data/lib/swagger_aem/models/truststore_items.rb +1 -1
  37. data/lib/swagger_aem/version.rb +2 -2
  38. data/lib/swagger_aem.rb +1 -1
  39. data/swagger_aem.gemspec +1 -1
  40. metadata +6 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2b0418a67abaeddb6e9b5d1a9e0a30ab505a0d2c
4
- data.tar.gz: 79ccfbbcabec2067b077d6b1ae463bfa03701864
2
+ SHA256:
3
+ metadata.gz: 1c31ee58ccb164fbf654347861cd5e5fc6e839634829e5cf39ca95a24691decd
4
+ data.tar.gz: 19793def07696ceb631c304f0c1e9d235ff7ae2830b3a26c873b0abae551f009
5
5
  SHA512:
6
- metadata.gz: 63314f0b756977c2fa4c8ce3c0dffae54fed0e856a61c3db5e0cc8f83fc10373fa539b033ccab84e378d550da9bd5a034275b2109d94c12c9b795c02d9dbb117
7
- data.tar.gz: 43f14b22a8679a17df15d33794583d1a002a4776b7907bf18176c0b46aa466cd20e57f0d57e1ff834631df1e2bb004a3a8a05309118a0f6f25f936cf8a1fd006
6
+ metadata.gz: 6f6679d80db30a3f01bf5536fc5607af2af4dad53fafb1a21fc627c1c7764b276f73e56e87a66a1096aaae2ffb92a8ad5c247e299e6f5f29bd1788519a9c60d7
7
+ data.tar.gz: 220e3baa3d676ebecc018aa01303a4f6bfe24b6da1dbf42a259876b68b35e8e8458362b913b8763ead44a2cdad0aa7d7c0402af5de7c2d7303ef893b32ef77ca
data/Gemfile CHANGED
@@ -5,5 +5,5 @@ gemspec
5
5
  group :development, :test do
6
6
  gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
- gem 'rubocop', '~> 1.12.1'
8
+ gem 'rubocop', '~> 0.66.0'
9
9
  end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- swagger_aem (3.6.2)
4
+ swagger_aem (3.7.0)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
@@ -11,53 +11,52 @@ GEM
11
11
  ast (2.4.2)
12
12
  byebug (11.1.3)
13
13
  coderay (1.1.3)
14
- diff-lcs (1.4.4)
15
- ethon (0.14.0)
14
+ diff-lcs (1.5.0)
15
+ ethon (0.15.0)
16
16
  ffi (>= 1.15.0)
17
- ffi (1.15.4)
18
- json (2.5.1)
17
+ ffi (1.15.5)
18
+ jaro_winkler (1.5.4)
19
+ json (2.6.2)
19
20
  method_source (1.0.0)
20
- parallel (1.20.1)
21
- parser (3.0.2.0)
21
+ parallel (1.22.1)
22
+ parser (3.1.2.1)
22
23
  ast (~> 2.4.1)
23
- pry (0.13.1)
24
+ pry (0.14.1)
24
25
  coderay (~> 1.1)
25
26
  method_source (~> 1.0)
26
- pry-byebug (3.9.0)
27
+ pry-byebug (3.10.1)
27
28
  byebug (~> 11.0)
28
- pry (~> 0.13.0)
29
- rainbow (3.0.0)
29
+ pry (>= 0.13, < 0.15)
30
+ psych (4.0.4)
31
+ stringio
32
+ rainbow (3.1.1)
30
33
  rake (13.0.6)
31
- regexp_parser (2.1.1)
32
- rexml (3.2.5)
33
- rspec (3.10.0)
34
- rspec-core (~> 3.10.0)
35
- rspec-expectations (~> 3.10.0)
36
- rspec-mocks (~> 3.10.0)
37
- rspec-core (3.10.1)
38
- rspec-support (~> 3.10.0)
39
- rspec-expectations (3.10.1)
34
+ rspec (3.11.0)
35
+ rspec-core (~> 3.11.0)
36
+ rspec-expectations (~> 3.11.0)
37
+ rspec-mocks (~> 3.11.0)
38
+ rspec-core (3.11.0)
39
+ rspec-support (~> 3.11.0)
40
+ rspec-expectations (3.11.0)
40
41
  diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.10.0)
42
- rspec-mocks (3.10.2)
42
+ rspec-support (~> 3.11.0)
43
+ rspec-mocks (3.11.1)
43
44
  diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.10.0)
45
- rspec-support (3.10.2)
46
- rubocop (1.12.1)
45
+ rspec-support (~> 3.11.0)
46
+ rspec-support (3.11.0)
47
+ rubocop (0.66.0)
48
+ jaro_winkler (~> 1.5.1)
47
49
  parallel (~> 1.10)
48
- parser (>= 3.0.0.0)
50
+ parser (>= 2.5, != 2.5.1.1)
51
+ psych (>= 3.1.0)
49
52
  rainbow (>= 2.2.2, < 4.0)
50
- regexp_parser (>= 1.8, < 3.0)
51
- rexml
52
- rubocop-ast (>= 1.2.0, < 2.0)
53
53
  ruby-progressbar (~> 1.7)
54
- unicode-display_width (>= 1.4.0, < 3.0)
55
- rubocop-ast (1.4.1)
56
- parser (>= 2.7.1.5)
54
+ unicode-display_width (>= 1.4.0, < 1.6)
57
55
  ruby-progressbar (1.11.0)
56
+ stringio (3.0.2)
58
57
  typhoeus (1.4.0)
59
58
  ethon (>= 0.9.0)
60
- unicode-display_width (2.1.0)
59
+ unicode-display_width (1.5.0)
61
60
 
62
61
  PLATFORMS
63
62
  ruby
@@ -66,8 +65,8 @@ DEPENDENCIES
66
65
  pry-byebug
67
66
  rake (~> 13.0.1)
68
67
  rspec (~> 3.6, >= 3.6.0)
69
- rubocop (~> 1.12.1)
68
+ rubocop (~> 0.66.0)
70
69
  swagger_aem!
71
70
 
72
71
  BUNDLED WITH
73
- 1.17.3
72
+ 2.1.4
data/README.md CHANGED
@@ -6,8 +6,8 @@ Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 3.5.0-pre.0
10
- - Package version: 3.5.0-pre.0
9
+ - API version: 3.5.2-pre.0
10
+ - Package version: 3.7.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://shinesolutions.com](http://shinesolutions.com)
13
13
 
@@ -24,16 +24,16 @@ gem build swagger_aem.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./swagger_aem-3.5.0-pre.0.gem
27
+ gem install ./swagger_aem-3.7.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./swagger_aem-3.5.0-pre.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./swagger_aem-3.7.0.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 'swagger_aem', '~> 3.5.0-pre.0'
36
+ gem 'swagger_aem', '~> 3.7.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -126,7 +126,7 @@ Class | Method | HTTP request | Description
126
126
  *SwaggerAemClient::SlingApi* | [**post_node_rw**](docs/SlingApi.md#post_node_rw) | **POST** /{path}/{name}.rw.html |
127
127
  *SwaggerAemClient::SlingApi* | [**post_path**](docs/SlingApi.md#post_path) | **POST** /{path}/ |
128
128
  *SwaggerAemClient::SlingApi* | [**post_query**](docs/SlingApi.md#post_query) | **POST** /bin/querybuilder.json |
129
- *SwaggerAemClient::SlingApi* | [**post_tree_activation**](docs/SlingApi.md#post_tree_activation) | **POST** /etc/replication/treeactivation.html |
129
+ *SwaggerAemClient::SlingApi* | [**post_tree_activation**](docs/SlingApi.md#post_tree_activation) | **POST** /libs/replication/treeactivation.html |
130
130
  *SwaggerAemClient::SlingApi* | [**post_truststore**](docs/SlingApi.md#post_truststore) | **POST** /libs/granite/security/post/truststore |
131
131
  *SwaggerAemClient::SlingApi* | [**post_truststore_pkcs12**](docs/SlingApi.md#post_truststore_pkcs12) | **POST** /etc/truststore |
132
132
 
data/docs/SlingApi.md CHANGED
@@ -30,7 +30,7 @@ Method | HTTP request | Description
30
30
  [**post_node_rw**](SlingApi.md#post_node_rw) | **POST** /{path}/{name}.rw.html |
31
31
  [**post_path**](SlingApi.md#post_path) | **POST** /{path}/ |
32
32
  [**post_query**](SlingApi.md#post_query) | **POST** /bin/querybuilder.json |
33
- [**post_tree_activation**](SlingApi.md#post_tree_activation) | **POST** /etc/replication/treeactivation.html |
33
+ [**post_tree_activation**](SlingApi.md#post_tree_activation) | **POST** /libs/replication/treeactivation.html |
34
34
  [**post_truststore**](SlingApi.md#post_truststore) | **POST** /libs/granite/security/post/truststore |
35
35
  [**post_truststore_pkcs12**](SlingApi.md#post_truststore_pkcs12) | **POST** /etc/truststore |
36
36
 
@@ -1711,7 +1711,7 @@ Name | Type | Description | Notes
1711
1711
 
1712
1712
  ## post_tree_activation
1713
1713
 
1714
- > post_tree_activation(ignoredeactivated, onlymodified, path)
1714
+ > post_tree_activation(ignoredeactivated, onlymodified, path, cmd)
1715
1715
 
1716
1716
 
1717
1717
 
@@ -1731,9 +1731,10 @@ api_instance = SwaggerAemClient::SlingApi.new
1731
1731
  ignoredeactivated = true # Boolean |
1732
1732
  onlymodified = true # Boolean |
1733
1733
  path = 'path_example' # String |
1734
+ cmd = 'activate' # String |
1734
1735
 
1735
1736
  begin
1736
- api_instance.post_tree_activation(ignoredeactivated, onlymodified, path)
1737
+ api_instance.post_tree_activation(ignoredeactivated, onlymodified, path, cmd)
1737
1738
  rescue SwaggerAemClient::ApiError => e
1738
1739
  puts "Exception when calling SlingApi->post_tree_activation: #{e}"
1739
1740
  end
@@ -1747,6 +1748,7 @@ Name | Type | Description | Notes
1747
1748
  **ignoredeactivated** | **Boolean**| |
1748
1749
  **onlymodified** | **Boolean**| |
1749
1750
  **path** | **String**| |
1751
+ **cmd** | **String**| | [default to &#39;activate&#39;]
1750
1752
 
1751
1753
  ### Return type
1752
1754
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,14 +3,14 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
13
- require 'erb'
13
+ require 'cgi'
14
14
 
15
15
  module SwaggerAemClient
16
16
  class CrxApi
@@ -274,7 +274,7 @@ module SwaggerAemClient
274
274
  fail ArgumentError, "Missing the required parameter 'cmd' when calling CrxApi.post_package_service_json"
275
275
  end
276
276
  # resource path
277
- local_var_path = '/crx/packmgr/service/.json/{path}'.sub('{' + 'path' + '}', ERB::Util.url_encode(path.to_s))
277
+ local_var_path = '/crx/packmgr/service/.json/{path}'.sub('{' + 'path' + '}', CGI.escape(path.to_s))
278
278
 
279
279
  # query parameters
280
280
  query_params = opts[:query_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -2116,19 +2116,21 @@ module SwaggerAemClient
2116
2116
  # @param ignoredeactivated [Boolean]
2117
2117
  # @param onlymodified [Boolean]
2118
2118
  # @param path [String]
2119
+ # @param cmd [String]
2119
2120
  # @param [Hash] opts the optional parameters
2120
2121
  # @return [nil]
2121
- def post_tree_activation(ignoredeactivated, onlymodified, path, opts = {})
2122
- post_tree_activation_with_http_info(ignoredeactivated, onlymodified, path, opts)
2122
+ def post_tree_activation(ignoredeactivated, onlymodified, path, cmd, opts = {})
2123
+ post_tree_activation_with_http_info(ignoredeactivated, onlymodified, path, cmd, opts)
2123
2124
  nil
2124
2125
  end
2125
2126
 
2126
2127
  # @param ignoredeactivated [Boolean]
2127
2128
  # @param onlymodified [Boolean]
2128
2129
  # @param path [String]
2130
+ # @param cmd [String]
2129
2131
  # @param [Hash] opts the optional parameters
2130
2132
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2131
- def post_tree_activation_with_http_info(ignoredeactivated, onlymodified, path, opts = {})
2133
+ def post_tree_activation_with_http_info(ignoredeactivated, onlymodified, path, cmd, opts = {})
2132
2134
  if @api_client.config.debugging
2133
2135
  @api_client.config.logger.debug 'Calling API: SlingApi.post_tree_activation ...'
2134
2136
  end
@@ -2144,14 +2146,19 @@ module SwaggerAemClient
2144
2146
  if @api_client.config.client_side_validation && path.nil?
2145
2147
  fail ArgumentError, "Missing the required parameter 'path' when calling SlingApi.post_tree_activation"
2146
2148
  end
2149
+ # verify the required parameter 'cmd' is set
2150
+ if @api_client.config.client_side_validation && cmd.nil?
2151
+ fail ArgumentError, "Missing the required parameter 'cmd' when calling SlingApi.post_tree_activation"
2152
+ end
2147
2153
  # resource path
2148
- local_var_path = '/etc/replication/treeactivation.html'
2154
+ local_var_path = '/libs/replication/treeactivation.html'
2149
2155
 
2150
2156
  # query parameters
2151
2157
  query_params = opts[:query_params] || {}
2152
2158
  query_params[:'ignoredeactivated'] = ignoredeactivated
2153
2159
  query_params[:'onlymodified'] = onlymodified
2154
2160
  query_params[:'path'] = path
2161
+ query_params[:'cmd'] = cmd
2155
2162
 
2156
2163
  # header parameters
2157
2164
  header_params = opts[:header_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module SwaggerAemClient
14
- VERSION = '3.6.2'
14
+ VERSION = '3.7.0'
15
15
  end
data/lib/swagger_aem.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- The version of the OpenAPI document: 3.5.0-pre.0
6
+ The version of the OpenAPI document: 3.5.2-pre.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
data/swagger_aem.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
7
7
 
8
- The version of the OpenAPI document: 3.5.0-pre.0
8
+ The version of the OpenAPI document: 3.5.2-pre.0
9
9
  Contact: opensource@shinesolutions.com
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 4.3.1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swagger_aem
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.2
4
+ version: 3.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shine Solutions
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-27 00:00:00.000000000 Z
11
+ date: 2022-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -180,7 +180,7 @@ homepage: https://github.com/shinesolutions/swagger-aem/tree/master/clients/ruby
180
180
  licenses:
181
181
  - Apache-2.0
182
182
  metadata: {}
183
- post_install_message:
183
+ post_install_message:
184
184
  rdoc_options: []
185
185
  require_paths:
186
186
  - lib
@@ -195,9 +195,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  - !ruby/object:Gem::Version
196
196
  version: '0'
197
197
  requirements: []
198
- rubyforge_project:
199
- rubygems_version: 2.6.14.4
200
- signing_key:
198
+ rubygems_version: 3.1.6
199
+ signing_key:
201
200
  specification_version: 4
202
201
  summary: Adobe Experience Manager (AEM) API Ruby Gem
203
202
  test_files: