swagger_aem 0.9.4 → 0.9.5
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 +4 -4
- data/Gemfile +2 -0
- data/README.md +5 -5
- data/docs/SlingApi.md +24 -4
- 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/sling_api.rb +33 -3
- 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/version.rb +2 -2
- data/lib/swagger_aem.rb +1 -1
- data/swagger_aem.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ab0ac42f6cdf570dc38b2a883f6092f4f33c863
|
4
|
+
data.tar.gz: 7194a2634d815391af2c9d2d6771ad30a24a9c6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b9b12a6f55ac43c16df0b9996101a890406d91e9fa541e09f510328f8ceed16c3eb111a133c5c818cfa81f765cbd00082ee07bbc6780e8aa3dd809b81739ff9
|
7
|
+
data.tar.gz: 7409204fe450dace9dc485aaff3d5a527449eedd134fd826ef18e5f85380cbe0073730b7b409047cdba67c93a9e7f7b405527d475d3fd4a5163755decda94888
|
data/Gemfile
CHANGED
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.
|
10
|
-
- Package version: 0.9.
|
9
|
+
- API version: 1.1.5
|
10
|
+
- Package version: 0.9.5
|
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.
|
27
|
+
gem install ./swagger_aem-0.9.5.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./swagger_aem-0.9.
|
29
|
+
(for development, run `gem install --dev ./swagger_aem-0.9.5.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.
|
35
|
+
gem 'swagger_aem', '~> 0.9.5'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
data/docs/SlingApi.md
CHANGED
@@ -381,7 +381,9 @@ opts = {
|
|
381
381
|
jcrcontenttrigger_receive: true, # BOOLEAN |
|
382
382
|
jcrcontenttrigger_specific: true, # BOOLEAN |
|
383
383
|
jcrcontentcqtemplate: "jcrcontentcqtemplate_example", # String |
|
384
|
-
jcrcontentenabled: true # BOOLEAN |
|
384
|
+
jcrcontentenabled: true, # BOOLEAN |
|
385
|
+
jcrcontentreverse_replication: true, # BOOLEAN |
|
386
|
+
operation: "operation_example" # String |
|
385
387
|
}
|
386
388
|
|
387
389
|
begin
|
@@ -417,6 +419,8 @@ Name | Type | Description | Notes
|
|
417
419
|
**jcrcontenttrigger_specific** | **BOOLEAN**| | [optional]
|
418
420
|
**jcrcontentcqtemplate** | **String**| | [optional]
|
419
421
|
**jcrcontentenabled** | **BOOLEAN**| | [optional]
|
422
|
+
**jcrcontentreverse_replication** | **BOOLEAN**| | [optional]
|
423
|
+
**operation** | **String**| | [optional]
|
420
424
|
|
421
425
|
### Return type
|
422
426
|
|
@@ -535,10 +539,18 @@ opts = {
|
|
535
539
|
org_apache_felix_https_truststore_password_type_hint: "org_apache_felix_https_truststore_password_type_hint_example", # String |
|
536
540
|
org_apache_felix_https_clientcertificate: "org_apache_felix_https_clientcertificate_example", # String |
|
537
541
|
org_apache_felix_https_clientcertificate_type_hint: "org_apache_felix_https_clientcertificate_type_hint_example", # String |
|
538
|
-
org_apache_felix_https_enable:
|
542
|
+
org_apache_felix_https_enable: true, # BOOLEAN |
|
539
543
|
org_apache_felix_https_enable_type_hint: "org_apache_felix_https_enable_type_hint_example", # String |
|
540
544
|
org_osgi_service_http_port_secure: "org_osgi_service_http_port_secure_example", # String |
|
541
|
-
org_osgi_service_http_port_secure_type_hint: "org_osgi_service_http_port_secure_type_hint_example" # String |
|
545
|
+
org_osgi_service_http_port_secure_type_hint: "org_osgi_service_http_port_secure_type_hint_example", # String |
|
546
|
+
json_maximumresults: "json_maximumresults_example", # String |
|
547
|
+
json_maximumresults_type_hint: "json_maximumresults_type_hint_example", # String |
|
548
|
+
enable_html: true, # BOOLEAN |
|
549
|
+
enable_html_type_hint: "enable_html_type_hint_example", # String |
|
550
|
+
enable_txt: true, # BOOLEAN |
|
551
|
+
enable_txt_type_hint: "enable_txt_type_hint_example", # String |
|
552
|
+
enable_xml: true, # BOOLEAN |
|
553
|
+
enable_xml_type_hint: "enable_xml_type_hint_example" # String |
|
542
554
|
}
|
543
555
|
|
544
556
|
begin
|
@@ -570,10 +582,18 @@ Name | Type | Description | Notes
|
|
570
582
|
**org_apache_felix_https_truststore_password_type_hint** | **String**| | [optional]
|
571
583
|
**org_apache_felix_https_clientcertificate** | **String**| | [optional]
|
572
584
|
**org_apache_felix_https_clientcertificate_type_hint** | **String**| | [optional]
|
573
|
-
**org_apache_felix_https_enable** | **
|
585
|
+
**org_apache_felix_https_enable** | **BOOLEAN**| | [optional]
|
574
586
|
**org_apache_felix_https_enable_type_hint** | **String**| | [optional]
|
575
587
|
**org_osgi_service_http_port_secure** | **String**| | [optional]
|
576
588
|
**org_osgi_service_http_port_secure_type_hint** | **String**| | [optional]
|
589
|
+
**json_maximumresults** | **String**| | [optional]
|
590
|
+
**json_maximumresults_type_hint** | **String**| | [optional]
|
591
|
+
**enable_html** | **BOOLEAN**| | [optional]
|
592
|
+
**enable_html_type_hint** | **String**| | [optional]
|
593
|
+
**enable_txt** | **BOOLEAN**| | [optional]
|
594
|
+
**enable_txt_type_hint** | **String**| | [optional]
|
595
|
+
**enable_xml** | **BOOLEAN**| | [optional]
|
596
|
+
**enable_xml_type_hint** | **String**| | [optional]
|
577
597
|
|
578
598
|
### Return type
|
579
599
|
|
@@ -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.
|
6
|
+
OpenAPI spec version: 1.1.5
|
7
7
|
Contact: opensource@shinesolutions.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
@@ -378,6 +378,8 @@ module SwaggerAemClient
|
|
378
378
|
# @option opts [BOOLEAN] :jcrcontenttrigger_specific
|
379
379
|
# @option opts [String] :jcrcontentcqtemplate
|
380
380
|
# @option opts [BOOLEAN] :jcrcontentenabled
|
381
|
+
# @option opts [BOOLEAN] :jcrcontentreverse_replication
|
382
|
+
# @option opts [String] :operation
|
381
383
|
# @return [nil]
|
382
384
|
def post_agent(runmode, name, opts = {})
|
383
385
|
post_agent_with_http_info(runmode, name, opts)
|
@@ -409,6 +411,8 @@ module SwaggerAemClient
|
|
409
411
|
# @option opts [BOOLEAN] :jcrcontenttrigger_specific
|
410
412
|
# @option opts [String] :jcrcontentcqtemplate
|
411
413
|
# @option opts [BOOLEAN] :jcrcontentenabled
|
414
|
+
# @option opts [BOOLEAN] :jcrcontentreverse_replication
|
415
|
+
# @option opts [String] :operation
|
412
416
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
413
417
|
def post_agent_with_http_info(runmode, name, opts = {})
|
414
418
|
if @api_client.config.debugging
|
@@ -443,6 +447,8 @@ module SwaggerAemClient
|
|
443
447
|
query_params[:'jcr:content/triggerSpecific'] = opts[:'jcrcontenttrigger_specific'] if !opts[:'jcrcontenttrigger_specific'].nil?
|
444
448
|
query_params[:'jcr:content/cq:template'] = opts[:'jcrcontentcqtemplate'] if !opts[:'jcrcontentcqtemplate'].nil?
|
445
449
|
query_params[:'jcr:content/enabled'] = opts[:'jcrcontentenabled'] if !opts[:'jcrcontentenabled'].nil?
|
450
|
+
query_params[:'jcr:content/reverseReplication'] = opts[:'jcrcontentreverse_replication'] if !opts[:'jcrcontentreverse_replication'].nil?
|
451
|
+
query_params[:':operation'] = opts[:'operation'] if !opts[:'operation'].nil?
|
446
452
|
|
447
453
|
# header parameters
|
448
454
|
header_params = {}
|
@@ -557,10 +563,18 @@ module SwaggerAemClient
|
|
557
563
|
# @option opts [String] :org_apache_felix_https_truststore_password_type_hint
|
558
564
|
# @option opts [String] :org_apache_felix_https_clientcertificate
|
559
565
|
# @option opts [String] :org_apache_felix_https_clientcertificate_type_hint
|
560
|
-
# @option opts [
|
566
|
+
# @option opts [BOOLEAN] :org_apache_felix_https_enable
|
561
567
|
# @option opts [String] :org_apache_felix_https_enable_type_hint
|
562
568
|
# @option opts [String] :org_osgi_service_http_port_secure
|
563
569
|
# @option opts [String] :org_osgi_service_http_port_secure_type_hint
|
570
|
+
# @option opts [String] :json_maximumresults
|
571
|
+
# @option opts [String] :json_maximumresults_type_hint
|
572
|
+
# @option opts [BOOLEAN] :enable_html
|
573
|
+
# @option opts [String] :enable_html_type_hint
|
574
|
+
# @option opts [BOOLEAN] :enable_txt
|
575
|
+
# @option opts [String] :enable_txt_type_hint
|
576
|
+
# @option opts [BOOLEAN] :enable_xml
|
577
|
+
# @option opts [String] :enable_xml_type_hint
|
564
578
|
# @return [nil]
|
565
579
|
def post_config(runmode, name, opts = {})
|
566
580
|
post_config_with_http_info(runmode, name, opts)
|
@@ -588,10 +602,18 @@ module SwaggerAemClient
|
|
588
602
|
# @option opts [String] :org_apache_felix_https_truststore_password_type_hint
|
589
603
|
# @option opts [String] :org_apache_felix_https_clientcertificate
|
590
604
|
# @option opts [String] :org_apache_felix_https_clientcertificate_type_hint
|
591
|
-
# @option opts [
|
605
|
+
# @option opts [BOOLEAN] :org_apache_felix_https_enable
|
592
606
|
# @option opts [String] :org_apache_felix_https_enable_type_hint
|
593
607
|
# @option opts [String] :org_osgi_service_http_port_secure
|
594
608
|
# @option opts [String] :org_osgi_service_http_port_secure_type_hint
|
609
|
+
# @option opts [String] :json_maximumresults
|
610
|
+
# @option opts [String] :json_maximumresults_type_hint
|
611
|
+
# @option opts [BOOLEAN] :enable_html
|
612
|
+
# @option opts [String] :enable_html_type_hint
|
613
|
+
# @option opts [BOOLEAN] :enable_txt
|
614
|
+
# @option opts [String] :enable_txt_type_hint
|
615
|
+
# @option opts [BOOLEAN] :enable_xml
|
616
|
+
# @option opts [String] :enable_xml_type_hint
|
595
617
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
596
618
|
def post_config_with_http_info(runmode, name, opts = {})
|
597
619
|
if @api_client.config.debugging
|
@@ -626,6 +648,14 @@ module SwaggerAemClient
|
|
626
648
|
query_params[:'org.apache.felix.https.enable@TypeHint'] = opts[:'org_apache_felix_https_enable_type_hint'] if !opts[:'org_apache_felix_https_enable_type_hint'].nil?
|
627
649
|
query_params[:'org.osgi.service.http.port.secure'] = opts[:'org_osgi_service_http_port_secure'] if !opts[:'org_osgi_service_http_port_secure'].nil?
|
628
650
|
query_params[:'org.osgi.service.http.port.secure@TypeHint'] = opts[:'org_osgi_service_http_port_secure_type_hint'] if !opts[:'org_osgi_service_http_port_secure_type_hint'].nil?
|
651
|
+
query_params[:'json.maximumresults'] = opts[:'json_maximumresults'] if !opts[:'json_maximumresults'].nil?
|
652
|
+
query_params[:'json.maximumresults@TypeHint'] = opts[:'json_maximumresults_type_hint'] if !opts[:'json_maximumresults_type_hint'].nil?
|
653
|
+
query_params[:'enable.html'] = opts[:'enable_html'] if !opts[:'enable_html'].nil?
|
654
|
+
query_params[:'enable.html@TypeHint'] = opts[:'enable_html_type_hint'] if !opts[:'enable_html_type_hint'].nil?
|
655
|
+
query_params[:'enable.txt'] = opts[:'enable_txt'] if !opts[:'enable_txt'].nil?
|
656
|
+
query_params[:'enable.txt@TypeHint'] = opts[:'enable_txt_type_hint'] if !opts[:'enable_txt_type_hint'].nil?
|
657
|
+
query_params[:'enable.xml'] = opts[:'enable_xml'] if !opts[:'enable_xml'].nil?
|
658
|
+
query_params[:'enable.xml@TypeHint'] = opts[:'enable_xml_type_hint'] if !opts[:'enable_xml_type_hint'].nil?
|
629
659
|
|
630
660
|
# header parameters
|
631
661
|
header_params = {}
|
data/lib/swagger_aem/version.rb
CHANGED
@@ -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.
|
6
|
+
OpenAPI spec version: 1.1.5
|
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.
|
13
|
+
VERSION = "0.9.5"
|
14
14
|
end
|
data/lib/swagger_aem.rb
CHANGED
data/swagger_aem.gemspec
CHANGED
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: 0.9.
|
4
|
+
version: 0.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shine Solutions
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|