notifo-io 1.0.1 → 1.0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (185) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +510 -8
  3. data/Rakefile +0 -2
  4. data/docs/AddAllowedTopicDto.md +3 -14
  5. data/docs/AddContributorDto.md +4 -16
  6. data/docs/AppContributorDto.md +5 -18
  7. data/docs/AppDetailsDto.md +18 -44
  8. data/docs/AppDto.md +8 -24
  9. data/docs/AppsApi.md +149 -331
  10. data/docs/Body.md +7 -0
  11. data/docs/ConfigsApi.md +21 -61
  12. data/docs/ConfirmMode.md +2 -11
  13. data/docs/CreateEmailTemplateDto.md +3 -14
  14. data/docs/EmailTemplateDto.md +5 -18
  15. data/docs/EmailTemplatesDto.md +6 -0
  16. data/docs/EmailVerificationStatus.md +2 -11
  17. data/docs/ErrorDto.md +7 -22
  18. data/docs/EventDto.md +14 -36
  19. data/docs/EventProperties.md +6 -0
  20. data/docs/EventsApi.md +36 -73
  21. data/docs/IsoDayOfWeek.md +2 -11
  22. data/docs/ListResponseDtoOfEventDto.md +4 -16
  23. data/docs/ListResponseDtoOfLogEntryDto.md +4 -16
  24. data/docs/ListResponseDtoOfMediaDto.md +4 -16
  25. data/docs/ListResponseDtoOfSubscriptionDto.md +4 -16
  26. data/docs/ListResponseDtoOfTemplateDto.md +4 -16
  27. data/docs/ListResponseDtoOfTopicDto.md +4 -16
  28. data/docs/ListResponseDtoOfUserDto.md +4 -16
  29. data/docs/LocalizedText.md +6 -0
  30. data/docs/LogEntryDto.md +6 -20
  31. data/docs/LogsApi.md +21 -40
  32. data/docs/MediaApi.md +102 -196
  33. data/docs/MediaDto.md +9 -26
  34. data/docs/MediaMetadata.md +6 -0
  35. data/docs/MediaType.md +2 -11
  36. data/docs/NotificationFormattingDto.md +10 -28
  37. data/docs/NotificationSend.md +2 -11
  38. data/docs/NotificationSettingDto.md +4 -16
  39. data/docs/ProfileDto.md +10 -28
  40. data/docs/PublishDto.md +12 -32
  41. data/docs/PublishManyDto.md +3 -14
  42. data/docs/ResizeMode.md +2 -11
  43. data/docs/SchedulingDto.md +6 -20
  44. data/docs/SchedulingType.md +2 -11
  45. data/docs/SubscriptionDto.md +4 -16
  46. data/docs/TemplateDto.md +5 -18
  47. data/docs/TemplatesApi.md +51 -106
  48. data/docs/TopicDto.md +5 -18
  49. data/docs/TopicsApi.md +21 -40
  50. data/docs/UpdateProfileDto.md +8 -24
  51. data/docs/UpsertAppDto.md +12 -32
  52. data/docs/UpsertTemplateDto.md +5 -18
  53. data/docs/UpsertTemplatesDto.md +3 -14
  54. data/docs/UpsertUserDto.md +10 -28
  55. data/docs/UpsertUsersDto.md +3 -14
  56. data/docs/UserApi.md +68 -160
  57. data/docs/UserDto.md +12 -32
  58. data/docs/UsersApi.md +144 -308
  59. data/git_push.sh +7 -10
  60. data/lib/notifo.rb +9 -5
  61. data/lib/notifo/api/apps_api.rb +130 -202
  62. data/lib/notifo/api/configs_api.rb +14 -30
  63. data/lib/notifo/api/events_api.rb +29 -45
  64. data/lib/notifo/api/logs_api.rb +12 -21
  65. data/lib/notifo/api/media_api.rb +60 -97
  66. data/lib/notifo/api/templates_api.rb +39 -62
  67. data/lib/notifo/api/topics_api.rb +12 -21
  68. data/lib/notifo/api/user_api.rb +51 -88
  69. data/lib/notifo/api/users_api.rb +121 -186
  70. data/lib/notifo/api_client.rb +54 -56
  71. data/lib/notifo/api_error.rb +5 -5
  72. data/lib/notifo/configuration.rb +12 -84
  73. data/lib/notifo/models/add_allowed_topic_dto.rb +13 -44
  74. data/lib/notifo/models/add_contributor_dto.rb +14 -64
  75. data/lib/notifo/models/app_contributor_dto.rb +15 -84
  76. data/lib/notifo/models/app_details_dto.rb +28 -103
  77. data/lib/notifo/models/app_dto.rb +18 -87
  78. data/lib/notifo/models/{inline_object.rb → body.rb} +16 -29
  79. data/lib/notifo/models/confirm_mode.rb +7 -16
  80. data/lib/notifo/models/create_email_template_dto.rb +13 -44
  81. data/lib/notifo/models/email_template_dto.rb +15 -66
  82. data/lib/notifo/models/email_templates_dto.rb +201 -0
  83. data/lib/notifo/models/email_verification_status.rb +8 -17
  84. data/lib/notifo/models/error_dto.rb +17 -33
  85. data/lib/notifo/models/event_dto.rb +24 -114
  86. data/lib/notifo/models/event_properties.rb +201 -0
  87. data/lib/notifo/models/iso_day_of_week.rb +12 -21
  88. data/lib/notifo/models/list_response_dto_of_event_dto.rb +14 -26
  89. data/lib/notifo/models/list_response_dto_of_log_entry_dto.rb +14 -26
  90. data/lib/notifo/models/list_response_dto_of_media_dto.rb +14 -26
  91. data/lib/notifo/models/list_response_dto_of_subscription_dto.rb +14 -26
  92. data/lib/notifo/models/list_response_dto_of_template_dto.rb +14 -26
  93. data/lib/notifo/models/list_response_dto_of_topic_dto.rb +14 -26
  94. data/lib/notifo/models/list_response_dto_of_user_dto.rb +14 -26
  95. data/lib/notifo/models/localized_text.rb +201 -0
  96. data/lib/notifo/models/log_entry_dto.rb +16 -85
  97. data/lib/notifo/models/media_dto.rb +20 -110
  98. data/lib/notifo/models/media_metadata.rb +201 -0
  99. data/lib/notifo/models/media_type.rb +8 -17
  100. data/lib/notifo/models/notification_formatting_dto.rb +27 -53
  101. data/lib/notifo/models/notification_send.rb +8 -17
  102. data/lib/notifo/models/notification_setting_dto.rb +23 -36
  103. data/lib/notifo/models/profile_dto.rb +20 -73
  104. data/lib/notifo/models/publish_dto.rb +23 -60
  105. data/lib/notifo/models/publish_many_dto.rb +13 -25
  106. data/lib/notifo/models/resize_mode.rb +11 -20
  107. data/lib/notifo/models/scheduling_dto.rb +16 -29
  108. data/lib/notifo/models/scheduling_type.rb +6 -15
  109. data/lib/notifo/models/subscription_dto.rb +14 -46
  110. data/lib/notifo/models/template_dto.rb +15 -46
  111. data/lib/notifo/models/topic_dto.rb +15 -65
  112. data/lib/notifo/models/update_profile_dto.rb +18 -36
  113. data/lib/notifo/models/upsert_app_dto.rb +22 -44
  114. data/lib/notifo/models/upsert_template_dto.rb +15 -47
  115. data/lib/notifo/models/upsert_templates_dto.rb +13 -25
  116. data/lib/notifo/models/upsert_user_dto.rb +20 -40
  117. data/lib/notifo/models/upsert_users_dto.rb +13 -25
  118. data/lib/notifo/models/user_dto.rb +22 -77
  119. data/lib/notifo/version.rb +4 -5
  120. data/notifo.gemspec +7 -7
  121. data/spec/api/apps_api_spec.rb +14 -15
  122. data/spec/api/configs_api_spec.rb +7 -8
  123. data/spec/api/events_api_spec.rb +8 -9
  124. data/spec/api/logs_api_spec.rb +7 -8
  125. data/spec/api/media_api_spec.rb +32 -11
  126. data/spec/api/templates_api_spec.rb +8 -9
  127. data/spec/api/topics_api_spec.rb +7 -8
  128. data/spec/api/user_api_spec.rb +9 -10
  129. data/spec/api/users_api_spec.rb +10 -11
  130. data/spec/api_client_spec.rb +5 -6
  131. data/spec/base_object_spec.rb +109 -0
  132. data/spec/configuration_spec.rb +7 -8
  133. data/spec/models/add_allowed_topic_dto_spec.rb +15 -9
  134. data/spec/models/add_contributor_dto_spec.rb +15 -9
  135. data/spec/models/app_contributor_dto_spec.rb +15 -9
  136. data/spec/models/app_details_dto_spec.rb +15 -9
  137. data/spec/models/app_dto_spec.rb +15 -9
  138. data/spec/models/body_spec.rb +40 -0
  139. data/spec/models/confirm_mode_spec.rb +15 -9
  140. data/spec/models/create_email_template_dto_spec.rb +15 -9
  141. data/spec/models/email_template_dto_spec.rb +15 -9
  142. data/spec/models/email_templates_dto_spec.rb +34 -0
  143. data/spec/models/email_verification_status_spec.rb +15 -9
  144. data/spec/models/error_dto_spec.rb +15 -9
  145. data/spec/models/event_dto_spec.rb +15 -9
  146. data/spec/models/event_properties_spec.rb +34 -0
  147. data/spec/models/iso_day_of_week_spec.rb +15 -9
  148. data/spec/models/list_response_dto_of_event_dto_spec.rb +15 -9
  149. data/spec/models/list_response_dto_of_log_entry_dto_spec.rb +15 -9
  150. data/spec/models/list_response_dto_of_media_dto_spec.rb +15 -9
  151. data/spec/models/list_response_dto_of_subscription_dto_spec.rb +15 -9
  152. data/spec/models/list_response_dto_of_template_dto_spec.rb +15 -9
  153. data/spec/models/list_response_dto_of_topic_dto_spec.rb +15 -9
  154. data/spec/models/list_response_dto_of_user_dto_spec.rb +15 -9
  155. data/spec/models/localized_text_spec.rb +34 -0
  156. data/spec/models/log_entry_dto_spec.rb +15 -9
  157. data/spec/models/media_dto_spec.rb +21 -9
  158. data/spec/models/media_metadata_spec.rb +34 -0
  159. data/spec/models/media_type_spec.rb +15 -9
  160. data/spec/models/notification_formatting_dto_spec.rb +15 -9
  161. data/spec/models/notification_send_spec.rb +15 -9
  162. data/spec/models/notification_setting_dto_spec.rb +16 -10
  163. data/spec/models/profile_dto_spec.rb +15 -9
  164. data/spec/models/publish_dto_spec.rb +15 -9
  165. data/spec/models/publish_many_dto_spec.rb +15 -9
  166. data/spec/models/resize_mode_spec.rb +15 -9
  167. data/spec/models/scheduling_dto_spec.rb +15 -9
  168. data/spec/models/scheduling_type_spec.rb +15 -9
  169. data/spec/models/subscription_dto_spec.rb +15 -9
  170. data/spec/models/template_dto_spec.rb +15 -9
  171. data/spec/models/topic_dto_spec.rb +15 -9
  172. data/spec/models/update_profile_dto_spec.rb +15 -9
  173. data/spec/models/upsert_app_dto_spec.rb +15 -9
  174. data/spec/models/upsert_template_dto_spec.rb +15 -9
  175. data/spec/models/upsert_templates_dto_spec.rb +15 -9
  176. data/spec/models/upsert_user_dto_spec.rb +15 -9
  177. data/spec/models/upsert_users_dto_spec.rb +15 -9
  178. data/spec/models/user_dto_spec.rb +15 -9
  179. data/spec/spec_helper.rb +4 -5
  180. metadata +44 -9
  181. data/docs/InlineObject.md +0 -18
  182. data/notifo-1.0.0.gem +0 -0
  183. data/notifo-io-1.0.0.2.gem +0 -0
  184. data/notifo-io-1.0.0.gem +0 -0
  185. data/spec/models/inline_object_spec.rb +0 -34
