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,297 +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::OwnershipAccountTransactionsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'OwnershipAccountTransactionsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::OwnershipAccountTransactionsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of OwnershipAccountTransactionsApi' do
30
- it 'should create an instance of OwnershipAccountTransactionsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::OwnershipAccountTransactionsApi)
32
- end
33
- end
34
-
35
- # unit tests for create_ownership_account_auto_allocated_payment
36
- # Create a payment (auto allocated)
37
- # Creates a payment on the ownership account ledger. Note that the recorded payment will be automatically allocated to the general ledger accounts based on the payment allocation settings. These settings can be found under the Settings &amp;gt; Application Settings &amp;gt; Residents page in your account. If you&#39;d like to specify the general ledger accounts the payment should apply to, please use the &lt;a href&#x3D;\&quot;#operation/CreateOwnershipAccountLedgerPayment\&quot;&gt;Create a payment&lt;/a&gt; endpoint. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
38
- # @param ownership_account_id
39
- # @param ownership_account_auto_allocated_payment_post_message
40
- # @param [Hash] opts the optional parameters
41
- # @return [OwnershipAccountTransactionMessage]
42
- describe 'create_ownership_account_auto_allocated_payment test' do
43
- it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
- end
46
- end
47
-
48
- # unit tests for create_ownership_account_credit
49
- # Create a credit
50
- # Creates a ledger credit. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
51
- # @param ownership_account_id
52
- # @param ownership_account_credit_post_message
53
- # @param [Hash] opts the optional parameters
54
- # @return [OwnershipAccountTransactionMessage]
55
- describe 'create_ownership_account_credit test' do
56
- it 'should work' do
57
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
- end
59
- end
60
-
61
- # unit tests for create_ownership_account_credit_recurring_transaction
62
- # Create a recurring credit
63
- # Creates a recurring credit transaction that will post automatically on the specified ownership account ledger. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
64
- # @param ownership_account_id
65
- # @param credit_recurring_transaction_post_message
66
- # @param [Hash] opts the optional parameters
67
- # @return [OwnershipAccountRecurringCreditMessage]
68
- describe 'create_ownership_account_credit_recurring_transaction test' do
69
- it 'should work' do
70
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
- end
72
- end
73
-
74
- # unit tests for create_ownership_account_deposit_withholding
75
- # Create a deposit withholding
76
- # Withholds an association owner deposit by reallocating the funds from a liability account to an income account to cover an expense(s). &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Accounting &amp;gt; General Ledger Accounts&lt;/span&gt; - &#x60;View&#x60;
77
- # @param ownership_account_id
78
- # @param ownership_account_deposit_withholding_post_message
79
- # @param [Hash] opts the optional parameters
80
- # @return [OwnershipAccountTransactionMessage]
81
- describe 'create_ownership_account_deposit_withholding 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 create_ownership_account_ledger_charge
88
- # Create a charge
89
- # Creates a ledger charge. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &lt;br /&gt;
90
- # @param ownership_account_id The ownership account identifier.
91
- # @param ownership_account_ledger_charge_post_message
92
- # @param [Hash] opts the optional parameters
93
- # @return [OwnershipAccountTransactionMessage]
94
- describe 'create_ownership_account_ledger_charge test' do
95
- it 'should work' do
96
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
- end
98
- end
99
-
100
- # unit tests for create_ownership_account_ledger_payment
101
- # Create a payment
102
- # Creates a ledger payment. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
103
- # @param ownership_account_id
104
- # @param ownership_account_ledger_payment_post_message
105
- # @param [Hash] opts the optional parameters
106
- # @return [OwnershipAccountTransactionMessage]
107
- describe 'create_ownership_account_ledger_payment test' do
108
- it 'should work' do
109
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
- end
111
- end
112
-
113
- # unit tests for create_ownership_account_recurring_payment
114
- # Create a recurring payment
115
- # Creates a recurring payment that will post automatically on the specified ownership account ledger. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
116
- # @param ownership_account_id
117
- # @param payment_recurring_transaction_post_message
118
- # @param [Hash] opts the optional parameters
119
- # @return [OwnershipAccountRecurringPaymentMessage]
120
- describe 'create_ownership_account_recurring_payment test' do
121
- it 'should work' do
122
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
123
- end
124
- end
125
-
126
- # unit tests for create_ownership_account_refund
127
- # Create a refund
128
- # Creates a refund. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Accounting &amp;gt; Bank Accounts&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
129
- # @param ownership_account_id
130
- # @param ownership_account_refund_post_message
131
- # @param [Hash] opts the optional parameters
132
- # @return [OwnershipAccountRefundMessage]
133
- describe 'create_ownership_account_refund test' do
134
- it 'should work' do
135
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
- end
137
- end
138
-
139
- # unit tests for create_ownership_accounts_charge_recurring_transaction
140
- # Create a recurring charge
141
- # Creates a recurring charge transaction that will post automatically on the specified ownership account ledger. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
142
- # @param ownership_account_id
143
- # @param charge_recurring_transaction_post_message
144
- # @param [Hash] opts the optional parameters
145
- # @return [OwnershipAccountChargeRecurringTransactionMessage]
146
- describe 'create_ownership_accounts_charge_recurring_transaction test' do
147
- it 'should work' do
148
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
149
- end
150
- end
151
-
152
- # unit tests for get_association_recurring_transaction
153
- # Retrieve all recurring transactions
154
- # Retrieves all recurring transactions for an ownership account. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60;
155
- # @param ownership_account_id
156
- # @param [Hash] opts the optional parameters
157
- # @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.
158
- # @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.
159
- # @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.
160
- # @return [Array<RecurringTransactionMessage>]
161
- describe 'get_association_recurring_transaction test' do
162
- it 'should work' do
163
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
- end
165
- end
166
-
167
- # unit tests for get_ownership_account_ledger
168
- # Retrieve all transactions
169
- # Retrieves all ledger transactions for a specific ownership account. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60;
170
- # @param ownership_account_id The ownership account identifier.
171
- # @param [Hash] opts the optional parameters
172
- # @option opts [Date] :transactiondatefrom Filters results to any lease transaction whose start date is greater than or equal to the specified value.
173
- # @option opts [Date] :transactiondateto Filters results to any lease transaction whose end date is less than or equal to the specified value.
174
- # @option opts [Array<String>] :transactiontypes Filters results to any lease transaction whose lease transaction type matches the specified status. If no type is specified, lease transactions with any type will be returned.
175
- # @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.
176
- # @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.
177
- # @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.
178
- # @return [Array<OwnershipAccountTransactionMessage>]
179
- describe 'get_ownership_account_ledger test' do
180
- it 'should work' do
181
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
- end
183
- end
184
-
185
- # unit tests for get_ownership_account_outstanding_balances
186
- # Retrieve all outstanding balances
187
- # Retrieves a list of ownership account outstanding balances. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Outstanding Balances&lt;/span&gt; - &#x60;View&#x60;
188
- # @param [Hash] opts the optional parameters
189
- # @option opts [Integer] :associationid Association unique identifier
190
- # @option opts [Array<String>] :ownershipaccountstatuses List of ownership account statuses
191
- # @option opts [Array<Integer>] :ownershipaccountids List of ownership account ids
192
- # @option opts [String] :pastdueemail Status of notification of outstanding balances
193
- # @option opts [String] :balanceduration Duration of outstanding balances
194
- # @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.
195
- # @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.
196
- # @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.
197
- # @return [Array<OwnershipAccountOutstandingBalanceMessage>]
198
- describe 'get_ownership_account_outstanding_balances test' do
199
- it 'should work' do
200
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
201
- end
202
- end
203
-
204
- # unit tests for get_ownership_account_recurring_credit_by_id
205
- # Retrieve a recurring credit
206
- # Retrieves a recurring credit. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60;
207
- # @param ownership_account_id
208
- # @param transaction_id
209
- # @param [Hash] opts the optional parameters
210
- # @return [OwnershipAccountRecurringCreditMessage]
211
- describe 'get_ownership_account_recurring_credit_by_id test' do
212
- it 'should work' do
213
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
214
- end
215
- end
216
-
217
- # unit tests for get_ownership_account_refund_by_id
218
- # Retrieve a refund
219
- # Retrieves a refund. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Accounting &amp;gt; Bank Accounts&lt;/span&gt; - &#x60;View&#x60;
220
- # @param ownership_account_id
221
- # @param refund_id
222
- # @param [Hash] opts the optional parameters
223
- # @return [OwnershipAccountRefundMessage]
224
- describe 'get_ownership_account_refund_by_id test' do
225
- it 'should work' do
226
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
227
- end
228
- end
229
-
230
- # unit tests for get_ownership_account_transaction_by_id
231
- # Retrieve a transaction
232
- # Retrieves a specific ownership account ledger transaction. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60;
233
- # @param ownership_account_id The ownership account identifier.
234
- # @param transaction_id The transaction identifier.
235
- # @param [Hash] opts the optional parameters
236
- # @return [OwnershipAccountTransactionMessage]
237
- describe 'get_ownership_account_transaction_by_id test' do
238
- it 'should work' do
239
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
240
- end
241
- end
242
-
243
- # unit tests for get_ownership_accounts_charge_recurring_transaction_by_id
244
- # Retrieve a recurring charge
245
- # Retrieves a recurring charge. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60;
246
- # @param ownership_account_id
247
- # @param transaction_id
248
- # @param [Hash] opts the optional parameters
249
- # @return [OwnershipAccountChargeRecurringTransactionMessage]
250
- describe 'get_ownership_accounts_charge_recurring_transaction_by_id test' do
251
- it 'should work' do
252
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
253
- end
254
- end
255
-
256
- # unit tests for get_recurring_ownership_account_payments_by_id
257
- # Retrieve a recurring payment
258
- # Retrieves a recurring payment. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60;
259
- # @param ownership_account_id
260
- # @param payment_id
261
- # @param [Hash] opts the optional parameters
262
- # @return [OwnershipAccountRecurringPaymentMessage]
263
- describe 'get_recurring_ownership_account_payments_by_id test' do
264
- it 'should work' do
265
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
266
- end
267
- end
268
-
269
- # unit tests for update_ownership_account_charge
270
- # Update a charge
271
- # Updates a charge. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &lt;br /&gt;
272
- # @param ownership_account_id The ownership account identifier.
273
- # @param charge_id The charge identifier.
274
- # @param ownership_account_ledger_charge_put_message
275
- # @param [Hash] opts the optional parameters
276
- # @return [OwnershipAccountTransactionMessage]
277
- describe 'update_ownership_account_charge test' do
278
- it 'should work' do
279
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
280
- end
281
- end
282
-
283
- # unit tests for update_ownership_account_ledger_payment
284
- # Update a payment
285
- # Updates a ledger payment. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
286
- # @param ownership_account_id
287
- # @param payment_id
288
- # @param ownership_account_ledger_payment_put_message
289
- # @param [Hash] opts the optional parameters
290
- # @return [OwnershipAccountTransactionMessage]
291
- describe 'update_ownership_account_ledger_payment test' do
292
- it 'should work' do
293
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
294
- end
295
- end
296
-
297
- end
@@ -1,151 +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::OwnershipAccountsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'OwnershipAccountsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::OwnershipAccountsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of OwnershipAccountsApi' do
30
- it 'should create an instance of OwnershipAccountsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::OwnershipAccountsApi)
32
- end
33
- end
34
-
35
- # unit tests for create_association_ownership_account
36
- # Create an ownership account
37
- # Creates an ownership account. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership accounts&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &lt;br /&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Owners&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
38
- # @param association_ownership_account_post_message
39
- # @param [Hash] opts the optional parameters
40
- # @return [AssociationOwnershipAccountMessage]
41
- describe 'create_association_ownership_account 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_association_ownership_account_note
48
- # Create a note
49
- # Creates a new ownership account note. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership accounts&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
50
- # @param ownership_account_id
51
- # @param note_post_message
52
- # @param [Hash] opts the optional parameters
53
- # @return [NoteMessage]
54
- describe 'create_association_ownership_account_note 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 get_all_ownership_accounts
61
- # Retrieve all ownership accounts
62
- # Retrieves a list of ownership accounts. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership accounts&lt;/span&gt; - &#x60;View&#x60;
63
- # @param [Hash] opts the optional parameters
64
- # @option opts [Array<Integer>] :ids Filters results to the specified set of ids.
65
- # @option opts [Array<Integer>] :associationids Filters results to any ownership accounts who belong to the specified set of association ids.
66
- # @option opts [String] :unitorowner Filters results to any association whose unit or owner *contains* the specified value.
67
- # @option opts [Date] :datefrom Filters results to any ownership account whose start date is greater than or equal to the specified value.
68
- # @option opts [Date] :dateto Filters results to any ownership account whose start date is less than or equal to the specified value.
69
- # @option opts [Array<String>] :status Filters results by the status of the association. If no status is specified, &#x60;active&#x60;, &#x60;past&#x60; and &#x60;future&#x60; associations will be returned.
70
- # @option opts [Array<String>] :delinquencystatuses Filters results by the delinquency status of the ownership account. If no status is specified, ownership accounts of any delinquency status will be returned.
71
- # @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.
72
- # @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.
73
- # @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.
74
- # @return [Array<AssociationOwnershipAccountMessage>]
75
- describe 'get_all_ownership_accounts test' do
76
- it 'should work' do
77
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
- end
79
- end
80
-
81
- # unit tests for get_association_ownership_account_note_by_note_id
82
- # Retrieve a note
83
- # Retrieves an ownership account note. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; OwnershipAccounts&lt;/span&gt; - &#x60;View&#x60;
84
- # @param ownership_account_id
85
- # @param note_id
86
- # @param [Hash] opts the optional parameters
87
- # @return [NoteMessage]
88
- describe 'get_association_ownership_account_note_by_note_id test' do
89
- it 'should work' do
90
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
- end
92
- end
93
-
94
- # unit tests for get_association_ownership_account_notes
95
- # Retrieve all notes
96
- # Retrieves notes for an ownership account. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; OwnershipAccounts&lt;/span&gt; - &#x60;View&#x60;
97
- # @param ownership_account_id
98
- # @param [Hash] opts the optional parameters
99
- # @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.
100
- # @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.
101
- # @option opts [Integer] :lastupdatedbyuserid Filters results to only notes that were last updated by the specified user identifier.
102
- # @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.
103
- # @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.
104
- # @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.
105
- # @return [Array<NoteMessage>]
106
- describe 'get_association_ownership_account_notes test' do
107
- it 'should work' do
108
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
- end
110
- end
111
-
112
- # unit tests for get_ownership_account_by_id
113
- # Retrieve an ownership account
114
- # Retrieves a specific ownership account. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership accounts&lt;/span&gt; - &#x60;View&#x60;
115
- # @param ownership_account_id The ownership account identifier.
116
- # @param [Hash] opts the optional parameters
117
- # @return [AssociationOwnershipAccountMessage]
118
- describe 'get_ownership_account_by_id test' do
119
- it 'should work' do
120
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
- end
122
- end
123
-
124
- # unit tests for update_association_ownership_account
125
- # Update an ownership account
126
- # Updates an ownership account. &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;Associations &amp;gt; Ownership accounts&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
127
- # @param ownership_account_id
128
- # @param association_ownership_account_put_message
129
- # @param [Hash] opts the optional parameters
130
- # @return [AssociationOwnershipAccountMessage]
131
- describe 'update_association_ownership_account test' do
132
- it 'should work' do
133
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
- end
135
- end
136
-
137
- # unit tests for update_association_ownership_account_note
138
- # Update a note
139
- # Updates an association ownership account 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;Associations &amp;gt; Ownership Accounts&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
140
- # @param ownership_account_id
141
- # @param note_id
142
- # @param note_put_message
143
- # @param [Hash] opts the optional parameters
144
- # @return [NoteMessage]
145
- describe 'update_association_ownership_account_note test' do
146
- it 'should work' do
147
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
148
- end
149
- end
150
-
151
- end
@@ -1,88 +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::PropertyGroupsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'PropertyGroupsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::PropertyGroupsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of PropertyGroupsApi' do
30
- it 'should create an instance of PropertyGroupsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::PropertyGroupsApi)
32
- end
33
- end
34
-
35
- # unit tests for create_property_group
36
- # Create a property group
37
- # Creates a property group. &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 or&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Associations and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
38
- # @param property_group_post_message
39
- # @param [Hash] opts the optional parameters
40
- # @return [PropertyGroupMessage]
41
- describe 'create_property_group 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_property_group_by_id
48
- # Retrieve a property group
49
- # Retrieves a property group. &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 or&lt;/span&gt; - &#x60;View&#x60; &lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Associations and units&lt;/span&gt; - &#x60;View&#x60;
50
- # @param property_group_id
51
- # @param [Hash] opts the optional parameters
52
- # @return [PropertyGroupMessage]
53
- describe 'get_property_group_by_id 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_property_groups
60
- # Retrieve all property groups
61
- # Retrieves all property groups. &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 or&lt;/span&gt; - &#x60;View&#x60; &lt;br /&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Associations and units&lt;/span&gt; - &#x60;View&#x60;
62
- # @param [Hash] opts the optional parameters
63
- # @option opts [Array<Integer>] :propertyids Filters results to property groups that contain any of the specified property ids.
64
- # @option opts [String] :nameordescription Filters results to any property group whose name or description contains the specified value.
65
- # @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.
66
- # @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.
67
- # @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.
68
- # @return [Array<PropertyGroupMessage>]
69
- describe 'get_property_groups test' do
70
- it 'should work' do
71
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
- end
73
- end
74
-
75
- # unit tests for update_property_group
76
- # Update a property group
77
- # Updates a property group. &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 or&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Associations and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
78
- # @param property_group_id
79
- # @param property_group_put_message
80
- # @param [Hash] opts the optional parameters
81
- # @return [PropertyGroupMessage]
82
- describe 'update_property_group test' do
83
- it 'should work' do
84
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
- end
86
- end
87
-
88
- end