mailslurp_client 15.0.0 → 15.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (158) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/lib/mailslurp_client/api/alias_controller_api.rb +59 -55
  4. data/lib/mailslurp_client/api/attachment_controller_api.rb +49 -60
  5. data/lib/mailslurp_client/api/bounce_controller_api.rb +26 -18
  6. data/lib/mailslurp_client/api/bulk_actions_controller_api.rb +15 -15
  7. data/lib/mailslurp_client/api/common_actions_controller_api.rb +128 -67
  8. data/lib/mailslurp_client/api/contact_controller_api.rb +22 -22
  9. data/lib/mailslurp_client/api/domain_controller_api.rb +32 -32
  10. data/lib/mailslurp_client/api/email_controller_api.rb +190 -116
  11. data/lib/mailslurp_client/api/expired_controller_api.rb +19 -19
  12. data/lib/mailslurp_client/api/export_controller_api.rb +38 -38
  13. data/lib/mailslurp_client/api/form_controller_api.rb +16 -18
  14. data/lib/mailslurp_client/api/group_controller_api.rb +52 -52
  15. data/lib/mailslurp_client/api/inbox_controller_api.rb +359 -225
  16. data/lib/mailslurp_client/api/inbox_forwarder_controller_api.rb +33 -29
  17. data/lib/mailslurp_client/api/inbox_ruleset_controller_api.rb +33 -29
  18. data/lib/mailslurp_client/api/mail_server_controller_api.rb +26 -26
  19. data/lib/mailslurp_client/api/missed_email_controller_api.rb +54 -42
  20. data/lib/mailslurp_client/api/sent_emails_controller_api.rb +157 -47
  21. data/lib/mailslurp_client/api/template_controller_api.rb +21 -21
  22. data/lib/mailslurp_client/api/tracking_controller_api.rb +16 -16
  23. data/lib/mailslurp_client/api/wait_for_controller_api.rb +128 -88
  24. data/lib/mailslurp_client/api/webhook_controller_api.rb +102 -86
  25. data/lib/mailslurp_client/configuration.rb +4 -4
  26. data/lib/mailslurp_client/models/abstract_webhook_payload.rb +10 -25
  27. data/lib/mailslurp_client/models/alias_dto.rb +45 -56
  28. data/lib/mailslurp_client/models/alias_projection.rb +42 -72
  29. data/lib/mailslurp_client/models/attachment_entity.rb +34 -54
  30. data/lib/mailslurp_client/models/attachment_meta_data.rb +21 -21
  31. data/lib/mailslurp_client/models/attachment_projection.rb +36 -51
  32. data/lib/mailslurp_client/models/basic_auth_options.rb +0 -10
  33. data/lib/mailslurp_client/models/bounce_projection.rb +13 -23
  34. data/lib/mailslurp_client/models/bounce_recipient.rb +22 -42
  35. data/lib/mailslurp_client/models/bounced_email_dto.rb +56 -76
  36. data/lib/mailslurp_client/models/bounced_recipient_dto.rb +16 -31
  37. data/lib/mailslurp_client/models/bulk_send_email_options.rb +5 -0
  38. data/lib/mailslurp_client/models/condition_option.rb +2 -2
  39. data/lib/mailslurp_client/models/contact_dto.rb +53 -73
  40. data/lib/mailslurp_client/models/contact_projection.rb +42 -52
  41. data/lib/mailslurp_client/models/count_dto.rb +206 -0
  42. data/lib/mailslurp_client/models/create_contact_options.rb +42 -42
  43. data/lib/mailslurp_client/models/create_domain_options.rb +21 -16
  44. data/lib/mailslurp_client/models/create_group_options.rb +0 -5
  45. data/lib/mailslurp_client/models/create_inbox_dto.rb +58 -58
  46. data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +19 -14
  47. data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +23 -23
  48. data/lib/mailslurp_client/models/create_template_options.rb +0 -10
  49. data/lib/mailslurp_client/models/create_webhook_options.rb +18 -18
  50. data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +15 -25
  51. data/lib/mailslurp_client/models/dns_lookup_options.rb +24 -14
  52. data/lib/mailslurp_client/models/dns_lookup_result.rb +23 -42
  53. data/lib/mailslurp_client/models/dns_lookup_results.rb +0 -5
  54. data/lib/mailslurp_client/models/domain_dto.rb +59 -80
  55. data/lib/mailslurp_client/models/domain_name_record.rb +11 -30
  56. data/lib/mailslurp_client/models/domain_preview.rb +26 -50
  57. data/lib/mailslurp_client/models/email.rb +134 -135
  58. data/lib/mailslurp_client/models/email_analysis.rb +28 -28
  59. data/lib/mailslurp_client/models/email_content_match_result.rb +13 -23
  60. data/lib/mailslurp_client/models/email_links_result.rb +13 -23
  61. data/lib/mailslurp_client/models/email_preview.rb +47 -47
  62. data/lib/mailslurp_client/models/email_projection.rb +77 -97
  63. data/lib/mailslurp_client/models/email_recipients.rb +16 -15
  64. data/lib/mailslurp_client/models/email_text_lines_result.rb +13 -23
  65. data/lib/mailslurp_client/models/email_verification_result.rb +16 -36
  66. data/lib/mailslurp_client/models/expiration_defaults.rb +16 -26
  67. data/lib/mailslurp_client/models/expired_inbox_dto.rb +13 -28
  68. data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +22 -42
  69. data/lib/mailslurp_client/models/export_link.rb +0 -5
  70. data/lib/mailslurp_client/models/export_options.rb +1 -6
  71. data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +13 -23
  72. data/lib/mailslurp_client/models/forward_email_options.rb +36 -31
  73. data/lib/mailslurp_client/models/gravatar_url.rb +13 -23
  74. data/lib/mailslurp_client/models/group_contacts_dto.rb +13 -23
  75. data/lib/mailslurp_client/models/group_dto.rb +22 -37
  76. data/lib/mailslurp_client/models/group_projection.rb +22 -37
  77. data/lib/mailslurp_client/models/html_validation_result.rb +13 -14
  78. data/lib/mailslurp_client/models/{inbox.rb → inbox_dto.rb} +47 -57
  79. data/lib/mailslurp_client/models/inbox_exists_dto.rb +0 -5
  80. data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +31 -61
  81. data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +0 -5
  82. data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +13 -23
  83. data/lib/mailslurp_client/models/inbox_preview.rb +38 -38
  84. data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +43 -78
  85. data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +0 -5
  86. data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +13 -18
  87. data/lib/mailslurp_client/models/inline_object.rb +221 -0
  88. data/lib/mailslurp_client/models/ip_address_result.rb +0 -10
  89. data/lib/mailslurp_client/models/json_schema_dto.rb +0 -5
  90. data/lib/mailslurp_client/models/match_option.rb +7 -2
  91. data/lib/mailslurp_client/models/match_options.rb +16 -16
  92. data/lib/mailslurp_client/models/missed_email.rb +67 -102
  93. data/lib/mailslurp_client/models/missed_email_projection.rb +19 -29
  94. data/lib/mailslurp_client/models/name_server_record.rb +10 -30
  95. data/lib/mailslurp_client/models/organization_inbox_projection.rb +44 -44
  96. data/lib/mailslurp_client/models/page_alias.rb +52 -52
  97. data/lib/mailslurp_client/models/page_attachment_entity.rb +52 -52
  98. data/lib/mailslurp_client/models/page_bounced_email.rb +52 -52
  99. data/lib/mailslurp_client/models/page_bounced_recipients.rb +52 -52
  100. data/lib/mailslurp_client/models/page_contact_projection.rb +52 -52
  101. data/lib/mailslurp_client/models/page_email_preview.rb +52 -52
  102. data/lib/mailslurp_client/models/page_email_projection.rb +52 -52
  103. data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +52 -52
  104. data/lib/mailslurp_client/models/page_group_projection.rb +52 -52
  105. data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +52 -52
  106. data/lib/mailslurp_client/models/page_inbox_projection.rb +52 -52
  107. data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +52 -52
  108. data/lib/mailslurp_client/models/page_missed_email_projection.rb +52 -52
  109. data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +52 -52
  110. data/lib/mailslurp_client/models/page_sent_email_projection.rb +49 -49
  111. data/lib/mailslurp_client/models/page_template_projection.rb +52 -52
  112. data/lib/mailslurp_client/models/page_thread_projection.rb +52 -52
  113. data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +52 -52
  114. data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +52 -52
  115. data/lib/mailslurp_client/models/page_webhook_projection.rb +52 -52
  116. data/lib/mailslurp_client/models/page_webhook_result.rb +52 -52
  117. data/lib/mailslurp_client/models/pageable.rb +10 -10
  118. data/lib/mailslurp_client/models/raw_email_json.rb +0 -5
  119. data/lib/mailslurp_client/models/recipient.rb +13 -23
  120. data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +38 -37
  121. data/lib/mailslurp_client/models/reply_to_email_options.rb +51 -50
  122. data/lib/mailslurp_client/models/send_email_options.rb +107 -115
  123. data/lib/mailslurp_client/models/sender.rb +14 -23
  124. data/lib/mailslurp_client/models/sent_email_dto.rb +97 -102
  125. data/lib/mailslurp_client/models/sent_email_projection.rb +66 -105
  126. data/lib/mailslurp_client/models/simple_send_email_options.rb +24 -24
  127. data/lib/mailslurp_client/models/template_dto.rb +22 -47
  128. data/lib/mailslurp_client/models/template_projection.rb +16 -41
  129. data/lib/mailslurp_client/models/template_variable.rb +0 -10
  130. data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +0 -10
  131. data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +0 -10
  132. data/lib/mailslurp_client/models/thread_projection.rb +60 -95
  133. data/lib/mailslurp_client/models/tracking_pixel_dto.rb +43 -68
  134. data/lib/mailslurp_client/models/tracking_pixel_projection.rb +34 -54
  135. data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +19 -29
  136. data/lib/mailslurp_client/models/unread_count.rb +0 -5
  137. data/lib/mailslurp_client/models/unseen_error_count_dto.rb +0 -5
  138. data/lib/mailslurp_client/models/update_group_contacts.rb +0 -5
  139. data/lib/mailslurp_client/models/update_inbox_options.rb +26 -26
  140. data/lib/mailslurp_client/models/upload_attachment_options.rb +14 -14
  141. data/lib/mailslurp_client/models/validation_message.rb +1 -5
  142. data/lib/mailslurp_client/models/verify_email_address_options.rb +0 -5
  143. data/lib/mailslurp_client/models/wait_for_conditions.rb +48 -58
  144. data/lib/mailslurp_client/models/webhook_dto.rb +64 -69
  145. data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +42 -42
  146. data/lib/mailslurp_client/models/webhook_email_read_payload.rb +49 -49
  147. data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +43 -43
  148. data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +75 -95
  149. data/lib/mailslurp_client/models/webhook_new_email_payload.rb +84 -84
  150. data/lib/mailslurp_client/models/webhook_projection.rb +36 -61
  151. data/lib/mailslurp_client/models/webhook_redrive_result.rb +13 -23
  152. data/lib/mailslurp_client/models/webhook_result_dto.rb +76 -126
  153. data/lib/mailslurp_client/models/webhook_test_request.rb +21 -36
  154. data/lib/mailslurp_client/models/webhook_test_response.rb +13 -13
  155. data/lib/mailslurp_client/models/webhook_test_result.rb +13 -23
  156. data/lib/mailslurp_client/version.rb +1 -1
  157. data/lib/mailslurp_client.rb +3 -1
  158. metadata +5 -3