@@ -1,17 +1,15 @@
1
1
  =begin
2
2
  #Notifo API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.1.0-SNAPSHOT
6
+ OpenAPI spec version: 1.0.0
10
7
 
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.24
11
10
  =end
12
11
 
13
12
  require 'date'
14
- require 'time'
15
13
 
16
14
  module Notifo
17
15
  class AppDto
@@ -45,20 +43,15 @@ module Notifo
45
43
  }
46
44
  end
47
45
 
48
- # Returns all the JSON keys this model knows about
49
- def self.acceptable_attributes
50
- attribute_map.values
51
- end
52
-
53
46
  # Attribute type mapping.
54
47
  def self.openapi_types
55
48
  {
56
- :'id' => :'String',
57
- :'name' => :'String',
58
- :'role' => :'String',
59
- :'languages' => :'Array<String>',
60
- :'api_keys' => :'Hash<String, String>',
61
- :'counters' => :'Hash<String, Integer>'
49
+ :'id' => :'Object',
50
+ :'name' => :'Object',
51
+ :'role' => :'Object',
52
+ :'languages' => :'Object',
53
+ :'api_keys' => :'Object',
54
+ :'counters' => :'Object'
62
55
  }
63
56
  end
64
57
 
@@ -67,7 +60,7 @@ module Notifo
67
60
  Set.new([
68
61
  ])
