merge_ticketing_client 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (281) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/LICENSE.md +16 -0
  4. data/README.md +208 -0
  5. data/Rakefile +10 -0
  6. data/docs/Account.md +28 -0
  7. data/docs/AccountDetails.md +36 -0
  8. data/docs/AccountDetailsAndActions.md +36 -0
  9. data/docs/AccountDetailsAndActionsIntegration.md +32 -0
  10. data/docs/AccountDetailsAndActionsStatusEnum.md +15 -0
  11. data/docs/AccountDetailsApi.md +79 -0
  12. data/docs/AccountIntegration.md +28 -0
  13. data/docs/AccountToken.md +20 -0
  14. data/docs/AccountTokenApi.md +79 -0
  15. data/docs/AccountsApi.md +177 -0
  16. data/docs/Attachment.md +36 -0
  17. data/docs/AttachmentRequest.md +30 -0
  18. data/docs/AttachmentsApi.md +335 -0
  19. data/docs/AvailableActions.md +22 -0
  20. data/docs/AvailableActionsApi.md +79 -0
  21. data/docs/CategoriesEnum.md +15 -0
  22. data/docs/CategoryEnum.md +15 -0
  23. data/docs/Comment.md +38 -0
  24. data/docs/CommentEndpointRequest.md +18 -0
  25. data/docs/CommentRequest.md +32 -0
  26. data/docs/CommentResponse.md +24 -0
  27. data/docs/CommentsApi.md +335 -0
  28. data/docs/Contact.md +34 -0
  29. data/docs/ContactsApi.md +181 -0
  30. data/docs/DataPassthroughRequest.md +32 -0
  31. data/docs/DebugModeLog.md +22 -0
  32. data/docs/DebugModelLogSummary.md +22 -0
  33. data/docs/DeleteAccountApi.md +78 -0
  34. data/docs/EncodingEnum.md +15 -0
  35. data/docs/EndUserDetailsRequest.md +30 -0
  36. data/docs/ErrorValidationProblem.md +24 -0
  37. data/docs/ForceResyncApi.md +79 -0
  38. data/docs/GenerateKeyApi.md +79 -0
  39. data/docs/GenerateRemoteKeyRequest.md +18 -0
  40. data/docs/Issue.md +30 -0
  41. data/docs/IssueStatusEnum.md +15 -0
  42. data/docs/IssuesApi.md +177 -0
  43. data/docs/LinkToken.md +22 -0
  44. data/docs/LinkTokenApi.md +79 -0
  45. data/docs/LinkedAccountStatus.md +20 -0
  46. data/docs/LinkedAccountsApi.md +105 -0
  47. data/docs/MetaResponse.md +24 -0
  48. data/docs/MethodEnum.md +15 -0
  49. data/docs/ModelOperation.md +24 -0
  50. data/docs/MultipartFormFieldRequest.md +26 -0
  51. data/docs/PaginatedAccountDetailsAndActionsList.md +22 -0
  52. data/docs/PaginatedAccountList.md +22 -0
  53. data/docs/PaginatedAttachmentList.md +22 -0
  54. data/docs/PaginatedCommentList.md +22 -0
  55. data/docs/PaginatedContactList.md +22 -0
  56. data/docs/PaginatedIssueList.md +22 -0
  57. data/docs/PaginatedProjectList.md +22 -0
  58. data/docs/PaginatedSyncStatusList.md +22 -0
  59. data/docs/PaginatedTagList.md +22 -0
  60. data/docs/PaginatedTeamList.md +22 -0
  61. data/docs/PaginatedTicketList.md +22 -0
  62. data/docs/PaginatedUserList.md +22 -0
  63. data/docs/PassthroughApi.md +81 -0
  64. data/docs/Project.md +28 -0
  65. data/docs/ProjectsApi.md +261 -0
  66. data/docs/RegenerateKeyApi.md +79 -0
  67. data/docs/RemoteData.md +20 -0
  68. data/docs/RemoteKey.md +20 -0
  69. data/docs/RemoteKeyForRegenerationRequest.md +18 -0
  70. data/docs/RemoteResponse.md +28 -0
  71. data/docs/RequestFormatEnum.md +15 -0
  72. data/docs/SyncStatus.md +28 -0
  73. data/docs/SyncStatusApi.md +85 -0
  74. data/docs/SyncStatusStatusEnum.md +15 -0
  75. data/docs/Tag.md +24 -0
  76. data/docs/TagsApi.md +177 -0
  77. data/docs/Team.md +28 -0
  78. data/docs/TeamsApi.md +177 -0
  79. data/docs/Ticket.md +52 -0
  80. data/docs/TicketEndpointRequest.md +18 -0
  81. data/docs/TicketRequest.md +46 -0
  82. data/docs/TicketResponse.md +24 -0
  83. data/docs/TicketStatusEnum.md +15 -0
  84. data/docs/TicketingAttachmentEndpointRequest.md +18 -0
  85. data/docs/TicketingAttachmentResponse.md +24 -0
  86. data/docs/TicketsApi.md +425 -0
  87. data/docs/User.md +32 -0
  88. data/docs/UsersApi.md +181 -0
  89. data/docs/ValidationProblemSource.md +18 -0
  90. data/docs/WarningValidationProblem.md +24 -0
  91. data/docs/WebhookReceiver.md +22 -0
  92. data/docs/WebhookReceiverRequest.md +22 -0
  93. data/docs/WebhookReceiversApi.md +153 -0
  94. data/git_push.sh +58 -0
  95. data/lib/merge_ticketing_client/api/account_details_api.rb +84 -0
  96. data/lib/merge_ticketing_client/api/account_token_api.rb +83 -0
  97. data/lib/merge_ticketing_client/api/accounts_api.rb +182 -0
  98. data/lib/merge_ticketing_client/api/attachments_api.rb +337 -0
  99. data/lib/merge_ticketing_client/api/available_actions_api.rb +84 -0
  100. data/lib/merge_ticketing_client/api/comments_api.rb +337 -0
  101. data/lib/merge_ticketing_client/api/contacts_api.rb +196 -0
  102. data/lib/merge_ticketing_client/api/delete_account_api.rb +82 -0
  103. data/lib/merge_ticketing_client/api/force_resync_api.rb +84 -0
  104. data/lib/merge_ticketing_client/api/generate_key_api.rb +85 -0
  105. data/lib/merge_ticketing_client/api/issues_api.rb +181 -0
  106. data/lib/merge_ticketing_client/api/link_token_api.rb +85 -0
  107. data/lib/merge_ticketing_client/api/linked_accounts_api.rb +120 -0
  108. data/lib/merge_ticketing_client/api/passthrough_api.rb +92 -0
  109. data/lib/merge_ticketing_client/api/projects_api.rb +266 -0
  110. data/lib/merge_ticketing_client/api/regenerate_key_api.rb +85 -0
  111. data/lib/merge_ticketing_client/api/sync_status_api.rb +90 -0
  112. data/lib/merge_ticketing_client/api/tags_api.rb +182 -0
  113. data/lib/merge_ticketing_client/api/teams_api.rb +182 -0
  114. data/lib/merge_ticketing_client/api/tickets_api.rb +438 -0
  115. data/lib/merge_ticketing_client/api/users_api.rb +196 -0
  116. data/lib/merge_ticketing_client/api/webhook_receivers_api.rb +154 -0
  117. data/lib/merge_ticketing_client/api_client.rb +390 -0
  118. data/lib/merge_ticketing_client/api_error.rb +57 -0
  119. data/lib/merge_ticketing_client/configuration.rb +281 -0
  120. data/lib/merge_ticketing_client/models/account.rb +276 -0
  121. data/lib/merge_ticketing_client/models/account_details.rb +302 -0
  122. data/lib/merge_ticketing_client/models/account_details_and_actions.rb +327 -0
  123. data/lib/merge_ticketing_client/models/account_details_and_actions_integration.rb +310 -0
  124. data/lib/merge_ticketing_client/models/account_details_and_actions_status_enum.rb +46 -0
  125. data/lib/merge_ticketing_client/models/account_integration.rb +303 -0
  126. data/lib/merge_ticketing_client/models/account_token.rb +237 -0
  127. data/lib/merge_ticketing_client/models/attachment.rb +315 -0
  128. data/lib/merge_ticketing_client/models/attachment_request.rb +285 -0
  129. data/lib/merge_ticketing_client/models/available_actions.rb +249 -0
  130. data/lib/merge_ticketing_client/models/categories_enum.rb +48 -0
  131. data/lib/merge_ticketing_client/models/category_enum.rb +48 -0
  132. data/lib/merge_ticketing_client/models/comment.rb +325 -0
  133. data/lib/merge_ticketing_client/models/comment_endpoint_request.rb +223 -0
  134. data/lib/merge_ticketing_client/models/comment_request.rb +295 -0
  135. data/lib/merge_ticketing_client/models/comment_response.rb +266 -0
  136. data/lib/merge_ticketing_client/models/contact.rb +307 -0
  137. data/lib/merge_ticketing_client/models/data_passthrough_request.rb +352 -0
  138. data/lib/merge_ticketing_client/models/debug_mode_log.rb +251 -0
  139. data/lib/merge_ticketing_client/models/debug_model_log_summary.rb +251 -0
  140. data/lib/merge_ticketing_client/models/encoding_enum.rb +46 -0
  141. data/lib/merge_ticketing_client/models/end_user_details_request.rb +430 -0
  142. data/lib/merge_ticketing_client/models/error_validation_problem.rb +260 -0
  143. data/lib/merge_ticketing_client/models/generate_remote_key_request.rb +243 -0
  144. data/lib/merge_ticketing_client/models/issue.rb +281 -0
  145. data/lib/merge_ticketing_client/models/issue_status_enum.rb +45 -0
  146. data/lib/merge_ticketing_client/models/link_token.rb +246 -0
  147. data/lib/merge_ticketing_client/models/linked_account_status.rb +237 -0
  148. data/lib/merge_ticketing_client/models/meta_response.rb +262 -0
  149. data/lib/merge_ticketing_client/models/method_enum.rb +50 -0
  150. data/lib/merge_ticketing_client/models/model_operation.rb +272 -0
  151. data/lib/merge_ticketing_client/models/multipart_form_field_request.rb +341 -0
  152. data/lib/merge_ticketing_client/models/paginated_account_details_and_actions_list.rb +240 -0
  153. data/lib/merge_ticketing_client/models/paginated_account_list.rb +240 -0
  154. data/lib/merge_ticketing_client/models/paginated_attachment_list.rb +240 -0
  155. data/lib/merge_ticketing_client/models/paginated_comment_list.rb +240 -0
  156. data/lib/merge_ticketing_client/models/paginated_contact_list.rb +240 -0
  157. data/lib/merge_ticketing_client/models/paginated_issue_list.rb +240 -0
  158. data/lib/merge_ticketing_client/models/paginated_project_list.rb +240 -0
  159. data/lib/merge_ticketing_client/models/paginated_sync_status_list.rb +240 -0
  160. data/lib/merge_ticketing_client/models/paginated_tag_list.rb +240 -0
  161. data/lib/merge_ticketing_client/models/paginated_team_list.rb +240 -0
  162. data/lib/merge_ticketing_client/models/paginated_ticket_list.rb +240 -0
  163. data/lib/merge_ticketing_client/models/paginated_user_list.rb +240 -0
  164. data/lib/merge_ticketing_client/models/project.rb +274 -0
  165. data/lib/merge_ticketing_client/models/remote_data.rb +234 -0
  166. data/lib/merge_ticketing_client/models/remote_key.rb +238 -0
  167. data/lib/merge_ticketing_client/models/remote_key_for_regeneration_request.rb +243 -0
  168. data/lib/merge_ticketing_client/models/remote_response.rb +290 -0
  169. data/lib/merge_ticketing_client/models/request_format_enum.rb +46 -0
  170. data/lib/merge_ticketing_client/models/sync_status.rb +294 -0
  171. data/lib/merge_ticketing_client/models/sync_status_status_enum.rb +48 -0
  172. data/lib/merge_ticketing_client/models/tag.rb +254 -0
  173. data/lib/merge_ticketing_client/models/team.rb +274 -0
  174. data/lib/merge_ticketing_client/models/ticket.rb +401 -0
  175. data/lib/merge_ticketing_client/models/ticket_endpoint_request.rb +223 -0
  176. data/lib/merge_ticketing_client/models/ticket_request.rb +371 -0
  177. data/lib/merge_ticketing_client/models/ticket_response.rb +266 -0
  178. data/lib/merge_ticketing_client/models/ticket_status_enum.rb +45 -0
  179. data/lib/merge_ticketing_client/models/ticketing_attachment_endpoint_request.rb +223 -0
  180. data/lib/merge_ticketing_client/models/ticketing_attachment_response.rb +266 -0
  181. data/lib/merge_ticketing_client/models/user.rb +296 -0
  182. data/lib/merge_ticketing_client/models/validation_problem_source.rb +223 -0
  183. data/lib/merge_ticketing_client/models/warning_validation_problem.rb +260 -0
  184. data/lib/merge_ticketing_client/models/webhook_receiver.rb +246 -0
  185. data/lib/merge_ticketing_client/models/webhook_receiver_request.rb +280 -0
  186. data/lib/merge_ticketing_client/version.rb +15 -0
  187. data/lib/merge_ticketing_client.rb +127 -0
  188. data/merge_ticketing_client.gemspec +38 -0
  189. data/pull_request_template.md +20 -0
  190. data/spec/api/account_details_api_spec.rb +46 -0
  191. data/spec/api/account_token_api_spec.rb +46 -0
  192. data/spec/api/accounts_api_spec.rb +68 -0
  193. data/spec/api/attachments_api_spec.rb +96 -0
  194. data/spec/api/available_actions_api_spec.rb +46 -0
  195. data/spec/api/comments_api_spec.rb +96 -0
  196. data/spec/api/contacts_api_spec.rb +70 -0
  197. data/spec/api/delete_account_api_spec.rb +46 -0
  198. data/spec/api/force_resync_api_spec.rb +46 -0
  199. data/spec/api/generate_key_api_spec.rb +46 -0
  200. data/spec/api/issues_api_spec.rb +69 -0
  201. data/spec/api/link_token_api_spec.rb +46 -0
  202. data/spec/api/linked_accounts_api_spec.rb +58 -0
  203. data/spec/api/passthrough_api_spec.rb +47 -0
  204. data/spec/api/projects_api_spec.rb +84 -0
  205. data/spec/api/regenerate_key_api_spec.rb +46 -0
  206. data/spec/api/sync_status_api_spec.rb +48 -0
  207. data/spec/api/tags_api_spec.rb +68 -0
  208. data/spec/api/teams_api_spec.rb +68 -0
  209. data/spec/api/tickets_api_spec.rb +115 -0
  210. data/spec/api/users_api_spec.rb +70 -0
  211. data/spec/api/webhook_receivers_api_spec.rb +58 -0
  212. data/spec/api_client_spec.rb +226 -0
  213. data/spec/configuration_spec.rb +42 -0
  214. data/spec/models/account_details_and_actions_integration_spec.rb +76 -0
  215. data/spec/models/account_details_and_actions_spec.rb +88 -0
  216. data/spec/models/account_details_and_actions_status_enum_spec.rb +28 -0
  217. data/spec/models/account_details_spec.rb +88 -0
  218. data/spec/models/account_integration_spec.rb +64 -0
  219. data/spec/models/account_spec.rb +64 -0
  220. data/spec/models/account_token_spec.rb +40 -0
  221. data/spec/models/attachment_request_spec.rb +70 -0
  222. data/spec/models/attachment_spec.rb +88 -0
  223. data/spec/models/available_actions_spec.rb +46 -0
  224. data/spec/models/categories_enum_spec.rb +28 -0
  225. data/spec/models/category_enum_spec.rb +28 -0
  226. data/spec/models/comment_endpoint_request_spec.rb +34 -0
  227. data/spec/models/comment_request_spec.rb +76 -0
  228. data/spec/models/comment_response_spec.rb +52 -0
  229. data/spec/models/comment_spec.rb +94 -0
  230. data/spec/models/contact_spec.rb +82 -0
  231. data/spec/models/data_passthrough_request_spec.rb +76 -0
  232. data/spec/models/debug_mode_log_spec.rb +46 -0
  233. data/spec/models/debug_model_log_summary_spec.rb +46 -0
  234. data/spec/models/encoding_enum_spec.rb +28 -0
  235. data/spec/models/end_user_details_request_spec.rb +70 -0
  236. data/spec/models/error_validation_problem_spec.rb +52 -0
  237. data/spec/models/generate_remote_key_request_spec.rb +34 -0
  238. data/spec/models/issue_spec.rb +70 -0
  239. data/spec/models/issue_status_enum_spec.rb +28 -0
  240. data/spec/models/link_token_spec.rb +46 -0
  241. data/spec/models/linked_account_status_spec.rb +40 -0
  242. data/spec/models/meta_response_spec.rb +52 -0
  243. data/spec/models/method_enum_spec.rb +28 -0
  244. data/spec/models/model_operation_spec.rb +52 -0
  245. data/spec/models/multipart_form_field_request_spec.rb +58 -0
  246. data/spec/models/paginated_account_details_and_actions_list_spec.rb +46 -0
  247. data/spec/models/paginated_account_list_spec.rb +46 -0
  248. data/spec/models/paginated_attachment_list_spec.rb +46 -0
  249. data/spec/models/paginated_comment_list_spec.rb +46 -0
  250. data/spec/models/paginated_contact_list_spec.rb +46 -0
  251. data/spec/models/paginated_issue_list_spec.rb +46 -0
  252. data/spec/models/paginated_project_list_spec.rb +46 -0
  253. data/spec/models/paginated_sync_status_list_spec.rb +46 -0
  254. data/spec/models/paginated_tag_list_spec.rb +46 -0
  255. data/spec/models/paginated_team_list_spec.rb +46 -0
  256. data/spec/models/paginated_ticket_list_spec.rb +46 -0
  257. data/spec/models/paginated_user_list_spec.rb +46 -0
  258. data/spec/models/project_spec.rb +64 -0
  259. data/spec/models/remote_data_spec.rb +40 -0
  260. data/spec/models/remote_key_for_regeneration_request_spec.rb +34 -0
  261. data/spec/models/remote_key_spec.rb +40 -0
  262. data/spec/models/remote_response_spec.rb +64 -0
  263. data/spec/models/request_format_enum_spec.rb +28 -0
  264. data/spec/models/sync_status_spec.rb +64 -0
  265. data/spec/models/sync_status_status_enum_spec.rb +28 -0
  266. data/spec/models/tag_spec.rb +52 -0
  267. data/spec/models/team_spec.rb +64 -0
  268. data/spec/models/ticket_endpoint_request_spec.rb +34 -0
  269. data/spec/models/ticket_request_spec.rb +118 -0
  270. data/spec/models/ticket_response_spec.rb +52 -0
  271. data/spec/models/ticket_spec.rb +136 -0
  272. data/spec/models/ticket_status_enum_spec.rb +28 -0
  273. data/spec/models/ticketing_attachment_endpoint_request_spec.rb +34 -0
  274. data/spec/models/ticketing_attachment_response_spec.rb +52 -0
  275. data/spec/models/user_spec.rb +76 -0
  276. data/spec/models/validation_problem_source_spec.rb +34 -0
  277. data/spec/models/warning_validation_problem_spec.rb +52 -0
  278. data/spec/models/webhook_receiver_request_spec.rb +46 -0
  279. data/spec/models/webhook_receiver_spec.rb +46 -0
  280. data/spec/spec_helper.rb +111 -0
  281. metadata +454 -0
