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,96 +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::AssociationMeterReadingsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'AssociationMeterReadingsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::AssociationMeterReadingsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of AssociationMeterReadingsApi' do
30
- it 'should create an instance of AssociationMeterReadingsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::AssociationMeterReadingsApi)
32
- end
33
- end
34
-
35
- # unit tests for delete_meter_reading_details_for_association
36
- # Delete meter reading details for a given date
37
- # Delete meter reading details for an association for a given date. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership account transactions&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60; &#x60;Delete&#x60;
38
- # @param association_id
39
- # @param readingdate Filters results to any meter readings whose entry date is equal to the specified value. The value must be formatted as YYYY-MM-DD.
40
- # @param metertype Filters results to the specified meter type.
41
- # @param [Hash] opts the optional parameters
42
- # @return [nil]
43
- describe 'delete_meter_reading_details_for_association test' do
44
- it 'should work' do
45
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
- end
47
- end
48
-
49
- # unit tests for get_association_meter_reading_details_async
50
- # Retrieve all meter reading details
51
- # Retrieves all meter reading details for an 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; Associations and units&lt;/span&gt; - &#x60;View&#x60;
52
- # @param association_id
53
- # @param readingdate Filters results to any meter readings whose entry date is equal to the specified value. The value must be formatted as YYYY-MM-DD.
54
- # @param metertype Filters results to the specified meter type.
55
- # @param [Hash] opts the optional parameters
56
- # @return [MeterReadingDetailsMessage]
57
- describe 'get_association_meter_reading_details_async test' do
58
- it 'should work' do
59
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
- end
61
- end
62
-
63
- # unit tests for get_meter_readings_for_association
64
- # Retrieve all meter readings
65
- # Retrieves all meter readings for an 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; Associations and units&lt;/span&gt; - &#x60;View&#x60;
66
- # @param association_id
67
- # @param readingdatefrom Filters results to any meter readings whose entry date that is greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD. The maximum date range is 365 days.
68
- # @param readingdateto Filters results to any meter readings whose entry date is less than or equal to the specified value. The value must be formatted as YYYY-MM-DD. The maximum date range is 365 days.
69
- # @param [Hash] opts the optional parameters
70
- # @option opts [Array<String>] :metertypes Filters results to the specified meter types.
71
- # @option opts [String] :orderby &#x60;orderby&#x60; indicates the field(s) and direction to sort the results in the response. See &lt;a href&#x3D;\&quot;#section/API-Overview/Bulk-Request-Options\&quot;&gt;Bulk Request Options&lt;/a&gt; for more information.
72
- # @option opts [Integer] :offset &#x60;offset&#x60; indicates the position of the first record to return. The &#x60;offset&#x60; is zero-based and the default is 0.
73
- # @option opts [Integer] :limit &#x60;limit&#x60; indicates the maximum number of results to be returned in the response. &#x60;limit&#x60; can range between 1 and 1000 and the default is 50.
74
- # @return [Array<MeterReadingMessage>]
75
- describe 'get_meter_readings_for_association test' do
76
- it 'should work' do
77
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
- end
79
- end
80
-
81
- # unit tests for upsert_association_meter_reading_details_async
82
- # Create/Update meter reading details
83
- # This endpoint can be used to both create and update a meter reading detail for an association. &lt;ul&gt;&lt;li&gt;There can only be one meter reading detail for a given combination of MeterType and ReadingDate for an association&lt;/li&gt;&lt;li&gt;If you are updating an existing meter reading detail, use the query parameters to specify the existing meter reading detail to update.&lt;/li&gt;&lt;li&gt;If you are creating a new meter reading detail, do not pass any query parameters.&lt;/li&gt;&lt;li&gt;When adding a new item to the Details array, leave out the &#x60;Id&#x60; field.&lt;/li&gt;&lt;li&gt;When updating an existing item in the Details array, the &#x60;Id&#x60; field of the existing item must be included.&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;Associations &amp;gt; Associations and units&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
84
- # @param association_id
85
- # @param meter_reading_details_put_message
86
- # @param [Hash] opts the optional parameters
87
- # @option opts [Date] :readingdate Filters results to any meter readings whose entry date is equal to the specified value. The value must be formatted as YYYY-MM-DD.
88
- # @option opts [String] :metertype Filters results to the specified meter type.
89
- # @return [MeterReadingDetailsMessage]
90
- describe 'upsert_association_meter_reading_details_async test' do
91
- it 'should work' do
92
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
93
- end
94
- end
95
-
96
- end
@@ -1,195 +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::AssociationOwnersApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'AssociationOwnersApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::AssociationOwnersApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of AssociationOwnersApi' do
30
- it 'should create an instance of AssociationOwnersApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::AssociationOwnersApi)
32
- end
33
- end
34
-
35
- # unit tests for create_association_owner
36
- # Create an owner
37
- # Creates an association owner. &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; &lt;br /&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership accounts&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
38
- # @param association_owner_to_existing_ownership_account_post_message
39
- # @param [Hash] opts the optional parameters
40
- # @return [AssociationOwnerMessage]
41
- describe 'create_association_owner test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for create_association_owner_note
48
- # Create a note
49
- # Creates an association owner note. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
50
- # @param owner_id
51
- # @param note_post_message
52
- # @param [Hash] opts the optional parameters
53
- # @return [NoteMessage]
54
- describe 'create_association_owner_note test' do
55
- it 'should work' do
56
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
- end
58
- end
59
-
60
- # unit tests for get_all_association_owners
61
- # Retrieve all owners
62
- # Retrieves a list of association owners. &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;
63
- # @param [Hash] opts the optional parameters
64
- # @option opts [String] :name Filters results to only records whose name *contains* the specified value.
65
- # @option opts [String] :phone Filters results to only records whose phone number *contains* the specified value.
66
- # @option opts [String] :email Filters results to only records whose email *contains* the specified value.
67
- # @option opts [Array<Integer>] :associationids Filters results to only records that belong to the specified set of association identifiers.
68
- # @option opts [Array<String>] :statuses Filters results to only records whose status is equal to the specified value.
69
- # @option opts [Time] :createddatetimeto Filters results to only records that were created before this date. Must be formatted as &#x60;YYYY-MM-DD&#x60;.
70
- # @option opts [Time] :createddatetimefrom Filters results to only records that were created after this date. Must be formatted as &#x60;YYYY-MM-DD&#x60;.
71
- # @option opts [Time] :lastupdatedfrom Filters results to any association owners that were updated on or after the specified date. The value must be in UTC and formatted as YYYY-MM-DDTHH:MM:SSZ.
72
- # @option opts [Time] :lastupdatedto Filters results to any association owners that were updated on or before the specified date. The value must be in UTC and formatted as YYYY-MM-DDTHH:MM:SSZ.
73
- # @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.
74
- # @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.
75
- # @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.
76
- # @return [Array<AssociationOwnerMessage>]
77
- describe 'get_all_association_owners test' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
- # unit tests for get_association_owner_by_id
84
- # Retrieve an owner
85
- # Retrieve a specific association owner. &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;
86
- # @param owner_id The association owner identifier.
87
- # @param [Hash] opts the optional parameters
88
- # @return [AssociationOwnerMessage]
89
- describe 'get_association_owner_by_id test' do
90
- it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
- end
93
- end
94
-
95
- # unit tests for get_association_owner_note_by_note_id
96
- # Retrieve a note
97
- # Retrieves an association owner note. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60;
98
- # @param owner_id
99
- # @param note_id
100
- # @param [Hash] opts the optional parameters
101
- # @return [NoteMessage]
102
- describe 'get_association_owner_note_by_note_id test' do
103
- it 'should work' do
104
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
105
- end
106
- end
107
-
108
- # unit tests for get_association_owner_notes
109
- # Retrieve all notes
110
- # Retrieves all association owner notes. &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;
111
- # @param owner_id
112
- # @param [Hash] opts the optional parameters
113
- # @option opts [Time] :updateddatetimefrom Filters results to any note whose updated date and time are greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
114
- # @option opts [Time] :updateddatetimeto Filters results to any note whose updated date and time are less than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
115
- # @option opts [Integer] :lastupdatedbyuserid Filters results to only notes that were last updated by the specified user identifier.
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<NoteMessage>]
120
- describe 'get_association_owner_notes 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_unit_occupancy_statuses_by_id_for_association_owner
127
- # Retrieve an occupancy status
128
- # Retrieves the owner occupancy status for an association unit. &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; &lt;br /&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership Accounts&lt;/span&gt; - &#x60;View&#x60;
129
- # @param owner_id
130
- # @param unit_id
131
- # @param [Hash] opts the optional parameters
132
- # @return [AssociationOwnerUnitOccupancyStatusMessage]
133
- describe 'get_unit_occupancy_statuses_by_id_for_association_owner test' do
134
- it 'should work' do
135
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
- end
137
- end
138
-
139
- # unit tests for get_unit_occupancy_statuses_for_association_owner
140
- # Retrieve all occupancy statuses
141
- # Retrieves the occupancy status for all of the units owned by the association owner. &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; &lt;br /&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership Accounts&lt;/span&gt; - &#x60;View&#x60;
142
- # @param owner_id
143
- # @param [Hash] opts the optional parameters
144
- # @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.
145
- # @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.
146
- # @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.
147
- # @return [Array<AssociationOwnerUnitOccupancyStatusMessage>]
148
- describe 'get_unit_occupancy_statuses_for_association_owner test' do
149
- it 'should work' do
150
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
151
- end
152
- end
153
-
154
- # unit tests for update_association_owner
155
- # Update an owner
156
- # Updates an existing association owner. &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;
157
- # @param owner_id The identifier of the association owner to update.
158
- # @param association_owner_put_message
159
- # @param [Hash] opts the optional parameters
160
- # @return [AssociationOwnerMessage]
161
- describe 'update_association_owner test' do
162
- it 'should work' do
163
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
- end
165
- end
166
-
167
- # unit tests for update_association_owner_note
168
- # Update a note
169
- # Updates an association owner note. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Any field not included in the update request will be set to either an empty string or &#x60;null&#x60; in the database depending on the field definition. &lt;br /&gt;The recommended workflow to ensure no data is inadvertently overwritten is to execute a &#x60;GET&#x60; request for the resource you&#39;re about to update and then use this response to fill any of the fields that are not being updated. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
170
- # @param owner_id
171
- # @param note_id
172
- # @param note_put_message
173
- # @param [Hash] opts the optional parameters
174
- # @return [NoteMessage]
175
- describe 'update_association_owner_note test' do
176
- it 'should work' do
177
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
178
- end
179
- end
180
-
181
- # unit tests for update_association_owner_occupancy_status
182
- # Update occupancy status
183
- # Updates whether a unit is occupied by the association owner. &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; &lt;br /&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Ownership Accounts&lt;/span&gt; - &#x60;View&#x60;
184
- # @param owner_id
185
- # @param unit_id
186
- # @param association_owner_unit_occupancy_put_message
187
- # @param [Hash] opts the optional parameters
188
- # @return [AssociationOwnerUnitOccupancyStatusMessage]
189
- describe 'update_association_owner_occupancy_status test' do
190
- it 'should work' do
191
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
192
- end
193
- end
194
-
195
- end
@@ -1,153 +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::AssociationTenantsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'AssociationTenantsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Buildium::AssociationTenantsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of AssociationTenantsApi' do
30
- it 'should create an instance of AssociationTenantsApi' do
31
- expect(@api_instance).to be_instance_of(Buildium::AssociationTenantsApi)
32
- end
33
- end
34
-
35
- # unit tests for create_association_tenant
36
- # Create a tenant
37
- # Creates an association tenant. &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_tenant_post_message
39
- # @param [Hash] opts the optional parameters
40
- # @return [AssociationTenantMessage]
41
- describe 'create_association_tenant test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for create_association_tenant_note
48
- # Create a note
49
- # Creates an association tenant note. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
50
- # @param tenant_id
51
- # @param note_post_message
52
- # @param [Hash] opts the optional parameters
53
- # @return [NoteMessage]
54
- describe 'create_association_tenant_note test' do
55
- it 'should work' do
56
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
- end
58
- end
59
-
60
- # unit tests for get_association_tenant_by_id
61
- # Retrieve a tenant
62
- # Retrieves a specific association tenant. &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;
63
- # @param tenant_id The tenant identifier.
64
- # @param [Hash] opts the optional parameters
65
- # @return [AssociationTenantMessage]
66
- describe 'get_association_tenant_by_id 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 get_association_tenant_note_by_id
73
- # Retrieve a note
74
- # Retrieves an association tenant note. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60;
75
- # @param tenant_id
76
- # @param note_id
77
- # @param [Hash] opts the optional parameters
78
- # @return [NoteMessage]
79
- describe 'get_association_tenant_note_by_id 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 get_association_tenant_notes
86
- # Retrieve all notes
87
- # Retrieves all association tenant notes. &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;
88
- # @param tenant_id
89
- # @param [Hash] opts the optional parameters
90
- # @option opts [Time] :updateddatetimefrom Filters results to any note whose updated date and time are greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
91
- # @option opts [Time] :updateddatetimeto Filters results to any note whose updated date and time are less than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS.
92
- # @option opts [Integer] :lastupdatedbyuserid Filters results to only notes that were last updated by the specified user identifier.
93
- # @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.
94
- # @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.
95
- # @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.
96
- # @return [Array<NoteMessage>]
97
- describe 'get_association_tenant_notes test' do
98
- it 'should work' do
99
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
100
- end
101
- end
102
-
103
- # unit tests for get_association_tenants
104
- # Retrieve all tenants
105
- # Retrieves a list of association tenants. &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;
106
- # @param [Hash] opts the optional parameters
107
- # @option opts [String] :name Filters results to only records whose name *contains* the specified value.
108
- # @option opts [String] :phone Filters results to only records whose phone number *contains* the specified value.
109
- # @option opts [String] :email Filters results to only records whose email *contains* the specified value.
110
- # @option opts [Array<Integer>] :associationids Filters results to only records that belong to the specified set of association identifiers.
111
- # @option opts [Array<String>] :statuses Filters results to only records whose status is equal to the specified value.
112
- # @option opts [Time] :createddatetimeto Filters results to only records that were created before this date. Must be formatted as &#x60;YYYY-MM-DD&#x60;.
113
- # @option opts [Time] :createddatetimefrom Filters results to only records that were created after this date. Must be formatted as &#x60;YYYY-MM-DD&#x60;.
114
- # @option opts [Time] :lastupdatedfrom Filters results to any association owners that were updated on or after the specified date. The value must be in UTC and formatted as YYYY-MM-DDTHH:MM:SSZ.
115
- # @option opts [Time] :lastupdatedto Filters results to any association owners that were updated on or before the specified date. The value must be in UTC and formatted as YYYY-MM-DDTHH:MM:SSZ.
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<AssociationTenantMessage>]
120
- describe 'get_association_tenants 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 update_association_tenant
127
- # Update a tenant
128
- # Updates an association tenant. &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;
129
- # @param tenant_id The identifier of the association tenant to update.
130
- # @param association_tenant_put_message
131
- # @param [Hash] opts the optional parameters
132
- # @return [AssociationTenantMessage]
133
- describe 'update_association_tenant test' do
134
- it 'should work' do
135
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
- end
137
- end
138
-
139
- # unit tests for update_association_tenant_note
140
- # Update a note
141
- # Updates an association tenant note. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Any field not included in the update request will be set to either an empty string or &#x60;null&#x60; in the database depending on the field definition. &lt;br /&gt;The recommended workflow to ensure no data is inadvertently overwritten is to execute a &#x60;GET&#x60; request for the resource you&#39;re about to update and then use this response to fill any of the fields that are not being updated. &lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Required permission(s):&lt;/h4&gt;&lt;span class&#x3D;\&quot;permissionBlock\&quot;&gt;Associations &amp;gt; Association owners and tenants&lt;/span&gt; - &#x60;View&#x60; &#x60;Edit&#x60;
142
- # @param tenant_id
143
- # @param note_id
144
- # @param note_put_message
145
- # @param [Hash] opts the optional parameters
146
- # @return [NoteMessage]
147
- describe 'update_association_tenant_note test' do
148
- it 'should work' do
149
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
150
- end
151
- end
152
-
153
- end