69
62
  end
70
-
63
+
71
64
  # Initializes the object
72
65
  # @param [Hash] attributes Model attributes in the form of hash
73
66
  def initialize(attributes = {})
@@ -122,26 +115,14 @@ module Notifo
122
115
  invalid_properties.push('invalid value for "id", id cannot be nil.')
123
116
  end
124
117
 
125
- if @id.to_s.length < 1
126
- invalid_properties.push('invalid value for "id", the character length must be great than or equal to 1.')
127
- end
128
-
129
118
  if @name.nil?
130
119
  invalid_properties.push('invalid value for "name", name cannot be nil.')
131
120
  end
132
121
 
133
- if @name.to_s.length < 1
134
- invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
135
- end
136
-
137
122
  if @role.nil?
138
123
  invalid_properties.push('invalid value for "role", role cannot be nil.')
139
124
  end
140
125
 
141
- if @role.to_s.length < 1
142
- invalid_properties.push('invalid value for "role", the character length must be great than or equal to 1.')
143
- end
144
-
145
126
  if @languages.nil?
146
127
  invalid_properties.push('invalid value for "languages", languages cannot be nil.')
147
128
  end
@@ -161,59 +142,14 @@ module Notifo
161
142
  # @return true if the model is valid
162
143
  def valid?
