swagger_aem 3.6.2 → 3.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +1 -1
- data/Gemfile.lock +35 -36
- data/README.md +6 -6
- data/docs/SlingApi.md +5 -3
- data/lib/swagger_aem/api/console_api.rb +1 -1
- data/lib/swagger_aem/api/cq_api.rb +1 -1
- data/lib/swagger_aem/api/crx_api.rb +1 -1
- data/lib/swagger_aem/api/custom_api.rb +1 -1
- data/lib/swagger_aem/api/granite_api.rb +1 -1
- data/lib/swagger_aem/api/sling_api.rb +12 -5
- data/lib/swagger_aem/api_client.rb +1 -1
- data/lib/swagger_aem/api_error.rb +1 -1
- data/lib/swagger_aem/configuration.rb +1 -1
- data/lib/swagger_aem/models/bundle_data.rb +1 -1
- data/lib/swagger_aem/models/bundle_data_prop.rb +1 -1
- data/lib/swagger_aem/models/bundle_info.rb +1 -1
- data/lib/swagger_aem/models/inline_object.rb +1 -1
- data/lib/swagger_aem/models/inline_object1.rb +1 -1
- data/lib/swagger_aem/models/inline_object2.rb +1 -1
- data/lib/swagger_aem/models/inline_object3.rb +1 -1
- data/lib/swagger_aem/models/inline_object4.rb +1 -1
- data/lib/swagger_aem/models/inline_object5.rb +1 -1
- data/lib/swagger_aem/models/install_status.rb +1 -1
- data/lib/swagger_aem/models/install_status_status.rb +1 -1
- data/lib/swagger_aem/models/keystore_chain_items.rb +1 -1
- data/lib/swagger_aem/models/keystore_info.rb +1 -1
- data/lib/swagger_aem/models/keystore_items.rb +1 -1
- data/lib/swagger_aem/models/saml_configuration_info.rb +1 -1
- data/lib/swagger_aem/models/saml_configuration_properties.rb +1 -1
- data/lib/swagger_aem/models/saml_configuration_property_items_array.rb +1 -1
- data/lib/swagger_aem/models/saml_configuration_property_items_boolean.rb +1 -1
- data/lib/swagger_aem/models/saml_configuration_property_items_long.rb +1 -1
- data/lib/swagger_aem/models/saml_configuration_property_items_string.rb +1 -1
- data/lib/swagger_aem/models/truststore_info.rb +1 -1
- data/lib/swagger_aem/models/truststore_items.rb +1 -1
- data/lib/swagger_aem/version.rb +2 -2
- data/lib/swagger_aem.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/swagger_aem.gemspec +1 -1
- metadata +24 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a274322cb961cd1869136374b921409d8b3c7e719ff894feb94b9273caf6f3a4
|
4
|
+
data.tar.gz: fa91633ac6e27f476f295f3e7bf6e9b5bda75bb6ec04313b7d2e211d3da81c89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b090d4324245abb6ff81c0db14ac2ffd3eaa66fd2a1f69c060d9ce48e0e3115b8fddc185096007dcad25b9c00dc06277965039791b843c6ac42d6fc37b3a023
|
7
|
+
data.tar.gz: bb19b7f413b27bebdd2f78140487414de03944da4ac35bd36374a8c3383394295ad027cc7face278caf9dc84261c1671133e47e21ac7d109453166cb9ad1d7be
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
swagger_aem (3.
|
4
|
+
swagger_aem (3.8.0)
|
5
5
|
json (~> 2.1, >= 2.1.0)
|
6
6
|
typhoeus (~> 1.0, >= 1.0.1)
|
7
7
|
|
@@ -11,63 +11,62 @@ GEM
|
|
11
11
|
ast (2.4.2)
|
12
12
|
byebug (11.1.3)
|
13
13
|
coderay (1.1.3)
|
14
|
-
diff-lcs (1.
|
15
|
-
ethon (0.
|
14
|
+
diff-lcs (1.5.0)
|
15
|
+
ethon (0.16.0)
|
16
16
|
ffi (>= 1.15.0)
|
17
|
-
ffi (1.15.
|
18
|
-
|
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.
|
21
|
-
parser (3.
|
21
|
+
parallel (1.22.1)
|
22
|
+
parser (3.1.3.0)
|
22
23
|
ast (~> 2.4.1)
|
23
|
-
pry (0.
|
24
|
+
pry (0.14.1)
|
24
25
|
coderay (~> 1.1)
|
25
26
|
method_source (~> 1.0)
|
26
|
-
pry-byebug (3.
|
27
|
+
pry-byebug (3.10.1)
|
27
28
|
byebug (~> 11.0)
|
28
|
-
pry (
|
29
|
-
|
29
|
+
pry (>= 0.13, < 0.15)
|
30
|
+
psych (4.0.6)
|
31
|
+
stringio
|
32
|
+
rainbow (3.1.1)
|
30
33
|
rake (13.0.6)
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
rspec-
|
35
|
-
|
36
|
-
rspec-
|
37
|
-
rspec-
|
38
|
-
rspec-support (~> 3.10.0)
|
39
|
-
rspec-expectations (3.10.1)
|
34
|
+
rspec (3.12.0)
|
35
|
+
rspec-core (~> 3.12.0)
|
36
|
+
rspec-expectations (~> 3.12.0)
|
37
|
+
rspec-mocks (~> 3.12.0)
|
38
|
+
rspec-core (3.12.0)
|
39
|
+
rspec-support (~> 3.12.0)
|
40
|
+
rspec-expectations (3.12.0)
|
40
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
41
|
-
rspec-support (~> 3.
|
42
|
-
rspec-mocks (3.
|
42
|
+
rspec-support (~> 3.12.0)
|
43
|
+
rspec-mocks (3.12.0)
|
43
44
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
-
rspec-support (~> 3.
|
45
|
-
rspec-support (3.
|
46
|
-
rubocop (
|
45
|
+
rspec-support (~> 3.12.0)
|
46
|
+
rspec-support (3.12.0)
|
47
|
+
rubocop (0.66.0)
|
48
|
+
jaro_winkler (~> 1.5.1)
|
47
49
|
parallel (~> 1.10)
|
48
|
-
parser (>=
|
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, <
|
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 (
|
59
|
+
unicode-display_width (1.5.0)
|
61
60
|
|
62
61
|
PLATFORMS
|
63
|
-
|
62
|
+
x86_64-linux
|
64
63
|
|
65
64
|
DEPENDENCIES
|
66
65
|
pry-byebug
|
67
66
|
rake (~> 13.0.1)
|
68
67
|
rspec (~> 3.6, >= 3.6.0)
|
69
|
-
rubocop (~>
|
68
|
+
rubocop (~> 0.66.0)
|
70
69
|
swagger_aem!
|
71
70
|
|
72
71
|
BUNDLED WITH
|
73
|
-
|
72
|
+
2.3.21
|
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.
|
10
|
-
- Package version: 3.
|
9
|
+
- API version: 3.7.1-pre.0
|
10
|
+
- Package version: 3.7.1-pre.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.
|
27
|
+
gem install ./swagger_aem-3.7.1-pre.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./swagger_aem-3.
|
30
|
+
(for development, run `gem install --dev ./swagger_aem-3.7.1-pre.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.
|
36
|
+
gem 'swagger_aem', '~> 3.7.1-pre.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** /
|
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** /
|
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 'activate']
|
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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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 = '/
|
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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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/lib/swagger_aem/version.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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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.
|
14
|
+
VERSION = '3.8.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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-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/spec/api_client_spec.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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-pre.0
|
7
7
|
Contact: opensource@shinesolutions.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.1
|
data/spec/configuration_spec.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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-pre.0
|
7
7
|
Contact: opensource@shinesolutions.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.1
|
data/spec/spec_helper.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.
|
6
|
+
The version of the OpenAPI document: 3.7.1-pre.0
|
7
7
|
Contact: opensource@shinesolutions.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.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.
|
8
|
+
The version of the OpenAPI document: 3.7.1-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.
|
4
|
+
version: 3.8.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:
|
11
|
+
date: 2022-11-28 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,40 +195,39 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
195
|
- !ruby/object:Gem::Version
|
196
196
|
version: '0'
|
197
197
|
requirements: []
|
198
|
-
|
199
|
-
|
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:
|
204
|
-
- spec/api/
|
203
|
+
- spec/api/console_api_spec.rb
|
205
204
|
- spec/api/cq_api_spec.rb
|
205
|
+
- spec/api/crx_api_spec.rb
|
206
|
+
- spec/api/custom_api_spec.rb
|
206
207
|
- spec/api/granite_api_spec.rb
|
207
208
|
- spec/api/sling_api_spec.rb
|
208
|
-
- spec/api/console_api_spec.rb
|
209
|
-
- spec/api/custom_api_spec.rb
|
210
209
|
- spec/api_client_spec.rb
|
211
210
|
- spec/configuration_spec.rb
|
212
|
-
- spec/models/inline_object4_spec.rb
|
213
211
|
- spec/models/bundle_data_prop_spec.rb
|
214
|
-
- spec/models/
|
212
|
+
- spec/models/bundle_data_spec.rb
|
213
|
+
- spec/models/bundle_info_spec.rb
|
214
|
+
- spec/models/inline_object1_spec.rb
|
215
|
+
- spec/models/inline_object2_spec.rb
|
216
|
+
- spec/models/inline_object3_spec.rb
|
217
|
+
- spec/models/inline_object4_spec.rb
|
215
218
|
- spec/models/inline_object5_spec.rb
|
216
|
-
- spec/models/saml_configuration_property_items_long_spec.rb
|
217
219
|
- spec/models/inline_object_spec.rb
|
218
|
-
- spec/models/truststore_items_spec.rb
|
219
|
-
- spec/models/saml_configuration_property_items_boolean_spec.rb
|
220
|
-
- spec/models/saml_configuration_info_spec.rb
|
221
|
-
- spec/models/saml_configuration_properties_spec.rb
|
222
220
|
- spec/models/install_status_spec.rb
|
223
|
-
- spec/models/
|
224
|
-
- spec/models/
|
225
|
-
- spec/models/inline_object2_spec.rb
|
221
|
+
- spec/models/install_status_status_spec.rb
|
222
|
+
- spec/models/keystore_chain_items_spec.rb
|
226
223
|
- spec/models/keystore_info_spec.rb
|
227
|
-
- spec/models/
|
228
|
-
- spec/models/
|
224
|
+
- spec/models/keystore_items_spec.rb
|
225
|
+
- spec/models/saml_configuration_info_spec.rb
|
226
|
+
- spec/models/saml_configuration_properties_spec.rb
|
229
227
|
- spec/models/saml_configuration_property_items_array_spec.rb
|
230
|
-
- spec/models/
|
231
|
-
- spec/models/
|
228
|
+
- spec/models/saml_configuration_property_items_boolean_spec.rb
|
229
|
+
- spec/models/saml_configuration_property_items_long_spec.rb
|
232
230
|
- spec/models/saml_configuration_property_items_string_spec.rb
|
233
|
-
- spec/models/
|
231
|
+
- spec/models/truststore_info_spec.rb
|
232
|
+
- spec/models/truststore_items_spec.rb
|
234
233
|
- spec/spec_helper.rb
|