@@ -18,18 +18,17 @@ module MailSlurpClient
18
18
  # Optional errors resulting from HTML validation
19
19
  attr_accessor :errors
20
20
 
21
- # Is HTML validation result valid
22
- attr_accessor :is_valid
23
-
24
21
  # Optional warnings resulting from HTML validation
25
22
  attr_accessor :warnings
26
23
 
24
+ attr_accessor :valid
25
+
27
26
  # Attribute mapping from ruby-style variable name to JSON key.
28
27
  def self.attribute_map
29
28
  {
30
29
  :'errors' => :'errors',
31
- :'is_valid' => :'isValid',
32
- :'warnings' => :'warnings'
30
+ :'warnings' => :'warnings',
31
+ :'valid' => :'valid'
33
32
  }
34
33
  end
35
34
 
@@ -37,8 +36,8 @@ module MailSlurpClient
37
36
  def self.openapi_types
38
37
  {
39
38
  :'errors' => :'Array<ValidationMessage>',
40
- :'is_valid' => :'Boolean',
41
- :'warnings' => :'Array<ValidationMessage>'
39
+ :'warnings' => :'Array<ValidationMessage>',
40
+ :'valid' => :'Boolean'
42
41
  }
43
42
  end
44
43
 
@@ -69,15 +68,15 @@ module MailSlurpClient
69
68
  end