163
144
  return false if @id.nil?
164
- return false if @id.to_s.length < 1
165
145
  return false if @name.nil?
166
- return false if @name.to_s.length < 1
167
146
  return false if @role.nil?
168
- return false if @role.to_s.length < 1
169
147
  return false if @languages.nil?
170
148
  return false if @api_keys.nil?
171
149
  return false if @counters.nil?
172
150
  true
173
151
  end
174
152
 
175
- # Custom attribute writer method with validation
176
- # @param [Object] id Value to be assigned
177
- def id=(id)
178
- if id.nil?
179
- fail ArgumentError, 'id cannot be nil'
180
- end
181
-
182
- if id.to_s.length < 1
183
- fail ArgumentError, 'invalid value for "id", the character length must be great than or equal to 1.'
184
- end
185
-
186
- @id = id
187
- end
188
-
189
- # Custom attribute writer method with validation
190
- # @param [Object] name Value to be assigned
191
- def name=(name)
192
- if name.nil?
193
- fail ArgumentError, 'name cannot be nil'
194
- end
195
-
196
- if name.to_s.length < 1
197
- fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
198
- end
199
-
200
- @name = name
201
- end
202
-
203
- # Custom attribute writer method with validation
204
- # @param [Object] role Value to be assigned
205
- def role=(role)
206
- if role.nil?
207
- fail ArgumentError, 'role cannot be nil'
208
- end
209
-
210
- if role.to_s.length < 1
211
- fail ArgumentError, 'invalid value for "role", the character length must be great than or equal to 1.'
212
- end
213
-
214
- @role = role
215
- end
216
-
217
153
  # Checks equality by comparing each attribute.
