buildium-ruby 2.1.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1011) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci.yml +1 -3
  3. data/.github/workflows/publish.yml +2 -2
  4. data/.openapi-generator/FILES +0 -496
  5. data/.openapi-generator/templates/ruby-client/Gemfile.mustache +3 -0
  6. data/.openapi-generator/templates/ruby-client/gemspec.mustache +1 -3
  7. data/.openapi-generator/templates/ruby-client/rubocop.mustache +1 -1
  8. data/.rubocop.yml +1 -1
  9. data/CUSTOMIZATIONS.md +4 -0
  10. data/DOCS.md +189 -123
  11. data/Gemfile +1 -7
  12. data/Gemfile.lock +9 -56
  13. data/README.md +80 -1065
  14. data/bin/CUSTOMIZATIONS.md +4 -0
  15. data/bin/config.yml +5 -2
  16. data/bin/rebuild.sh +13 -10
  17. data/buildium-ruby.gemspec +1 -3
  18. data/lib/buildium-ruby/api/appliances_api.rb +3 -3
  19. data/lib/buildium-ruby/api/applicants_api.rb +8 -8
  20. data/lib/buildium-ruby/api/association_meter_readings_api.rb +1 -1
  21. data/lib/buildium-ruby/api/association_owners_api.rb +5 -5
  22. data/lib/buildium-ruby/api/association_tenants_api.rb +4 -4
  23. data/lib/buildium-ruby/api/association_units_api.rb +4 -4
  24. data/lib/buildium-ruby/api/associations_api.rb +6 -6
  25. data/lib/buildium-ruby/api/bank_accounts_api.rb +13 -13
  26. data/lib/buildium-ruby/api/bills_api.rb +5 -5
  27. data/lib/buildium-ruby/api/board_members_api.rb +2 -2
  28. data/lib/buildium-ruby/api/budgets_api.rb +2 -2
  29. data/lib/buildium-ruby/api/communications_api.rb +4 -4
  30. data/lib/buildium-ruby/api/contact_requests_api.rb +2 -2
  31. data/lib/buildium-ruby/api/files_api.rb +5 -5
  32. data/lib/buildium-ruby/api/general_ledger_api.rb +4 -4
  33. data/lib/buildium-ruby/api/lease_transactions_api.rb +12 -12
  34. data/lib/buildium-ruby/api/leases_api.rb +7 -7
  35. data/lib/buildium-ruby/api/listings_api.rb +3 -3
  36. data/lib/buildium-ruby/api/ownership_account_transactions_api.rb +11 -11
  37. data/lib/buildium-ruby/api/ownership_accounts_api.rb +4 -4
  38. data/lib/buildium-ruby/api/property_groups_api.rb +2 -2
  39. data/lib/buildium-ruby/api/rental_appliances_api.rb +3 -3
  40. data/lib/buildium-ruby/api/rental_meter_readings_api.rb +1 -1
  41. data/lib/buildium-ruby/api/rental_owner_requests_api.rb +3 -3
  42. data/lib/buildium-ruby/api/rental_owners_api.rb +4 -4
  43. data/lib/buildium-ruby/api/rental_properties_api.rb +11 -11
  44. data/lib/buildium-ruby/api/rental_tenants_api.rb +4 -4
  45. data/lib/buildium-ruby/api/rental_units_api.rb +9 -9
  46. data/lib/buildium-ruby/api/resident_center_api.rb +1 -1
  47. data/lib/buildium-ruby/api/resident_requests_api.rb +2 -2
  48. data/lib/buildium-ruby/api/tasks_api.rb +4 -4
  49. data/lib/buildium-ruby/api/to_do_requests_api.rb +2 -2
  50. data/lib/buildium-ruby/api/vendors_api.rb +8 -8
  51. data/lib/buildium-ruby/api/work_orders_api.rb +2 -2
  52. data/lib/buildium-ruby/api_client.rb +3 -3
  53. data/lib/buildium-ruby/configuration.rb +1 -2
  54. data/lib/buildium-ruby/models/account_info_message.rb +1 -2
  55. data/lib/buildium-ruby/models/accounting_entity_message.rb +1 -2
  56. data/lib/buildium-ruby/models/accounting_entity_save_message.rb +1 -2
  57. data/lib/buildium-ruby/models/accounting_lock_period_message.rb +1 -2
  58. data/lib/buildium-ruby/models/accounting_settings_message.rb +1 -2
  59. data/lib/buildium-ruby/models/address_message.rb +1 -2
  60. data/lib/buildium-ruby/models/all_tasks_message.rb +1 -2
  61. data/lib/buildium-ruby/models/announcement_message.rb +1 -2
  62. data/lib/buildium-ruby/models/announcement_post_message.rb +1 -2
  63. data/lib/buildium-ruby/models/announcement_search_message.rb +1 -2
  64. data/lib/buildium-ruby/models/announcement_sender_message.rb +1 -2
  65. data/lib/buildium-ruby/models/api_error_response.rb +1 -2
  66. data/lib/buildium-ruby/models/appliance_message.rb +1 -2
  67. data/lib/buildium-ruby/models/applicant_application_message.rb +1 -2
  68. data/lib/buildium-ruby/models/applicant_group_message.rb +1 -2
  69. data/lib/buildium-ruby/models/applicant_group_post_message.rb +1 -2
  70. data/lib/buildium-ruby/models/applicant_group_put_message.rb +1 -2
  71. data/lib/buildium-ruby/models/applicant_group_search_message.rb +1 -2
  72. data/lib/buildium-ruby/models/applicant_message.rb +1 -2
  73. data/lib/buildium-ruby/models/applicant_post_message.rb +1 -2
  74. data/lib/buildium-ruby/models/applicant_put_message.rb +1 -2
  75. data/lib/buildium-ruby/models/applicant_search_message.rb +1 -2
  76. data/lib/buildium-ruby/models/application_message.rb +1 -2
  77. data/lib/buildium-ruby/models/application_put_message.rb +1 -2
  78. data/lib/buildium-ruby/models/application_response_field_message.rb +1 -2
  79. data/lib/buildium-ruby/models/application_response_message.rb +1 -2
  80. data/lib/buildium-ruby/models/application_section_response_message.rb +1 -2
  81. data/lib/buildium-ruby/models/applied_vendor_credit_message.rb +1 -2
  82. data/lib/buildium-ruby/models/association_appliance_message.rb +1 -2
  83. data/lib/buildium-ruby/models/association_appliance_post_message.rb +1 -2
  84. data/lib/buildium-ruby/models/association_appliance_put_message.rb +1 -2
  85. data/lib/buildium-ruby/models/association_appliance_search_message.rb +1 -2
  86. data/lib/buildium-ruby/models/association_appliance_service_history_message.rb +1 -2
  87. data/lib/buildium-ruby/models/association_appliance_service_history_post_message.rb +1 -2
  88. data/lib/buildium-ruby/models/association_board_member_message.rb +1 -2
  89. data/lib/buildium-ruby/models/association_board_member_post_message.rb +1 -2
  90. data/lib/buildium-ruby/models/association_board_member_put_message.rb +1 -2
  91. data/lib/buildium-ruby/models/association_board_member_search_message.rb +1 -2
  92. data/lib/buildium-ruby/models/association_message.rb +1 -2
  93. data/lib/buildium-ruby/models/association_owner_board_term_message.rb +1 -2
  94. data/lib/buildium-ruby/models/association_owner_board_term_post_message.rb +1 -2
  95. data/lib/buildium-ruby/models/association_owner_message.rb +1 -2
  96. data/lib/buildium-ruby/models/association_owner_post_message.rb +1 -2
  97. data/lib/buildium-ruby/models/association_owner_put_message.rb +1 -2
  98. data/lib/buildium-ruby/models/association_owner_to_existing_ownership_account_post_message.rb +1 -2
  99. data/lib/buildium-ruby/models/association_owner_unit_occupancy_put_message.rb +1 -2
  100. data/lib/buildium-ruby/models/association_owner_unit_occupancy_status_message.rb +1 -2
  101. data/lib/buildium-ruby/models/association_ownership_account_message.rb +1 -2
  102. data/lib/buildium-ruby/models/association_ownership_account_post_message.rb +1 -2
  103. data/lib/buildium-ruby/models/association_ownership_account_put_message.rb +1 -2
  104. data/lib/buildium-ruby/models/association_ownership_account_search_message.rb +1 -2
  105. data/lib/buildium-ruby/models/association_post_message.rb +1 -2
  106. data/lib/buildium-ruby/models/association_preferred_vendor_message.rb +1 -2
  107. data/lib/buildium-ruby/models/association_preferred_vendor_put_message.rb +1 -2
  108. data/lib/buildium-ruby/models/association_put_message.rb +1 -2
  109. data/lib/buildium-ruby/models/association_search_message.rb +1 -2
  110. data/lib/buildium-ruby/models/association_tax_information_message.rb +1 -2
  111. data/lib/buildium-ruby/models/association_tenant_message.rb +1 -2
  112. data/lib/buildium-ruby/models/association_tenant_post_message.rb +1 -2
  113. data/lib/buildium-ruby/models/association_tenant_put_message.rb +1 -2
  114. data/lib/buildium-ruby/models/association_unit_message.rb +1 -2
  115. data/lib/buildium-ruby/models/association_unit_put_message.rb +1 -2
  116. data/lib/buildium-ruby/models/association_unit_search_message.rb +1 -2
  117. data/lib/buildium-ruby/models/association_units_post_message.rb +1 -2
  118. data/lib/buildium-ruby/models/association_user_search_message.rb +1 -2
  119. data/lib/buildium-ruby/models/bank_account_check_accounting_entity_save_message.rb +1 -2
  120. data/lib/buildium-ruby/models/bank_account_check_file_message.rb +1 -2
  121. data/lib/buildium-ruby/models/bank_account_check_line_message.rb +1 -2
  122. data/lib/buildium-ruby/models/bank_account_check_line_save_message.rb +1 -2
  123. data/lib/buildium-ruby/models/bank_account_check_message.rb +1 -2
  124. data/lib/buildium-ruby/models/bank_account_check_payee_message.rb +1 -2
  125. data/lib/buildium-ruby/models/bank_account_check_payee_save_message.rb +1 -2
  126. data/lib/buildium-ruby/models/bank_account_check_post_message.rb +1 -2
  127. data/lib/buildium-ruby/models/bank_account_check_put_message.rb +1 -2
  128. data/lib/buildium-ruby/models/bank_account_check_search_message.rb +1 -2
  129. data/lib/buildium-ruby/models/bank_account_deposit_line_message.rb +1 -2
  130. data/lib/buildium-ruby/models/bank_account_deposit_line_save_message.rb +1 -2
  131. data/lib/buildium-ruby/models/bank_account_deposit_message.rb +1 -2
  132. data/lib/buildium-ruby/models/bank_account_deposit_post_message.rb +1 -2
  133. data/lib/buildium-ruby/models/bank_account_deposit_put_message.rb +1 -2
  134. data/lib/buildium-ruby/models/bank_account_deposit_search_message.rb +1 -2
  135. data/lib/buildium-ruby/models/bank_account_message.rb +1 -2
  136. data/lib/buildium-ruby/models/bank_account_post_message.rb +1 -2
  137. data/lib/buildium-ruby/models/bank_account_put_message.rb +1 -2
  138. data/lib/buildium-ruby/models/bank_account_quick_deposit_message.rb +1 -2
  139. data/lib/buildium-ruby/models/bank_account_quick_deposit_save_message.rb +1 -2
  140. data/lib/buildium-ruby/models/bank_account_quick_deposit_search_message.rb +1 -2
  141. data/lib/buildium-ruby/models/bank_account_search_message.rb +1 -2
  142. data/lib/buildium-ruby/models/bank_account_transaction_message.rb +1 -2
  143. data/lib/buildium-ruby/models/bank_account_transaction_search_message.rb +1 -2
  144. data/lib/buildium-ruby/models/bank_account_transfer_accounting_entity_save_message.rb +1 -2
  145. data/lib/buildium-ruby/models/bank_account_transfer_message.rb +1 -2
  146. data/lib/buildium-ruby/models/bank_account_transfer_save_message.rb +1 -2
  147. data/lib/buildium-ruby/models/bank_account_transfer_search_message.rb +1 -2
  148. data/lib/buildium-ruby/models/bank_account_withdrawal_message.rb +1 -2
  149. data/lib/buildium-ruby/models/bank_account_withdrawal_save_message.rb +1 -2
  150. data/lib/buildium-ruby/models/bank_account_withdrawal_search_message.rb +1 -2
  151. data/lib/buildium-ruby/models/bank_lockbox_data_association_message.rb +1 -2
  152. data/lib/buildium-ruby/models/bank_lockbox_data_association_owner_message.rb +1 -2
  153. data/lib/buildium-ruby/models/bank_lockbox_data_message.rb +1 -2
  154. data/lib/buildium-ruby/models/bank_lockbox_data_ownership_account_message.rb +1 -2
  155. data/lib/buildium-ruby/models/bank_lockbox_data_search_message.rb +1 -2
  156. data/lib/buildium-ruby/models/bill_file_message.rb +1 -2
  157. data/lib/buildium-ruby/models/bill_line_message.rb +1 -2
  158. data/lib/buildium-ruby/models/bill_line_post_message.rb +1 -2
  159. data/lib/buildium-ruby/models/bill_line_put_message.rb +1 -2
  160. data/lib/buildium-ruby/models/bill_markup_message.rb +1 -2
  161. data/lib/buildium-ruby/models/bill_markup_save_message.rb +1 -2
  162. data/lib/buildium-ruby/models/bill_message.rb +1 -2
  163. data/lib/buildium-ruby/models/bill_payment_accounting_entity_message.rb +1 -2
  164. data/lib/buildium-ruby/models/bill_payment_line_message.rb +1 -2
  165. data/lib/buildium-ruby/models/bill_payment_line_post_message.rb +1 -2
  166. data/lib/buildium-ruby/models/bill_payment_message.rb +1 -2
  167. data/lib/buildium-ruby/models/bill_payment_post_message.rb +1 -2
  168. data/lib/buildium-ruby/models/bill_post_message.rb +1 -2
  169. data/lib/buildium-ruby/models/bill_put_message.rb +1 -2
  170. data/lib/buildium-ruby/models/bill_search_message.rb +1 -2
  171. data/lib/buildium-ruby/models/budget_details_message.rb +1 -2
  172. data/lib/buildium-ruby/models/budget_details_save_message.rb +1 -2
  173. data/lib/buildium-ruby/models/budget_message.rb +1 -2
  174. data/lib/buildium-ruby/models/budget_monthly_amounts_message.rb +1 -2
  175. data/lib/buildium-ruby/models/budget_monthly_amounts_save_message.rb +1 -2
  176. data/lib/buildium-ruby/models/budget_post_message.rb +1 -2
  177. data/lib/buildium-ruby/models/budget_put_message.rb +1 -2
  178. data/lib/buildium-ruby/models/budget_search_message.rb +1 -2
  179. data/lib/buildium-ruby/models/cancellation_token.rb +1 -2
  180. data/lib/buildium-ruby/models/cc_payments_message.rb +1 -2
  181. data/lib/buildium-ruby/models/cc_payments_put_message.rb +1 -2
  182. data/lib/buildium-ruby/models/charge_recurring_transaction_post_message.rb +1 -2
  183. data/lib/buildium-ruby/models/charge_recurring_transaction_put_message.rb +1 -2
  184. data/lib/buildium-ruby/models/check_printing_info_message.rb +1 -2
  185. data/lib/buildium-ruby/models/check_printing_info_post_message.rb +1 -2
  186. data/lib/buildium-ruby/models/check_printing_info_put_message.rb +1 -2
  187. data/lib/buildium-ruby/models/client_lead_credit_request_message.rb +1 -2
  188. data/lib/buildium-ruby/models/client_lead_message.rb +1 -2
  189. data/lib/buildium-ruby/models/client_lead_search_message.rb +1 -2
  190. data/lib/buildium-ruby/models/contact_detail_message.rb +1 -2
  191. data/lib/buildium-ruby/models/contact_detail_phone_message.rb +1 -2
  192. data/lib/buildium-ruby/models/contact_detail_save_message.rb +1 -2
  193. data/lib/buildium-ruby/models/contact_detail_save_phone_message.rb +1 -2
  194. data/lib/buildium-ruby/models/contact_info_message.rb +1 -2
  195. data/lib/buildium-ruby/models/contact_request_task_message.rb +1 -2
  196. data/lib/buildium-ruby/models/contact_request_task_post_message.rb +1 -2
  197. data/lib/buildium-ruby/models/contact_request_task_put_message.rb +1 -2
  198. data/lib/buildium-ruby/models/contact_request_task_search_message.rb +1 -2
  199. data/lib/buildium-ruby/models/cosigner_message.rb +1 -2
  200. data/lib/buildium-ruby/models/created_by_user_message.rb +1 -2
  201. data/lib/buildium-ruby/models/credit_recurring_transaction_post_message.rb +1 -2
  202. data/lib/buildium-ruby/models/deposit_detail_message.rb +1 -2
  203. data/lib/buildium-ruby/models/e_pay_settings_message.rb +1 -2
  204. data/lib/buildium-ruby/models/e_pay_settings_put_message.rb +1 -2
  205. data/lib/buildium-ruby/models/eft_payments_message.rb +1 -2
  206. data/lib/buildium-ruby/models/eft_payments_put_message.rb +1 -2
  207. data/lib/buildium-ruby/models/electronic_payments_message.rb +1 -2
  208. data/lib/buildium-ruby/models/email_message.rb +1 -2
  209. data/lib/buildium-ruby/models/email_post_message.rb +1 -2
  210. data/lib/buildium-ruby/models/email_recipient_message.rb +1 -2
  211. data/lib/buildium-ruby/models/email_search_message.rb +1 -2
  212. data/lib/buildium-ruby/models/email_sender_message.rb +1 -2
  213. data/lib/buildium-ruby/models/emergency_contact_message.rb +1 -2
  214. data/lib/buildium-ruby/models/file_category_message.rb +1 -2
  215. data/lib/buildium-ruby/models/file_category_post_message.rb +1 -2
  216. data/lib/buildium-ruby/models/file_category_put_message.rb +1 -2
  217. data/lib/buildium-ruby/models/file_download_message.rb +1 -2
  218. data/lib/buildium-ruby/models/file_entity_message.rb +1 -2
  219. data/lib/buildium-ruby/models/file_message.rb +1 -2
  220. data/lib/buildium-ruby/models/file_name_post_message.rb +1 -2
  221. data/lib/buildium-ruby/models/file_put_message.rb +1 -2
  222. data/lib/buildium-ruby/models/file_search_message.rb +1 -2
  223. data/lib/buildium-ruby/models/file_sharing_account_message.rb +1 -2
  224. data/lib/buildium-ruby/models/file_sharing_account_put_message.rb +1 -2
  225. data/lib/buildium-ruby/models/file_sharing_association_message.rb +1 -2
  226. data/lib/buildium-ruby/models/file_sharing_association_owner_message.rb +1 -2
  227. data/lib/buildium-ruby/models/file_sharing_association_owner_put_message.rb +1 -2
  228. data/lib/buildium-ruby/models/file_sharing_association_put_message.rb +1 -2
  229. data/lib/buildium-ruby/models/file_sharing_association_unit_message.rb +1 -2
  230. data/lib/buildium-ruby/models/file_sharing_association_unit_put_message.rb +1 -2
  231. data/lib/buildium-ruby/models/file_sharing_committee_message.rb +1 -2
  232. data/lib/buildium-ruby/models/file_sharing_committee_put_message.rb +1 -2
  233. data/lib/buildium-ruby/models/file_sharing_lease_message.rb +1 -2
  234. data/lib/buildium-ruby/models/file_sharing_lease_put_message.rb +1 -2
  235. data/lib/buildium-ruby/models/file_sharing_message.rb +1 -2
  236. data/lib/buildium-ruby/models/file_sharing_ownership_account_message.rb +1 -2
  237. data/lib/buildium-ruby/models/file_sharing_ownership_account_put_message.rb +1 -2
  238. data/lib/buildium-ruby/models/file_sharing_put_message.rb +1 -2
  239. data/lib/buildium-ruby/models/file_sharing_rental_message.rb +1 -2
  240. data/lib/buildium-ruby/models/file_sharing_rental_owner_message.rb +1 -2
  241. data/lib/buildium-ruby/models/file_sharing_rental_owner_put_message.rb +1 -2
  242. data/lib/buildium-ruby/models/file_sharing_rental_put_message.rb +1 -2
  243. data/lib/buildium-ruby/models/file_sharing_rental_unit_mesage.rb +1 -2
  244. data/lib/buildium-ruby/models/file_sharing_rental_unit_put_mesage.rb +1 -2
  245. data/lib/buildium-ruby/models/file_sharing_tenant_message.rb +1 -2
  246. data/lib/buildium-ruby/models/file_sharing_tenant_put_message.rb +1 -2
  247. data/lib/buildium-ruby/models/file_sharing_vendor_message.rb +1 -2
  248. data/lib/buildium-ruby/models/file_sharing_vendor_put_message.rb +1 -2
  249. data/lib/buildium-ruby/models/file_upload_post_message.rb +1 -2
  250. data/lib/buildium-ruby/models/file_upload_ticket_message.rb +1 -2
  251. data/lib/buildium-ruby/models/general_journal_entry_line_save_message.rb +1 -2
  252. data/lib/buildium-ruby/models/general_journal_entry_post_message.rb +1 -2
  253. data/lib/buildium-ruby/models/general_journal_entry_put_message.rb +1 -2
  254. data/lib/buildium-ruby/models/general_ledger_entry_message.rb +1 -2
  255. data/lib/buildium-ruby/models/general_ledger_journal_line_message.rb +1 -2
  256. data/lib/buildium-ruby/models/general_ledger_journal_message.rb +1 -2
  257. data/lib/buildium-ruby/models/general_ledger_message.rb +1 -2
  258. data/lib/buildium-ruby/models/general_ledger_search_message.rb +1 -2
  259. data/lib/buildium-ruby/models/general_ledger_transaction_message.rb +1 -2
  260. data/lib/buildium-ruby/models/general_ledger_transaction_search_message.rb +1 -2
  261. data/lib/buildium-ruby/models/gl_account_balance_item_message.rb +1 -2
  262. data/lib/buildium-ruby/models/gl_account_balance_message.rb +1 -2
  263. data/lib/buildium-ruby/models/gl_account_balance_search_message.rb +1 -2
  264. data/lib/buildium-ruby/models/gl_account_message.rb +1 -2
  265. data/lib/buildium-ruby/models/gl_account_post_message.rb +1 -2
  266. data/lib/buildium-ruby/models/gl_account_put_message.rb +1 -2
  267. data/lib/buildium-ruby/models/gl_accounts_search_message.rb +1 -2
  268. data/lib/buildium-ruby/models/gl_transaction_message_v1.rb +1 -2
  269. data/lib/buildium-ruby/models/image_reorder_request_put_message.rb +1 -2
  270. data/lib/buildium-ruby/models/insured_tenant_message.rb +1 -2
  271. data/lib/buildium-ruby/models/internal_transaction_status_message.rb +1 -2
  272. data/lib/buildium-ruby/models/journal_line_message.rb +1 -2
  273. data/lib/buildium-ruby/models/journal_message.rb +1 -2
  274. data/lib/buildium-ruby/models/json_patch_operation.rb +1 -2
  275. data/lib/buildium-ruby/models/last_updated_by_user_message.rb +1 -2
  276. data/lib/buildium-ruby/models/lease_account_detail_message.rb +1 -2
  277. data/lib/buildium-ruby/models/lease_auto_allocated_payment_post_message.rb +1 -2
  278. data/lib/buildium-ruby/models/lease_charge_line_save_message.rb +1 -2
  279. data/lib/buildium-ruby/models/lease_charge_post_message.rb +1 -2
  280. data/lib/buildium-ruby/models/lease_charge_put_message.rb +1 -2
  281. data/lib/buildium-ruby/models/lease_charge_recurring_transaction_message.rb +1 -2
  282. data/lib/buildium-ruby/models/lease_cosigner_post_message.rb +1 -2
  283. data/lib/buildium-ruby/models/lease_ledger_credit_line_post_message.rb +1 -2
  284. data/lib/buildium-ruby/models/lease_ledger_credit_post_message.rb +1 -2
  285. data/lib/buildium-ruby/models/lease_ledger_deposit_withholding_line_post_message.rb +1 -2
  286. data/lib/buildium-ruby/models/lease_ledger_deposit_withholding_post_message.rb +1 -2
  287. data/lib/buildium-ruby/models/lease_ledger_payment_line_save_message.rb +1 -2
  288. data/lib/buildium-ruby/models/lease_ledger_payment_post_message.rb +1 -2
  289. data/lib/buildium-ruby/models/lease_ledger_payment_put_message.rb +1 -2
  290. data/lib/buildium-ruby/models/lease_ledger_refund_line_message.rb +1 -2
  291. data/lib/buildium-ruby/models/lease_ledger_refund_line_post_message.rb +1 -2
  292. data/lib/buildium-ruby/models/lease_ledger_refund_message.rb +1 -2
  293. data/lib/buildium-ruby/models/lease_ledger_refund_post_message.rb +1 -2
  294. data/lib/buildium-ruby/models/lease_ledger_reverse_payment_nsf_charge_post_message.rb +1 -2
  295. data/lib/buildium-ruby/models/lease_ledger_reverse_payment_other_bank_charge_post_message.rb +1 -2
  296. data/lib/buildium-ruby/models/lease_ledger_reverse_payment_post_message.rb +1 -2
  297. data/lib/buildium-ruby/models/lease_message.rb +1 -2
  298. data/lib/buildium-ruby/models/lease_move_out_data_message.rb +1 -2
  299. data/lib/buildium-ruby/models/lease_move_out_data_post_message.rb +1 -2
  300. data/lib/buildium-ruby/models/lease_outstanding_balance_message.rb +1 -2
  301. data/lib/buildium-ruby/models/lease_outstanding_balance_search_message.rb +1 -2
  302. data/lib/buildium-ruby/models/lease_post_message.rb +1 -2
  303. data/lib/buildium-ruby/models/lease_put_message.rb +1 -2
  304. data/lib/buildium-ruby/models/lease_recurring_credit_message.rb +1 -2
  305. data/lib/buildium-ruby/models/lease_recurring_payment_message.rb +1 -2
  306. data/lib/buildium-ruby/models/lease_renewal_message.rb +1 -2
  307. data/lib/buildium-ruby/models/lease_renewal_post_message.rb +1 -2
  308. data/lib/buildium-ruby/models/lease_renewal_search_message.rb +1 -2
  309. data/lib/buildium-ruby/models/lease_rent_charge_message.rb +1 -2
  310. data/lib/buildium-ruby/models/lease_rent_charge_post_message.rb +1 -2
  311. data/lib/buildium-ruby/models/lease_rent_message.rb +1 -2
  312. data/lib/buildium-ruby/models/lease_rent_post_message.rb +1 -2
  313. data/lib/buildium-ruby/models/lease_search_message.rb +1 -2
  314. data/lib/buildium-ruby/models/lease_security_deposit_post_message.rb +1 -2
  315. data/lib/buildium-ruby/models/lease_tenant_message.rb +1 -2
  316. data/lib/buildium-ruby/models/lease_transaction_message.rb +1 -2
  317. data/lib/buildium-ruby/models/lease_transaction_search_message.rb +1 -2
  318. data/lib/buildium-ruby/models/listing_contact_message.rb +1 -2
  319. data/lib/buildium-ruby/models/listing_contact_save_message.rb +1 -2
  320. data/lib/buildium-ruby/models/listing_entity_file_post_message.rb +1 -2
  321. data/lib/buildium-ruby/models/listing_file_message.rb +1 -2
  322. data/lib/buildium-ruby/models/listing_message.rb +1 -2
  323. data/lib/buildium-ruby/models/listing_property_message.rb +1 -2
  324. data/lib/buildium-ruby/models/listing_put_message.rb +1 -2
  325. data/lib/buildium-ruby/models/listing_search_message.rb +1 -2
  326. data/lib/buildium-ruby/models/listing_unit_message.rb +1 -2
  327. data/lib/buildium-ruby/models/lock_period_settings_global_message.rb +1 -2
  328. data/lib/buildium-ruby/models/lock_period_settings_overrides_message.rb +1 -2
  329. data/lib/buildium-ruby/models/logged_by_staff_user_message.rb +1 -2
  330. data/lib/buildium-ruby/models/lookup_message.rb +1 -2
  331. data/lib/buildium-ruby/models/mailing_template_message.rb +1 -2
  332. data/lib/buildium-ruby/models/meter_reading_detail_message.rb +1 -2
  333. data/lib/buildium-ruby/models/meter_reading_detail_put_message.rb +1 -2
  334. data/lib/buildium-ruby/models/meter_reading_details_delete_search_message.rb +1 -2
  335. data/lib/buildium-ruby/models/meter_reading_details_message.rb +1 -2
  336. data/lib/buildium-ruby/models/meter_reading_details_put_message.rb +1 -2
  337. data/lib/buildium-ruby/models/meter_reading_details_put_search_message.rb +1 -2
  338. data/lib/buildium-ruby/models/meter_reading_details_search_message.rb +1 -2
  339. data/lib/buildium-ruby/models/meter_reading_message.rb +1 -2
  340. data/lib/buildium-ruby/models/meter_reading_search_message.rb +1 -2
  341. data/lib/buildium-ruby/models/multiple_bill_payments_post_message.rb +1 -2
  342. data/lib/buildium-ruby/models/note_message.rb +1 -2
  343. data/lib/buildium-ruby/models/note_post_message.rb +1 -2
  344. data/lib/buildium-ruby/models/note_put_message.rb +1 -2
  345. data/lib/buildium-ruby/models/note_search_message.rb +1 -2
  346. data/lib/buildium-ruby/models/offline_payments_message.rb +1 -2
  347. data/lib/buildium-ruby/models/offline_payments_put_message.rb +1 -2
  348. data/lib/buildium-ruby/models/outstanding_balances_line_message.rb +1 -2
  349. data/lib/buildium-ruby/models/ownership_account_auto_allocated_payment_post_message.rb +1 -2
  350. data/lib/buildium-ruby/models/ownership_account_charge_recurring_transaction_message.rb +1 -2
  351. data/lib/buildium-ruby/models/ownership_account_credit_line_post_message.rb +1 -2
  352. data/lib/buildium-ruby/models/ownership_account_credit_post_message.rb +1 -2
  353. data/lib/buildium-ruby/models/ownership_account_deposit_withholding_line_post_message.rb +1 -2
  354. data/lib/buildium-ruby/models/ownership_account_deposit_withholding_post_message.rb +1 -2
  355. data/lib/buildium-ruby/models/ownership_account_ledger_charge_lines_put_message.rb +1 -2
  356. data/lib/buildium-ruby/models/ownership_account_ledger_charge_lines_save_message.rb +1 -2
  357. data/lib/buildium-ruby/models/ownership_account_ledger_charge_post_message.rb +1 -2
  358. data/lib/buildium-ruby/models/ownership_account_ledger_charge_put_message.rb +1 -2
  359. data/lib/buildium-ruby/models/ownership_account_ledger_payment_line_save_message.rb +1 -2
  360. data/lib/buildium-ruby/models/ownership_account_ledger_payment_post_message.rb +1 -2
  361. data/lib/buildium-ruby/models/ownership_account_ledger_payment_put_message.rb +1 -2
  362. data/lib/buildium-ruby/models/ownership_account_outstanding_balance_message.rb +1 -2
  363. data/lib/buildium-ruby/models/ownership_account_outstanding_balance_search_message.rb +1 -2
  364. data/lib/buildium-ruby/models/ownership_account_recurring_credit_message.rb +1 -2
  365. data/lib/buildium-ruby/models/ownership_account_recurring_payment_message.rb +1 -2
  366. data/lib/buildium-ruby/models/ownership_account_refund_line_message.rb +1 -2
  367. data/lib/buildium-ruby/models/ownership_account_refund_lines_post_message.rb +1 -2
  368. data/lib/buildium-ruby/models/ownership_account_refund_message.rb +1 -2
  369. data/lib/buildium-ruby/models/ownership_account_refund_post_message.rb +1 -2
  370. data/lib/buildium-ruby/models/ownership_account_transaction_message.rb +1 -2
  371. data/lib/buildium-ruby/models/paid_by_message.rb +1 -2
  372. data/lib/buildium-ruby/models/participant_message.rb +1 -2
  373. data/lib/buildium-ruby/models/participant_resource_message.rb +1 -2
  374. data/lib/buildium-ruby/models/payee_message.rb +1 -2
  375. data/lib/buildium-ruby/models/payment_detail_message.rb +1 -2
  376. data/lib/buildium-ruby/models/payment_recurring_transaction_post_message.rb +1 -2
  377. data/lib/buildium-ruby/models/payment_transactions_message.rb +1 -2
  378. data/lib/buildium-ruby/models/phone_log_message.rb +1 -2
  379. data/lib/buildium-ruby/models/phone_log_participant_post_message.rb +1 -2
  380. data/lib/buildium-ruby/models/phone_log_participant_unit_agreement_post_message.rb +1 -2
  381. data/lib/buildium-ruby/models/phone_log_post_message.rb +1 -2
  382. data/lib/buildium-ruby/models/phone_log_put_message.rb +1 -2
  383. data/lib/buildium-ruby/models/phone_log_search_message.rb +1 -2
  384. data/lib/buildium-ruby/models/phone_number_message.rb +1 -2
  385. data/lib/buildium-ruby/models/phone_numbers_message.rb +1 -2
  386. data/lib/buildium-ruby/models/property_group_message.rb +1 -2
  387. data/lib/buildium-ruby/models/property_group_post_message.rb +1 -2
  388. data/lib/buildium-ruby/models/property_group_put_message.rb +1 -2
  389. data/lib/buildium-ruby/models/property_group_search_message.rb +1 -2
  390. data/lib/buildium-ruby/models/property_manager_message.rb +1 -2
  391. data/lib/buildium-ruby/models/property_message.rb +1 -2
  392. data/lib/buildium-ruby/models/recurring_transaction_line_message.rb +1 -2
  393. data/lib/buildium-ruby/models/recurring_transaction_line_post_message.rb +1 -2
  394. data/lib/buildium-ruby/models/recurring_transaction_message.rb +1 -2
  395. data/lib/buildium-ruby/models/rental_appliance_message.rb +1 -2
  396. data/lib/buildium-ruby/models/rental_appliance_post_message.rb +1 -2
  397. data/lib/buildium-ruby/models/rental_appliance_put_message.rb +1 -2
  398. data/lib/buildium-ruby/models/rental_appliance_search_message.rb +1 -2
  399. data/lib/buildium-ruby/models/rental_appliance_service_history_message.rb +1 -2
  400. data/lib/buildium-ruby/models/rental_appliance_service_history_post_message.rb +1 -2
  401. data/lib/buildium-ruby/models/rental_features_message.rb +1 -2
  402. data/lib/buildium-ruby/models/rental_features_put_message.rb +1 -2
  403. data/lib/buildium-ruby/models/rental_image_message.rb +1 -2
  404. data/lib/buildium-ruby/models/rental_image_put_message.rb +1 -2
  405. data/lib/buildium-ruby/models/rental_message.rb +1 -2
  406. data/lib/buildium-ruby/models/rental_owner_contribution_data_message.rb +1 -2
  407. data/lib/buildium-ruby/models/rental_owner_contribution_data_put_message.rb +1 -2
  408. data/lib/buildium-ruby/models/rental_owner_contribution_message.rb +1 -2
  409. data/lib/buildium-ruby/models/rental_owner_contribution_put_message.rb +1 -2
  410. data/lib/buildium-ruby/models/rental_owner_contribution_reminder_message.rb +1 -2
  411. data/lib/buildium-ruby/models/rental_owner_contribution_reminder_put_message.rb +1 -2
  412. data/lib/buildium-ruby/models/rental_owner_message.rb +1 -2
  413. data/lib/buildium-ruby/models/rental_owner_post_message.rb +1 -2
  414. data/lib/buildium-ruby/models/rental_owner_put_message.rb +1 -2
  415. data/lib/buildium-ruby/models/rental_owner_request_task_message.rb +1 -2
  416. data/lib/buildium-ruby/models/rental_owner_request_task_post_message.rb +1 -2
  417. data/lib/buildium-ruby/models/rental_owner_request_task_put_message.rb +1 -2
  418. data/lib/buildium-ruby/models/rental_owner_request_task_search_message.rb +1 -2
  419. data/lib/buildium-ruby/models/rental_owner_tax_information_message.rb +1 -2
  420. data/lib/buildium-ruby/models/rental_owners_search_message.rb +1 -2
  421. data/lib/buildium-ruby/models/rental_preferred_vendor_message.rb +1 -2
  422. data/lib/buildium-ruby/models/rental_preferred_vendor_put_message.rb +1 -2
  423. data/lib/buildium-ruby/models/rental_property_post_message.rb +1 -2
  424. data/lib/buildium-ruby/models/rental_property_put_message.rb +1 -2
  425. data/lib/buildium-ruby/models/rental_property_unit_post_message.rb +1 -2
  426. data/lib/buildium-ruby/models/rental_search_message.rb +1 -2
  427. data/lib/buildium-ruby/models/rental_tenant_post_message.rb +1 -2
  428. data/lib/buildium-ruby/models/rental_tenant_put_message.rb +1 -2
  429. data/lib/buildium-ruby/models/rental_tenant_renewal_post_message.rb +1 -2
  430. data/lib/buildium-ruby/models/rental_unit_features_message.rb +1 -2
  431. data/lib/buildium-ruby/models/rental_unit_features_put_message.rb +1 -2
  432. data/lib/buildium-ruby/models/rental_unit_image_message.rb +1 -2
  433. data/lib/buildium-ruby/models/rental_unit_image_put_message.rb +1 -2
  434. data/lib/buildium-ruby/models/rental_unit_message.rb +1 -2
  435. data/lib/buildium-ruby/models/rental_unit_put_message.rb +1 -2
  436. data/lib/buildium-ruby/models/rental_unit_search_message.rb +1 -2
  437. data/lib/buildium-ruby/models/rental_units_post_message.rb +1 -2
  438. data/lib/buildium-ruby/models/renters_insurance_policy_message.rb +1 -2
  439. data/lib/buildium-ruby/models/requested_by_user_entity_message.rb +1 -2
  440. data/lib/buildium-ruby/models/resident_center_user_message.rb +1 -2
  441. data/lib/buildium-ruby/models/resident_center_user_reference_message.rb +1 -2
  442. data/lib/buildium-ruby/models/resident_center_user_search_message.rb +1 -2
  443. data/lib/buildium-ruby/models/resident_request_task_message.rb +1 -2
  444. data/lib/buildium-ruby/models/resident_request_task_post_message.rb +1 -2
  445. data/lib/buildium-ruby/models/resident_request_task_put_message.rb +1 -2
  446. data/lib/buildium-ruby/models/resident_request_task_search_message.rb +1 -2
  447. data/lib/buildium-ruby/models/retail_cash_property_message.rb +1 -2
  448. data/lib/buildium-ruby/models/retail_cash_unit_message.rb +1 -2
  449. data/lib/buildium-ruby/models/retail_cash_user_data_message.rb +1 -2
  450. data/lib/buildium-ruby/models/retail_cash_user_message.rb +1 -2
  451. data/lib/buildium-ruby/models/retail_cash_user_put_message.rb +1 -2
  452. data/lib/buildium-ruby/models/retail_cash_users_search_message.rb +1 -2
  453. data/lib/buildium-ruby/models/safe_wait_handle.rb +1 -2
  454. data/lib/buildium-ruby/models/save_address_message.rb +1 -2
  455. data/lib/buildium-ruby/models/save_emergency_contact_message.rb +1 -2
  456. data/lib/buildium-ruby/models/task_category_message.rb +1 -2
  457. data/lib/buildium-ruby/models/task_category_put_message.rb +1 -2
  458. data/lib/buildium-ruby/models/task_category_response_message.rb +1 -2
  459. data/lib/buildium-ruby/models/task_category_save_message.rb +1 -2
  460. data/lib/buildium-ruby/models/task_history_file_message.rb +1 -2
  461. data/lib/buildium-ruby/models/task_history_file_upload_post_message.rb +1 -2
  462. data/lib/buildium-ruby/models/task_history_message.rb +1 -2
  463. data/lib/buildium-ruby/models/task_history_put_message.rb +1 -2
  464. data/lib/buildium-ruby/models/task_history_user_message.rb +1 -2
  465. data/lib/buildium-ruby/models/task_search_message.rb +1 -2
  466. data/lib/buildium-ruby/models/task_sub_category_message.rb +1 -2
  467. data/lib/buildium-ruby/models/tax_information_post_message.rb +1 -2
  468. data/lib/buildium-ruby/models/tax_information_save_message.rb +1 -2
  469. data/lib/buildium-ruby/models/tenant_message.rb +1 -2
  470. data/lib/buildium-ruby/models/tenant_search_message.rb +1 -2
  471. data/lib/buildium-ruby/models/to_do_task_message.rb +1 -2
  472. data/lib/buildium-ruby/models/to_do_task_post_message.rb +1 -2
  473. data/lib/buildium-ruby/models/to_do_task_put_message.rb +1 -2
  474. data/lib/buildium-ruby/models/to_do_task_search_message.rb +1 -2
  475. data/lib/buildium-ruby/models/undeposited_funds_message.rb +1 -2
  476. data/lib/buildium-ruby/models/unit_agreement_message.rb +1 -2
  477. data/lib/buildium-ruby/models/unit_entity_message.rb +1 -2
  478. data/lib/buildium-ruby/models/user_message.rb +1 -2
  479. data/lib/buildium-ruby/models/user_role_message.rb +1 -2
  480. data/lib/buildium-ruby/models/user_search_message.rb +1 -2
  481. data/lib/buildium-ruby/models/vehicle_message.rb +1 -2
  482. data/lib/buildium-ruby/models/vendor_category_message.rb +1 -2
  483. data/lib/buildium-ruby/models/vendor_category_save_message.rb +1 -2
  484. data/lib/buildium-ruby/models/vendor_credit_line_item_message.rb +1 -2
  485. data/lib/buildium-ruby/models/vendor_credit_line_item_post_message.rb +1 -2
  486. data/lib/buildium-ruby/models/vendor_credit_message.rb +1 -2
  487. data/lib/buildium-ruby/models/vendor_credit_post_message.rb +1 -2
  488. data/lib/buildium-ruby/models/vendor_insurance_message.rb +1 -2
  489. data/lib/buildium-ruby/models/vendor_insurance_save_message.rb +1 -2
  490. data/lib/buildium-ruby/models/vendor_message.rb +1 -2
  491. data/lib/buildium-ruby/models/vendor_post_message.rb +1 -2
  492. data/lib/buildium-ruby/models/vendor_put_message.rb +1 -2
  493. data/lib/buildium-ruby/models/vendor_refund_line_message.rb +1 -2
  494. data/lib/buildium-ruby/models/vendor_refund_line_post_message.rb +1 -2
  495. data/lib/buildium-ruby/models/vendor_refund_message.rb +1 -2
  496. data/lib/buildium-ruby/models/vendor_refund_post_message.rb +1 -2
  497. data/lib/buildium-ruby/models/vendor_search_message.rb +1 -2
  498. data/lib/buildium-ruby/models/vendor_tax_information_message.rb +1 -2
  499. data/lib/buildium-ruby/models/vendor_transaction_message.rb +1 -2
  500. data/lib/buildium-ruby/models/vendor_transaction_search_message.rb +1 -2
  501. data/lib/buildium-ruby/models/video_link_request_post_message.rb +1 -2
  502. data/lib/buildium-ruby/models/wait_handle.rb +1 -2
  503. data/lib/buildium-ruby/models/work_order_entry_contact_message.rb +1 -2
  504. data/lib/buildium-ruby/models/work_order_entry_contact_resource_message.rb +1 -2
  505. data/lib/buildium-ruby/models/work_order_line_item_message.rb +1 -2
  506. data/lib/buildium-ruby/models/work_order_line_item_save_message.rb +1 -2
  507. data/lib/buildium-ruby/models/work_order_message.rb +1 -2
  508. data/lib/buildium-ruby/models/work_order_post_message.rb +1 -2
  509. data/lib/buildium-ruby/models/work_order_put_message.rb +1 -2
  510. data/lib/buildium-ruby/models/work_order_search_message.rb +1 -2
  511. data/lib/buildium-ruby/models/work_order_task_message.rb +1 -2
  512. data/lib/buildium-ruby/models/work_order_task_post_message.rb +1 -2
  513. data/lib/buildium-ruby/version.rb +1 -1
  514. metadata +5 -1016
  515. data/bin/swagger.json= +0 -60753
  516. data/lib/buildium-ruby.rb= +0 -535
  517. data/spec/api/administration_api_spec.rb +0 -114
  518. data/spec/api/appliances_api_spec.rb +0 -141
  519. data/spec/api/applicants_api_spec.rb +0 -294
  520. data/spec/api/association_meter_readings_api_spec.rb +0 -96
  521. data/spec/api/association_owners_api_spec.rb +0 -195
  522. data/spec/api/association_tenants_api_spec.rb +0 -153
  523. data/spec/api/association_units_api_spec.rb +0 -147
  524. data/spec/api/associations_api_spec.rb +0 -242
  525. data/spec/api/bank_accounts_api_spec.rb +0 -493
  526. data/spec/api/bills_api_spec.rb +0 -214
  527. data/spec/api/board_members_api_spec.rb +0 -107
  528. data/spec/api/budgets_api_spec.rb +0 -89
  529. data/spec/api/client_leads_api_spec.rb +0 -66
  530. data/spec/api/communications_api_spec.rb +0 -248
  531. data/spec/api/contact_requests_api_spec.rb +0 -98
  532. data/spec/api/files_api_spec.rb +0 -181
  533. data/spec/api/general_ledger_api_spec.rb +0 -182
  534. data/spec/api/lease_transactions_api_spec.rb +0 -312
  535. data/spec/api/leases_api_spec.rb +0 -349
  536. data/spec/api/listings_api_spec.rb +0 -139
  537. data/spec/api/ownership_account_transactions_api_spec.rb +0 -297
  538. data/spec/api/ownership_accounts_api_spec.rb +0 -151
  539. data/spec/api/property_groups_api_spec.rb +0 -88
  540. data/spec/api/rental_appliances_api_spec.rb +0 -141
  541. data/spec/api/rental_meter_readings_api_spec.rb +0 -96
  542. data/spec/api/rental_owner_requests_api_spec.rb +0 -123
  543. data/spec/api/rental_owners_api_spec.rb +0 -151
  544. data/spec/api/rental_properties_api_spec.rb +0 -361
  545. data/spec/api/rental_tenants_api_spec.rb +0 -154
  546. data/spec/api/rental_units_api_spec.rb +0 -279
  547. data/spec/api/resident_center_api_spec.rb +0 -101
  548. data/spec/api/resident_requests_api_spec.rb +0 -99
  549. data/spec/api/tasks_api_spec.rb +0 -240
  550. data/spec/api/to_do_requests_api_spec.rb +0 -98
  551. data/spec/api/vendors_api_spec.rb +0 -275
  552. data/spec/api/work_orders_api_spec.rb +0 -105
  553. data/spec/models/account_info_message_spec.rb +0 -58
  554. data/spec/models/accounting_entity_message_spec.rb +0 -56
  555. data/spec/models/accounting_entity_save_message_spec.rb +0 -50
  556. data/spec/models/accounting_lock_period_message_spec.rb +0 -46
  557. data/spec/models/accounting_settings_message_spec.rb +0 -72
  558. data/spec/models/address_message_spec.rb +0 -74
  559. data/spec/models/all_tasks_message_spec.rb +0 -130
  560. data/spec/models/announcement_message_spec.rb +0 -74
  561. data/spec/models/announcement_post_message_spec.rb +0 -64
  562. data/spec/models/announcement_search_message_spec.rb +0 -62
  563. data/spec/models/announcement_sender_message_spec.rb +0 -46
  564. data/spec/models/api_error_response_spec.rb +0 -46
  565. data/spec/models/appliance_message_spec.rb +0 -58
  566. data/spec/models/applicant_application_message_spec.rb +0 -56
  567. data/spec/models/applicant_group_message_spec.rb +0 -62
  568. data/spec/models/applicant_group_post_message_spec.rb +0 -40
  569. data/spec/models/applicant_group_put_message_spec.rb +0 -50
  570. data/spec/models/applicant_group_search_message_spec.rb +0 -66
  571. data/spec/models/applicant_message_spec.rb +0 -98
  572. data/spec/models/applicant_post_message_spec.rb +0 -64
  573. data/spec/models/applicant_put_message_spec.rb +0 -58
  574. data/spec/models/applicant_search_message_spec.rb +0 -84
  575. data/spec/models/application_message_spec.rb +0 -62
  576. data/spec/models/application_put_message_spec.rb +0 -38
  577. data/spec/models/application_response_field_message_spec.rb +0 -60
  578. data/spec/models/application_response_message_spec.rb +0 -50
  579. data/spec/models/application_section_response_message_spec.rb +0 -34
  580. data/spec/models/applied_vendor_credit_message_spec.rb +0 -40
  581. data/spec/models/association_appliance_message_spec.rb +0 -76
  582. data/spec/models/association_appliance_post_message_spec.rb +0 -76
  583. data/spec/models/association_appliance_put_message_spec.rb +0 -64
  584. data/spec/models/association_appliance_search_message_spec.rb +0 -40
  585. data/spec/models/association_appliance_service_history_message_spec.rb +0 -56
  586. data/spec/models/association_appliance_service_history_post_message_spec.rb +0 -50
  587. data/spec/models/association_board_member_message_spec.rb +0 -92
  588. data/spec/models/association_board_member_post_message_spec.rb +0 -56
  589. data/spec/models/association_board_member_put_message_spec.rb +0 -50
  590. data/spec/models/association_board_member_search_message_spec.rb +0 -60
  591. data/spec/models/association_message_spec.rb +0 -106
  592. data/spec/models/association_owner_board_term_message_spec.rb +0 -68
  593. data/spec/models/association_owner_board_term_post_message_spec.rb +0 -50
  594. data/spec/models/association_owner_message_spec.rb +0 -144
  595. data/spec/models/association_owner_post_message_spec.rb +0 -116
  596. data/spec/models/association_owner_put_message_spec.rb +0 -98
  597. data/spec/models/association_owner_to_existing_ownership_account_post_message_spec.rb +0 -128
  598. data/spec/models/association_owner_unit_occupancy_put_message_spec.rb +0 -34
  599. data/spec/models/association_owner_unit_occupancy_status_message_spec.rb +0 -40
  600. data/spec/models/association_ownership_account_message_spec.rb +0 -90
  601. data/spec/models/association_ownership_account_post_message_spec.rb +0 -80
  602. data/spec/models/association_ownership_account_put_message_spec.rb +0 -34
  603. data/spec/models/association_ownership_account_search_message_spec.rb +0 -78
  604. data/spec/models/association_post_message_spec.rb +0 -82
  605. data/spec/models/association_preferred_vendor_message_spec.rb +0 -82
  606. data/spec/models/association_preferred_vendor_put_message_spec.rb +0 -34
  607. data/spec/models/association_put_message_spec.rb +0 -82
  608. data/spec/models/association_search_message_spec.rb +0 -68
  609. data/spec/models/association_tax_information_message_spec.rb +0 -62
  610. data/spec/models/association_tenant_message_spec.rb +0 -112
  611. data/spec/models/association_tenant_post_message_spec.rb +0 -106
  612. data/spec/models/association_tenant_put_message_spec.rb +0 -94
  613. data/spec/models/association_unit_message_spec.rb +0 -84
  614. data/spec/models/association_unit_put_message_spec.rb +0 -66
  615. data/spec/models/association_unit_search_message_spec.rb +0 -46
  616. data/spec/models/association_units_post_message_spec.rb +0 -72
  617. data/spec/models/association_user_search_message_spec.rb +0 -86
  618. data/spec/models/bank_account_check_accounting_entity_save_message_spec.rb +0 -50
  619. data/spec/models/bank_account_check_file_message_spec.rb +0 -64
  620. data/spec/models/bank_account_check_line_message_spec.rb +0 -64
  621. data/spec/models/bank_account_check_line_save_message_spec.rb +0 -58
  622. data/spec/models/bank_account_check_message_spec.rb +0 -70
  623. data/spec/models/bank_account_check_payee_message_spec.rb +0 -50
  624. data/spec/models/bank_account_check_payee_save_message_spec.rb +0 -44
  625. data/spec/models/bank_account_check_post_message_spec.rb +0 -58
  626. data/spec/models/bank_account_check_put_message_spec.rb +0 -58
  627. data/spec/models/bank_account_check_search_message_spec.rb +0 -40
  628. data/spec/models/bank_account_deposit_line_message_spec.rb +0 -64
  629. data/spec/models/bank_account_deposit_line_save_message_spec.rb +0 -58
  630. data/spec/models/bank_account_deposit_message_spec.rb +0 -64
  631. data/spec/models/bank_account_deposit_post_message_spec.rb +0 -52
  632. data/spec/models/bank_account_deposit_put_message_spec.rb +0 -46
  633. data/spec/models/bank_account_deposit_search_message_spec.rb +0 -40
  634. data/spec/models/bank_account_message_spec.rb +0 -110
  635. data/spec/models/bank_account_post_message_spec.rb +0 -78
  636. data/spec/models/bank_account_put_message_spec.rb +0 -78
  637. data/spec/models/bank_account_quick_deposit_message_spec.rb +0 -64
  638. data/spec/models/bank_account_quick_deposit_save_message_spec.rb +0 -58
  639. data/spec/models/bank_account_quick_deposit_search_message_spec.rb +0 -40
  640. data/spec/models/bank_account_search_message_spec.rb +0 -50
  641. data/spec/models/bank_account_transaction_message_spec.rb +0 -96
  642. data/spec/models/bank_account_transaction_search_message_spec.rb +0 -56
  643. data/spec/models/bank_account_transfer_accounting_entity_save_message_spec.rb +0 -50
  644. data/spec/models/bank_account_transfer_message_spec.rb +0 -64
  645. data/spec/models/bank_account_transfer_save_message_spec.rb +0 -58
  646. data/spec/models/bank_account_transfer_search_message_spec.rb +0 -40
  647. data/spec/models/bank_account_withdrawal_message_spec.rb +0 -64
  648. data/spec/models/bank_account_withdrawal_save_message_spec.rb +0 -58
  649. data/spec/models/bank_account_withdrawal_search_message_spec.rb +0 -40
  650. data/spec/models/bank_lockbox_data_association_message_spec.rb +0 -46
  651. data/spec/models/bank_lockbox_data_association_owner_message_spec.rb +0 -74
  652. data/spec/models/bank_lockbox_data_message_spec.rb +0 -40
  653. data/spec/models/bank_lockbox_data_ownership_account_message_spec.rb +0 -62
  654. data/spec/models/bank_lockbox_data_search_message_spec.rb +0 -34
  655. data/spec/models/bill_file_message_spec.rb +0 -64
  656. data/spec/models/bill_line_message_spec.rb +0 -64
  657. data/spec/models/bill_line_post_message_spec.rb +0 -58
  658. data/spec/models/bill_line_put_message_spec.rb +0 -64
  659. data/spec/models/bill_markup_message_spec.rb +0 -44
  660. data/spec/models/bill_markup_save_message_spec.rb +0 -44
  661. data/spec/models/bill_message_spec.rb +0 -92
  662. data/spec/models/bill_payment_accounting_entity_message_spec.rb +0 -50
  663. data/spec/models/bill_payment_line_message_spec.rb +0 -46
  664. data/spec/models/bill_payment_line_post_message_spec.rb +0 -40
  665. data/spec/models/bill_payment_message_spec.rb +0 -76
  666. data/spec/models/bill_payment_post_message_spec.rb +0 -58
  667. data/spec/models/bill_post_message_spec.rb +0 -70
  668. data/spec/models/bill_put_message_spec.rb +0 -64
  669. data/spec/models/bill_search_message_spec.rb +0 -88
  670. data/spec/models/budget_details_message_spec.rb +0 -56
  671. data/spec/models/budget_details_save_message_spec.rb +0 -40
  672. data/spec/models/budget_message_spec.rb +0 -64
  673. data/spec/models/budget_monthly_amounts_message_spec.rb +0 -100
  674. data/spec/models/budget_monthly_amounts_save_message_spec.rb +0 -100
  675. data/spec/models/budget_post_message_spec.rb +0 -62
  676. data/spec/models/budget_put_message_spec.rb +0 -40
  677. data/spec/models/budget_search_message_spec.rb +0 -46
  678. data/spec/models/cancellation_token_spec.rb +0 -46
  679. data/spec/models/cc_payments_message_spec.rb +0 -34
  680. data/spec/models/cc_payments_put_message_spec.rb +0 -34
  681. data/spec/models/charge_recurring_transaction_post_message_spec.rb +0 -84
  682. data/spec/models/charge_recurring_transaction_put_message_spec.rb +0 -90
  683. data/spec/models/check_printing_info_message_spec.rb +0 -122
  684. data/spec/models/check_printing_info_post_message_spec.rb +0 -122
  685. data/spec/models/check_printing_info_put_message_spec.rb +0 -122
  686. data/spec/models/client_lead_credit_request_message_spec.rb +0 -60
  687. data/spec/models/client_lead_message_spec.rb +0 -102
  688. data/spec/models/client_lead_search_message_spec.rb +0 -66
  689. data/spec/models/contact_detail_message_spec.rb +0 -52
  690. data/spec/models/contact_detail_phone_message_spec.rb +0 -46
  691. data/spec/models/contact_detail_save_message_spec.rb +0 -52
  692. data/spec/models/contact_detail_save_phone_message_spec.rb +0 -46
  693. data/spec/models/contact_info_message_spec.rb +0 -52
  694. data/spec/models/contact_request_task_message_spec.rb +0 -114
  695. data/spec/models/contact_request_task_post_message_spec.rb +0 -102
  696. data/spec/models/contact_request_task_put_message_spec.rb +0 -102
  697. data/spec/models/contact_request_task_search_message_spec.rb +0 -112
  698. data/spec/models/cosigner_message_spec.rb +0 -92
  699. data/spec/models/created_by_user_message_spec.rb +0 -52
  700. data/spec/models/credit_recurring_transaction_post_message_spec.rb +0 -100
  701. data/spec/models/deposit_detail_message_spec.rb +0 -40
  702. data/spec/models/e_pay_settings_message_spec.rb +0 -46
  703. data/spec/models/e_pay_settings_put_message_spec.rb +0 -46
  704. data/spec/models/eft_payments_message_spec.rb +0 -34
  705. data/spec/models/eft_payments_put_message_spec.rb +0 -34
  706. data/spec/models/electronic_payments_message_spec.rb +0 -76
  707. data/spec/models/email_message_spec.rb +0 -52
  708. data/spec/models/email_post_message_spec.rb +0 -70
  709. data/spec/models/email_recipient_message_spec.rb +0 -62
  710. data/spec/models/email_search_message_spec.rb +0 -58
  711. data/spec/models/email_sender_message_spec.rb +0 -52
  712. data/spec/models/emergency_contact_message_spec.rb +0 -52
  713. data/spec/models/file_category_message_spec.rb +0 -46
  714. data/spec/models/file_category_post_message_spec.rb +0 -34
  715. data/spec/models/file_category_put_message_spec.rb +0 -34
  716. data/spec/models/file_download_message_spec.rb +0 -34
  717. data/spec/models/file_entity_message_spec.rb +0 -50
  718. data/spec/models/file_message_spec.rb +0 -82
  719. data/spec/models/file_name_post_message_spec.rb +0 -34
  720. data/spec/models/file_put_message_spec.rb +0 -46
  721. data/spec/models/file_search_message_spec.rb +0 -74
  722. data/spec/models/file_sharing_account_message_spec.rb +0 -58
  723. data/spec/models/file_sharing_account_put_message_spec.rb +0 -58
  724. data/spec/models/file_sharing_association_message_spec.rb +0 -40
  725. data/spec/models/file_sharing_association_owner_message_spec.rb +0 -34
  726. data/spec/models/file_sharing_association_owner_put_message_spec.rb +0 -34
  727. data/spec/models/file_sharing_association_put_message_spec.rb +0 -40
  728. data/spec/models/file_sharing_association_unit_message_spec.rb +0 -40
  729. data/spec/models/file_sharing_association_unit_put_message_spec.rb +0 -40
  730. data/spec/models/file_sharing_committee_message_spec.rb +0 -46
  731. data/spec/models/file_sharing_committee_put_message_spec.rb +0 -46
  732. data/spec/models/file_sharing_lease_message_spec.rb +0 -40
  733. data/spec/models/file_sharing_lease_put_message_spec.rb +0 -40
  734. data/spec/models/file_sharing_message_spec.rb +0 -100
  735. data/spec/models/file_sharing_ownership_account_message_spec.rb +0 -40
  736. data/spec/models/file_sharing_ownership_account_put_message_spec.rb +0 -40
  737. data/spec/models/file_sharing_put_message_spec.rb +0 -100
  738. data/spec/models/file_sharing_rental_message_spec.rb +0 -40
  739. data/spec/models/file_sharing_rental_owner_message_spec.rb +0 -34
  740. data/spec/models/file_sharing_rental_owner_put_message_spec.rb +0 -34
  741. data/spec/models/file_sharing_rental_put_message_spec.rb +0 -40
  742. data/spec/models/file_sharing_rental_unit_mesage_spec.rb +0 -40
  743. data/spec/models/file_sharing_rental_unit_put_mesage_spec.rb +0 -40
  744. data/spec/models/file_sharing_tenant_message_spec.rb +0 -40
  745. data/spec/models/file_sharing_tenant_put_message_spec.rb +0 -40
  746. data/spec/models/file_sharing_vendor_message_spec.rb +0 -34
  747. data/spec/models/file_sharing_vendor_put_message_spec.rb +0 -34
  748. data/spec/models/file_upload_post_message_spec.rb +0 -68
  749. data/spec/models/file_upload_ticket_message_spec.rb +0 -46
  750. data/spec/models/general_journal_entry_line_save_message_spec.rb +0 -56
  751. data/spec/models/general_journal_entry_post_message_spec.rb +0 -52
  752. data/spec/models/general_journal_entry_put_message_spec.rb +0 -52
  753. data/spec/models/general_ledger_entry_message_spec.rb +0 -74
  754. data/spec/models/general_ledger_journal_line_message_spec.rb +0 -64
  755. data/spec/models/general_ledger_journal_message_spec.rb +0 -40
  756. data/spec/models/general_ledger_message_spec.rb +0 -58
  757. data/spec/models/general_ledger_search_message_spec.rb +0 -72
  758. data/spec/models/general_ledger_transaction_message_spec.rb +0 -98
  759. data/spec/models/general_ledger_transaction_search_message_spec.rb +0 -62
  760. data/spec/models/gl_account_balance_item_message_spec.rb +0 -40
  761. data/spec/models/gl_account_balance_message_spec.rb +0 -46
  762. data/spec/models/gl_account_balance_search_message_spec.rb +0 -66
  763. data/spec/models/gl_account_message_spec.rb +0 -130
  764. data/spec/models/gl_account_post_message_spec.rb +0 -84
  765. data/spec/models/gl_account_put_message_spec.rb +0 -84
  766. data/spec/models/gl_accounts_search_message_spec.rb +0 -38
  767. data/spec/models/gl_transaction_message_v1_spec.rb +0 -58
  768. data/spec/models/image_reorder_request_put_message_spec.rb +0 -34
  769. data/spec/models/insured_tenant_message_spec.rb +0 -52
  770. data/spec/models/internal_transaction_status_message_spec.rb +0 -46
  771. data/spec/models/journal_line_message_spec.rb +0 -70
  772. data/spec/models/journal_message_spec.rb +0 -40
  773. data/spec/models/json_patch_operation_spec.rb +0 -52
  774. data/spec/models/last_updated_by_user_message_spec.rb +0 -58
  775. data/spec/models/lease_account_detail_message_spec.rb +0 -40
  776. data/spec/models/lease_auto_allocated_payment_post_message_spec.rb +0 -74
  777. data/spec/models/lease_charge_line_save_message_spec.rb +0 -46
  778. data/spec/models/lease_charge_post_message_spec.rb +0 -46
  779. data/spec/models/lease_charge_put_message_spec.rb +0 -46
  780. data/spec/models/lease_charge_recurring_transaction_message_spec.rb +0 -108
  781. data/spec/models/lease_cosigner_post_message_spec.rb +0 -80
  782. data/spec/models/lease_ledger_credit_line_post_message_spec.rb +0 -40
  783. data/spec/models/lease_ledger_credit_post_message_spec.rb +0 -62
  784. data/spec/models/lease_ledger_deposit_withholding_line_post_message_spec.rb +0 -40
  785. data/spec/models/lease_ledger_deposit_withholding_post_message_spec.rb +0 -52
  786. data/spec/models/lease_ledger_payment_line_save_message_spec.rb +0 -40
  787. data/spec/models/lease_ledger_payment_post_message_spec.rb +0 -74
  788. data/spec/models/lease_ledger_payment_put_message_spec.rb +0 -68
  789. data/spec/models/lease_ledger_refund_line_message_spec.rb +0 -40
  790. data/spec/models/lease_ledger_refund_line_post_message_spec.rb +0 -40
  791. data/spec/models/lease_ledger_refund_message_spec.rb +0 -82
  792. data/spec/models/lease_ledger_refund_post_message_spec.rb +0 -70
  793. data/spec/models/lease_ledger_reverse_payment_nsf_charge_post_message_spec.rb +0 -40
  794. data/spec/models/lease_ledger_reverse_payment_other_bank_charge_post_message_spec.rb +0 -40
  795. data/spec/models/lease_ledger_reverse_payment_post_message_spec.rb +0 -52
  796. data/spec/models/lease_message_spec.rb +0 -170
  797. data/spec/models/lease_move_out_data_message_spec.rb +0 -46
  798. data/spec/models/lease_move_out_data_post_message_spec.rb +0 -46
  799. data/spec/models/lease_outstanding_balance_message_spec.rb +0 -100
  800. data/spec/models/lease_outstanding_balance_search_message_spec.rb +0 -90
  801. data/spec/models/lease_post_message_spec.rb +0 -110
  802. data/spec/models/lease_put_message_spec.rb +0 -68
  803. data/spec/models/lease_recurring_credit_message_spec.rb +0 -124
  804. data/spec/models/lease_recurring_payment_message_spec.rb +0 -118
  805. data/spec/models/lease_renewal_message_spec.rb +0 -84
  806. data/spec/models/lease_renewal_post_message_spec.rb +0 -98
  807. data/spec/models/lease_renewal_search_message_spec.rb +0 -50
  808. data/spec/models/lease_rent_charge_message_spec.rb +0 -70
  809. data/spec/models/lease_rent_charge_post_message_spec.rb +0 -52
  810. data/spec/models/lease_rent_message_spec.rb +0 -86
  811. data/spec/models/lease_rent_post_message_spec.rb +0 -44
  812. data/spec/models/lease_search_message_spec.rb +0 -108
  813. data/spec/models/lease_security_deposit_post_message_spec.rb +0 -40
  814. data/spec/models/lease_tenant_message_spec.rb +0 -50
  815. data/spec/models/lease_transaction_message_spec.rb +0 -92
  816. data/spec/models/lease_transaction_search_message_spec.rb +0 -50
  817. data/spec/models/listing_contact_message_spec.rb +0 -58
  818. data/spec/models/listing_contact_save_message_spec.rb +0 -52
  819. data/spec/models/listing_entity_file_post_message_spec.rb +0 -46
  820. data/spec/models/listing_file_message_spec.rb +0 -50
  821. data/spec/models/listing_message_spec.rb +0 -88
  822. data/spec/models/listing_property_message_spec.rb +0 -90
  823. data/spec/models/listing_put_message_spec.rb +0 -64
  824. data/spec/models/listing_search_message_spec.rb +0 -44
  825. data/spec/models/listing_unit_message_spec.rb +0 -100
  826. data/spec/models/lock_period_settings_global_message_spec.rb +0 -34
  827. data/spec/models/lock_period_settings_overrides_message_spec.rb +0 -40
  828. data/spec/models/logged_by_staff_user_message_spec.rb +0 -52
  829. data/spec/models/lookup_message_spec.rb +0 -40
  830. data/spec/models/mailing_template_message_spec.rb +0 -56
  831. data/spec/models/meter_reading_detail_message_spec.rb +0 -64
  832. data/spec/models/meter_reading_detail_put_message_spec.rb +0 -52
  833. data/spec/models/meter_reading_details_delete_search_message_spec.rb +0 -44
  834. data/spec/models/meter_reading_details_message_spec.rb +0 -50
  835. data/spec/models/meter_reading_details_put_message_spec.rb +0 -50
  836. data/spec/models/meter_reading_details_put_search_message_spec.rb +0 -44
  837. data/spec/models/meter_reading_details_search_message_spec.rb +0 -44
  838. data/spec/models/meter_reading_message_spec.rb +0 -62
  839. data/spec/models/meter_reading_search_message_spec.rb +0 -50
  840. data/spec/models/multiple_bill_payments_post_message_spec.rb +0 -58
  841. data/spec/models/note_message_spec.rb +0 -46
  842. data/spec/models/note_post_message_spec.rb +0 -34
  843. data/spec/models/note_put_message_spec.rb +0 -34
  844. data/spec/models/note_search_message_spec.rb +0 -46
  845. data/spec/models/offline_payments_message_spec.rb +0 -46
  846. data/spec/models/offline_payments_put_message_spec.rb +0 -46
  847. data/spec/models/outstanding_balances_line_message_spec.rb +0 -40
  848. data/spec/models/ownership_account_auto_allocated_payment_post_message_spec.rb +0 -74
  849. data/spec/models/ownership_account_charge_recurring_transaction_message_spec.rb +0 -108
  850. data/spec/models/ownership_account_credit_line_post_message_spec.rb +0 -40
  851. data/spec/models/ownership_account_credit_post_message_spec.rb +0 -62
  852. data/spec/models/ownership_account_deposit_withholding_line_post_message_spec.rb +0 -40
  853. data/spec/models/ownership_account_deposit_withholding_post_message_spec.rb +0 -52
  854. data/spec/models/ownership_account_ledger_charge_lines_put_message_spec.rb +0 -46
  855. data/spec/models/ownership_account_ledger_charge_lines_save_message_spec.rb +0 -40
  856. data/spec/models/ownership_account_ledger_charge_post_message_spec.rb +0 -46
  857. data/spec/models/ownership_account_ledger_charge_put_message_spec.rb +0 -46
  858. data/spec/models/ownership_account_ledger_payment_line_save_message_spec.rb +0 -40
  859. data/spec/models/ownership_account_ledger_payment_post_message_spec.rb +0 -74
  860. data/spec/models/ownership_account_ledger_payment_put_message_spec.rb +0 -68
  861. data/spec/models/ownership_account_outstanding_balance_message_spec.rb +0 -88
  862. data/spec/models/ownership_account_outstanding_balance_search_message_spec.rb +0 -70
  863. data/spec/models/ownership_account_recurring_credit_message_spec.rb +0 -124
  864. data/spec/models/ownership_account_recurring_payment_message_spec.rb +0 -118
  865. data/spec/models/ownership_account_refund_line_message_spec.rb +0 -40
  866. data/spec/models/ownership_account_refund_lines_post_message_spec.rb +0 -40
  867. data/spec/models/ownership_account_refund_message_spec.rb +0 -82
  868. data/spec/models/ownership_account_refund_post_message_spec.rb +0 -70
  869. data/spec/models/ownership_account_transaction_message_spec.rb +0 -92
  870. data/spec/models/paid_by_message_spec.rb +0 -40
  871. data/spec/models/participant_message_spec.rb +0 -46
  872. data/spec/models/participant_resource_message_spec.rb +0 -44
  873. data/spec/models/payee_message_spec.rb +0 -56
  874. data/spec/models/payment_detail_message_spec.rb +0 -56
  875. data/spec/models/payment_recurring_transaction_post_message_spec.rb +0 -94
  876. data/spec/models/payment_transactions_message_spec.rb +0 -46
  877. data/spec/models/phone_log_message_spec.rb +0 -64
  878. data/spec/models/phone_log_participant_post_message_spec.rb +0 -50
  879. data/spec/models/phone_log_participant_unit_agreement_post_message_spec.rb +0 -44
  880. data/spec/models/phone_log_post_message_spec.rb +0 -52
  881. data/spec/models/phone_log_put_message_spec.rb +0 -46
  882. data/spec/models/phone_log_search_message_spec.rb +0 -84
  883. data/spec/models/phone_number_message_spec.rb +0 -44
  884. data/spec/models/phone_numbers_message_spec.rb +0 -52
  885. data/spec/models/property_group_message_spec.rb +0 -58
  886. data/spec/models/property_group_post_message_spec.rb +0 -46
  887. data/spec/models/property_group_put_message_spec.rb +0 -46
  888. data/spec/models/property_group_search_message_spec.rb +0 -40
  889. data/spec/models/property_manager_message_spec.rb +0 -76
  890. data/spec/models/property_message_spec.rb +0 -50
  891. data/spec/models/recurring_transaction_line_message_spec.rb +0 -40
  892. data/spec/models/recurring_transaction_line_post_message_spec.rb +0 -40
  893. data/spec/models/recurring_transaction_message_spec.rb +0 -112
  894. data/spec/models/rental_appliance_message_spec.rb +0 -76
  895. data/spec/models/rental_appliance_post_message_spec.rb +0 -76
  896. data/spec/models/rental_appliance_put_message_spec.rb +0 -64
  897. data/spec/models/rental_appliance_search_message_spec.rb +0 -40
  898. data/spec/models/rental_appliance_service_history_message_spec.rb +0 -56
  899. data/spec/models/rental_appliance_service_history_post_message_spec.rb +0 -50
  900. data/spec/models/rental_features_message_spec.rb +0 -48
  901. data/spec/models/rental_features_put_message_spec.rb +0 -48
  902. data/spec/models/rental_image_message_spec.rb +0 -62
  903. data/spec/models/rental_image_put_message_spec.rb +0 -40
  904. data/spec/models/rental_message_spec.rb +0 -108
  905. data/spec/models/rental_owner_contribution_data_message_spec.rb +0 -40
  906. data/spec/models/rental_owner_contribution_data_put_message_spec.rb +0 -40
  907. data/spec/models/rental_owner_contribution_message_spec.rb +0 -40
  908. data/spec/models/rental_owner_contribution_put_message_spec.rb +0 -40
  909. data/spec/models/rental_owner_contribution_reminder_message_spec.rb +0 -40
  910. data/spec/models/rental_owner_contribution_reminder_put_message_spec.rb +0 -40
  911. data/spec/models/rental_owner_message_spec.rb +0 -118
  912. data/spec/models/rental_owner_post_message_spec.rb +0 -112
  913. data/spec/models/rental_owner_put_message_spec.rb +0 -106
  914. data/spec/models/rental_owner_request_task_message_spec.rb +0 -114
  915. data/spec/models/rental_owner_request_task_post_message_spec.rb +0 -102
  916. data/spec/models/rental_owner_request_task_put_message_spec.rb +0 -96
  917. data/spec/models/rental_owner_request_task_search_message_spec.rb +0 -112
  918. data/spec/models/rental_owner_tax_information_message_spec.rb +0 -68
  919. data/spec/models/rental_owners_search_message_spec.rb +0 -74
  920. data/spec/models/rental_preferred_vendor_message_spec.rb +0 -82
  921. data/spec/models/rental_preferred_vendor_put_message_spec.rb +0 -34
  922. data/spec/models/rental_property_post_message_spec.rb +0 -92
  923. data/spec/models/rental_property_put_message_spec.rb +0 -80
  924. data/spec/models/rental_property_unit_post_message_spec.rb +0 -78
  925. data/spec/models/rental_search_message_spec.rb +0 -88
  926. data/spec/models/rental_tenant_post_message_spec.rb +0 -110
  927. data/spec/models/rental_tenant_put_message_spec.rb +0 -104
  928. data/spec/models/rental_tenant_renewal_post_message_spec.rb +0 -104
  929. data/spec/models/rental_unit_features_message_spec.rb +0 -38
  930. data/spec/models/rental_unit_features_put_message_spec.rb +0 -38
  931. data/spec/models/rental_unit_image_message_spec.rb +0 -62
  932. data/spec/models/rental_unit_image_put_message_spec.rb +0 -40
  933. data/spec/models/rental_unit_message_spec.rb +0 -108
  934. data/spec/models/rental_unit_put_message_spec.rb +0 -78
  935. data/spec/models/rental_unit_search_message_spec.rb +0 -46
  936. data/spec/models/rental_units_post_message_spec.rb +0 -84
  937. data/spec/models/renters_insurance_policy_message_spec.rb +0 -80
  938. data/spec/models/requested_by_user_entity_message_spec.rb +0 -68
  939. data/spec/models/resident_center_user_message_spec.rb +0 -56
  940. data/spec/models/resident_center_user_reference_message_spec.rb +0 -62
  941. data/spec/models/resident_center_user_search_message_spec.rb +0 -66
  942. data/spec/models/resident_request_task_message_spec.rb +0 -144
  943. data/spec/models/resident_request_task_post_message_spec.rb +0 -126
  944. data/spec/models/resident_request_task_put_message_spec.rb +0 -84
  945. data/spec/models/resident_request_task_search_message_spec.rb +0 -118
  946. data/spec/models/retail_cash_property_message_spec.rb +0 -56
  947. data/spec/models/retail_cash_unit_message_spec.rb +0 -46
  948. data/spec/models/retail_cash_user_data_message_spec.rb +0 -74
  949. data/spec/models/retail_cash_user_message_spec.rb +0 -70
  950. data/spec/models/retail_cash_user_put_message_spec.rb +0 -34
  951. data/spec/models/retail_cash_users_search_message_spec.rb +0 -72
  952. data/spec/models/safe_wait_handle_spec.rb +0 -40
  953. data/spec/models/save_address_message_spec.rb +0 -74
  954. data/spec/models/save_emergency_contact_message_spec.rb +0 -52
  955. data/spec/models/task_category_message_spec.rb +0 -52
  956. data/spec/models/task_category_put_message_spec.rb +0 -34
  957. data/spec/models/task_category_response_message_spec.rb +0 -52
  958. data/spec/models/task_category_save_message_spec.rb +0 -34
  959. data/spec/models/task_history_file_message_spec.rb +0 -64
  960. data/spec/models/task_history_file_upload_post_message_spec.rb +0 -34
  961. data/spec/models/task_history_message_spec.rb +0 -112
  962. data/spec/models/task_history_put_message_spec.rb +0 -34
  963. data/spec/models/task_history_user_message_spec.rb +0 -52
  964. data/spec/models/task_search_message_spec.rb +0 -128
  965. data/spec/models/task_sub_category_message_spec.rb +0 -40
  966. data/spec/models/tax_information_post_message_spec.rb +0 -62
  967. data/spec/models/tax_information_save_message_spec.rb +0 -68
  968. data/spec/models/tenant_message_spec.rb +0 -128
  969. data/spec/models/tenant_search_message_spec.rb +0 -96
  970. data/spec/models/to_do_task_message_spec.rb +0 -108
  971. data/spec/models/to_do_task_post_message_spec.rb +0 -96
  972. data/spec/models/to_do_task_put_message_spec.rb +0 -96
  973. data/spec/models/to_do_task_search_message_spec.rb +0 -112
  974. data/spec/models/undeposited_funds_message_spec.rb +0 -34
  975. data/spec/models/unit_agreement_message_spec.rb +0 -50
  976. data/spec/models/unit_entity_message_spec.rb +0 -40
  977. data/spec/models/user_message_spec.rb +0 -104
  978. data/spec/models/user_role_message_spec.rb +0 -52
  979. data/spec/models/user_search_message_spec.rb +0 -66
  980. data/spec/models/vehicle_message_spec.rb +0 -52
  981. data/spec/models/vendor_category_message_spec.rb +0 -46
  982. data/spec/models/vendor_category_save_message_spec.rb +0 -34
  983. data/spec/models/vendor_credit_line_item_message_spec.rb +0 -58
  984. data/spec/models/vendor_credit_line_item_post_message_spec.rb +0 -52
  985. data/spec/models/vendor_credit_message_spec.rb +0 -58
  986. data/spec/models/vendor_credit_post_message_spec.rb +0 -52
  987. data/spec/models/vendor_insurance_message_spec.rb +0 -46
  988. data/spec/models/vendor_insurance_save_message_spec.rb +0 -46
  989. data/spec/models/vendor_message_spec.rb +0 -130
  990. data/spec/models/vendor_post_message_spec.rb +0 -118
  991. data/spec/models/vendor_put_message_spec.rb +0 -118
  992. data/spec/models/vendor_refund_line_message_spec.rb +0 -58
  993. data/spec/models/vendor_refund_line_post_message_spec.rb +0 -52
  994. data/spec/models/vendor_refund_message_spec.rb +0 -74
  995. data/spec/models/vendor_refund_post_message_spec.rb +0 -68
  996. data/spec/models/vendor_search_message_spec.rb +0 -84
  997. data/spec/models/vendor_tax_information_message_spec.rb +0 -68
  998. data/spec/models/vendor_transaction_message_spec.rb +0 -68
  999. data/spec/models/vendor_transaction_search_message_spec.rb +0 -62
  1000. data/spec/models/video_link_request_post_message_spec.rb +0 -40
  1001. data/spec/models/wait_handle_spec.rb +0 -40
  1002. data/spec/models/work_order_entry_contact_message_spec.rb +0 -40
  1003. data/spec/models/work_order_entry_contact_resource_message_spec.rb +0 -44
  1004. data/spec/models/work_order_line_item_message_spec.rb +0 -52
  1005. data/spec/models/work_order_line_item_save_message_spec.rb +0 -52
  1006. data/spec/models/work_order_message_spec.rb +0 -110
  1007. data/spec/models/work_order_post_message_spec.rb +0 -98
  1008. data/spec/models/work_order_put_message_spec.rb +0 -86
  1009. data/spec/models/work_order_search_message_spec.rb +0 -158
  1010. data/spec/models/work_order_task_message_spec.rb +0 -88
  1011. data/spec/models/work_order_task_post_message_spec.rb +0 -78