70
69
  end
71
70
 
72
- if attributes.key?(:'is_valid')
73
- self.is_valid = attributes[:'is_valid']
74
- end
75
-
76
71
  if attributes.key?(:'warnings')
77
72
  if (value = attributes[:'warnings']).is_a?(Array)
78
73
  self.warnings = value
79
74
  end
80
75
  end
76
+
77
+ if attributes.key?(:'valid')
78
+ self.valid = attributes[:'valid']
79
+ end
81
80
  end
82
81
 
83
82
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -99,8 +98,8 @@ module MailSlurpClient
99
98
  return true if self.equal?(o)
100
99
  self.class == o.class &&
101
100
  errors == o.errors &&
102
- is_valid == o.is_valid &&
103
- warnings == o.warnings
101
+ warnings == o.warnings &&
102
+ valid == o.valid
104
103
  end
105
104
 
106
105
  # @see the `==` method
@@ -112,7 +111,7 @@ module MailSlurpClient
112
111
  # Calculates hash code according to all attributes.
113
112
  # @return [Integer] Hash code
114
113
  def hash
115
- [errors, is_valid, warnings].hash
114
+ [errors, warnings, valid].hash
116
115
  end
117
116
 
118
117
  # Builds the object from hash
@@ -14,10 +14,19 @@ require 'date'
14
14
 