@@ -0,0 +1,290 @@
1
+ =begin
2
+ #Merge Ticketing API
3
+
4
+ #The unified API for building rich integrations with multiple Ticketing platforms.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: hello@merge.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module MergeTicketingClient
17
+ # # The RemoteResponse Object ### Description The `RemoteResponse` object is used to represent information returned from a third-party endpoint. ### Usage Example View the `RemoteResponse` returned from your `DataPassthrough`.
18
+ class RemoteResponse
19
+ attr_accessor :method
20
+
21
+ attr_accessor :path
22
+
23
+ attr_accessor :status
24
+
25
+ attr_accessor :response
26
+
27
+ attr_accessor :response_headers
28
+
29
+ attr_accessor :headers
30
+
31
+ # Attribute mapping from ruby-style variable name to JSON key.
32
+ def self.attribute_map
33
+ {
34
+ :'method' => :'method',
35
+ :'path' => :'path',
36
+ :'status' => :'status',
37
+ :'response' => :'response',
38
+ :'response_headers' => :'response_headers',
39
+ :'headers' => :'headers'
40
+ }
41
+ end
42
+
43
+ # Returns all the JSON keys this model knows about
44
+ def self.acceptable_attributes
45
+ attribute_map.values
46
+ end
47
+
48
+ # Attribute type mapping.
49
+ def self.openapi_types
50
+ {
51
+ :'method' => :'String',
52
+ :'path' => :'String',
53
+ :'status' => :'Integer',
54
+ :'response' => :'Hash<String, Object>',
55
+ :'response_headers' => :'Hash<String, Object>',
56
+ :'headers' => :'Hash<String, AnyType>'
57
+ }
58
+ end
59
+
60
+ # List of attributes with nullable: true
61
+ def self.openapi_nullable
62
+ Set.new([
63
+ ])
64
+ end
65
+
66
+ # Initializes the object
67
+ # @param [Hash] attributes Model attributes in the form of hash
68
+ def initialize(attributes = {})
69
+ if (!attributes.is_a?(Hash))
70
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MergeTicketingClient::RemoteResponse` initialize method"
71
+ end
72
+
73
+ # check to see if the attribute exists and convert string to symbol for hash key
74
+ attributes = attributes.each_with_object({}) { |(k, v), h|
75
+ if (!self.class.attribute_map.key?(k.to_sym))
76
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MergeTicketingClient::RemoteResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
77
+ end
78
+ h[k.to_sym] = v
79
+ }
80
+
81
+ if attributes.key?(:'method')
82
+ self.method = attributes[:'method']
83
+ end
84
+
85
+ if attributes.key?(:'path')
86
+ self.path = attributes[:'path']
87
+ end
88
+
89
+ if attributes.key?(:'status')
90
+ self.status = attributes[:'status']
91
+ end
92
+
93
+ if attributes.key?(:'response')
94
+ if (value = attributes[:'response']).is_a?(Hash)
95
+ self.response = value
96
+ end
97
+ end
98
+
99
+ if attributes.key?(:'response_headers')
100
+ if (value = attributes[:'response_headers']).is_a?(Hash)
101
+ self.response_headers = value
102
+ end
103
+ end
104
+
105
+ if attributes.key?(:'headers')
106
+ if (value = attributes[:'headers']).is_a?(Hash)
107
+ self.headers = value
108
+ end
109
+ end
110
+ end
111
+
112
+ # Show invalid properties with the reasons. Usually used together with valid?
113
+ # @return Array for valid properties with the reasons
114
+ def list_invalid_properties
115
+ invalid_properties = Array.new
116
+ if @method.nil?
117
+ invalid_properties.push('invalid value for "method", method cannot be nil.')
118
+ end
119
+
120
+ if @path.nil?
121
+ invalid_properties.push('invalid value for "path", path cannot be nil.')
122
+ end
123
+
124
+ if @status.nil?
125
+ invalid_properties.push('invalid value for "status", status cannot be nil.')
126
+ end
127
+
128
+ if @response.nil?
129
+ invalid_properties.push('invalid value for "response", response cannot be nil.')
130
+ end
131
+
132
+ invalid_properties
133
+ end
134
+
135
+ # Check to see if the all the properties in the model are valid
136
+ # @return true if the model is valid
137
+ def valid?
138
+ return false if @method.nil?
139
+ return false if @path.nil?
140
+ return false if @status.nil?
141
+ return false if @response.nil?
142
+ true
143
+ end
144
+
145
+ # Checks equality by comparing each attribute.
146
+ # @param [Object] Object to be compared
147
+ def ==(o)
148
+ return true if self.equal?(o)
149
+ self.class == o.class &&
150
+ method == o.method &&
151
+ path == o.path &&
152
+ status == o.status &&
153
+ response == o.response &&
154
+ response_headers == o.response_headers &&
155
+ headers == o.headers
156
+ end
157
+
158
+ # @see the `==` method
159
+ # @param [Object] Object to be compared
160
+ def eql?(o)
161
+ self == o
162
+ end
163
+
164
+ # Calculates hash code according to all attributes.
165
+ # @return [Integer] Hash code
166
+ def hash
167
+ [method, path, status, response, response_headers, headers].hash
168
+ end
169
+
170
+ # Builds the object from hash
171
+ # @param [Hash] attributes Model attributes in the form of hash
172
+ # @return [Object] Returns the model itself
173
+ def self.build_from_hash(attributes)
174
+ new.build_from_hash(attributes)
175
+ end
176
+
177
+ # Builds the object from hash
178
+ # @param [Hash] attributes Model attributes in the form of hash
179
+ # @return [Object] Returns the model itself
180
+ def build_from_hash(attributes)
181
+ return nil unless attributes.is_a?(Hash)
182
+ self.class.openapi_types.each_pair do |key, type|
183
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
184
+ self.send("#{key}=", nil)
185
+ elsif type =~ /\AArray<(.*)>/i
186
+ # check to ensure the input is an array given that the attribute
187
+ # is documented as an array but the input is not
188
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
189
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
190
+ end
191
+ elsif !attributes[self.class.attribute_map[key]].nil?
192
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
193
+ end
194
+ end
195
+
196
+ self
197
+ end
198
+
199
+ # Deserializes the data based on type
200
+ # @param string type Data type
201
+ # @param string value Value to be deserialized
202
+ # @return [Object] Deserialized data
203
+ def _deserialize(type, value)
204
+ case type.to_sym
205
+ when :Time
206
+ Time.parse(value)
207
+ when :Date
208
+ Date.parse(value)
209
+ when :String
210
+ value
211
+ when :Integer
212
+ value.to_i
213
+ when :Float
214
+ value.to_f
215
+ when :Boolean
216
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
217
+ true
218
+ else
219
+ false
220
+ end
221
+ when :Object
222
+ # generic object (usually a Hash), return directly
223
+ value
224
+ when /\AArray<(?<inner_type>.+)>\z/
225
+ inner_type = Regexp.last_match[:inner_type]
226
+ value.map { |v| _deserialize(inner_type, v) }
227
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
228
+ k_type = Regexp.last_match[:k_type]
229
+ v_type = Regexp.last_match[:v_type]
230
+ {}.tap do |hash|
231
+ value.each do |k, v|
232
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
233
+ end
234
+ end
235
+ else # model
236
+ # models (e.g. Pet) or oneOf
237
+ klass = MergeTicketingClient.const_get(type)
238
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
239
+ end
240
+ end
241
+
242
+ # Returns the string representation of the object
243
+ # @return [String] String presentation of the object
244
+ def to_s
245
+ to_hash.to_s
246
+ end
247
+
248
+ # to_body is an alias to to_hash (backward compatibility)
249
+ # @return [Hash] Returns the object in the form of hash
250
+ def to_body
251
+ to_hash
252
+ end
253
+
254
+ # Returns the object in the form of hash
255
+ # @return [Hash] Returns the object in the form of hash
256
+ def to_hash
257
+ hash = {}
258
+ self.class.attribute_map.each_pair do |attr, param|
259
+ value = self.send(attr)
260
+ if value.nil?
261
+ is_nullable = self.class.openapi_nullable.include?(attr)
262
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
263
+ end
264
+
265
+ hash[param] = _to_hash(value)
266
+ end
267
+ hash
268
+ end
269
+
270
+ # Outputs non-array value in the form of hash
271
+ # For object, use to_hash. Otherwise, just return the value
272
+ # @param [Object] value Any valid value
273
+ # @return [Hash] Returns the value in the form of hash
274
+ def _to_hash(value)
275
+ if value.is_a?(Array)
276
+ value.compact.map { |v| _to_hash(v) }
277
+ elsif value.is_a?(Hash)
278
+ {}.tap do |hash|
279
+ value.each { |k, v| hash[k] = _to_hash(v) }
280
+ end
281
+ elsif value.respond_to? :to_hash
282
+ value.to_hash
283
+ else
284
+ value
285
+ end
286
+ end
287
+
288
+ end
289
+
290
+ end
@@ -0,0 +1,46 @@
1
+ =begin
2
+ #Merge Ticketing API
3
+
4
+ #The unified API for building rich integrations with multiple Ticketing platforms.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: hello@merge.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module MergeTicketingClient
17
+ class RequestFormatEnum
18
+ JSON = "JSON".freeze
19
+ XML = "XML".freeze
20
+ MULTIPART = "MULTIPART".freeze
21
+
22
+ MERGE_NONSTANDARD_VALUE = "MERGE_NONSTANDARD_VALUE".freeze
23
+
24
+ attr_accessor :value
25
+ attr_accessor :raw_value
26
+
27
+ # Builds the enum from string
28
+ # @param [String] The enum value in the form of the string
29
+ # @return [String] The enum value
30
+ def build_from_hash(value)
31
+ @raw_value = value
32
+ if ["JSON", "XML", "MULTIPART", ].include? value
33
+ @value = value
34
+ else
35
+ @value = MERGE_NONSTANDARD_VALUE
36
+ end
37
+
38
+ self
39
+ end
40
+
41
+ def self.build_from_hash(value)
42
+ IssueStatusEnum.new.build_from_hash(value)
43
+ end
44
+ end
45
+
46
+ end
@@ -0,0 +1,294 @@
1
+ =begin
2
+ #Merge Ticketing API
3
+
4
+ #The unified API for building rich integrations with multiple Ticketing platforms.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: hello@merge.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module MergeTicketingClient
17
+ # # The SyncStatus Object ### Description The `SyncStatus` object is used to represent the syncing state of an account ### Usage Example View the `SyncStatus` for an account to see how recently its models were synced.
18
+ class SyncStatus
19
+ attr_accessor :model_name
20
+
21
+ attr_accessor :model_id
22
+
23
+ attr_accessor :last_sync_start
24
+
25
+ attr_accessor :next_sync_start
26
+
27
+ attr_accessor :status
28
+
29
+ attr_accessor :is_initial_sync
30
+
31
+ # Attribute mapping from ruby-style variable name to JSON key.
32
+ def self.attribute_map
33
+ {
34
+ :'model_name' => :'model_name',
35
+ :'model_id' => :'model_id',
36
+ :'last_sync_start' => :'last_sync_start',
37
+ :'next_sync_start' => :'next_sync_start',
38
+ :'status' => :'status',
39
+ :'is_initial_sync' => :'is_initial_sync'
40
+ }
41
+ end
42
+
43
+ # Returns all the JSON keys this model knows about
44
+ def self.acceptable_attributes
45
+ attribute_map.values
46
+ end
47
+
48
+ # Attribute type mapping.
49
+ def self.openapi_types
50
+ {
51
+ :'model_name' => :'String',
52
+ :'model_id' => :'String',
53
+ :'last_sync_start' => :'Time',
54
+ :'next_sync_start' => :'Time',
55
+ :'status' => :'SyncStatusStatusEnum',
56
+ :'is_initial_sync' => :'Boolean'
57
+ }
58
+ end
59
+
60
+ # List of attributes with nullable: true
61
+ def self.openapi_nullable
62
+ Set.new([
63
+ ])
64
+ end
65
+
66
+ # Initializes the object
67
+ # @param [Hash] attributes Model attributes in the form of hash
68
+ def initialize(attributes = {})
69
+ if (!attributes.is_a?(Hash))
70
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MergeTicketingClient::SyncStatus` initialize method"
71
+ end
72
+
73
+ # check to see if the attribute exists and convert string to symbol for hash key
74
+ attributes = attributes.each_with_object({}) { |(k, v), h|
75
+ if (!self.class.attribute_map.key?(k.to_sym))
76
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MergeTicketingClient::SyncStatus`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
77
+ end
78
+ h[k.to_sym] = v
79
+ }
80
+
81
+ if attributes.key?(:'model_name')
82
+ self.model_name = attributes[:'model_name']
83
+ end
84
+
85
+ if attributes.key?(:'model_id')
86
+ self.model_id = attributes[:'model_id']
87
+ end
88
+
89
+ if attributes.key?(:'last_sync_start')
90
+ self.last_sync_start = attributes[:'last_sync_start']
91
+ end
92
+
93
+ if attributes.key?(:'next_sync_start')
94
+ self.next_sync_start = attributes[:'next_sync_start']
95
+ end
96
+
97
+ if attributes.key?(:'status')
98
+ self.status = attributes[:'status']
99
+ end
100
+
101
+ if attributes.key?(:'is_initial_sync')
102
+ self.is_initial_sync = attributes[:'is_initial_sync']
103
+ end
104
+ end
105
+
106
+ # Show invalid properties with the reasons. Usually used together with valid?
107
+ # @return Array for valid properties with the reasons
108
+ def list_invalid_properties
109
+ invalid_properties = Array.new
110
+ if @model_name.nil?
111
+ invalid_properties.push('invalid value for "model_name", model_name cannot be nil.')
112
+ end
113
+
114
+ if @model_id.nil?
115
+ invalid_properties.push('invalid value for "model_id", model_id cannot be nil.')
116
+ end
117
+
118
+ if @last_sync_start.nil?
119
+ invalid_properties.push('invalid value for "last_sync_start", last_sync_start cannot be nil.')
120
+ end
121
+
122
+ if @next_sync_start.nil?
123
+ invalid_properties.push('invalid value for "next_sync_start", next_sync_start cannot be nil.')
124
+ end
125
+
126
+ if @status.nil?
127
+ invalid_properties.push('invalid value for "status", status cannot be nil.')
128
+ end
129
+
130
+ if @is_initial_sync.nil?
131
+ invalid_properties.push('invalid value for "is_initial_sync", is_initial_sync cannot be nil.')
132
+ end
133
+
134
+ invalid_properties
135
+ end
136
+
137
+ # Check to see if the all the properties in the model are valid
138
+ # @return true if the model is valid
139
+ def valid?
140
+ return false if @model_name.nil?
141
+ return false if @model_id.nil?
142
+ return false if @last_sync_start.nil?
143
+ return false if @next_sync_start.nil?
144
+ return false if @status.nil?
145
+ return false if @is_initial_sync.nil?
146
+ true
147
+ end
148
+
149
+ # Checks equality by comparing each attribute.
150
+ # @param [Object] Object to be compared
151
+ def ==(o)
152
+ return true if self.equal?(o)
153
+ self.class == o.class &&
154
+ model_name == o.model_name &&
155
+ model_id == o.model_id &&
156
+ last_sync_start == o.last_sync_start &&
157
+ next_sync_start == o.next_sync_start &&
158
+ status == o.status &&
159
+ is_initial_sync == o.is_initial_sync
160
+ end
161
+
162
+ # @see the `==` method
163
+ # @param [Object] Object to be compared
164
+ def eql?(o)
165
+ self == o
166
+ end
167
+
168
+ # Calculates hash code according to all attributes.
169
+ # @return [Integer] Hash code
170
+ def hash
171
+ [model_name, model_id, last_sync_start, next_sync_start, status, is_initial_sync].hash
172
+ end
173
+
174
+ # Builds the object from hash
175
+ # @param [Hash] attributes Model attributes in the form of hash
176
+ # @return [Object] Returns the model itself
177
+ def self.build_from_hash(attributes)
178
+ new.build_from_hash(attributes)
179
+ end
180
+
181
+ # Builds the object from hash
182
+ # @param [Hash] attributes Model attributes in the form of hash
183
+ # @return [Object] Returns the model itself
184
+ def build_from_hash(attributes)
185
+ return nil unless attributes.is_a?(Hash)
186
+ self.class.openapi_types.each_pair do |key, type|
187
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
188
+ self.send("#{key}=", nil)
189
+ elsif type =~ /\AArray<(.*)>/i
190
+ # check to ensure the input is an array given that the attribute
191
+ # is documented as an array but the input is not
192
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
193
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
194
+ end
195
+ elsif !attributes[self.class.attribute_map[key]].nil?
196
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
197
+ end
198
+ end
199
+
200
+ self
201
+ end
202
+
203
+ # Deserializes the data based on type
204
+ # @param string type Data type
205
+ # @param string value Value to be deserialized
206
+ # @return [Object] Deserialized data
207
+ def _deserialize(type, value)
208
+ case type.to_sym
209
+ when :Time
210
+ Time.parse(value)
211
+ when :Date
212
+ Date.parse(value)
213
+ when :String
214
+ value
215
+ when :Integer
216
+ value.to_i
217
+ when :Float
218
+ value.to_f
219
+ when :Boolean
220
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
221
+ true
222
+ else
223
+ false
224
+ end
225
+ when :Object
226
+ # generic object (usually a Hash), return directly
227
+ value
228
+ when /\AArray<(?<inner_type>.+)>\z/
229
+ inner_type = Regexp.last_match[:inner_type]
230
+ value.map { |v| _deserialize(inner_type, v) }
231
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
232
+ k_type = Regexp.last_match[:k_type]
233
+ v_type = Regexp.last_match[:v_type]
234
+ {}.tap do |hash|
235
+ value.each do |k, v|
236
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
237
+ end
238
+ end
239
+ else # model
240
+ # models (e.g. Pet) or oneOf
241
+ klass = MergeTicketingClient.const_get(type)
242
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
243
+ end
244
+ end
245
+
246
+ # Returns the string representation of the object
247
+ # @return [String] String presentation of the object
248
+ def to_s
249
+ to_hash.to_s
250
+ end
251
+
252
+ # to_body is an alias to to_hash (backward compatibility)
253
+ # @return [Hash] Returns the object in the form of hash
254
+ def to_body
255
+ to_hash
256
+ end
257
+
258
+ # Returns the object in the form of hash
259
+ # @return [Hash] Returns the object in the form of hash
260
+ def to_hash
261
+ hash = {}
262
+ self.class.attribute_map.each_pair do |attr, param|
263
+ value = self.send(attr)
264
+ if value.nil?
265
+ is_nullable = self.class.openapi_nullable.include?(attr)
266
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
267
+ end
268
+
269
+ hash[param] = _to_hash(value)
270
+ end
271
+ hash
272
+ end
273
+
274
+ # Outputs non-array value in the form of hash
275
+ # For object, use to_hash. Otherwise, just return the value
276
+ # @param [Object] value Any valid value
277
+ # @return [Hash] Returns the value in the form of hash
278
+ def _to_hash(value)
279
+ if value.is_a?(Array)
280
+ value.compact.map { |v| _to_hash(v) }
281
+ elsif value.is_a?(Hash)
282
+ {}.tap do |hash|
283
+ value.each { |k, v| hash[k] = _to_hash(v) }
284
+ end
285
+ elsif value.respond_to? :to_hash
286
+ value.to_hash
287
+ else
288
+ value
289
+ end
290
+ end
291
+
292
+ end
293
+
294
+ end
@@ -0,0 +1,48 @@
1
+ =begin
2
+ #Merge Ticketing API
3
+
4
+ #The unified API for building rich integrations with multiple Ticketing platforms.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: hello@merge.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module MergeTicketingClient
17
+ class SyncStatusStatusEnum
18
+ SYNCING = "SYNCING".freeze
19
+ DONE = "DONE".freeze
20
+ FAILED = "FAILED".freeze
21
+ DISABLED = "DISABLED".freeze
22
+ PAUSED = "PAUSED".freeze
23
+
24
+ MERGE_NONSTANDARD_VALUE = "MERGE_NONSTANDARD_VALUE".freeze
25
+
26
+ attr_accessor :value
27
+ attr_accessor :raw_value
28
+
29
+ # Builds the enum from string
30
+ # @param [String] The enum value in the form of the string
31
+ # @return [String] The enum value
32
+ def build_from_hash(value)
33
+ @raw_value = value
34
+ if ["SYNCING", "DONE", "FAILED", "DISABLED", "PAUSED", ].include? value
35
+ @value = value
36
+ else
37
+ @value = MERGE_NONSTANDARD_VALUE
38
+ end
39
+
40
+ self
41
+ end
42
+
43
+ def self.build_from_hash(value)
44
+ IssueStatusEnum.new.build_from_hash(value)
45
+ end
46
+ end
47
+
48
+ end