218
154
  # @param [Object] Object to be compared
219
155
  def ==(o)
@@ -252,9 +188,7 @@ module Notifo
252
188
  def build_from_hash(attributes)
253
189
  return nil unless attributes.is_a?(Hash)
254
190
  self.class.openapi_types.each_pair do |key, type|
255
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
256
- self.send("#{key}=", nil)
257
- elsif type =~ /\AArray<(.*)>/i
191
+ if type =~ /\AArray<(.*)>/i
258
192
  # check to ensure the input is an array given that the attribute
259
193
  # is documented as an array but the input is not
260
194
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -262,6 +196,8 @@ module Notifo
262
196
  end
263
197
  elsif !attributes[self.class.attribute_map[key]].nil?
264
198
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
199
+ elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
200
+ self.send("#{key}=", nil)
265
201
  end
266
202
  end
267
203
 
@@ -274,8 +210,8 @@ module Notifo
274
210
  # @return [Object] Deserialized data
275
211
  def _deserialize(type, value)
276
212
  case type.to_sym
277
- when :Time
278
- Time.parse(value)
213
+ when :DateTime
214
+ DateTime.parse(value)
279
215
  when :Date
280
216
  Date.parse(value)
281
217
  when :String
@@ -305,9 +241,7 @@ module Notifo
305
241
  end
306
242
  end
307
243
  else # model
308
- # models (e.g. Pet) or oneOf
309
- klass = Notifo.const_get(type)
310
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
244
+ Notifo.const_get(type).build_from_hash(value)
311
245
  end
312
246
  end
313
247
 
@@ -355,8 +289,5 @@ module Notifo
355
289
  else
356
290
  value
357
291
  end
358
- end
359
-
360
- end
361
-
292
+ end end
362
293
  end
@@ -1,20 +1,18 @@
1
1
  =begin
2
2
  #Notifo API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-SNAPSHOT
6
+ OpenAPI spec version: 1.0.0
10
7
 
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.24
11
10
  =end
12
11
 
13
12
  require 'date'
14
- require 'time'
15
13
 
16
14
  module Notifo
17
- class InlineObject
15
+ class Body
18
16
  attr_accessor :file
19
17
 
20
18
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -24,36 +22,30 @@ module Notifo
24
22
  }
25
23
  end
26
24
 
27
- # Returns all the JSON keys this model knows about
28
- def self.acceptable_attributes
29
- attribute_map.values
30
- end
31
-
32
25
  # Attribute type mapping.
33
26
  def self.openapi_types
34
27
  {
35
- :'file' => :'File'
28
+ :'file' => :'Object'
36
29
  }