15
15
  module MailSlurpClient
16
16
  # Representation of a MailSlurp inbox. An inbox has an ID and a real email address. Emails can be sent to or from this email address. Inboxes are either `SMTP` or `HTTP` mailboxes. The default, `HTTP` inboxes, use AWS SES to process emails and are best suited as test email accounts. `SMTP` inboxes use a custom mail server at `mx.mailslurp.com` and can only receive emails - they are best used for public facing email addresses. Use the `EmailController` or the `InboxController` methods to send and receive emails and attachments. Inboxes may have a description, name, and tags for display purposes. You can also favourite an inbox for easier searching. Inboxes can be private or allow team access. Team access enabled inboxes can be seen by other members of an organization.
17
- class Inbox
17
+ class InboxDto
18
+ # ID of the inbox. The ID is a UUID-V4 format string. Use the inboxId for calls to Inbox and Email Controller endpoints. See the emailAddress property for the email address or the inbox. To get emails in an inbox use the WaitFor and Inbox Controller methods `waitForLatestEmail` and `getEmails` methods respectively. Inboxes can be used with aliases to forward emails automatically.
19
+ attr_accessor :id
20
+
21
+ # ID of user that inbox belongs to
22
+ attr_accessor :user_id
23
+
18
24
  # When the inbox was created. Time stamps are in ISO DateTime Format `yyyy-MM-dd'T'HH:mm:ss.SSSXXX` e.g. `2000-10-31T01:30:00.000-05:00`.
19
25
  attr_accessor :created_at
20
26
 
27
+ # Name of the inbox and used as the sender name when sending emails .Displayed in the dashboard for easier search
28
+ attr_accessor :name
29
+
21
30
  # Description of an inbox for labelling and searching purposes
22
31
  attr_accessor :description
23
32
 
@@ -30,27 +39,15 @@ module MailSlurpClient
30
39
  # Is the inbox a favorite inbox. Make an inbox a favorite is typically done in the dashboard for quick access or filtering
31
40
  attr_accessor :favourite
32
41
 
33
- # ID of the inbox. The ID is a UUID-V4 format string. Use the inboxId for calls to Inbox and Email Controller endpoints. See the emailAddress property for the email address or the inbox. To get emails in an inbox use the WaitFor and Inbox Controller methods `waitForLatestEmail` and `getEmails` methods respectively. Inboxes can be used with aliases to forward emails automatically.
34
- attr_accessor :id
42
+ # Tags that inbox has been tagged with. Tags can be added to inboxes to group different inboxes within an account. You can also search for inboxes by tag in the dashboard UI.
43
+ attr_accessor :tags
35
44
 
36
- # Type of inbox - either HTTP (default) or SMTP. HTTP inboxes are great most cases. SMTP inboxes are receive only (cannot send) and are processed by a custom SMTP mail server and are better for public facing inboxes that receive emails from Gmail and other large providers. If using a custom domain the domain type must match the inbox type. Use an SMTP domain for SMTP inboxes that includes an MX record pointing to `10 mx.mailslurp.com` for inbound messages.
45
+ # Type of inbox. HTTP inboxes are faster and better for most cases. SMTP inboxes are more suited for public facing inbound messages (but cannot send).
37
46
  attr_accessor :inbox_type
