swagger_aem 0.9.7 → 0.9.8

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
  SHA1:
3
- metadata.gz: 8b6db172072380652458f0d40f1831f96ace54ac
4
- data.tar.gz: e967e4fc7a3c038f114b097aef5ddaafd7762907
3
+ metadata.gz: a1765c3edcb186e91e86459cc7b3bd057cf5dd1a
4
+ data.tar.gz: 8d67f795f5889e9ad9d73a1e976537b7f81b5d91
5
5
  SHA512:
6
- metadata.gz: b1af6620714b61dc5a47ac48c856155c1c06fbe776592de9b06beb7241d0f3371a32c5d4dde93287e022d0ad19902958bb7ca8632c3ad749d649df9607ca4c35
7
- data.tar.gz: e5888d68514c8cd0633ba20b00bffeba5db07eea1e68fc3f6bd7e3a92c3d5fc248e8d1ddb0f93b0733e6316efbb63ca797169752ba8432318be0dc6ba019cf45
6
+ metadata.gz: d93ad5efb6b17e28fbd868a5058db435f41b4831dfdc737f134508779e382c9cbf2d1f66ab61261d986fa5658af5f4f42c6b33b448dd816cc0c0894d99998931
7
+ data.tar.gz: 11a832ab4e6b559832ea498988c8a54db56e0fd051544a7963c2426344f48a765e6a7382d10de7bc878eaaa9737984e8348bd8c344779645254b4c48e3b399eb
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 [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
- - API version: 1.1.7
10
- - Package version: 0.9.7
9
+ - API version: 1.1.8
10
+ - Package version: 0.9.8
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://shinesolutions.com](http://shinesolutions.com)
13
13
 
@@ -24,15 +24,15 @@ gem build swagger_aem.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./swagger_aem-0.9.7.gem
27
+ gem install ./swagger_aem-0.9.8.gem
28
28
  ```
29
- (for development, run `gem install --dev ./swagger_aem-0.9.7.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./swagger_aem-0.9.8.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'swagger_aem', '~> 0.9.7'
35
+ gem 'swagger_aem', '~> 0.9.8'
36
36
 
37
37
  ### Install from Git
38
38
 
data/docs/CrxApi.md CHANGED
@@ -88,6 +88,7 @@ opts = {
88
88
  package_version: "package_version_example", # String |
89
89
  _charset_: "_charset__example", # String |
90
90
  force: true, # BOOLEAN |
91
+ recursive: true, # BOOLEAN |
91
92
  package: File.new("/path/to/file.txt") # File |
92
93
  }
93
94
 
@@ -110,6 +111,7 @@ Name | Type | Description | Notes
110
111
  **package_version** | **String**| | [optional]
111
112
  **_charset_** | **String**| | [optional]
112
113
  **force** | **BOOLEAN**| | [optional]
114
+ **recursive** | **BOOLEAN**| | [optional]
113
115
  **package** | **File**| | [optional]
114
116
 
115
117
  ### Return type
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
- OpenAPI spec version: 1.1.7
6
+ OpenAPI spec version: 1.1.8
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.1.7
6
+ OpenAPI spec version: 1.1.8
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.1.7
6
+ OpenAPI spec version: 1.1.8
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.1.7
6
+ OpenAPI spec version: 1.1.8
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -81,6 +81,7 @@ module SwaggerAemClient
81
81
  # @option opts [String] :package_version
82
82
  # @option opts [String] :_charset_
83
83
  # @option opts [BOOLEAN] :force
84
+ # @option opts [BOOLEAN] :recursive
84
85
  # @option opts [File] :package
85
86
  # @return [String]
86
87
  def post_package_service_json(path, cmd, opts = {})
@@ -98,6 +99,7 @@ module SwaggerAemClient
98
99
  # @option opts [String] :package_version
99
100
  # @option opts [String] :_charset_
100
101
  # @option opts [BOOLEAN] :force
102
+ # @option opts [BOOLEAN] :recursive
101
103
  # @option opts [File] :package
102
104
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
103
105
  def post_package_service_json_with_http_info(path, cmd, opts = {})
@@ -119,6 +121,7 @@ module SwaggerAemClient
119
121
  query_params[:'packageVersion'] = opts[:'package_version'] if !opts[:'package_version'].nil?
120
122
  query_params[:'_charset_'] = opts[:'_charset_'] if !opts[:'_charset_'].nil?
121
123
  query_params[:'force'] = opts[:'force'] if !opts[:'force'].nil?
124
+ query_params[:'recursive'] = opts[:'recursive'] if !opts[:'recursive'].nil?
122
125
 
123
126
  # header parameters
124
127
  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
- OpenAPI spec version: 1.1.7
6
+ OpenAPI spec version: 1.1.8
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.1.7
6
+ OpenAPI spec version: 1.1.8
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.1.7
6
+ OpenAPI spec version: 1.1.8
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.1.7
6
+ OpenAPI spec version: 1.1.8
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -3,12 +3,12 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 1.1.7
6
+ OpenAPI spec version: 1.1.8
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  =end
11
11
 
12
12
  module SwaggerAemClient
13
- VERSION = "0.9.7"
13
+ VERSION = "0.9.8"
14
14
  end
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
- OpenAPI spec version: 1.1.7
8
+ OpenAPI spec version: 1.1.8
9
9
  Contact: opensource@shinesolutions.com
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swagger_aem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shine Solutions