approveapi_swagger 1.0.3 → 1.0.6
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.lock +1 -1
- data/README.md +4 -4
- data/docs/AnswerMetadata.md +1 -1
- data/docs/CreatePromptRequest.md +6 -4
- data/docs/Prompt.md +3 -2
- data/docs/PromptAnswer.md +1 -1
- data/docs/PromptMetadata.md +2 -2
- data/lib/approveapi_swagger/api/approve_api.rb +0 -1
- data/lib/approveapi_swagger/models/answer_metadata.rb +13 -15
- data/lib/approveapi_swagger/models/create_prompt_request.rb +68 -49
- data/lib/approveapi_swagger/models/error.rb +0 -2
- data/lib/approveapi_swagger/models/prompt.rb +31 -19
- data/lib/approveapi_swagger/models/prompt_answer.rb +16 -18
- data/lib/approveapi_swagger/models/prompt_metadata.rb +24 -26
- data/lib/approveapi_swagger/models/prompt_status.rb +0 -2
- data/lib/approveapi_swagger/version.rb +1 -1
- data/pkg/approveapi_swagger-1.0.1.gem +0 -0
- data/pkg/approveapi_swagger-1.0.6.gem +0 -0
- metadata +9 -79
- data/doc/ApproveAPISwagger.html +0 -185
- data/doc/ApproveAPISwagger/AnswerMetadata.html +0 -789
- data/doc/ApproveAPISwagger/ApiClient.html +0 -1032
- data/doc/ApproveAPISwagger/ApiError.html +0 -224
- data/doc/ApproveAPISwagger/ApproveApi.html +0 -501
- data/doc/ApproveAPISwagger/Configuration.html +0 -941
- data/doc/ApproveAPISwagger/CreatePromptRequest.html +0 -879
- data/doc/ApproveAPISwagger/Error.html +0 -754
- data/doc/ApproveAPISwagger/Prompt.html +0 -819
- data/doc/ApproveAPISwagger/PromptAnswer.html +0 -799
- data/doc/ApproveAPISwagger/PromptMetadata.html +0 -829
- data/doc/ApproveAPISwagger/PromptStatus.html +0 -754
- data/doc/Gemfile.html +0 -120
- data/doc/Gemfile_lock.html +0 -194
- data/doc/README_md.html +0 -225
- data/doc/Rakefile.html +0 -125
- data/doc/approveapi_swagger_gemspec.html +0 -161
- data/doc/created.rid +0 -39
- data/doc/css/fonts.css +0 -167
- data/doc/css/rdoc.css +0 -590
- data/doc/docs/AnswerMetadata_md.html +0 -123
- data/doc/docs/ApproveApi_md.html +0 -293
- data/doc/docs/CreatePromptRequest_md.html +0 -123
- data/doc/docs/Error_md.html +0 -123
- data/doc/docs/PromptAnswer_md.html +0 -123
- data/doc/docs/PromptMetadata_md.html +0 -123
- data/doc/docs/PromptStatus_md.html +0 -123
- data/doc/docs/Prompt_md.html +0 -123
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/git_push_sh.html +0 -157
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +0 -141
- data/doc/js/darkfish.js +0 -161
- data/doc/js/jquery.js +0 -4
- data/doc/js/navigation.js +0 -141
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search.js +0 -109
- data/doc/js/search_index.js +0 -1
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js +0 -229
- data/doc/js/searcher.js.gz +0 -0
- data/doc/table_of_contents.html +0 -1036
- data/pkg/approveapi_swagger-1.0.2.gem +0 -0
|
@@ -14,7 +14,8 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module ApproveAPISwagger
|
|
16
16
|
class Prompt
|
|
17
|
-
|
|
17
|
+
# A unique id for this prompt.
|
|
18
|
+
attr_accessor :id
|
|
18
19
|
|
|
19
20
|
# The unix timestamp when this prompt was sent.
|
|
20
21
|
attr_accessor :sent_at
|
|
@@ -22,18 +23,20 @@ module ApproveAPISwagger
|
|
|
22
23
|
# Whether the prompt can still be answered.
|
|
23
24
|
attr_accessor :is_expired
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
attr_accessor :request
|
|
27
|
+
|
|
28
|
+
attr_accessor :answer
|
|
27
29
|
|
|
28
30
|
attr_accessor :metadata
|
|
29
31
|
|
|
30
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
31
33
|
def self.attribute_map
|
|
32
34
|
{
|
|
33
|
-
:'
|
|
35
|
+
:'id' => :'id',
|
|
34
36
|
:'sent_at' => :'sent_at',
|
|
35
37
|
:'is_expired' => :'is_expired',
|
|
36
|
-
:'
|
|
38
|
+
:'request' => :'request',
|
|
39
|
+
:'answer' => :'answer',
|
|
37
40
|
:'metadata' => :'metadata'
|
|
38
41
|
}
|
|
39
42
|
end
|
|
@@ -41,10 +44,11 @@ module ApproveAPISwagger
|
|
|
41
44
|
# Attribute type mapping.
|
|
42
45
|
def self.openapi_types
|
|
43
46
|
{
|
|
44
|
-
:'
|
|
47
|
+
:'id' => :'String',
|
|
45
48
|
:'sent_at' => :'Float',
|
|
46
49
|
:'is_expired' => :'BOOLEAN',
|
|
47
|
-
:'
|
|
50
|
+
:'request' => :'CreatePromptRequest',
|
|
51
|
+
:'answer' => :'PromptAnswer',
|
|
48
52
|
:'metadata' => :'PromptMetadata'
|
|
49
53
|
}
|
|
50
54
|
end
|
|
@@ -57,8 +61,8 @@ module ApproveAPISwagger
|
|
|
57
61
|
# convert string to symbol for hash key
|
|
58
62
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
59
63
|
|
|
60
|
-
if attributes.has_key?(:'
|
|
61
|
-
self.
|
|
64
|
+
if attributes.has_key?(:'id')
|
|
65
|
+
self.id = attributes[:'id']
|
|
62
66
|
end
|
|
63
67
|
|
|
64
68
|
if attributes.has_key?(:'sent_at')
|
|
@@ -69,8 +73,12 @@ module ApproveAPISwagger
|
|
|
69
73
|
self.is_expired = attributes[:'is_expired']
|
|
70
74
|
end
|
|
71
75
|
|
|
72
|
-
if attributes.has_key?(:'
|
|
73
|
-
self.
|
|
76
|
+
if attributes.has_key?(:'request')
|
|
77
|
+
self.request = attributes[:'request']
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
if attributes.has_key?(:'answer')
|
|
81
|
+
self.answer = attributes[:'answer']
|
|
74
82
|
end
|
|
75
83
|
|
|
76
84
|
if attributes.has_key?(:'metadata')
|
|
@@ -82,6 +90,10 @@ module ApproveAPISwagger
|
|
|
82
90
|
# @return Array for valid properties with the reasons
|
|
83
91
|
def list_invalid_properties
|
|
84
92
|
invalid_properties = Array.new
|
|
93
|
+
if @id.nil?
|
|
94
|
+
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
|
95
|
+
end
|
|
96
|
+
|
|
85
97
|
if @sent_at.nil?
|
|
86
98
|
invalid_properties.push('invalid value for "sent_at", sent_at cannot be nil.')
|
|
87
99
|
end
|
|
@@ -90,8 +102,8 @@ module ApproveAPISwagger
|
|
|
90
102
|
invalid_properties.push('invalid value for "is_expired", is_expired cannot be nil.')
|
|
91
103
|
end
|
|
92
104
|
|
|
93
|
-
if @
|
|
94
|
-
invalid_properties.push('invalid value for "
|
|
105
|
+
if @request.nil?
|
|
106
|
+
invalid_properties.push('invalid value for "request", request cannot be nil.')
|
|
95
107
|
end
|
|
96
108
|
|
|
97
109
|
invalid_properties
|
|
@@ -100,9 +112,10 @@ module ApproveAPISwagger
|
|
|
100
112
|
# Check to see if the all the properties in the model are valid
|
|
101
113
|
# @return true if the model is valid
|
|
102
114
|
def valid?
|
|
115
|
+
return false if @id.nil?
|
|
103
116
|
return false if @sent_at.nil?
|
|
104
117
|
return false if @is_expired.nil?
|
|
105
|
-
return false if @
|
|
118
|
+
return false if @request.nil?
|
|
106
119
|
true
|
|
107
120
|
end
|
|
108
121
|
|
|
@@ -111,10 +124,11 @@ module ApproveAPISwagger
|
|
|
111
124
|
def ==(o)
|
|
112
125
|
return true if self.equal?(o)
|
|
113
126
|
self.class == o.class &&
|
|
114
|
-
|
|
127
|
+
id == o.id &&
|
|
115
128
|
sent_at == o.sent_at &&
|
|
116
129
|
is_expired == o.is_expired &&
|
|
117
|
-
|
|
130
|
+
request == o.request &&
|
|
131
|
+
answer == o.answer &&
|
|
118
132
|
metadata == o.metadata
|
|
119
133
|
end
|
|
120
134
|
|
|
@@ -127,7 +141,7 @@ module ApproveAPISwagger
|
|
|
127
141
|
# Calculates hash code according to all attributes.
|
|
128
142
|
# @return [Fixnum] Hash code
|
|
129
143
|
def hash
|
|
130
|
-
[
|
|
144
|
+
[id, sent_at, is_expired, request, answer, metadata].hash
|
|
131
145
|
end
|
|
132
146
|
|
|
133
147
|
# Builds the object from hash
|
|
@@ -239,7 +253,5 @@ module ApproveAPISwagger
|
|
|
239
253
|
value
|
|
240
254
|
end
|
|
241
255
|
end
|
|
242
|
-
|
|
243
256
|
end
|
|
244
|
-
|
|
245
257
|
end
|
|
@@ -14,19 +14,19 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module ApproveAPISwagger
|
|
16
16
|
class PromptAnswer
|
|
17
|
-
# The unix timestamp when the user answered the prompt.
|
|
18
|
-
attr_accessor :time
|
|
19
|
-
|
|
20
17
|
# The user's answer to whether or not they approve this prompt.
|
|
21
18
|
attr_accessor :result
|
|
22
19
|
|
|
20
|
+
# The unix timestamp when the user answered the prompt.
|
|
21
|
+
attr_accessor :time
|
|
22
|
+
|
|
23
23
|
attr_accessor :metadata
|
|
24
24
|
|
|
25
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
26
26
|
def self.attribute_map
|
|
27
27
|
{
|
|
28
|
-
:'time' => :'time',
|
|
29
28
|
:'result' => :'result',
|
|
29
|
+
:'time' => :'time',
|
|
30
30
|
:'metadata' => :'metadata'
|
|
31
31
|
}
|
|
32
32
|
end
|
|
@@ -34,8 +34,8 @@ module ApproveAPISwagger
|
|
|
34
34
|
# Attribute type mapping.
|
|
35
35
|
def self.openapi_types
|
|
36
36
|
{
|
|
37
|
-
:'time' => :'Float',
|
|
38
37
|
:'result' => :'BOOLEAN',
|
|
38
|
+
:'time' => :'Float',
|
|
39
39
|
:'metadata' => :'AnswerMetadata'
|
|
40
40
|
}
|
|
41
41
|
end
|
|
@@ -48,14 +48,14 @@ module ApproveAPISwagger
|
|
|
48
48
|
# convert string to symbol for hash key
|
|
49
49
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
50
50
|
|
|
51
|
-
if attributes.has_key?(:'time')
|
|
52
|
-
self.time = attributes[:'time']
|
|
53
|
-
end
|
|
54
|
-
|
|
55
51
|
if attributes.has_key?(:'result')
|
|
56
52
|
self.result = attributes[:'result']
|
|
57
53
|
end
|
|
58
54
|
|
|
55
|
+
if attributes.has_key?(:'time')
|
|
56
|
+
self.time = attributes[:'time']
|
|
57
|
+
end
|
|
58
|
+
|
|
59
59
|
if attributes.has_key?(:'metadata')
|
|
60
60
|
self.metadata = attributes[:'metadata']
|
|
61
61
|
end
|
|
@@ -65,22 +65,22 @@ module ApproveAPISwagger
|
|
|
65
65
|
# @return Array for valid properties with the reasons
|
|
66
66
|
def list_invalid_properties
|
|
67
67
|
invalid_properties = Array.new
|
|
68
|
-
if @time.nil?
|
|
69
|
-
invalid_properties.push('invalid value for "time", time cannot be nil.')
|
|
70
|
-
end
|
|
71
|
-
|
|
72
68
|
if @result.nil?
|
|
73
69
|
invalid_properties.push('invalid value for "result", result cannot be nil.')
|
|
74
70
|
end
|
|
75
71
|
|
|
72
|
+
if @time.nil?
|
|
73
|
+
invalid_properties.push('invalid value for "time", time cannot be nil.')
|
|
74
|
+
end
|
|
75
|
+
|
|
76
76
|
invalid_properties
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
# Check to see if the all the properties in the model are valid
|
|
80
80
|
# @return true if the model is valid
|
|
81
81
|
def valid?
|
|
82
|
-
return false if @time.nil?
|
|
83
82
|
return false if @result.nil?
|
|
83
|
+
return false if @time.nil?
|
|
84
84
|
true
|
|
85
85
|
end
|
|
86
86
|
|
|
@@ -89,8 +89,8 @@ module ApproveAPISwagger
|
|
|
89
89
|
def ==(o)
|
|
90
90
|
return true if self.equal?(o)
|
|
91
91
|
self.class == o.class &&
|
|
92
|
-
time == o.time &&
|
|
93
92
|
result == o.result &&
|
|
93
|
+
time == o.time &&
|
|
94
94
|
metadata == o.metadata
|
|
95
95
|
end
|
|
96
96
|
|
|
@@ -103,7 +103,7 @@ module ApproveAPISwagger
|
|
|
103
103
|
# Calculates hash code according to all attributes.
|
|
104
104
|
# @return [Fixnum] Hash code
|
|
105
105
|
def hash
|
|
106
|
-
[
|
|
106
|
+
[result, time, metadata].hash
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
# Builds the object from hash
|
|
@@ -215,7 +215,5 @@ module ApproveAPISwagger
|
|
|
215
215
|
value
|
|
216
216
|
end
|
|
217
217
|
end
|
|
218
|
-
|
|
219
218
|
end
|
|
220
|
-
|
|
221
219
|
end
|
|
@@ -14,40 +14,40 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module ApproveAPISwagger
|
|
16
16
|
class PromptMetadata
|
|
17
|
+
# The physical location, like Oakland, CA, of the action.
|
|
18
|
+
attr_accessor :location
|
|
19
|
+
|
|
17
20
|
# The date/time of the action.
|
|
18
21
|
attr_accessor :time
|
|
19
22
|
|
|
20
|
-
# The operating system initiating the action, i.e. Mac OS X.
|
|
21
|
-
attr_accessor :operating_system
|
|
22
|
-
|
|
23
23
|
# The IP address of the computer initiating the action.
|
|
24
24
|
attr_accessor :ip_address
|
|
25
25
|
|
|
26
|
-
# The physical location, like Oakland, CA, of the action.
|
|
27
|
-
attr_accessor :location
|
|
28
|
-
|
|
29
26
|
# The web browser initiating the action, i.e. Chrome.
|
|
30
27
|
attr_accessor :browser
|
|
31
28
|
|
|
29
|
+
# The operating system initiating the action, i.e. Mac OS X.
|
|
30
|
+
attr_accessor :operating_system
|
|
31
|
+
|
|
32
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
33
33
|
def self.attribute_map
|
|
34
34
|
{
|
|
35
|
+
:'location' => :'location',
|
|
35
36
|
:'time' => :'time',
|
|
36
|
-
:'operating_system' => :'operating_system',
|
|
37
37
|
:'ip_address' => :'ip_address',
|
|
38
|
-
:'
|
|
39
|
-
:'
|
|
38
|
+
:'browser' => :'browser',
|
|
39
|
+
:'operating_system' => :'operating_system'
|
|
40
40
|
}
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
# Attribute type mapping.
|
|
44
44
|
def self.openapi_types
|
|
45
45
|
{
|
|
46
|
+
:'location' => :'String',
|
|
46
47
|
:'time' => :'String',
|
|
47
|
-
:'operating_system' => :'String',
|
|
48
48
|
:'ip_address' => :'String',
|
|
49
|
-
:'
|
|
50
|
-
:'
|
|
49
|
+
:'browser' => :'String',
|
|
50
|
+
:'operating_system' => :'String'
|
|
51
51
|
}
|
|
52
52
|
end
|
|
53
53
|
|
|
@@ -59,25 +59,25 @@ module ApproveAPISwagger
|
|
|
59
59
|
# convert string to symbol for hash key
|
|
60
60
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
61
61
|
|
|
62
|
-
if attributes.has_key?(:'
|
|
63
|
-
self.
|
|
62
|
+
if attributes.has_key?(:'location')
|
|
63
|
+
self.location = attributes[:'location']
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
if attributes.has_key?(:'
|
|
67
|
-
self.
|
|
66
|
+
if attributes.has_key?(:'time')
|
|
67
|
+
self.time = attributes[:'time']
|
|
68
68
|
end
|
|
69
69
|
|
|
70
70
|
if attributes.has_key?(:'ip_address')
|
|
71
71
|
self.ip_address = attributes[:'ip_address']
|
|
72
72
|
end
|
|
73
73
|
|
|
74
|
-
if attributes.has_key?(:'location')
|
|
75
|
-
self.location = attributes[:'location']
|
|
76
|
-
end
|
|
77
|
-
|
|
78
74
|
if attributes.has_key?(:'browser')
|
|
79
75
|
self.browser = attributes[:'browser']
|
|
80
76
|
end
|
|
77
|
+
|
|
78
|
+
if attributes.has_key?(:'operating_system')
|
|
79
|
+
self.operating_system = attributes[:'operating_system']
|
|
80
|
+
end
|
|
81
81
|
end
|
|
82
82
|
|
|
83
83
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -98,11 +98,11 @@ module ApproveAPISwagger
|
|
|
98
98
|
def ==(o)
|
|
99
99
|
return true if self.equal?(o)
|
|
100
100
|
self.class == o.class &&
|
|
101
|
+
location == o.location &&
|
|
101
102
|
time == o.time &&
|
|
102
|
-
operating_system == o.operating_system &&
|
|
103
103
|
ip_address == o.ip_address &&
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
browser == o.browser &&
|
|
105
|
+
operating_system == o.operating_system
|
|
106
106
|
end
|
|
107
107
|
|
|
108
108
|
# @see the `==` method
|
|
@@ -114,7 +114,7 @@ module ApproveAPISwagger
|
|
|
114
114
|
# Calculates hash code according to all attributes.
|
|
115
115
|
# @return [Fixnum] Hash code
|
|
116
116
|
def hash
|
|
117
|
-
[
|
|
117
|
+
[location, time, ip_address, browser, operating_system].hash
|
|
118
118
|
end
|
|
119
119
|
|
|
120
120
|
# Builds the object from hash
|
|
@@ -226,7 +226,5 @@ module ApproveAPISwagger
|
|
|
226
226
|
value
|
|
227
227
|
end
|
|
228
228
|
end
|
|
229
|
-
|
|
230
229
|
end
|
|
231
|
-
|
|
232
230
|
end
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: approveapi_swagger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ApproveAPI
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -202,77 +202,6 @@ files:
|
|
|
202
202
|
- README.md
|
|
203
203
|
- Rakefile
|
|
204
204
|
- approveapi_swagger.gemspec
|
|
205
|
-
- doc/ApproveAPISwagger.html
|
|
206
|
-
- doc/ApproveAPISwagger/AnswerMetadata.html
|
|
207
|
-
- doc/ApproveAPISwagger/ApiClient.html
|
|
208
|
-
- doc/ApproveAPISwagger/ApiError.html
|
|
209
|
-
- doc/ApproveAPISwagger/ApproveApi.html
|
|
210
|
-
- doc/ApproveAPISwagger/Configuration.html
|
|
211
|
-
- doc/ApproveAPISwagger/CreatePromptRequest.html
|
|
212
|
-
- doc/ApproveAPISwagger/Error.html
|
|
213
|
-
- doc/ApproveAPISwagger/Prompt.html
|
|
214
|
-
- doc/ApproveAPISwagger/PromptAnswer.html
|
|
215
|
-
- doc/ApproveAPISwagger/PromptMetadata.html
|
|
216
|
-
- doc/ApproveAPISwagger/PromptStatus.html
|
|
217
|
-
- doc/Gemfile.html
|
|
218
|
-
- doc/Gemfile_lock.html
|
|
219
|
-
- doc/README_md.html
|
|
220
|
-
- doc/Rakefile.html
|
|
221
|
-
- doc/approveapi_swagger_gemspec.html
|
|
222
|
-
- doc/created.rid
|
|
223
|
-
- doc/css/fonts.css
|
|
224
|
-
- doc/css/rdoc.css
|
|
225
|
-
- doc/docs/AnswerMetadata_md.html
|
|
226
|
-
- doc/docs/ApproveApi_md.html
|
|
227
|
-
- doc/docs/CreatePromptRequest_md.html
|
|
228
|
-
- doc/docs/Error_md.html
|
|
229
|
-
- doc/docs/PromptAnswer_md.html
|
|
230
|
-
- doc/docs/PromptMetadata_md.html
|
|
231
|
-
- doc/docs/PromptStatus_md.html
|
|
232
|
-
- doc/docs/Prompt_md.html
|
|
233
|
-
- doc/fonts/Lato-Light.ttf
|
|
234
|
-
- doc/fonts/Lato-LightItalic.ttf
|
|
235
|
-
- doc/fonts/Lato-Regular.ttf
|
|
236
|
-
- doc/fonts/Lato-RegularItalic.ttf
|
|
237
|
-
- doc/fonts/SourceCodePro-Bold.ttf
|
|
238
|
-
- doc/fonts/SourceCodePro-Regular.ttf
|
|
239
|
-
- doc/git_push_sh.html
|
|
240
|
-
- doc/images/add.png
|
|
241
|
-
- doc/images/arrow_up.png
|
|
242
|
-
- doc/images/brick.png
|
|
243
|
-
- doc/images/brick_link.png
|
|
244
|
-
- doc/images/bug.png
|
|
245
|
-
- doc/images/bullet_black.png
|
|
246
|
-
- doc/images/bullet_toggle_minus.png
|
|
247
|
-
- doc/images/bullet_toggle_plus.png
|
|
248
|
-
- doc/images/date.png
|
|
249
|
-
- doc/images/delete.png
|
|
250
|
-
- doc/images/find.png
|
|
251
|
-
- doc/images/loadingAnimation.gif
|
|
252
|
-
- doc/images/macFFBgHack.png
|
|
253
|
-
- doc/images/package.png
|
|
254
|
-
- doc/images/page_green.png
|
|
255
|
-
- doc/images/page_white_text.png
|
|
256
|
-
- doc/images/page_white_width.png
|
|
257
|
-
- doc/images/plugin.png
|
|
258
|
-
- doc/images/ruby.png
|
|
259
|
-
- doc/images/tag_blue.png
|
|
260
|
-
- doc/images/tag_green.png
|
|
261
|
-
- doc/images/transparent.png
|
|
262
|
-
- doc/images/wrench.png
|
|
263
|
-
- doc/images/wrench_orange.png
|
|
264
|
-
- doc/images/zoom.png
|
|
265
|
-
- doc/index.html
|
|
266
|
-
- doc/js/darkfish.js
|
|
267
|
-
- doc/js/jquery.js
|
|
268
|
-
- doc/js/navigation.js
|
|
269
|
-
- doc/js/navigation.js.gz
|
|
270
|
-
- doc/js/search.js
|
|
271
|
-
- doc/js/search_index.js
|
|
272
|
-
- doc/js/search_index.js.gz
|
|
273
|
-
- doc/js/searcher.js
|
|
274
|
-
- doc/js/searcher.js.gz
|
|
275
|
-
- doc/table_of_contents.html
|
|
276
205
|
- docs/AnswerMetadata.md
|
|
277
206
|
- docs/ApproveApi.md
|
|
278
207
|
- docs/CreatePromptRequest.md
|
|
@@ -295,7 +224,8 @@ files:
|
|
|
295
224
|
- lib/approveapi_swagger/models/prompt_metadata.rb
|
|
296
225
|
- lib/approveapi_swagger/models/prompt_status.rb
|
|
297
226
|
- lib/approveapi_swagger/version.rb
|
|
298
|
-
- pkg/approveapi_swagger-1.0.
|
|
227
|
+
- pkg/approveapi_swagger-1.0.1.gem
|
|
228
|
+
- pkg/approveapi_swagger-1.0.6.gem
|
|
299
229
|
- spec/api/approve_api_spec.rb
|
|
300
230
|
- spec/api_client_spec.rb
|
|
301
231
|
- spec/configuration_spec.rb
|
|
@@ -326,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
326
256
|
- !ruby/object:Gem::Version
|
|
327
257
|
version: '0'
|
|
328
258
|
requirements: []
|
|
329
|
-
rubygems_version: 3.0.
|
|
259
|
+
rubygems_version: 3.0.3
|
|
330
260
|
signing_key:
|
|
331
261
|
specification_version: 4
|
|
332
262
|
summary: OpenAPI generated client, used internally by the official ruby client 'approveapi'
|
|
@@ -335,11 +265,11 @@ test_files:
|
|
|
335
265
|
- spec/api/approve_api_spec.rb
|
|
336
266
|
- spec/api_client_spec.rb
|
|
337
267
|
- spec/configuration_spec.rb
|
|
338
|
-
- spec/models/
|
|
339
|
-
- spec/models/
|
|
268
|
+
- spec/models/answer_metadata_spec.rb
|
|
269
|
+
- spec/models/prompt_spec.rb
|
|
340
270
|
- spec/models/prompt_answer_spec.rb
|
|
341
271
|
- spec/models/prompt_status_spec.rb
|
|
272
|
+
- spec/models/error_spec.rb
|
|
273
|
+
- spec/models/prompt_metadata_spec.rb
|
|
342
274
|
- spec/models/create_prompt_request_spec.rb
|
|
343
|
-
- spec/models/answer_metadata_spec.rb
|
|
344
|
-
- spec/models/prompt_spec.rb
|
|
345
275
|
- spec/spec_helper.rb
|