38
47
 
39
- # Name of the inbox and used as the sender name when sending emails .Displayed in the dashboard for easier search
40
- attr_accessor :name
41
-
42
48
  # Is the inbox readOnly for the caller. Read only means can not be deleted or modified. This flag is present when using team accounts and shared inboxes.
43
49
  attr_accessor :read_only
44
50
 
45
- # Tags that inbox has been tagged with. Tags can be added to inboxes to group different inboxes within an account. You can also search for inboxes by tag in the dashboard UI.
46
- attr_accessor :tags
47
-
48
- # Does inbox permit team access for organization team members. If so team users can use inbox and emails associated with it. See the team access guide at https://www.mailslurp.com/guides/team-email-account-sharing/
49
- attr_accessor :team_access
50
-
51
- # ID of user that inbox belongs to
52
- attr_accessor :user_id
53
-
54
51
  class EnumAttributeValidator
55
52
  attr_reader :datatype
56
53
  attr_reader :allowable_values
@@ -76,36 +73,34 @@ module MailSlurpClient
76
73
  # Attribute mapping from ruby-style variable name to JSON key.
77
74
  def self.attribute_map
78
75
  {
76
+ :'id' => :'id',
77
+ :'user_id' => :'userId',
79
78
  :'created_at' => :'createdAt',
79
+ :'name' => :'name',
80
80
  :'description' => :'description',
81
81
  :'email_address' => :'emailAddress',
82
82
  :'expires_at' => :'expiresAt',
83
83
  :'favourite' => :'favourite',
84
- :'id' => :'id',
85
- :'inbox_type' => :'inboxType',
86
- :'name' => :'name',
87
- :'read_only' => :'readOnly',
88
84
  :'tags' => :'tags',
89
- :'team_access' => :'teamAccess',
90
- :'user_id' => :'userId'
85
+ :'inbox_type' => :'inboxType',
86
+ :'read_only' => :'readOnly'
91
87
  }
92
88
  end
93
89
 
94
90
  # Attribute type mapping.
95
91
  def self.openapi_types
96
92
  {
93
+ :'id' => :'String',
94
+ :'user_id' => :'String',
97
95
  :'created_at' => :'DateTime',
96
+ :'name' => :'String',
98
97
  :'description' => :'String',
99
98
  :'email_address' => :'String',
100
99
  :'expires_at' => :'String',
101
100
  :'favourite' => :'Boolean',
102
- :'id' => :'String',
103
- :'inbox_type' => :'String',
104
- :'name' => :'String',
105
- :'read_only' => :'Boolean',
106
101
  :'tags' => :'Array<String>',
107
- :'team_access' => :'Boolean',
108
- :'user_id' => :'String'
102
+ :'inbox_type' => :'String',
103
+ :'read_only' => :'Boolean'
109
104
  }
110
105
  end
111
106
 
@@ -119,21 +114,33 @@ module MailSlurpClient
119
114
  # @param [Hash] attributes Model attributes in the form of hash
120
115
  def initialize(attributes = {})
121
116
  if (!attributes.is_a?(Hash))