37
30
  end
38
31
 
39
32
  # List of attributes with nullable: true
40
33
  def self.openapi_nullable
41
34
  Set.new([
42
- :'file'
43
35
  ])
44
36
  end
45
-
37
+
46
38
  # Initializes the object
47
39
  # @param [Hash] attributes Model attributes in the form of hash
48
40
  def initialize(attributes = {})
49
41
  if (!attributes.is_a?(Hash))
50
- fail ArgumentError, "The input argument (attributes) must be a hash in `Notifo::InlineObject` initialize method"
42
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Notifo::Body` initialize method"
51
43
  end
52
44
 
53
45
  # check to see if the attribute exists and convert string to symbol for hash key
54
46
  attributes = attributes.each_with_object({}) { |(k, v), h|
55
47
  if (!self.class.attribute_map.key?(k.to_sym))
56
- fail ArgumentError, "`#{k}` is not a valid attribute in `Notifo::InlineObject`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
48
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Notifo::Body`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
57
49
  end
58
50
  h[k.to_sym] = v
59
51
  }
@@ -109,9 +101,7 @@ module Notifo
109
101
  def build_from_hash(attributes)
110
102
  return nil unless attributes.is_a?(Hash)
111
103
  self.class.openapi_types.each_pair do |key, type|
112
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
113
- self.send("#{key}=", nil)
114
- elsif type =~ /\AArray<(.*)>/i
104
+ if type =~ /\AArray<(.*)>/i
115
105
  # check to ensure the input is an array given that the attribute
116
106
  # is documented as an array but the input is not
117
107
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -119,6 +109,8 @@ module Notifo
119
109
  end
120
110
  elsif !attributes[self.class.attribute_map[key]].nil?
121
111
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
112
+ elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
113
+ self.send("#{key}=", nil)
122
114
  end
123
115
  end
124
116
 
@@ -131,8 +123,8 @@ module Notifo
131
123
  # @return [Object] Deserialized data
132
124
  def _deserialize(type, value)
133
125
  case type.to_sym
134
- when :Time
135
- Time.parse(value)
126
+ when :DateTime
127
+ DateTime.parse(value)
136
128
  when :Date
137
129
  Date.parse(value)
138
130
  when :String
@@ -162,9 +154,7 @@ module Notifo
162
154
  end
163
155
  end
164
156
  else # model
165
- # models (e.g. Pet) or oneOf
166
- klass = Notifo.const_get(type)
167
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
157
+ Notifo.const_get(type).build_from_hash(value)
168
158
  end
169
159
  end
170
160
 
@@ -212,8 +202,5 @@ module Notifo
212
202
  else
213
203
  value
214
204
  end
215
- end
216
-
217
- end
218
-
205
+ end end
219
206
  end
@@ -1,30 +1,21 @@
1
1
  =begin
2
2
  #Notifo API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.1.0-SNAPSHOT
6
+ OpenAPI spec version: 1.0.0
10
7
 
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.24
11
10
  =end
12
11
 
13
12
  require 'date'
14
- require 'time'
15
13
 
16
14
  module Notifo
17
15
  class ConfirmMode
18
- SEEN = "Seen".freeze
19
- EXPLICIT = "Explicit".freeze
20
- NONE = "None".freeze
21
-
22
- # Builds the enum from string
23
- # @param [String] The enum value in the form of the string
24
- # @return [String] The enum value
25
- def self.build_from_hash(value)
26
- new.build_from_hash(value)
27
- end
16
+ SEEN = 'Seen'.freeze
17
+ EXPLICIT = 'Explicit'.freeze
18
+ NONE = 'None'.freeze
28
19
 
29
20
  # Builds the enum from string
30
21
  # @param [String] The enum value in the form of the string
@@ -1,17 +1,15 @@
1
1
  =begin
2
2
  #Notifo API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.1.0-SNAPSHOT
6
+ OpenAPI spec version: 1.0.0
10
7
 
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.24
11
10
  =end
12
11
 
13
12
  require 'date'
14
- require 'time'
15
13
 
16
14
  module Notifo
17
15
  class CreateEmailTemplateDto
@@ -25,15 +23,10 @@ module Notifo
25
23
  }
26
24
  end
27
25
 
28
- # Returns all the JSON keys this model knows about
29
- def self.acceptable_attributes
30
- attribute_map.values
31
- end
32
-
33
26
  # Attribute type mapping.
34
27
  def self.openapi_types
35
28
  {
36
- :'language' => :'String'
29
+ :'language' => :'Object'
37
30
  }
38
31
  end
39
32
 
@@ -42,7 +35,7 @@ module Notifo
42
35
  Set.new([
43
36
  ])
44
37
  end
45
-
38
+
46
39
  # Initializes the object
47
40
  # @param [Hash] attributes Model attributes in the form of hash
48
41
  def initialize(attributes = {})
@@ -71,10 +64,6 @@ module Notifo
71
64
  invalid_properties.push('invalid value for "language", language cannot be nil.')
72
65
  end
73
66
 
74
- if @language.to_s.length < 1
75
- invalid_properties.push('invalid value for "language", the character length must be great than or equal to 1.')
76
- end
77
-
78
67
  invalid_properties
79
68
  end
80
69
 
@@ -82,24 +71,9 @@ module Notifo
82
71
  # @return true if the model is valid
83
72
  def valid?
84
73
  return false if @language.nil?
85
- return false if @language.to_s.length < 1
86
74
  true
87
75
  end
88
76
 
89
- # Custom attribute writer method with validation
90
- # @param [Object] language Value to be assigned
91
- def language=(language)
92
- if language.nil?
93
- fail ArgumentError, 'language cannot be nil'
94
- end
95
-
96
- if language.to_s.length < 1
97
- fail ArgumentError, 'invalid value for "language", the character length must be great than or equal to 1.'
98
- end
99
-
100
- @language = language
101
- end
102
-
103
77
  # Checks equality by comparing each attribute.
104
78
  # @param [Object] Object to be compared
105
79
  def ==(o)
@@ -133,9 +107,7 @@ module Notifo
133
107
  def build_from_hash(attributes)
134
108
  return nil unless attributes.is_a?(Hash)
135
109
  self.class.openapi_types.each_pair do |key, type|
136
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
137
- self.send("#{key}=", nil)
138
- elsif type =~ /\AArray<(.*)>/i
110
+ if type =~ /\AArray<(.*)>/i
139
111
  # check to ensure the input is an array given that the attribute
140
112
  # is documented as an array but the input is not
141
113
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -143,6 +115,8 @@ module Notifo
143
115
  end
144
116
  elsif !attributes[self.class.attribute_map[key]].nil?
145
117
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
118
+ elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
119
+ self.send("#{key}=", nil)
146
120
  end
147
121
  end
148
122
 
@@ -155,8 +129,8 @@ module Notifo
155
129
  # @return [Object] Deserialized data
156
130
  def _deserialize(type, value)
157
131
  case type.to_sym
158
- when :Time
159
- Time.parse(value)
132
+ when :DateTime
133
+ DateTime.parse(value)
160
134
  when :Date
161
135
  Date.parse(value)
162
136
  when :String
@@ -186,9 +160,7 @@ module Notifo
186
160
  end
187
161
  end
188
162
  else # model
189
- # models (e.g. Pet) or oneOf
190
- klass = Notifo.const_get(type)
191
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
163
+ Notifo.const_get(type).build_from_hash(value)
192
164
  end
193
165
  end
194
166
 
@@ -236,8 +208,5 @@ module Notifo
236
208
  else
237
209
  value
238
210
  end
239
- end
240
-
241
- end
242
-
211
+ end end
243
212
  end