@@ -1,279 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Buildium::RentalUnitsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'RentalUnitsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::RentalUnitsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of RentalUnitsApi' do
30
- it 'should create an instance of RentalUnitsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::RentalUnitsApi)
32
- end
33
- end
34
-
35
- # unit tests for create_rental_unit
36
- # Create a unit
37
- # Creates a rental unit. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
38
- # @param rental_units_post_message
39
- # @param [Hash] opts the optional parameters
40
- # @return [RentalUnitMessage]
41
- describe 'create_rental_unit test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for create_rental_unit_image_upload_file_request_async
48
- # Upload a unit image
49
- # Uploads an image and associates it to the specified unit record. &lt;br /&gt;&lt;br /&gt;Uploading a file requires making two API requests. Each step is outlined below. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 1 - Save file metadata&lt;/strong&gt;&lt;br /&gt; The first step in the file upload process is to submit the file metadata to &#x60;/v1/rentals/units/{unitId:int}/images/uploadrequests&#x60;. The response of this call will contain a URL and a collection of form data that will be used in step 2 to generate the request for the file binary upload. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; The response data will expire after 5 minutes. The file metadata will not be saved in the Buildium system if step 2 of this process is not completed successfully. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 2 - Upload the file binary&lt;/strong&gt;&lt;br /&gt; Uploading the file binary will require using the response from step 1 to form a POST request to the Buildium file provider. Follow these steps to create the request: &lt;br /&gt; 1. Form a POST request using the value of the &#x60;BucketUrl&#x60; property as the URL. &lt;br /&gt;&lt;br /&gt; 2. Set the &#x60;Content-Type&#x60; header to &#x60;multipart/form-data&#x60;. &lt;br /&gt;&lt;br /&gt; 3. Copy the fields from the &#x60;FormData&#x60; property to this request as form-data key/value pairs. &lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; These values must added to the request form-data in the order they were received in the response. &lt;br /&gt;&lt;br /&gt; 4. Lastly create a form-data key named &#x60;file&#x60; and set the value to the file binary. &lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; This must be the last field in the form-data list. &lt;br /&gt;&lt;br /&gt;This image shows what the POST request should look like if you&#39;re using Postman: &lt;img src&#x3D;\&quot;file-upload-example.png\&quot; /&gt;&lt;br /&gt;&lt;br /&gt; 5. Send the POST request! A successful request will return with a &#x60;204 - NO CONTENT&#x60; HTTP response code. For any failure responses, please refer to &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses\&quot;&gt;AWS documentation&lt;/a&gt; on REST error responses. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; The file identifier is not generated in this response. To retrieve the file identifier, call &#x60;/v1/files&#x60; and pass the &#x60;PhysicalFileName&#x60; value received from the response of this endpoint into the &#x60;physicalfilenames&#x60; query parameter. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
50
- # @param unit_id
51
- # @param listing_entity_file_post_message
52
- # @param [Hash] opts the optional parameters
53
- # @return [FileUploadTicketMessage]
54
- describe 'create_rental_unit_image_upload_file_request_async test' do
55
- it 'should work' do
56
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
- end
58
- end
59
-
60
- # unit tests for create_rental_unit_note
61
- # Create a note
62
- # Creates a rental unit note. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
63
- # @param unit_id
64
- # @param note_post_message
65
- # @param [Hash] opts the optional parameters
66
- # @return [NoteMessage]
67
- describe 'create_rental_unit_note test' do
68
- it 'should work' do
69
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
- end
71
- end
72
-
73
- # unit tests for create_unit_video_link_request
74
- # Create an image for a unit using a video link
75
- # Creates an image for a rental unit using a video link. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
76
- # @param unit_id
77
- # @param video_link_request_post_message
78
- # @param [Hash] opts the optional parameters
79
- # @return [RentalUnitImageMessage]
80
- describe 'create_unit_video_link_request test' do
81
- it 'should work' do
82
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
83
- end
84
- end
85
-
86
- # unit tests for delete_rental_unit_image
87
- # Delete a unit image
88
- # Deletes a unit image. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &#x60;Delete&#x60;
89
- # @param unit_id
90
- # @param image_id
91
- # @param [Hash] opts the optional parameters
92
- # @return [nil]
93
- describe 'delete_rental_unit_image test' do
94
- it 'should work' do
95
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
96
- end
97
- end
98
-
99
- # unit tests for get_all_rental_units
100
- # Retrieve all units
101
- # Retrieves a list of rental property units. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60;
102
- # @param [Hash] opts the optional parameters
103
- # @option opts [Array<Integer>] :propertyids Filters results to rental units that belong to the specified set of property ids.
104
- # @option opts [Time] :lastupdatedfrom Filters results to any rental units that were updated on or after the specified date. The value must be in UTC and formatted as YYYY-MM-DDTHH:MM:SSZ.
105
- # @option opts [Time] :lastupdatedto Filters results to any rental units that were updated on or before the specified date. The value must be in UTC and formatted as YYYY-MM-DDTHH:MM:SSZ.
106
- # @option opts [String] :orderby &#x60;orderby&#x60; indicates the field(s) and direction to sort the results in the response. See &lt;a href&#x3D;\&quot;#section/API-Overview/Bulk-Request-Options\&quot;&gt;Bulk Request Options&lt;/a&gt; for more information.
107
- # @option opts [Integer] :offset &#x60;offset&#x60; indicates the position of the first record to return. The &#x60;offset&#x60; is zero-based and the default is 0.
108
- # @option opts [Integer] :limit &#x60;limit&#x60; indicates the maximum number of results to be returned in the response. &#x60;limit&#x60; can range between 1 and 1000 and the default is 50.
109
- # @return [Array<RentalUnitMessage>]
110
- describe 'get_all_rental_units test' do
111
- it 'should work' do
112
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
113
- end
114
- end
115
-
116
- # unit tests for get_features_for_rental_unit_by_id
117
- # Retrieve all amenities
118
- # Retrieves all amenities for a rental unit. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60;
119
- # @param unit_id
120
- # @param [Hash] opts the optional parameters
121
- # @return [RentalUnitFeaturesMessage]
122
- describe 'get_features_for_rental_unit_by_id test' do
123
- it 'should work' do
124
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
125
- end
126
- end
127
-
128
- # unit tests for get_rental_unit_by_id
129
- # Retrieve a unit
130
- # Retrieves a specific rental property unit. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60;
131
- # @param unit_id The rental unit identifier.
132
- # @param [Hash] opts the optional parameters
133
- # @return [RentalUnitMessage]
134
- describe 'get_rental_unit_by_id test' do
135
- it 'should work' do
136
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
137
- end
138
- end
139
-
140
- # unit tests for get_rental_unit_image_by_id
141
- # Retrieve a unit image
142
- # Retrieves a unit image. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60;
143
- # @param unit_id
144
- # @param image_id
145
- # @param [Hash] opts the optional parameters
146
- # @return [RentalUnitImageMessage]
147
- describe 'get_rental_unit_image_by_id test' do
148
- it 'should work' do
149
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
150
- end
151
- end
152
-
153
- # unit tests for get_rental_unit_image_download_url_by_id
154
- # Download a unit image
155
- # Use this endpoint to create a temporary URL that can be used to download a unit image. This URL expires after 5 minutes. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60;
156
- # @param unit_id
157
- # @param image_id
158
- # @param [Hash] opts the optional parameters
159
- # @return [FileDownloadMessage]
160
- describe 'get_rental_unit_image_download_url_by_id test' do
161
- it 'should work' do
162
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
163
- end
164
- end
165
-
166
- # unit tests for get_rental_unit_images
167
- # Retrieve all unit images
168
- # Retrieves all images for a unit. Note this endpoint will only return file metadata such as file names and descriptions. To download files make requests to the [Download File](#tag/Rental-Units/operation/GetRentalUnitImageDownloadUrlById) endpoint. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60;
169
- # @param unit_id
170
- # @param [Hash] opts the optional parameters
171
- # @option opts [String] :orderby &#x60;orderby&#x60; indicates the field(s) and direction to sort the results in the response. See &lt;a href&#x3D;\&quot;#section/API-Overview/Bulk-Request-Options\&quot;&gt;Bulk Request Options&lt;/a&gt; for more information.
172
- # @option opts [Integer] :offset &#x60;offset&#x60; indicates the position of the first record to return. The &#x60;offset&#x60; is zero-based and the default is 0.
173
- # @option opts [Integer] :limit &#x60;limit&#x60; indicates the maximum number of results to be returned in the response. &#x60;limit&#x60; can range between 1 and 1000 and the default is 50.
174
- # @return [Array<RentalUnitImageMessage>]
175
- describe 'get_rental_unit_images test' do
176
- it 'should work' do
177
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
178
- end
179
- end
180
-
181
- # unit tests for get_rental_unit_note_by_note_id
182
- # Retrieve a note
183
- # Retrieves a rental unit note. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60;
184
- # @param unit_id
185
- # @param note_id
186
- # @param [Hash] opts the optional parameters
187
- # @return [NoteMessage]
188
- describe 'get_rental_unit_note_by_note_id test' do
189
- it 'should work' do
190
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
191
- end
192
- end
193
-
194
- # unit tests for get_rental_unit_notes
195
- # Retrieve all notes
196
- # Retrieves all rental unit notes. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60;
197
- # @param unit_id
198
- # @param [Hash] opts the optional parameters
199
- # @option opts [Time] :updateddatetimefrom Filters results to any note whose updated date and time are greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
200
- # @option opts [Time] :updateddatetimeto Filters results to any note whose updated date and time are less than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
201
- # @option opts [Integer] :lastupdatedbyuserid Filters results to only notes that were last updated by the specified user identifier.
202
- # @option opts [String] :orderby &#x60;orderby&#x60; indicates the field(s) and direction to sort the results in the response. See &lt;a href&#x3D;\&quot;#section/API-Overview/Bulk-Request-Options\&quot;&gt;Bulk Request Options&lt;/a&gt; for more information.
203
- # @option opts [Integer] :offset &#x60;offset&#x60; indicates the position of the first record to return. The &#x60;offset&#x60; is zero-based and the default is 0.
204
- # @option opts [Integer] :limit &#x60;limit&#x60; indicates the maximum number of results to be returned in the response. &#x60;limit&#x60; can range between 1 and 1000 and the default is 50.
205
- # @return [Array<NoteMessage>]
206
- describe 'get_rental_unit_notes test' do
207
- it 'should work' do
208
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
209
- end
210
- end
211
-
212
- # unit tests for reorder_rental_unit_images
213
- # Update unit image order
214
- # Updates the image display order within the Buildium web application and in any associated rental listings. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
215
- # @param unit_id
216
- # @param image_reorder_request_put_message
217
- # @param [Hash] opts the optional parameters
218
- # @return [Array<RentalUnitImageMessage>]
219
- describe 'reorder_rental_unit_images test' do
220
- it 'should work' do
221
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
222
- end
223
- end
224
-
225
- # unit tests for update_note_for_rental_unit
226
- # Update a note
227
- # Updates a rental unit note. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Any field not included in the update request will be set to either an empty string or &#x60;null&#x60; in the database depending on the field definition. &lt;br /&gt;The recommended workflow to ensure no data is inadvertently overwritten is to execute a &#x60;GET&#x60; request for the resource you&#39;re about to update and then use this response to fill any of the fields that are not being updated. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
228
- # @param unit_id
229
- # @param note_id
230
- # @param note_put_message
231
- # @param [Hash] opts the optional parameters
232
- # @return [NoteMessage]
233
- describe 'update_note_for_rental_unit test' do
234
- it 'should work' do
235
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
236
- end
237
- end
238
-
239
- # unit tests for update_rental_unit
240
- # Update a unit
241
- # Updates a rental unit. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Any field not included in the update request will be set to either an empty string or &#x60;null&#x60; in the database depending on the field definition. &lt;br /&gt;The recommended workflow to ensure no data is inadvertently overwritten is to execute a &#x60;GET&#x60; request for the resource you&#39;re about to update and then use this response to fill any of the fields that are not being updated. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
242
- # @param unit_id The identifier of the unit to update.
243
- # @param rental_unit_put_message
244
- # @param [Hash] opts the optional parameters
245
- # @return [RentalUnitMessage]
246
- describe 'update_rental_unit test' do
247
- it 'should work' do
248
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
249
- end
250
- end
251
-
252
- # unit tests for update_rental_unit_features
253
- # Update amenities
254
- # Updates the amenities for a rental unit. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Any field not included in the update request will be set to either an empty string or &#x60;null&#x60; in the database depending on the field definition. &lt;br /&gt;The recommended workflow to ensure no data is inadvertently overwritten is to execute a &#x60;GET&#x60; request for the resource you&#39;re about to update and then use this response to fill any of the fields that are not being updated. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Rental properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
255
- # @param unit_id
256
- # @param rental_unit_features_put_message
257
- # @param [Hash] opts the optional parameters
258
- # @return [RentalUnitFeaturesMessage]
259
- describe 'update_rental_unit_features test' do
260
- it 'should work' do
261
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
262
- end
263
- end
264
-
265
- # unit tests for update_rental_unit_image
266
- # Update a unit image
267
- # Updates a unit image. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Properties and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
268
- # @param unit_id
269
- # @param image_id
270
- # @param rental_unit_image_put_message
271
- # @param [Hash] opts the optional parameters
272
- # @return [RentalImageMessage]
273
- describe 'update_rental_unit_image test' do
274
- it 'should work' do
275
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
276
- end
277
- end
278
-
279
- end
@@ -1,101 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Buildium::ResidentCenterApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'ResidentCenterApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::ResidentCenterApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of ResidentCenterApi' do
30
- it 'should create an instance of ResidentCenterApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::ResidentCenterApi)
32
- end
33
- end
34
-
35
- # unit tests for get_resident_center_users
36
- # Retrieve all resident center users
37
- # Retrieves all resident center users for both rentals and associations. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Communications &amp;gt; Resident Center Users&lt;/span&gt; - &#x60;View&#x60; &lt;br /&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Tenants&lt;/span&gt; - &#x60;View&#x60; is required to retrieve resident center users that are tenants. &lt;br /&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60; is required to retrieve resident center users that are association owners.
38
- # @param [Hash] opts the optional parameters
39
- # @option opts [Array<Integer>] :unitagreementids Filters results to any resident center user who is associated with the specified lease and/or association ownership account identifiers.
40
- # @option opts [Array<Integer>] :userids Filters results to any resident center user with the specified tenant and/or association owner identifiers.
41
- # @option opts [Array<String>] :usertypes Filters results to any resident center user with the specified types.
42
- # @option opts [Array<String>] :residentcenteruserstatuses Filters results to any resident center user with the specified resident center user statuses.
43
- # @option opts [Boolean] :isautopayenabled If true, filters results to any resident center users who have automatic payments scheduled for the future. If false, filters results to any resident center users who do not have automatic payments scheduled for the future. If not provided, will not filter results based on automatic payments.
44
- # @option opts [String] :orderby &#x60;orderby&#x60; indicates the field(s) and direction to sort the results in the response. See &lt;a href&#x3D;\&quot;#section/API-Overview/Bulk-Request-Options\&quot;&gt;Bulk Request Options&lt;/a&gt; for more information.
45
- # @option opts [Integer] :offset &#x60;offset&#x60; indicates the position of the first record to return. The &#x60;offset&#x60; is zero-based and the default is 0.
46
- # @option opts [Integer] :limit &#x60;limit&#x60; indicates the maximum number of results to be returned in the response. &#x60;limit&#x60; can range between 1 and 1000 and the default is 50.
47
- # @return [Array<ResidentCenterUserMessage>]
48
- describe 'get_resident_center_users test' do
49
- it 'should work' do
50
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
51
- end
52
- end
53
-
54
- # unit tests for get_retail_cash_user
55
- # Retrieve a retail cash user
56
- # Retrieves a retail cash user. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Tenants&lt;/span&gt; - &#x60;View&#x60; OR &lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt; Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60;
57
- # @param user_id
58
- # @param unit_agreement_id
59
- # @param [Hash] opts the optional parameters
60
- # @return [RetailCashUserMessage]
61
- describe 'get_retail_cash_user test' do
62
- it 'should work' do
63
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
- end
65
- end
66
-
67
- # unit tests for get_retail_cash_users
68
- # Retrieve all retail cash users
69
- # Retrieves all retail cash users. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Tenants&lt;/span&gt; - &#x60;View&#x60; OR &lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt; Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60;
70
- # @param [Hash] opts the optional parameters
71
- # @option opts [Integer] :entityid Filters results to any users associated with the specified entity id value. The value must be of the type specified in the &#x60;EntityType&#x60; field.
72
- # @option opts [String] :entitytype Specifies the type of entity that the &#x60;EntityId&#x60; field refers to. This field is required if the &#x60;EntityId&#x60; field is provided.
73
- # @option opts [Array<String>] :statuses Filters results to any users whose lease is in one of the provided statuses.
74
- # @option opts [String] :name Filters results to any users whose name *contains* the specified value.
75
- # @option opts [String] :unitaddress Filters results to any users whose unit address *contains* the specified value.
76
- # @option opts [Boolean] :isaccountcreated Filters results to any users whose retail cash account is created.
77
- # @option opts [String] :orderby &#x60;orderby&#x60; indicates the field(s) and direction to sort the results in the response. See &lt;a href&#x3D;\&quot;#section/API-Overview/Bulk-Request-Options\&quot;&gt;Bulk Request Options&lt;/a&gt; for more information.
78
- # @option opts [Integer] :offset &#x60;offset&#x60; indicates the position of the first record to return. The &#x60;offset&#x60; is zero-based and the default is 0.
79
- # @option opts [Integer] :limit &#x60;limit&#x60; indicates the maximum number of results to be returned in the response. &#x60;limit&#x60; can range between 1 and 1000 and the default is 50.
80
- # @return [Array<RetailCashUserMessage>]
81
- describe 'get_retail_cash_users test' do
82
- it 'should work' do
83
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
- end
85
- end
86
-
87
- # unit tests for update_retail_cash_user
88
- # Update a retail cash user
89
- # Updates a retail cash user. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Rentals &amp;gt; Tenants&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; OR &lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt; Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
90
- # @param user_id
91
- # @param unit_agreement_id
92
- # @param retail_cash_user_put_message
93
- # @param [Hash] opts the optional parameters
94
- # @return [RetailCashUserMessage]
95
- describe 'update_retail_cash_user test' do
96
- it 'should work' do
97
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
- end
99
- end
100
-
101
- end
@@ -1,99 +0,0 @@
1
- =begin
2
- #Open API, powered by Buildium
3
-
4
- # # Introduction ### Welcome! Welcome to Buildium’s API—a powerful, RESTful programming interface that lets you leverage valuable Buildium data. Using HTTP requests, you can create integrations with applications that specialize in accounting, lead tracking, and more. Enjoy greater flexibility, transparency, and control over your business! ### What's in this Guide? This guide is full of simple, easy-to-follow instructions that’ll help you use Buildium’s API like a pro. Topics include: * choosing the right resources for your use case * making HTTP requests to any resource * understanding data and response codes <br /> # Getting Started Excited to get going? We’ll walk you through the setup process. > **Note:** To take advantage of the Buildium Open API you must have a <a target=\"_blank\" href=\"https://www.buildium.com/pricing/\">**Premium Subscription**</a>. ## Account Configuration Before you can use Buildium’s API, you’ll need to make some tweaks to your account settings. <br /> ### Enabling the API In order to start creating your keys and making requests, you’ll need to enable the API. > **Tip:** You’ll need an administrator user role with access to ***Application settings*** to set things up properly. <br /> ​ **Let's Begin!** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Application settings***. 3. Under ***System preferences***, click ***Api settings***. A modal will appear. 4. Click the ***Open API*** toggle to turn it on. Then click ***Save***. <video width=\"100%\" autoplay loop muted> <source src=\"enable_open_api.mp4\" type=\"video/mp4\" /> </video> Congratulations! Your account's enabled. Now, you’re ready to start managing API keys. <br /> <br /> If you are having issues enabling the API within your account you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## API Keys Account-level API keys authenticate every request and keep things secure. API keys have two components: a “client ID” and a “secret”. * **Client IDs** are similar to usernames. They’re used to identify your Buildium account and are safe to share. * **Secrets** are similar to passwords. They must be kept confidential. Whenever you make a request, you’ll need the API key’s client ID and secret. If you forget it, make a mistake, or try to use information that’s linked to a deleted key, the API will return a `401` response code. > **Tip:** We compiled a list of best practices that detail how securely store API keys. [Give it a read](#section/Getting-Started/Keeping-API-Keys-Safe)! ## Creating API Keys Now that the Open APi is enabled, you’ll be able to create API keys. You’re almost there! > **Tip:** You’ll need an administrator user role to complete this step, too. <br /> **How to create an API key** 1. Sign in to your [Buildium](https://signin.managebuilding.com/manager/public/authentication/login?ReturnUrl=%2Fmanager%2F) account from your browser. 2. Open the ***Settings*** menu and click ***Developer Tools***. The page will open automatically. 3. Click the ***Create API Key*** button. A modal will appear. 4. Enter a clear, memorable name and description for your API key. It’ll make it easier to locate the right key when you make a request. Once finished, click **Next**. 5. Now, choose which pieces of Buildium data you want this API key to have access to by marking the corresponding checkboxes. Once finished, click **Next**. 6. You successfully created an API key! > **Important:** This is your only chance to record the secret. Make sure it’s stored somewhere secure! If it’s forgotten, you’ll need to delete this key and start from scratch. <br /> <video width=\"100%\" autoplay loop muted> <source src=\"generate_open_api_key.mp4\" type=\"video/mp4\" /> </video> <br /> You have now successfully created an API key and have everything you need to send requests to the Buildium API! Before moving on to [making your first request](#section/Getting-Started/How-to-Make-a-Request) please review [Keeping your Keys Safe](#section/Getting-Started/Keeping-your-Keys-Safe) for an overview on securely storing your API keys. <br /> If you are having issues creating API keys you can submit a [Support](#section/API-Overview/Support) request for assistance. <br /> ## Keeping API Keys Safe Based on their permissions, API keys could have full access to your account’s Buildium data. It’s important that you only grant access to trusted applications, securely record secrets, and consider a password manager to stay organized. ### Recommended Practices - Avoid hard-coding client IDs and secrets inside source files. - Avoid storing client IDs and secrets in any files that may be committed to source control, particularly cloud-based source control platforms. - Apply restrictions to client IDs and secrets shared with your staff. You can restrict a key to particular Buildium entities or to read-only access (GET resources only). - Avoid sharing client IDs and secrets across public, insecure platforms. - Establish a process to regularly recreate your client IDs and secrets from your Buildium account. <br /> <br /> ## How to Make a Request You’ve done a great job setting up your account, Now, we’ll walk you through how to access your data. It’s very straightforward and should only take a few minutes! > **Tip:** Looking for the right HTTP client? If you’re just getting started, we recommend Postman. <br /> ### Let's Get Started! #### Step 1: Get Your API Key If you haven't yet done so, obtain your API key client ID and secret from your Buildium account. Your API key is how the Buildium API authenticates requests and ensures only you can access your data. See [Getting Started](#section/Getting-Started) for a deeper dive into enabling the API and creating keys. #### Step 2: Install a HTTP client The Buildium API supports any standard HTTP client. If you're looking for a user-friendly HTTP client application, we recommend [Postman](https://www.postman.com/product/api-client) – it allows you to access the Buildium API without writing code. We’ll use Postman for our example below to demonstrate sending an API request. #### Step 3: Make a Sample Request Let's dive in and make a simple request to get all the [Rental Properties](#operation/RentalsGetAllGLAccounts) response message now includes the property `IsBankAccount`. This is a boolean property that indicates whether the general ledger account is also a bank account. * A `Country` property has been added to all Address messages. This property contains an enumeration indicating the country of the address.
5
-
6
- The version of the OpenAPI document: v1
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Buildium::ResidentRequestsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'ResidentRequestsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::ResidentRequestsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of ResidentRequestsApi' do
30
- it 'should create an instance of ResidentRequestsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::ResidentRequestsApi)
32
- end
33
- end
34
-
35
- # unit tests for create_resource
36
- # Create a resident request
37
- # Creates a resident request. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Tasks &amp;gt; Tasks&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
38
- # @param resident_request_task_post_message
39
- # @param [Hash] opts the optional parameters
40
- # @return [ResidentRequestTaskMessage]
41
- describe 'create_resource test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for get_resident_request_task
48
- # Retrieve a resident request
49
- # Retrieves a specific resident request. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Tasks &amp;gt; Tasks&lt;/span&gt; - &#x60;View&#x60;
50
- # @param resident_request_task_id The resident request identifier.
51
- # @param [Hash] opts the optional parameters
52
- # @return [ResidentRequestTaskMessage]
53
- describe 'get_resident_request_task test' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- # unit tests for get_resident_request_tasks
60
- # Retrieve all resident requests
61
- # Retrieves a list of resident requests. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Tasks &amp;gt; Tasks&lt;/span&gt; - &#x60;View&#x60;
62
- # @param [Hash] opts the optional parameters
63
- # @option opts [String] :entitytype Specifies the type of entity that the &#x60;EntityId&#x60; field refers to. This field is required if the &#x60;EntityId&#x60; field is populated.
64
- # @option opts [Integer] :entityid Filters results to any task associated with the specified entity id value. The value must be of the type specified in the &#x60;EntityType&#x60; field.
65
- # @option opts [Array<String>] :statuses Filters results by the status of the task. If no status is specified, tasks with any status will be returned.
66
- # @option opts [Integer] :unitid Filters results to any task associated with the unit identifier.
67
- # @option opts [Integer] :unitagreementid Filters results to any task associated with the unit agreement identifier specified.
68
- # @option opts [Date] :lastupdatedfrom Filters results to any tasks were updated on or after the specified date. The value must be formatted as YYYY-MM-DD.
69
- # @option opts [Date] :lastupdatedto Filters results to any tasks were updated on or before the specified date. The value must be formatted as YYYY-MM-DD.
70
- # @option opts [Date] :duedatefrom Filters results to any tasks with a due date on or after the specified date. The value must be formatted as YYYY-MM-DD.
71
- # @option opts [Date] :duedateto Filters results to any tasks with a due date on or before the specified date. The value must be formatted as YYYY-MM-DD.
72
- # @option opts [Integer] :taskcategoryid Filters results to any tasks with the specified category identifier.
73
- # @option opts [Array<String>] :priorities Filters results to any tasks whose priority matches the specified values. If no priority is specified, tasks with any priority will be returned.
74
- # @option opts [Integer] :assignedtoid Filters results to any tasks that have been assigned to the specified staff user identifier.
75
- # @option opts [String] :tasktitle Filters results to any task whose title *contains* the specified value.
76
- # @option opts [String] :orderby &#x60;orderby&#x60; indicates the field(s) and direction to sort the results in the response. See &lt;a href&#x3D;\&quot;#section/API-Overview/Bulk-Request-Options\&quot;&gt;Bulk Request Options&lt;/a&gt; for more information.
77
- # @option opts [Integer] :offset &#x60;offset&#x60; indicates the position of the first record to return. The &#x60;offset&#x60; is zero-based and the default is 0.
78
- # @option opts [Integer] :limit &#x60;limit&#x60; indicates the maximum number of results to be returned in the response. &#x60;limit&#x60; can range between 1 and 1000 and the default is 50.
79
- # @return [Array<ResidentRequestTaskMessage>]
80
- describe 'get_resident_request_tasks test' do
81
- it 'should work' do
82
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
83
- end
84
- end
85
-
86
- # unit tests for update_resource
87
- # Update a resident request
88
- # Update a resident request. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Any field not included in the update request will be set to either an empty string or &#x60;null&#x60; in the database depending on the field definition. &lt;br /&gt;The recommended workflow to ensure no data is inadvertently overwritten is to execute a &#x60;GET&#x60; request for the resource you&#39;re about to update and then use this response to fill any of the fields that are not being updated. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Tasks &amp;gt; Tasks&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
89
- # @param resident_request_task_id The resident request identifier.
90
- # @param resident_request_task_put_message
91
- # @param [Hash] opts the optional parameters
92
- # @return [ResidentRequestTaskMessage]
93
- describe 'update_resource test' do
94
- it 'should work' do
95
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
96
- end
97
- end
98
-
99
- end