122
- fail ArgumentError, "The input argument (attributes) must be a hash in `MailSlurpClient::Inbox` initialize method"
117
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MailSlurpClient::InboxDto` initialize method"
123
118
  end
124
119
 
125
120
  # check to see if the attribute exists and convert string to symbol for hash key
126
121
  attributes = attributes.each_with_object({}) { |(k, v), h|
127
122
  if (!self.class.attribute_map.key?(k.to_sym))
128
- fail ArgumentError, "`#{k}` is not a valid attribute in `MailSlurpClient::Inbox`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
123
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MailSlurpClient::InboxDto`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
129
124
  end
130
125
  h[k.to_sym] = v
131
126
  }
132
127
 
128
+ if attributes.key?(:'id')
129
+ self.id = attributes[:'id']
130
+ end
131
+
132
+ if attributes.key?(:'user_id')
133
+ self.user_id = attributes[:'user_id']
134
+ end
135
+
133
136
  if attributes.key?(:'created_at')
134
137
  self.created_at = attributes[:'created_at']
135
138
  end
136
139
 
140
+ if attributes.key?(:'name')
141
+ self.name = attributes[:'name']
142
+ end
143
+
137
144
  if attributes.key?(:'description')
138
145
  self.description = attributes[:'description']
139
146
  end
@@ -150,34 +157,18 @@ module MailSlurpClient
150
157
  self.favourite = attributes[:'favourite']
151
158
  end
152
159
 
153
- if attributes.key?(:'id')
154
- self.id = attributes[:'id']
155
- end
156
-
157
- if attributes.key?(:'inbox_type')
158
- self.inbox_type = attributes[:'inbox_type']
159
- end
160
-
161
- if attributes.key?(:'name')
162
- self.name = attributes[:'name']
163
- end
164
-
165
- if attributes.key?(:'read_only')
166
- self.read_only = attributes[:'read_only']
167
- end
168
-
169
160
  if attributes.key?(:'tags')
170
161
  if (value = attributes[:'tags']).is_a?(Array)
171
162
  self.tags = value
172
163
  end
173
164
  end
174
165
 
175
- if attributes.key?(:'team_access')
176
- self.team_access = attributes[:'team_access']
166
+ if attributes.key?(:'inbox_type')
167
+ self.inbox_type = attributes[:'inbox_type']
177
168
  end
178
169
 
179
- if attributes.key?(:'user_id')
180
- self.user_id = attributes[:'user_id']
170
+ if attributes.key?(:'read_only')
171
+ self.read_only = attributes[:'read_only']
181
172
  end
182
173
  end
183
174
 
@@ -211,18 +202,17 @@ module MailSlurpClient
211
202
  def ==(o)
212
203
  return true if self.equal?(o)
213
204
  self.class == o.class &&
205
+ id == o.id &&
206
+ user_id == o.user_id &&
214
207
  created_at == o.created_at &&
208
+ name == o.name &&
215
209
  description == o.description &&
216
210
  email_address == o.email_address &&
217
211
  expires_at == o.expires_at &&
218
212
  favourite == o.favourite &&
219
- id == o.id &&
220
- inbox_type == o.inbox_type &&
221
- name == o.name &&
222
- read_only == o.read_only &&
223
213
  tags == o.tags &&
224
- team_access == o.team_access &&
225
- user_id == o.user_id
214
+ inbox_type == o.inbox_type &&
215
+ read_only == o.read_only
226
216
  end
227
217
 
228
218
  # @see the `==` method
@@ -234,7 +224,7 @@ module MailSlurpClient
234
224
  # Calculates hash code according to all attributes.
235
225
  # @return [Integer] Hash code
236
226
  def hash
237
- [created_at, description, email_address, expires_at, favourite, id, inbox_type, name, read_only, tags, team_access, user_id].hash
227
+ [id, user_id, created_at, name, description, email_address, expires_at, favourite, tags, inbox_type, read_only].hash
238
228
  end
239
229
 
240
230
  # Builds the object from hash
@@ -60,17 +60,12 @@ module MailSlurpClient
60
60
  # @return Array for valid properties with the reasons
61
61
  def list_invalid_properties
62
62
  invalid_properties = Array.new
63
- if @exists.nil?
64
- invalid_properties.push('invalid value for "exists", exists cannot be nil.')
65
- end
66
-
67
63
  invalid_properties
68
64
  end
69
65
 
70
66
  # Check to see if the all the properties in the model are valid
71
67
  # @return true if the model is valid
72
68
  def valid?
73
- return false if @exists.nil?
74
69
  true
75
70
  end
76
71
 
@@ -14,18 +14,18 @@ require 'date'
14
14
 
15
15
  module MailSlurpClient
16
16
  class InboxForwarderDto
17
- attr_accessor :created_at
18
-
19
- attr_accessor :field
20
-
21
- attr_accessor :forward_to_recipients
22
-
23
17
  attr_accessor :id
24
18
 
25
19
  attr_accessor :inbox_id
26
20
 
21
+ attr_accessor :field
22
+
27
23
  attr_accessor :match
28
24
 
25
+ attr_accessor :forward_to_recipients
26
+
27
+ attr_accessor :created_at
28
+
29
29
  class EnumAttributeValidator
30
30
  attr_reader :datatype
31
31
  attr_reader :allowable_values
@@ -51,24 +51,24 @@ module MailSlurpClient
51
51
  # Attribute mapping from ruby-style variable name to JSON key.
52
52
  def self.attribute_map
53
53
  {
54
- :'created_at' => :'createdAt',
55
- :'field' => :'field',
56
- :'forward_to_recipients' => :'forwardToRecipients',
57
54
  :'id' => :'id',
58
55
  :'inbox_id' => :'inboxId',
59
- :'match' => :'match'
56
+ :'field' => :'field',
57
+ :'match' => :'match',
58
+ :'forward_to_recipients' => :'forwardToRecipients',
59
+ :'created_at' => :'createdAt'
60
60
  }
61
61
  end
62
62
 
63
63
  # Attribute type mapping.
64
64
  def self.openapi_types
65
65
  {
66
- :'created_at' => :'DateTime',
67
- :'field' => :'String',
68
- :'forward_to_recipients' => :'Array<String>',
69
66
  :'id' => :'String',
70
67
  :'inbox_id' => :'String',
71
- :'match' => :'String'
68
+ :'field' => :'String',
69
+ :'match' => :'String',
70
+ :'forward_to_recipients' => :'Array<String>',
71
+ :'created_at' => :'DateTime'
72
72
  }
73
73
  end
74
74
 
@@ -93,30 +93,30 @@ module MailSlurpClient
93
93
  h[k.to_sym] = v
94
94
  }
95
95
 
96
- if attributes.key?(:'created_at')
97
- self.created_at = attributes[:'created_at']
96
+ if attributes.key?(:'id')
97
+ self.id = attributes[:'id']
98
+ end
99
+
100
+ if attributes.key?(:'inbox_id')
101
+ self.inbox_id = attributes[:'inbox_id']
98
102
  end
99
103
 
100
104
  if attributes.key?(:'field')
101
105
  self.field = attributes[:'field']
102
106
  end
103
107
 
108
+ if attributes.key?(:'match')
109
+ self.match = attributes[:'match']
110
+ end
111
+
104
112
  if attributes.key?(:'forward_to_recipients')
105
113
  if (value = attributes[:'forward_to_recipients']).is_a?(Array)
106
114
  self.forward_to_recipients = value
107
115
  end
108
116
  end
109
117
 
110
- if attributes.key?(:'id')
111
- self.id = attributes[:'id']
112
- end
113
-
114
- if attributes.key?(:'inbox_id')
115
- self.inbox_id = attributes[:'inbox_id']
116
- end
117
-
118
- if attributes.key?(:'match')
119
- self.match = attributes[:'match']
118
+ if attributes.key?(:'created_at')
119
+ self.created_at = attributes[:'created_at']
120
120
  end
121
121
  end
122
122
 
@@ -124,44 +124,14 @@ module MailSlurpClient
124
124
  # @return Array for valid properties with the reasons
125
125
  def list_invalid_properties
126
126
  invalid_properties = Array.new
127
- if @created_at.nil?
128
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
129
- end
130
-
131
- if @field.nil?
132
- invalid_properties.push('invalid value for "field", field cannot be nil.')
133
- end
134
-
135
- if @forward_to_recipients.nil?
136
- invalid_properties.push('invalid value for "forward_to_recipients", forward_to_recipients cannot be nil.')
137
- end
138
-
139
- if @id.nil?
140
- invalid_properties.push('invalid value for "id", id cannot be nil.')
141
- end
142
-
143
- if @inbox_id.nil?
144
- invalid_properties.push('invalid value for "inbox_id", inbox_id cannot be nil.')
145
- end
146
-
147
- if @match.nil?
148
- invalid_properties.push('invalid value for "match", match cannot be nil.')
149
- end
150
-
151
127
  invalid_properties
152
128
  end
153
129
 
154
130
  # Check to see if the all the properties in the model are valid
155
131
  # @return true if the model is valid
156
132
  def valid?
157
- return false if @created_at.nil?
158
- return false if @field.nil?
159
133
  field_validator = EnumAttributeValidator.new('String', ["RECIPIENTS", "SENDER", "SUBJECT", "ATTACHMENTS"])
160
134
  return false unless field_validator.valid?(@field)
161
- return false if @forward_to_recipients.nil?
162
- return false if @id.nil?
163
- return false if @inbox_id.nil?
164
- return false if @match.nil?
165
135
  true
166
136
  end
167
137
 
@@ -180,12 +150,12 @@ module MailSlurpClient
180
150
  def ==(o)
181
151
  return true if self.equal?(o)
182
152
  self.class == o.class &&
183
- created_at == o.created_at &&
184
- field == o.field &&
185
- forward_to_recipients == o.forward_to_recipients &&
186
153
  id == o.id &&
187
154
  inbox_id == o.inbox_id &&
188
- match == o.match
155
+ field == o.field &&
156
+ match == o.match &&
157
+ forward_to_recipients == o.forward_to_recipients &&
158
+ created_at == o.created_at
189
159
  end
190
160
 
191
161
  # @see the `==` method
@@ -197,7 +167,7 @@ module MailSlurpClient
197
167
  # Calculates hash code according to all attributes.
198
168
  # @return [Integer] Hash code
199
169
  def hash
200
- [created_at, field, forward_to_recipients, id, inbox_id, match].hash
170
+ [id, inbox_id, field, match, forward_to_recipients, created_at].hash
201
171
  end
202
172
 
203
173
  # Builds the object from hash
@@ -60,17 +60,12 @@ module MailSlurpClient
60
60
  # @return Array for valid properties with the reasons
61
61
  def list_invalid_properties
62
62
  invalid_properties = Array.new
63
- if @test_value.nil?
64
- invalid_properties.push('invalid value for "test_value", test_value cannot be nil.')
65
- end
66
-
67
63
  invalid_properties
68
64
  end
69
65
 
70
66
  # Check to see if the all the properties in the model are valid
71
67
  # @return true if the model is valid
72
68
  def valid?
73
- return false if @test_value.nil?
74
69
  true
75
70
  end
76
71
 
@@ -14,23 +14,23 @@ require 'date'
14
14
 
15
15
  module MailSlurpClient
16
16
  class InboxForwarderTestResult
17
- attr_accessor :does_match
18
-
19
17
  attr_accessor :matches
20
18
 
19
+ attr_accessor :does_match
20
+
21
21
  # Attribute mapping from ruby-style variable name to JSON key.
22
22
  def self.attribute_map
23
23
  {
24
- :'does_match' => :'doesMatch',
25
- :'matches' => :'matches'
24
+ :'matches' => :'matches',
25
+ :'does_match' => :'doesMatch'
26
26
  }
27
27
  end
28
28
 
29
29
  # Attribute type mapping.
30
30
  def self.openapi_types
31
31
  {
32
- :'does_match' => :'Boolean',
33
- :'matches' => :'Hash<String, Boolean>'
32
+ :'matches' => :'Hash<String, Boolean>',
33
+ :'does_match' => :'Boolean'
34
34
  }
35
35
  end
36
36
 
@@ -55,37 +55,27 @@ module MailSlurpClient
55
55
  h[k.to_sym] = v
56
56
  }
57
57
 
58
- if attributes.key?(:'does_match')
59
- self.does_match = attributes[:'does_match']
60
- end
61
-
62
58
  if attributes.key?(:'matches')
63
59
  if (value = attributes[:'matches']).is_a?(Hash)
64
60
  self.matches = value
65
61
  end
66
62
  end
63
+
64
+ if attributes.key?(:'does_match')
65
+ self.does_match = attributes[:'does_match']
66
+ end
67
67
  end
68
68
 
69
69
  # Show invalid properties with the reasons. Usually used together with valid?
70
70
  # @return Array for valid properties with the reasons
71
71
  def list_invalid_properties
72
72
  invalid_properties = Array.new
73
- if @does_match.nil?
74
- invalid_properties.push('invalid value for "does_match", does_match cannot be nil.')
75
- end
76
-
77
- if @matches.nil?
78
- invalid_properties.push('invalid value for "matches", matches cannot be nil.')
79
- end
80
-
81
73
  invalid_properties
82
74
  end
83
75
 
84
76
  # Check to see if the all the properties in the model are valid
85
77
  # @return true if the model is valid
86
78
  def valid?
87
- return false if @does_match.nil?
88
- return false if @matches.nil?
89
79
  true
90
80
  end
91
81
 
@@ -94,8 +84,8 @@ module MailSlurpClient
94
84
  def ==(o)
95
85
  return true if self.equal?(o)
96
86
  self.class == o.class &&
97
- does_match == o.does_match &&
98
- matches == o.matches
87
+ matches == o.matches &&
88
+ does_match == o.does_match
99
89
  end
100
90
 
101
91
  # @see the `==` method
@@ -107,7 +97,7 @@ module MailSlurpClient
107
97
  # Calculates hash code according to all attributes.
108
98
  # @return [Integer] Hash code
109
99
  def hash
110
- [does_match, matches].hash
100
+ [matches, does_match].hash
111
101
  end
112
102
 
113
103
  # Builds the object from hash