moonlogs-ruby 0.6.0 → 0.6.1
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/README.md +16 -13
- data/docs/DefaultApi.md +12 -12
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/OneOfUserRequestRole.md +6 -0
- data/docs/OneOfUserResponseRole.md +6 -0
- data/docs/SchemaRequest.md +13 -0
- data/docs/SchemaResponse.md +14 -0
- data/docs/UserRequest.md +14 -0
- data/docs/UserResponse.md +15 -0
- data/lib/moonlogs-ruby/api/default_api.rb +14 -14
- data/lib/moonlogs-ruby/api_client.rb +1 -1
- data/lib/moonlogs-ruby/api_error.rb +1 -1
- data/lib/moonlogs-ruby/configuration.rb +1 -1
- data/lib/moonlogs-ruby/models/api_token.rb +1 -1
- data/lib/moonlogs-ruby/models/credentials.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_1.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_10.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_11.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_12.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_13.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_2.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_3.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_4.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_5.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_6.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_7.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_8.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_9.rb +1 -1
- data/lib/moonlogs-ruby/models/level.rb +1 -1
- data/lib/moonlogs-ruby/models/meta.rb +1 -1
- data/lib/moonlogs-ruby/models/one_of_record_request_level.rb +1 -1
- data/lib/moonlogs-ruby/models/one_of_record_response_level.rb +1 -1
- data/lib/moonlogs-ruby/models/one_of_user_request_role.rb +197 -0
- data/lib/moonlogs-ruby/models/one_of_user_response_role.rb +197 -0
- data/lib/moonlogs-ruby/models/record_request.rb +1 -1
- data/lib/moonlogs-ruby/models/record_response.rb +1 -1
- data/lib/moonlogs-ruby/models/role.rb +1 -1
- data/lib/moonlogs-ruby/models/schema_field.rb +1 -1
- data/lib/moonlogs-ruby/models/schema_kind.rb +1 -1
- data/lib/moonlogs-ruby/models/schema_request.rb +284 -0
- data/lib/moonlogs-ruby/models/schema_response.rb +298 -0
- data/lib/moonlogs-ruby/models/session.rb +1 -1
- data/lib/moonlogs-ruby/models/tag.rb +1 -1
- data/lib/moonlogs-ruby/models/user_request.rb +291 -0
- data/lib/moonlogs-ruby/models/user_response.rb +315 -0
- data/lib/moonlogs-ruby/version.rb +2 -2
- data/lib/moonlogs-ruby.rb +7 -4
- data/moonlogs-ruby.gemspec +1 -1
- data/spec/models/one_of_user_request_role_spec.rb +34 -0
- data/spec/models/one_of_user_response_role_spec.rb +34 -0
- data/spec/models/schema_request_spec.rb +76 -0
- data/spec/models/schema_response_spec.rb +82 -0
- data/spec/models/user_request_spec.rb +82 -0
- data/spec/models/user_response_spec.rb +88 -0
- metadata +26 -2
@@ -0,0 +1,34 @@
|
|
1
|
+
=begin
|
2
|
+
#Moonlogs
|
3
|
+
|
4
|
+
#Moonlogs API
|
5
|
+
|
6
|
+
OpenAPI spec version: 0.6.1
|
7
|
+
Contact: shalpack@gmail.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 3.0.52
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'spec_helper'
|
13
|
+
require 'json'
|
14
|
+
require 'date'
|
15
|
+
|
16
|
+
# Unit tests for MoonlogsRuby::OneOfUserResponseRole
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'OneOfUserResponseRole' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = MoonlogsRuby::OneOfUserResponseRole.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of OneOfUserResponseRole' do
|
30
|
+
it 'should create an instance of OneOfUserResponseRole' do
|
31
|
+
expect(@instance).to be_instance_of(MoonlogsRuby::OneOfUserResponseRole)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
@@ -0,0 +1,76 @@
|
|
1
|
+
=begin
|
2
|
+
#Moonlogs
|
3
|
+
|
4
|
+
#Moonlogs API
|
5
|
+
|
6
|
+
OpenAPI spec version: 0.6.1
|
7
|
+
Contact: shalpack@gmail.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 3.0.52
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'spec_helper'
|
13
|
+
require 'json'
|
14
|
+
require 'date'
|
15
|
+
|
16
|
+
# Unit tests for MoonlogsRuby::SchemaRequest
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'SchemaRequest' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = MoonlogsRuby::SchemaRequest.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of SchemaRequest' do
|
30
|
+
it 'should create an instance of SchemaRequest' do
|
31
|
+
expect(@instance).to be_instance_of(MoonlogsRuby::SchemaRequest)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
describe 'test attribute "title"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "description"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "name"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "fields"' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
describe 'test attribute "kinds"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
describe 'test attribute "tag_id"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
describe 'test attribute "retention_days"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
end
|
@@ -0,0 +1,82 @@
|
|
1
|
+
=begin
|
2
|
+
#Moonlogs
|
3
|
+
|
4
|
+
#Moonlogs API
|
5
|
+
|
6
|
+
OpenAPI spec version: 0.6.1
|
7
|
+
Contact: shalpack@gmail.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 3.0.52
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'spec_helper'
|
13
|
+
require 'json'
|
14
|
+
require 'date'
|
15
|
+
|
16
|
+
# Unit tests for MoonlogsRuby::SchemaResponse
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'SchemaResponse' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = MoonlogsRuby::SchemaResponse.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of SchemaResponse' do
|
30
|
+
it 'should create an instance of SchemaResponse' do
|
31
|
+
expect(@instance).to be_instance_of(MoonlogsRuby::SchemaResponse)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
describe 'test attribute "id"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "title"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "description"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "name"' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
describe 'test attribute "fields"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
describe 'test attribute "kinds"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
describe 'test attribute "tag_id"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
describe 'test attribute "retention_days"' do
|
77
|
+
it 'should work' do
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
end
|
@@ -0,0 +1,82 @@
|
|
1
|
+
=begin
|
2
|
+
#Moonlogs
|
3
|
+
|
4
|
+
#Moonlogs API
|
5
|
+
|
6
|
+
OpenAPI spec version: 0.6.1
|
7
|
+
Contact: shalpack@gmail.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 3.0.52
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'spec_helper'
|
13
|
+
require 'json'
|
14
|
+
require 'date'
|
15
|
+
|
16
|
+
# Unit tests for MoonlogsRuby::UserRequest
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'UserRequest' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = MoonlogsRuby::UserRequest.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of UserRequest' do
|
30
|
+
it 'should create an instance of UserRequest' do
|
31
|
+
expect(@instance).to be_instance_of(MoonlogsRuby::UserRequest)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
describe 'test attribute "name"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "email"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "password"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "password_digest"' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
describe 'test attribute "role"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
describe 'test attribute "tags"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
describe 'test attribute "token"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
describe 'test attribute "is_revoked"' do
|
77
|
+
it 'should work' do
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
end
|
@@ -0,0 +1,88 @@
|
|
1
|
+
=begin
|
2
|
+
#Moonlogs
|
3
|
+
|
4
|
+
#Moonlogs API
|
5
|
+
|
6
|
+
OpenAPI spec version: 0.6.1
|
7
|
+
Contact: shalpack@gmail.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 3.0.52
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'spec_helper'
|
13
|
+
require 'json'
|
14
|
+
require 'date'
|
15
|
+
|
16
|
+
# Unit tests for MoonlogsRuby::UserResponse
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'UserResponse' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = MoonlogsRuby::UserResponse.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of UserResponse' do
|
30
|
+
it 'should create an instance of UserResponse' do
|
31
|
+
expect(@instance).to be_instance_of(MoonlogsRuby::UserResponse)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
describe 'test attribute "id"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "name"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "email"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "password"' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
describe 'test attribute "password_digest"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
describe 'test attribute "role"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
describe 'test attribute "tags"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
describe 'test attribute "token"' do
|
77
|
+
it 'should work' do
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
describe 'test attribute "is_revoked"' do
|
83
|
+
it 'should work' do
|
84
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: moonlogs-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Swagger-Codegen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -102,6 +102,8 @@ files:
|
|
102
102
|
- docs/OneOfRecordLevel.md
|
103
103
|
- docs/OneOfRecordRequestLevel.md
|
104
104
|
- docs/OneOfRecordResponseLevel.md
|
105
|
+
- docs/OneOfUserRequestRole.md
|
106
|
+
- docs/OneOfUserResponseRole.md
|
105
107
|
- docs/OneOfUserRole.md
|
106
108
|
- docs/Record.md
|
107
109
|
- docs/RecordRequest.md
|
@@ -110,10 +112,14 @@ files:
|
|
110
112
|
- docs/Schema.md
|
111
113
|
- docs/SchemaField.md
|
112
114
|
- docs/SchemaKind.md
|
115
|
+
- docs/SchemaRequest.md
|
116
|
+
- docs/SchemaResponse.md
|
113
117
|
- docs/SchemaSearch.md
|
114
118
|
- docs/Session.md
|
115
119
|
- docs/Tag.md
|
116
120
|
- docs/User.md
|
121
|
+
- docs/UserRequest.md
|
122
|
+
- docs/UserResponse.md
|
117
123
|
- git_push.sh
|
118
124
|
- lib/moonlogs-ruby.rb
|
119
125
|
- lib/moonlogs-ruby/api/default_api.rb
|
@@ -141,6 +147,8 @@ files:
|
|
141
147
|
- lib/moonlogs-ruby/models/one_of_record_level.rb
|
142
148
|
- lib/moonlogs-ruby/models/one_of_record_request_level.rb
|
143
149
|
- lib/moonlogs-ruby/models/one_of_record_response_level.rb
|
150
|
+
- lib/moonlogs-ruby/models/one_of_user_request_role.rb
|
151
|
+
- lib/moonlogs-ruby/models/one_of_user_response_role.rb
|
144
152
|
- lib/moonlogs-ruby/models/one_of_user_role.rb
|
145
153
|
- lib/moonlogs-ruby/models/record.rb
|
146
154
|
- lib/moonlogs-ruby/models/record_request.rb
|
@@ -149,10 +157,14 @@ files:
|
|
149
157
|
- lib/moonlogs-ruby/models/schema.rb
|
150
158
|
- lib/moonlogs-ruby/models/schema_field.rb
|
151
159
|
- lib/moonlogs-ruby/models/schema_kind.rb
|
160
|
+
- lib/moonlogs-ruby/models/schema_request.rb
|
161
|
+
- lib/moonlogs-ruby/models/schema_response.rb
|
152
162
|
- lib/moonlogs-ruby/models/schema_search.rb
|
153
163
|
- lib/moonlogs-ruby/models/session.rb
|
154
164
|
- lib/moonlogs-ruby/models/tag.rb
|
155
165
|
- lib/moonlogs-ruby/models/user.rb
|
166
|
+
- lib/moonlogs-ruby/models/user_request.rb
|
167
|
+
- lib/moonlogs-ruby/models/user_response.rb
|
156
168
|
- lib/moonlogs-ruby/version.rb
|
157
169
|
- moonlogs-ruby.gemspec
|
158
170
|
- spec/api/default_api_spec.rb
|
@@ -180,6 +192,8 @@ files:
|
|
180
192
|
- spec/models/one_of_record_level_spec.rb
|
181
193
|
- spec/models/one_of_record_request_level_spec.rb
|
182
194
|
- spec/models/one_of_record_response_level_spec.rb
|
195
|
+
- spec/models/one_of_user_request_role_spec.rb
|
196
|
+
- spec/models/one_of_user_response_role_spec.rb
|
183
197
|
- spec/models/one_of_user_role_spec.rb
|
184
198
|
- spec/models/record_request_spec.rb
|
185
199
|
- spec/models/record_response_spec.rb
|
@@ -187,10 +201,14 @@ files:
|
|
187
201
|
- spec/models/role_spec.rb
|
188
202
|
- spec/models/schema_field_spec.rb
|
189
203
|
- spec/models/schema_kind_spec.rb
|
204
|
+
- spec/models/schema_request_spec.rb
|
205
|
+
- spec/models/schema_response_spec.rb
|
190
206
|
- spec/models/schema_search_spec.rb
|
191
207
|
- spec/models/schema_spec.rb
|
192
208
|
- spec/models/session_spec.rb
|
193
209
|
- spec/models/tag_spec.rb
|
210
|
+
- spec/models/user_request_spec.rb
|
211
|
+
- spec/models/user_response_spec.rb
|
194
212
|
- spec/models/user_spec.rb
|
195
213
|
- spec/spec_helper.rb
|
196
214
|
homepage: https://github.com/swagger-api/swagger-codegen
|
@@ -234,7 +252,9 @@ test_files:
|
|
234
252
|
- spec/models/session_spec.rb
|
235
253
|
- spec/models/inline_response_200_5_spec.rb
|
236
254
|
- spec/models/credentials_spec.rb
|
255
|
+
- spec/models/user_response_spec.rb
|
237
256
|
- spec/models/inline_response_200_2_spec.rb
|
257
|
+
- spec/models/one_of_user_request_role_spec.rb
|
238
258
|
- spec/models/api_token_spec.rb
|
239
259
|
- spec/models/schema_field_spec.rb
|
240
260
|
- spec/models/record_spec.rb
|
@@ -243,13 +263,17 @@ test_files:
|
|
243
263
|
- spec/models/schema_search_spec.rb
|
244
264
|
- spec/models/level_spec.rb
|
245
265
|
- spec/models/schema_kind_spec.rb
|
266
|
+
- spec/models/schema_request_spec.rb
|
267
|
+
- spec/models/schema_response_spec.rb
|
246
268
|
- spec/models/meta_spec.rb
|
247
269
|
- spec/models/inline_response_200_13_spec.rb
|
270
|
+
- spec/models/one_of_user_response_role_spec.rb
|
248
271
|
- spec/models/inline_response_200_7_spec.rb
|
249
272
|
- spec/models/inline_response_200_1_spec.rb
|
250
273
|
- spec/models/tag_spec.rb
|
251
274
|
- spec/models/inline_response_200_3_spec.rb
|
252
275
|
- spec/models/inline_response_200_6_spec.rb
|
276
|
+
- spec/models/user_request_spec.rb
|
253
277
|
- spec/models/inline_response_200_spec.rb
|
254
278
|
- spec/models/schema_spec.rb
|
255
279
|
- spec/models/inline_response_200_8_spec.rb
|