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,214 +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::BillsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'BillsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::BillsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of BillsApi' do
30
- it 'should create an instance of BillsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::BillsApi)
32
- end
33
- end
34
-
35
- # unit tests for create_bill
36
- # Create a bill
37
- # Creates a bill. &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; Bills&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
38
- # @param bill_post_message
39
- # @param [Hash] opts the optional parameters
40
- # @return [BillMessage]
41
- describe 'create_bill 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_bill_payment
48
- # Create a bill payment
49
- # Creates a bill payment. &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; Bills&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Accounting &amp;gt; Bank Accounts&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
50
- # @param bill_id
51
- # @param bill_payment_post_message
52
- # @param [Hash] opts the optional parameters
53
- # @return [BillPaymentMessage]
54
- describe 'create_bill_payment test' do
55
- it 'should work' do
56
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
- end
58
- end
59
-
60
- # unit tests for create_multiple_bill_payments
61
- # Create a payment for multiple bills with one check
62
- # Creates a payment for multiple bills with one check. &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; Bills&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Accounting &amp;gt; Bank Accounts&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
63
- # @param multiple_bill_payments_post_message
64
- # @param [Hash] opts the optional parameters
65
- # @return [BillPaymentMessage]
66
- describe 'create_multiple_bill_payments test' do
67
- it 'should work' do
68
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
69
- end
70
- end
71
-
72
- # unit tests for create_upload_file_request
73
- # Upload a bill file
74
- # Uploads a file and associates it to the specified bill record. &lt;br /&gt;&lt;br /&gt;Uploading a file requires making two API requests. Each step is outlined below. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 1 - Save file metadata&lt;/strong&gt;&lt;br /&gt; The first step in the file upload process is to submit the file metadata to &#x60;/v1/bills/{billId:int}/files/uploadrequests&#x60;. The response of this call will contain a URL and a collection of form data that will be used in step 2 to generate the request for the file binary upload. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; The response data will expire after 5 minutes. The file metadata will not be saved in the Buildium system if step 2 of this process is not completed successfully. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 2 - Upload the file binary&lt;/strong&gt;&lt;br /&gt; Uploading the file binary will require using the response from step 1 to form a POST request to the Buildium file provider. Follow these steps to create the request: &lt;br /&gt; 1. Form a POST request using the value of the &#x60;BucketUrl&#x60; property as the URL. &lt;br /&gt;&lt;br /&gt; 2. Set the &#x60;Content-Type&#x60; header to &#x60;multipart/form-data&#x60;. &lt;br /&gt;&lt;br /&gt; 3. Copy the fields from the &#x60;FormData&#x60; property to this request as form-data key/value pairs. &lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; These values must added to the request form-data in the order they were received in the response. &lt;br /&gt;&lt;br /&gt; 4. Lastly create a form-data key named &#x60;file&#x60; and set the value to the file binary. &lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; This must be the last field in the form-data list. &lt;br /&gt;&lt;br /&gt;This image shows what the POST request should look like if you&#39;re using Postman: &lt;img src&#x3D;\&quot;file-upload-example.png\&quot; /&gt;&lt;br /&gt;&lt;br /&gt; 5. Send the POST request! A successful request will return with a &#x60;204 - NO CONTENT&#x60; HTTP response code. For any failure responses, please refer to &lt;a target&#x3D;\&quot;_blank\&quot; href&#x3D;\&quot;https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses\&quot;&gt;AWS documentation&lt;/a&gt; on REST error responses. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; The file identifier is not generated in this response. To retrieve the file identifier, call &#x60;/v1/files&#x60; and pass the &#x60;PhysicalFileName&#x60; value received from the response of this endpoint into the &#x60;physicalfilenames&#x60; query parameter. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Accounting &amp;gt; Bills&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
75
- # @param bill_id
76
- # @param file_name_post_message
77
- # @param [Hash] opts the optional parameters
78
- # @return [FileUploadTicketMessage]
79
- describe 'create_upload_file_request test' do
80
- it 'should work' do
81
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
- end
83
- end
84
-
85
- # unit tests for delete_bill_file
86
- # Delete a bill file
87
- # Deletes the specified file from a bill. The file will be permanently deleted from the Buildium platform and can not be recovered. &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; Bills&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &#x60;Delete&#x60;
88
- # @param bill_id
89
- # @param file_id
90
- # @param [Hash] opts the optional parameters
91
- # @return [nil]
92
- describe 'delete_bill_file test' do
93
- it 'should work' do
94
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
95
- end
96
- end
97
-
98
- # unit tests for download_bill_file
99
- # Download a bill file
100
- # Downloads a specific file associated to the bill. &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; Bills&lt;/span&gt; - &#x60;View&#x60;
101
- # @param bill_id
102
- # @param file_id
103
- # @param [Hash] opts the optional parameters
104
- # @return [FileDownloadMessage]
105
- describe 'download_bill_file test' do
106
- it 'should work' do
107
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
108
- end
109
- end
110
-
111
- # unit tests for get_all_files_for_bill
112
- # Retrieve all files for a bill
113
- # Retrieves the metadata for all files associated to the specified bill. To download the actual file view the [Download a bill file](#tag/Bills/operation/DownloadBillFile). &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; Bills&lt;/span&gt; - &#x60;View&#x60;
114
- # @param bill_id
115
- # @param [Hash] opts the optional parameters
116
- # @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.
117
- # @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.
118
- # @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.
119
- # @return [Array<BillFileMessage>]
120
- describe 'get_all_files_for_bill 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 get_bill_by_id
127
- # Retrieve a bill
128
- # Retrieves a single bill. &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; Bills&lt;/span&gt; - &#x60;View&#x60;
129
- # @param bill_id
130
- # @param [Hash] opts the optional parameters
131
- # @return [BillMessage]
132
- describe 'get_bill_by_id test' do
133
- it 'should work' do
134
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
135
- end
136
- end
137
-
138
- # unit tests for get_bill_file_by_id
139
- # Retrieve a file for a bill
140
- # Retrieves the metadata for a specific file associated with the specified bill. &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; Bills&lt;/span&gt; - &#x60;View&#x60;
141
- # @param bill_id
142
- # @param file_id
143
- # @param [Hash] opts the optional parameters
144
- # @return [BillFileMessage]
145
- describe 'get_bill_file_by_id 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
- # unit tests for get_bill_payment_by_id
152
- # Retrieve a bill payment
153
- # Retrieves specific bill payment. &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; Bills&lt;/span&gt; - &#x60;View&#x60;
154
- # @param bill_id
155
- # @param payment_id
156
- # @param [Hash] opts the optional parameters
157
- # @return [BillPaymentMessage]
158
- describe 'get_bill_payment_by_id test' do
159
- it 'should work' do
160
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
161
- end
162
- end
163
-
164
- # unit tests for get_bill_payments
165
- # Retrieve all bill payments
166
- # Retrieves a list of bill payments for a specific bill. &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; Bills&lt;/span&gt; - &#x60;View&#x60;
167
- # @param bill_id
168
- # @param [Hash] opts the optional parameters
169
- # @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.
170
- # @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.
171
- # @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.
172
- # @return [Array<BillPaymentMessage>]
173
- describe 'get_bill_payments test' do
174
- it 'should work' do
175
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
- end
177
- end
178
-
179
- # unit tests for get_bills_async
180
- # Retrieve all bills
181
- # Retrieves a list of bills. &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; Bills&lt;/span&gt; - &#x60;View&#x60;
182
- # @param [Hash] opts the optional parameters
183
- # @option opts [Integer] :entityid Filters results to any bill containing line items associated with the specified entity identifier. This filter is used in conjunction with the &#x60;EntityType&#x60; field which must be set to the type of entity this identifier references.
184
- # @option opts [String] :entitytype Specifies the type of entity that &#x60;EntityId&#x60; refers to. This field is required if &#x60;EntityId&#x60; is specified.
185
- # @option opts [Integer] :vendorid Filters results to bills associated with a specific vendor.
186
- # @option opts [String] :referencenumber Filters results to bills whose reference number contains the specified value.
187
- # @option opts [String] :paidstatus Filters results by the bill&#39;s paid status. If no status is specified, bills with any status will be returned.
188
- # @option opts [Date] :frompaiddate Filters results to any bill whose paid date is greater than or equal to the specified value.
189
- # @option opts [Date] :topaiddate Filters results to any bill whose paid date is less than or equal to the specified value.
190
- # @option opts [Array<String>] :approvalstatuses Filters the results to bills matching the specified approval statuses. If no approval status is specified, bills with any status will be returned.
191
- # @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.
192
- # @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.
193
- # @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.
194
- # @return [Array<BillMessage>]
195
- describe 'get_bills_async test' do
196
- it 'should work' do
197
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
198
- end
199
- end
200
-
201
- # unit tests for update_bill
202
- # Update a bill
203
- # Use this operation to update any of the writable fields of an existing bill resource. When updating this resource keep the following in mind: &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Writable fields omitted from the request or that do not have a value in the request message are set to &#x60;NULL&#x60;. If you do not want to update the field, submit the original field value.&lt;/li&gt;&lt;li&gt;When a bill has an existing payment any edits to the line items that change the total bill amount must result in the new total bill amount being equal to or greater than the amount paid.&lt;/li&gt;&lt;li&gt;When adding a new line item leave the &#x60;LineItem.Id&#x60; field empty.&lt;/li&gt;&lt;/ul&gt;&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; Bills&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
204
- # @param bill_id
205
- # @param bill_put_message
206
- # @param [Hash] opts the optional parameters
207
- # @return [BillMessage]
208
- describe 'update_bill test' do
209
- it 'should work' do
210
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
211
- end
212
- end
213
-
214
- end
@@ -1,107 +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::BoardMembersApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'BoardMembersApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::BoardMembersApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of BoardMembersApi' do
30
- it 'should create an instance of BoardMembersApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::BoardMembersApi)
32
- end
33
- end
34
-
35
- # unit tests for create_board_member
36
- # Create a board member
37
- # Creates a board member for a given association. &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; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
38
- # @param association_id
39
- # @param association_board_member_post_message
40
- # @param [Hash] opts the optional parameters
41
- # @return [AssociationBoardMemberMessage]
42
- describe 'create_board_member 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 delete_board_member
49
- # Delete a board member
50
- # Deletes a board member. Note, this is a hard delete from the database and data can not be restored. &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; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &#x60;Delete&#x60;
51
- # @param association_id
52
- # @param board_member_id
53
- # @param [Hash] opts the optional parameters
54
- # @return [nil]
55
- describe 'delete_board_member 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 get_all_association_board_members
62
- # Retrieve all board members
63
- # Retrieves all association board members. &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; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60;
64
- # @param association_id
65
- # @param [Hash] opts the optional parameters
66
- # @option opts [Array<String>] :statuses Filters results to only records whose status is equal to the specified values.
67
- # @option opts [Array<String>] :boardpositiontypes Filters results to only records whose board position type is equal to the specified values.
68
- # @option opts [Time] :createddatetimeto Filters results to only records that were created before this date. Must be formatted as &#x60;YYYY-MM-DD&#x60;.
69
- # @option opts [Time] :createddatetimefrom Filters results to only records that were created after this date. Must be formatted as &#x60;YYYY-MM-DD&#x60;.
70
- # @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.
71
- # @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.
72
- # @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.
73
- # @return [Array<AssociationBoardMemberMessage>]
74
- describe 'get_all_association_board_members test' do
75
- it 'should work' do
76
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
77
- end
78
- end
79
-
80
- # unit tests for get_association_board_member_by_id
81
- # Retrieve a board member
82
- # Retrieves an association board member. &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; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60;
83
- # @param association_id
84
- # @param board_member_id
85
- # @param [Hash] opts the optional parameters
86
- # @return [AssociationBoardMemberMessage]
87
- describe 'get_association_board_member_by_id test' do
88
- it 'should work' do
89
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
- end
91
- end
92
-
93
- # unit tests for update_board_member
94
- # Update a board member
95
- # Updates a board member for a given association. &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; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
96
- # @param association_id
97
- # @param board_member_id
98
- # @param association_board_member_put_message
99
- # @param [Hash] opts the optional parameters
100
- # @return [AssociationBoardMemberMessage]
101
- describe 'update_board_member test' do
102
- it 'should work' do
103
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
- end
105
- end
106
-
107
- end
@@ -1,89 +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::BudgetsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'BudgetsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::BudgetsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of BudgetsApi' do
30
- it 'should create an instance of BudgetsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::BudgetsApi)
32
- end
33
- end
34
-
35
- # unit tests for create_budget
36
- # Create a budget
37
- # Creates a budget. &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; Budgets&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
38
- # @param budget_post_message
39
- # @param [Hash] opts the optional parameters
40
- # @return [BudgetMessage]
41
- describe 'create_budget 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_budget_by_id
48
- # Retrieve a budget
49
- # Retrieves a budget. &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; Budgets&lt;/span&gt; - &#x60;View&#x60;
50
- # @param budget_id
51
- # @param [Hash] opts the optional parameters
52
- # @return [BudgetMessage]
53
- describe 'get_budget_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_budgets
60
- # Retrieve all budgets
61
- # Retrieves all budgets. &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; Budgets&lt;/span&gt; - &#x60;View&#x60;
62
- # @param [Hash] opts the optional parameters
63
- # @option opts [Array<Integer>] :propertyids Filters results to any budget associated to any of the specified set of property ids.
64
- # @option opts [Integer] :fiscalyear Filters results to any budgets that end in the given fiscal year. FiscalYear must be a positive number.
65
- # @option opts [String] :name Filters results to any budgets whose name *contains* the specified value.
66
- # @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.
67
- # @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.
68
- # @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.
69
- # @return [Array<BudgetMessage>]
70
- describe 'get_budgets test' do
71
- it 'should work' do
72
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
- end
74
- end
75
-
76
- # unit tests for update_budget
77
- # Update a budget
78
- # Updates a budget. &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; Budgets&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
79
- # @param budget_id
80
- # @param budget_put_message
81
- # @param [Hash] opts the optional parameters
82
- # @return [BudgetMessage]
83
- describe 'update_budget test' do
84
- it 'should work' do
85
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
- end
87
- end
88
-
89
- end
@@ -1,66 +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::ClientLeadsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'ClientLeadsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::ClientLeadsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of ClientLeadsApi' do
30
- it 'should create an instance of ClientLeadsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::ClientLeadsApi)
32
- end
33
- end
34
-
35
- # unit tests for get_client_leads
36
- # Retrieve all client leads
37
- # Retrieves all client leads &lt;br /&gt;&lt;br /&gt; Note: When using the &#x60;orderby&#x60; query string parameter, the only supported options are DateReceived. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Administration &amp;gt; All Property Management&lt;/span&gt; - &#x60;View&#x60;
38
- # @param [Hash] opts the optional parameters
39
- # @option opts [Array<String>] :leadstatuses Filters results to any client leads that are in one of the given statuses.
40
- # @option opts [Array<String>] :propertytypes Filters results to any client leads that have a property in one of the given property types.
41
- # @option opts [Time] :datereceivedfrom Filters results to any client leads that were received on or after the specified date. The value must be formatted as YYYY-MM-DD.
42
- # @option opts [Time] :datereceivedto Filters results to any client leads that were received on or before the specified date. The value must be formatted as YYYY-MM-DD.
43
- # @option opts [Boolean] :includecreditedleads This will also return client leads that were credited. By default credited leads will not be returned.
44
- # @option opts [String] :orderby &#x60;orderby&#x60; indicates the field(s) and direction to sort the results in the response. See &lt;a href&#x3D;\&quot;#section/API-Overview/Bulk-Request-Options\&quot;&gt;Bulk Request Options&lt;/a&gt; for more information.
45
- # @option opts [Integer] :offset &#x60;offset&#x60; indicates the position of the first record to return. The &#x60;offset&#x60; is zero-based and the default is 0.
46
- # @option opts [Integer] :limit &#x60;limit&#x60; indicates the maximum number of results to be returned in the response. &#x60;limit&#x60; can range between 1 and 1000 and the default is 50.
47
- # @return [Array<ClientLeadMessage>]
48
- describe 'get_client_leads test' do
49
- it 'should work' do
50
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
51
- end
52
- end
53
-
54
- # unit tests for get_prospective_client
55
- # Retrieve a client lead
56
- # Retrieves a specific client lead &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Administration &amp;gt; All Property Management&lt;/span&gt; - &#x60;View&#x60;
57
- # @param client_lead_id
58
- # @param [Hash] opts the optional parameters
59
- # @return [ClientLeadMessage]
60
- describe 'get_prospective_client test' do
61
- it 'should work' do
62
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
63
- end
64
- end
65
-
66
- end