hubspot-api-client 8.0.1 → 9.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2446) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CODEOWNERS +4 -0
  3. data/CHANGELOG.md +25 -0
  4. data/Gemfile +1 -1
  5. data/Gemfile.lock +31 -32
  6. data/README.md +4 -0
  7. data/Rakefile +1 -0
  8. data/hubspot-api-client.gemspec +6 -3
  9. data/lib/hubspot-api-client.rb +5 -537
  10. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
  11. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
  12. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
  13. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
  14. data/lib/hubspot/codegen/automation/actions/api_client.rb +392 -0
  15. data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
  16. data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
  17. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
  18. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
  19. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
  20. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
  21. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
  22. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
  23. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
  24. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
  25. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
  26. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
  27. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
  28. data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
  29. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
  30. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
  31. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
  32. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
  33. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
  34. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
  35. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
  36. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
  37. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
  38. data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
  39. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
  40. data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +1 -1
  41. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +43 -73
  42. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +1 -1
  43. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +17 -12
  44. data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +1 -1
  45. data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +1 -1
  46. data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +1 -1
  47. data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +1 -1
  48. data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +1 -1
  49. data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +1 -1
  50. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +643 -0
  51. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +394 -0
  52. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
  53. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +265 -0
  54. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +219 -0
  55. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +219 -0
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +219 -0
  57. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +335 -0
  58. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +383 -0
  59. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +242 -0
  60. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +294 -0
  61. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +260 -0
  62. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +212 -0
  63. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +226 -0
  64. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +311 -0
  65. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +1302 -0
  66. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +394 -0
  67. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +63 -0
  68. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +265 -0
  69. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +265 -0
  70. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +279 -0
  71. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +219 -0
  72. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +219 -0
  73. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +219 -0
  74. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +335 -0
  75. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +1201 -0
  76. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +242 -0
  77. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +242 -0
  78. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +217 -0
  79. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +228 -0
  80. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +233 -0
  81. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +294 -0
  82. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +260 -0
  83. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +212 -0
  84. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +247 -0
  85. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +391 -0
  86. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +226 -0
  87. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +221 -0
  88. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +226 -0
  89. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +259 -0
  90. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +231 -0
  91. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +277 -0
  92. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +311 -0
  93. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +347 -0
  94. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +261 -0
  95. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +248 -0
  96. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +643 -0
  97. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +394 -0
  98. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
  99. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +265 -0
  100. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +219 -0
  101. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +219 -0
  102. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +219 -0
  103. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +335 -0
  104. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +242 -0
  105. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +294 -0
  106. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +260 -0
  107. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +212 -0
  108. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +226 -0
  109. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +311 -0
  110. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +278 -0
  111. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +1 -1
  112. data/lib/hubspot/codegen/cms/domains/api_client.rb +43 -73
  113. data/lib/hubspot/codegen/cms/domains/api_error.rb +1 -1
  114. data/lib/hubspot/codegen/cms/domains/configuration.rb +17 -12
  115. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +1 -1
  116. data/lib/hubspot/codegen/cms/domains/models/domain.rb +1 -1
  117. data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +1 -1
  118. data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +1 -1
  119. data/lib/hubspot/codegen/cms/domains/models/error.rb +1 -1
  120. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +1 -1
  121. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +1 -1
  122. data/lib/hubspot/codegen/cms/domains/models/paging.rb +1 -1
  123. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +698 -0
  124. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +516 -0
  125. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1009 -0
  126. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +41 -71
  127. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  128. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +19 -14
  129. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +1 -1
  130. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
  131. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  132. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +2 -2
  133. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
  134. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  135. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +2 -2
  136. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +2 -2
  137. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  138. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  139. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  140. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  141. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  142. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +1 -1
  143. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +1 -1
  144. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +11 -2
  145. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +1 -1
  146. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +1 -1
  147. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  148. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  149. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  150. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  151. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +309 -0
  152. data/lib/hubspot/codegen/cms/performance/api/default_api.rb +1 -1
  153. data/lib/hubspot/codegen/cms/performance/api_client.rb +43 -73
  154. data/lib/hubspot/codegen/cms/performance/api_error.rb +1 -1
  155. data/lib/hubspot/codegen/cms/performance/configuration.rb +17 -12
  156. data/lib/hubspot/codegen/cms/performance/models/error.rb +1 -1
  157. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +1 -1
  158. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +1 -1
  159. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +1 -1
  160. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +1 -1
  161. data/lib/hubspot/codegen/cms/site-search/api_client.rb +43 -73
  162. data/lib/hubspot/codegen/cms/site-search/api_error.rb +1 -1
  163. data/lib/hubspot/codegen/cms/site-search/configuration.rb +17 -12
  164. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +1 -1
  165. data/lib/hubspot/codegen/cms/site-search/models/error.rb +1 -1
  166. data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +1 -1
  167. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +1 -1
  168. data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +1 -1
  169. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +3 -5
  170. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +1 -1
  171. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +43 -73
  172. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +1 -1
  173. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +17 -12
  174. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +1 -1
  175. data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +1 -1
  176. data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +1 -1
  177. data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +1 -1
  178. data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +1 -1
  179. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +1 -1
  180. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +1 -1
  181. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +1 -1
  182. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +1 -1
  183. data/lib/hubspot/codegen/crm/associations/api_client.rb +43 -73
  184. data/lib/hubspot/codegen/crm/associations/api_error.rb +1 -1
  185. data/lib/hubspot/codegen/crm/associations/configuration.rb +17 -12
  186. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +1 -1
  187. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +1 -1
  188. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +1 -1
  189. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +2 -2
  190. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +2 -2
  191. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +1 -1
  192. data/lib/hubspot/codegen/crm/associations/models/error.rb +1 -1
  193. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +263 -0
  194. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +1 -1
  195. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +1 -1
  196. data/lib/hubspot/codegen/crm/associations/models/paging.rb +1 -1
  197. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +1 -1
  198. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +1 -1
  199. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +1 -1
  200. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +1 -1
  201. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +309 -0
  202. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +13 -1
  203. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +9 -3
  204. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +1 -1
  205. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +1 -1
  206. data/lib/hubspot/codegen/crm/companies/api_client.rb +43 -73
  207. data/lib/hubspot/codegen/crm/companies/api_error.rb +1 -1
  208. data/lib/hubspot/codegen/crm/companies/configuration.rb +17 -12
  209. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +1 -1
  210. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +1 -1
  211. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +1 -1
  212. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +1 -1
  213. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +1 -1
  214. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +1 -1
  215. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +2 -2
  216. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +1 -1
  217. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +1 -1
  218. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +1 -1
  219. data/lib/hubspot/codegen/crm/companies/models/error.rb +1 -1
  220. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +263 -0
  221. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +1 -1
  222. data/lib/hubspot/codegen/crm/companies/models/filter.rb +1 -1
  223. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +1 -1
  224. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +1 -1
  225. data/lib/hubspot/codegen/crm/companies/models/paging.rb +14 -5
  226. data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +224 -0
  227. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +1 -1
  228. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +1 -1
  229. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +1 -1
  230. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +1 -1
  231. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +1 -1
  232. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
  233. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +13 -1
  234. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +9 -3
  235. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +1 -1
  236. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +1 -1
  237. data/lib/hubspot/codegen/crm/contacts/api_client.rb +43 -73
  238. data/lib/hubspot/codegen/crm/contacts/api_error.rb +1 -1
  239. data/lib/hubspot/codegen/crm/contacts/configuration.rb +17 -12
  240. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +1 -1
  241. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +1 -1
  242. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +1 -1
  243. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +1 -1
  244. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +1 -1
  245. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +1 -1
  246. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +2 -2
  247. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +1 -1
  248. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +1 -1
  249. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +1 -1
  250. data/lib/hubspot/codegen/crm/contacts/models/error.rb +1 -1
  251. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +263 -0
  252. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +1 -1
  253. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +1 -1
  254. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +1 -1
  255. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +1 -1
  256. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +14 -5
  257. data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +224 -0
  258. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +1 -1
  259. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +1 -1
  260. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +1 -1
  261. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +1 -1
  262. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +1 -1
  263. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
  264. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +13 -1
  265. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +9 -3
  266. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +1 -1
  267. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +1 -1
  268. data/lib/hubspot/codegen/crm/deals/api_client.rb +43 -73
  269. data/lib/hubspot/codegen/crm/deals/api_error.rb +1 -1
  270. data/lib/hubspot/codegen/crm/deals/configuration.rb +17 -12
  271. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +1 -1
  272. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +1 -1
  273. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +1 -1
  274. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +1 -1
  275. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +1 -1
  276. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +1 -1
  277. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +2 -2
  278. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +1 -1
  279. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +1 -1
  280. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +1 -1
  281. data/lib/hubspot/codegen/crm/deals/models/error.rb +1 -1
  282. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +263 -0
  283. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +1 -1
  284. data/lib/hubspot/codegen/crm/deals/models/filter.rb +1 -1
  285. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +1 -1
  286. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +1 -1
  287. data/lib/hubspot/codegen/crm/deals/models/paging.rb +14 -5
  288. data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +224 -0
  289. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +1 -1
  290. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +1 -1
  291. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +1 -1
  292. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +1 -1
  293. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +1 -1
  294. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +309 -0
  295. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
  296. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
  297. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
  298. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
  299. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
  300. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +394 -0
  301. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  302. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
  303. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
  304. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
  305. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
  306. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
  307. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
  308. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
  309. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
  310. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
  311. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
  312. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
  313. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
  314. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
  315. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
  316. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
  317. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
  318. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
  319. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
  320. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
  321. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
  322. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
  323. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
  324. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
  325. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
  326. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
  327. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
  328. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
  329. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
  330. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
  331. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
  332. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
  333. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
  334. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
  335. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
  336. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
  337. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
  338. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
  339. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
  340. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +394 -0
  341. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  342. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
  343. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
  344. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
  345. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
  346. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
  347. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
  348. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +1 -1
  349. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +1 -1
  350. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +43 -73
  351. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +1 -1
  352. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +17 -12
  353. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +1 -1
  354. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +1 -1
  355. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +1 -1
  356. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +1 -1
  357. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +1 -1
  358. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +1 -1
  359. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +1 -1
  360. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +1 -1
  361. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +1 -1
  362. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +1 -1
  363. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +1 -1
  364. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +1 -1
  365. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +1 -1
  366. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +1 -1
  367. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +1 -1
  368. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +1 -1
  369. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +1 -1
  370. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +1 -1
  371. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +1 -1
  372. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +1 -1
  373. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
  374. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +394 -0
  375. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  376. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
  377. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
  378. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
  379. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
  380. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +4 -4
  381. data/lib/hubspot/codegen/crm/imports/api_client.rb +43 -73
  382. data/lib/hubspot/codegen/crm/imports/api_error.rb +1 -1
  383. data/lib/hubspot/codegen/crm/imports/configuration.rb +17 -12
  384. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +16 -5
  385. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +1 -1
  386. data/lib/hubspot/codegen/crm/imports/models/error.rb +1 -1
  387. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +1 -1
  388. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +1 -1
  389. data/lib/hubspot/codegen/crm/imports/models/paging.rb +14 -5
  390. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +224 -0
  391. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +1 -1
  392. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +37 -28
  393. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +1 -1
  394. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +13 -1
  395. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +9 -3
  396. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +1 -1
  397. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +1 -1
  398. data/lib/hubspot/codegen/crm/line_items/api_client.rb +43 -73
  399. data/lib/hubspot/codegen/crm/line_items/api_error.rb +1 -1
  400. data/lib/hubspot/codegen/crm/line_items/configuration.rb +17 -12
  401. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +1 -1
  402. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +1 -1
  403. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +1 -1
  404. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +1 -1
  405. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +1 -1
  406. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +1 -1
  407. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +2 -2
  408. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +1 -1
  409. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +1 -1
  410. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +1 -1
  411. data/lib/hubspot/codegen/crm/line_items/models/error.rb +1 -1
  412. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +263 -0
  413. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +1 -1
  414. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +1 -1
  415. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +1 -1
  416. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +1 -1
  417. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +14 -5
  418. data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +224 -0
  419. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +1 -1
  420. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +1 -1
  421. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +1 -1
  422. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +1 -1
  423. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +1 -1
  424. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
  425. data/lib/hubspot/codegen/crm/objects/api_client.rb +35 -67
  426. data/lib/hubspot/codegen/crm/objects/configuration.rb +16 -11
  427. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +103 -0
  428. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +181 -0
  429. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
  430. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  431. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +394 -0
  432. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  433. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
  434. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
  435. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
  436. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
  437. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
  438. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
  439. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
  440. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
  441. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
  442. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb +228 -0
  443. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb +243 -0
  444. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
  445. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
  446. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
  447. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
  448. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
  449. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
  450. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
  451. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
  452. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
  453. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +290 -0
  454. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
  455. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
  456. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
  457. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
  458. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +1 -1
  459. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
  460. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
  461. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +1 -1
  462. data/lib/hubspot/codegen/crm/owners/api_client.rb +43 -73
  463. data/lib/hubspot/codegen/crm/owners/api_error.rb +1 -1
  464. data/lib/hubspot/codegen/crm/owners/configuration.rb +17 -12
  465. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +1 -1
  466. data/lib/hubspot/codegen/crm/owners/models/error.rb +1 -1
  467. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +1 -1
  468. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +1 -1
  469. data/lib/hubspot/codegen/crm/owners/models/paging.rb +1 -1
  470. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +1 -1
  471. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +1 -1
  472. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +1 -1
  473. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +1 -1
  474. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +43 -73
  475. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +1 -1
  476. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +17 -12
  477. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +1 -1
  478. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +1 -1
  479. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +1 -1
  480. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +1 -1
  481. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +1 -1
  482. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +1 -1
  483. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +1 -1
  484. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +1 -1
  485. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +1 -1
  486. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +1 -1
  487. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +1 -1
  488. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +1 -1
  489. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +13 -1
  490. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +9 -3
  491. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +1 -1
  492. data/lib/hubspot/codegen/crm/products/api/search_api.rb +1 -1
  493. data/lib/hubspot/codegen/crm/products/api_client.rb +43 -73
  494. data/lib/hubspot/codegen/crm/products/api_error.rb +1 -1
  495. data/lib/hubspot/codegen/crm/products/configuration.rb +17 -12
  496. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +1 -1
  497. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +1 -1
  498. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +1 -1
  499. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +1 -1
  500. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +1 -1
  501. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +1 -1
  502. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +2 -2
  503. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +1 -1
  504. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +1 -1
  505. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +1 -1
  506. data/lib/hubspot/codegen/crm/products/models/error.rb +1 -1
  507. data/lib/hubspot/codegen/crm/products/models/error_category.rb +263 -0
  508. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +1 -1
  509. data/lib/hubspot/codegen/crm/products/models/filter.rb +1 -1
  510. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +1 -1
  511. data/lib/hubspot/codegen/crm/products/models/next_page.rb +1 -1
  512. data/lib/hubspot/codegen/crm/products/models/paging.rb +14 -5
  513. data/lib/hubspot/codegen/crm/products/models/previous_page.rb +224 -0
  514. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +1 -1
  515. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +1 -1
  516. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +1 -1
  517. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +1 -1
  518. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +1 -1
  519. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +309 -0
  520. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +1 -1
  521. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +1 -1
  522. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +1 -1
  523. data/lib/hubspot/codegen/crm/properties/api_client.rb +43 -73
  524. data/lib/hubspot/codegen/crm/properties/api_error.rb +1 -1
  525. data/lib/hubspot/codegen/crm/properties/configuration.rb +17 -12
  526. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +1 -1
  527. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +1 -1
  528. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +1 -1
  529. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +2 -2
  530. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +1 -1
  531. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +1 -1
  532. data/lib/hubspot/codegen/crm/properties/models/error.rb +1 -1
  533. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +263 -0
  534. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +1 -1
  535. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +1 -1
  536. data/lib/hubspot/codegen/crm/properties/models/option.rb +1 -1
  537. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +1 -1
  538. data/lib/hubspot/codegen/crm/properties/models/paging.rb +1 -1
  539. data/lib/hubspot/codegen/crm/properties/models/property.rb +1 -1
  540. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +1 -1
  541. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +1 -1
  542. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +1 -1
  543. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +1 -1
  544. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +1 -1
  545. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +1 -1
  546. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +1 -1
  547. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
  548. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +10 -1
  549. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +7 -1
  550. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +1 -1
  551. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +1 -1
  552. data/lib/hubspot/codegen/crm/quotes/api_client.rb +43 -73
  553. data/lib/hubspot/codegen/crm/quotes/api_error.rb +1 -1
  554. data/lib/hubspot/codegen/crm/quotes/configuration.rb +17 -19
  555. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +1 -1
  556. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +1 -1
  557. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +1 -1
  558. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +1 -1
  559. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +1 -1
  560. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +1 -1
  561. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +2 -2
  562. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +1 -1
  563. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +1 -1
  564. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +1 -1
  565. data/lib/hubspot/codegen/crm/quotes/models/error.rb +1 -1
  566. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +263 -0
  567. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +1 -1
  568. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +1 -1
  569. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +1 -1
  570. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +1 -1
  571. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +14 -5
  572. data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +224 -0
  573. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +1 -1
  574. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +1 -1
  575. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +1 -1
  576. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +1 -1
  577. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +1 -1
  578. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +309 -0
  579. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +7 -7
  580. data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +1 -1
  581. data/lib/hubspot/codegen/crm/schemas/api_client.rb +35 -67
  582. data/lib/hubspot/codegen/crm/schemas/configuration.rb +16 -11
  583. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +13 -1
  584. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +9 -3
  585. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +1 -1
  586. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +1 -1
  587. data/lib/hubspot/codegen/crm/tickets/api_client.rb +43 -73
  588. data/lib/hubspot/codegen/crm/tickets/api_error.rb +1 -1
  589. data/lib/hubspot/codegen/crm/tickets/configuration.rb +17 -12
  590. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +1 -1
  591. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +1 -1
  592. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +1 -1
  593. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +1 -1
  594. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +1 -1
  595. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +1 -1
  596. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +2 -2
  597. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +1 -1
  598. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +1 -1
  599. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +1 -1
  600. data/lib/hubspot/codegen/crm/tickets/models/error.rb +1 -1
  601. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +263 -0
  602. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +1 -1
  603. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +1 -1
  604. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +1 -1
  605. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +1 -1
  606. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +14 -5
  607. data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +224 -0
  608. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +1 -1
  609. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +1 -1
  610. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +1 -1
  611. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +1 -1
  612. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +1 -1
  613. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +309 -0
  614. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +27 -19
  615. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +31 -23
  616. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +25 -17
  617. data/lib/hubspot/codegen/crm/timeline/api_client.rb +44 -74
  618. data/lib/hubspot/codegen/crm/timeline/api_error.rb +2 -2
  619. data/lib/hubspot/codegen/crm/timeline/configuration.rb +19 -14
  620. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +2 -2
  621. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +32 -43
  622. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +333 -0
  623. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +2 -2
  624. data/lib/hubspot/codegen/crm/timeline/models/error.rb +2 -2
  625. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
  626. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +2 -2
  627. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +2 -2
  628. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +2 -2
  629. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +15 -6
  630. data/lib/hubspot/codegen/crm/timeline/models/previous_page.rb +224 -0
  631. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +309 -0
  632. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +21 -21
  633. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +2 -2
  634. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +30 -30
  635. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +56 -56
  636. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +21 -21
  637. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +48 -48
  638. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +2 -2
  639. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +2 -2
  640. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +21 -21
  641. data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
  642. data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
  643. data/lib/hubspot/codegen/files/files/api_client.rb +392 -0
  644. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  645. data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
  646. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
  647. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
  648. data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
  649. data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
  650. data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
  651. data/lib/hubspot/codegen/files/files/models/file.rb +440 -0
  652. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
  653. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
  654. data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
  655. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
  656. data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
  657. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
  658. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
  659. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
  660. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
  661. data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
  662. data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
  663. data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
  664. data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
  665. data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
  666. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
  667. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +392 -0
  668. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  669. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
  670. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
  671. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
  672. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
  673. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
  674. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
  675. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
  676. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
  677. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
  678. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
  679. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
  680. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
  681. data/lib/hubspot/codegen/oauth/api/default_api.rb +1 -1
  682. data/lib/hubspot/codegen/oauth/api_client.rb +43 -74
  683. data/lib/hubspot/codegen/oauth/api_error.rb +1 -1
  684. data/lib/hubspot/codegen/oauth/configuration.rb +17 -12
  685. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +18 -2
  686. data/lib/hubspot/codegen/oauth/models/error.rb +1 -1
  687. data/lib/hubspot/codegen/oauth/models/error_detail.rb +1 -1
  688. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +1 -1
  689. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +20 -20
  690. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +1 -1
  691. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +1 -1
  692. data/lib/hubspot/codegen/webhooks/api_client.rb +43 -73
  693. data/lib/hubspot/codegen/webhooks/api_error.rb +1 -1
  694. data/lib/hubspot/codegen/webhooks/configuration.rb +17 -12
  695. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +1 -1
  696. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +1 -1
  697. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +2 -2
  698. data/lib/hubspot/codegen/webhooks/models/error.rb +1 -1
  699. data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
  700. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +1 -1
  701. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +1 -1
  702. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +1 -1
  703. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
  704. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +1 -1
  705. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +1 -1
  706. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +1 -1
  707. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +1 -1
  708. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +1 -1
  709. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +1 -1
  710. data/lib/hubspot/version.rb +1 -1
  711. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
  712. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
  713. data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
  714. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
  715. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
  716. data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
  717. data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
  718. data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
  719. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
  720. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
  721. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
  722. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
  723. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
  724. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
  725. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
  726. data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
  727. data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
  728. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
  729. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
  730. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
  731. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
  732. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
  733. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
  734. data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
  735. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
  736. data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
  737. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
  738. data/spec/codegen/cms/audit-logs/api/default_api_spec.rb +54 -0
  739. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +47 -0
  740. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +65 -0
  741. data/spec/codegen/cms/audit-logs/models/error_spec.rb +77 -0
  742. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +47 -0
  743. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +41 -0
  744. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +85 -0
  745. data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +158 -0
  746. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +41 -0
  747. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +41 -0
  748. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +41 -0
  749. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +87 -0
  750. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +107 -0
  751. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +53 -0
  752. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +65 -0
  753. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +77 -0
  754. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +41 -0
  755. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +47 -0
  756. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +83 -0
  757. data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +285 -0
  758. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +51 -0
  759. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +57 -0
  760. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +41 -0
  761. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +41 -0
  762. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +41 -0
  763. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +87 -0
  764. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +417 -0
  765. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +53 -0
  766. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +53 -0
  767. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +41 -0
  768. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +47 -0
  769. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +47 -0
  770. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +65 -0
  771. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +77 -0
  772. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +41 -0
  773. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +53 -0
  774. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +113 -0
  775. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +47 -0
  776. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +47 -0
  777. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +47 -0
  778. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +59 -0
  779. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +47 -0
  780. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +55 -0
  781. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +83 -0
  782. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +85 -0
  783. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +59 -0
  784. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +53 -0
  785. data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +158 -0
  786. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +41 -0
  787. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +41 -0
  788. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +41 -0
  789. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +87 -0
  790. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +53 -0
  791. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +65 -0
  792. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +77 -0
  793. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +41 -0
  794. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +47 -0
  795. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +83 -0
  796. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +65 -0
  797. data/spec/codegen/cms/domains/api/domains_api_spec.rb +71 -0
  798. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +53 -0
  799. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +149 -0
  800. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +47 -0
  801. data/spec/codegen/cms/domains/models/domain_spec.rb +403 -0
  802. data/spec/codegen/cms/domains/models/error_detail_spec.rb +65 -0
  803. data/spec/codegen/cms/domains/models/error_spec.rb +77 -0
  804. data/spec/codegen/cms/domains/models/next_page_spec.rb +47 -0
  805. data/spec/codegen/cms/domains/models/paging_spec.rb +41 -0
  806. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +160 -0
  807. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +126 -0
  808. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +237 -0
  809. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +41 -0
  810. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +41 -0
  811. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +41 -0
  812. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +87 -0
  813. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +53 -0
  814. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +53 -0
  815. data/spec/codegen/cms/hubdb/models/column_input_spec.rb +77 -0
  816. data/spec/codegen/cms/hubdb/models/column_spec.rb +117 -0
  817. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +65 -0
  818. data/spec/codegen/cms/hubdb/models/error_spec.rb +77 -0
  819. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +53 -0
  820. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +41 -0
  821. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +53 -0
  822. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +59 -0
  823. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +71 -0
  824. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +83 -0
  825. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +59 -0
  826. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +143 -0
  827. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +59 -0
  828. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +47 -0
  829. data/spec/codegen/cms/hubdb/models/option_spec.rb +59 -0
  830. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +59 -0
  831. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +83 -0
  832. data/spec/codegen/cms/performance/api/default_api_spec.rb +73 -0
  833. data/spec/codegen/cms/performance/models/error_detail_spec.rb +65 -0
  834. data/spec/codegen/cms/performance/models/error_spec.rb +77 -0
  835. data/spec/codegen/cms/performance/models/performance_view_spec.rb +167 -0
  836. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +85 -0
  837. data/spec/codegen/cms/site-search/api/default_api_spec.rb +78 -0
  838. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +145 -0
  839. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +65 -0
  840. data/spec/codegen/cms/site-search/models/error_spec.rb +77 -0
  841. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +57 -0
  842. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +71 -0
  843. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +59 -0
  844. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +107 -0
  845. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
  846. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +65 -0
  847. data/spec/codegen/cms/url-redirects/models/error_spec.rb +77 -0
  848. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +47 -0
  849. data/spec/codegen/cms/url-redirects/models/paging_spec.rb +41 -0
  850. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
  851. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +189 -0
  852. data/spec/codegen/crm/associations/api/batch_api_spec.rb +77 -0
  853. data/spec/codegen/crm/associations/api/types_api_spec.rb +48 -0
  854. data/spec/codegen/crm/associations/models/associated_id_spec.rb +47 -0
  855. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +41 -0
  856. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
  857. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
  858. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +81 -0
  859. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
  860. data/spec/codegen/crm/associations/models/error_category_spec.rb +51 -0
  861. data/spec/codegen/crm/associations/models/error_detail_spec.rb +65 -0
  862. data/spec/codegen/crm/associations/models/error_spec.rb +77 -0
  863. data/spec/codegen/crm/associations/models/next_page_spec.rb +47 -0
  864. data/spec/codegen/crm/associations/models/paging_spec.rb +41 -0
  865. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +47 -0
  866. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +47 -0
  867. data/spec/codegen/crm/associations/models/public_association_spec.rb +53 -0
  868. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +41 -0
  869. data/spec/codegen/crm/associations/models/standard_error_spec.rb +83 -0
  870. data/spec/codegen/crm/companies/api/associations_api_spec.rb +79 -0
  871. data/spec/codegen/crm/companies/api/basic_api_spec.rb +106 -0
  872. data/spec/codegen/crm/companies/api/batch_api_spec.rb +84 -0
  873. data/spec/codegen/crm/companies/api/search_api_spec.rb +47 -0
  874. data/spec/codegen/crm/companies/models/associated_id_spec.rb +47 -0
  875. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  876. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +41 -0
  877. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +41 -0
  878. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  879. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +75 -0
  880. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  881. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +47 -0
  882. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb +47 -0
  883. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  884. data/spec/codegen/crm/companies/models/error_category_spec.rb +51 -0
  885. data/spec/codegen/crm/companies/models/error_detail_spec.rb +65 -0
  886. data/spec/codegen/crm/companies/models/error_spec.rb +77 -0
  887. data/spec/codegen/crm/companies/models/filter_group_spec.rb +41 -0
  888. data/spec/codegen/crm/companies/models/filter_spec.rb +57 -0
  889. data/spec/codegen/crm/companies/models/next_page_spec.rb +47 -0
  890. data/spec/codegen/crm/companies/models/paging_spec.rb +47 -0
  891. data/spec/codegen/crm/companies/models/previous_page_spec.rb +47 -0
  892. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +71 -0
  893. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +47 -0
  894. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +41 -0
  895. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +41 -0
  896. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +77 -0
  897. data/spec/codegen/crm/companies/models/standard_error_spec.rb +83 -0
  898. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +79 -0
  899. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +106 -0
  900. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +84 -0
  901. data/spec/codegen/crm/contacts/api/search_api_spec.rb +47 -0
  902. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +47 -0
  903. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  904. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +41 -0
  905. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +41 -0
  906. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  907. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +75 -0
  908. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  909. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +47 -0
  910. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb +47 -0
  911. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  912. data/spec/codegen/crm/contacts/models/error_category_spec.rb +51 -0
  913. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +65 -0
  914. data/spec/codegen/crm/contacts/models/error_spec.rb +77 -0
  915. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +41 -0
  916. data/spec/codegen/crm/contacts/models/filter_spec.rb +57 -0
  917. data/spec/codegen/crm/contacts/models/next_page_spec.rb +47 -0
  918. data/spec/codegen/crm/contacts/models/paging_spec.rb +47 -0
  919. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +47 -0
  920. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +71 -0
  921. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +47 -0
  922. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +41 -0
  923. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +41 -0
  924. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +77 -0
  925. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +83 -0
  926. data/spec/codegen/crm/deals/api/associations_api_spec.rb +79 -0
  927. data/spec/codegen/crm/deals/api/basic_api_spec.rb +106 -0
  928. data/spec/codegen/crm/deals/api/batch_api_spec.rb +84 -0
  929. data/spec/codegen/crm/deals/api/search_api_spec.rb +47 -0
  930. data/spec/codegen/crm/deals/models/associated_id_spec.rb +47 -0
  931. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  932. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +41 -0
  933. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +41 -0
  934. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  935. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +75 -0
  936. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  937. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +47 -0
  938. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb +47 -0
  939. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  940. data/spec/codegen/crm/deals/models/error_category_spec.rb +51 -0
  941. data/spec/codegen/crm/deals/models/error_detail_spec.rb +65 -0
  942. data/spec/codegen/crm/deals/models/error_spec.rb +77 -0
  943. data/spec/codegen/crm/deals/models/filter_group_spec.rb +41 -0
  944. data/spec/codegen/crm/deals/models/filter_spec.rb +57 -0
  945. data/spec/codegen/crm/deals/models/next_page_spec.rb +47 -0
  946. data/spec/codegen/crm/deals/models/paging_spec.rb +47 -0
  947. data/spec/codegen/crm/deals/models/previous_page_spec.rb +47 -0
  948. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +71 -0
  949. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +47 -0
  950. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +41 -0
  951. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +41 -0
  952. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +77 -0
  953. data/spec/codegen/crm/deals/models/standard_error_spec.rb +83 -0
  954. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
  955. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
  956. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
  957. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
  958. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
  959. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
  960. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
  961. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
  962. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
  963. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
  964. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
  965. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
  966. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
  967. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
  968. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
  969. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
  970. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
  971. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
  972. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
  973. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
  974. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
  975. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
  976. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
  977. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
  978. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
  979. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
  980. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
  981. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
  982. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
  983. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
  984. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
  985. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
  986. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
  987. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
  988. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
  989. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
  990. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
  991. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
  992. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
  993. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
  994. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
  995. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
  996. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
  997. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
  998. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
  999. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
  1000. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
  1001. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +100 -0
  1002. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +46 -0
  1003. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +53 -0
  1004. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +79 -0
  1005. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +41 -0
  1006. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +59 -0
  1007. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +41 -0
  1008. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +63 -0
  1009. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +47 -0
  1010. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +47 -0
  1011. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +41 -0
  1012. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +51 -0
  1013. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +59 -0
  1014. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +77 -0
  1015. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +57 -0
  1016. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +65 -0
  1017. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +77 -0
  1018. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +75 -0
  1019. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +75 -0
  1020. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +65 -0
  1021. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +63 -0
  1022. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +53 -0
  1023. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
  1024. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
  1025. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
  1026. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
  1027. data/spec/codegen/crm/imports/api/core_api_spec.rb +86 -0
  1028. data/spec/codegen/crm/imports/models/action_response_spec.rb +69 -0
  1029. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +47 -0
  1030. data/spec/codegen/crm/imports/models/error_detail_spec.rb +65 -0
  1031. data/spec/codegen/crm/imports/models/error_spec.rb +77 -0
  1032. data/spec/codegen/crm/imports/models/next_page_spec.rb +47 -0
  1033. data/spec/codegen/crm/imports/models/paging_spec.rb +47 -0
  1034. data/spec/codegen/crm/imports/models/previous_page_spec.rb +47 -0
  1035. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +53 -0
  1036. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +87 -0
  1037. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +47 -0
  1038. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +79 -0
  1039. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +106 -0
  1040. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +84 -0
  1041. data/spec/codegen/crm/line_items/api/search_api_spec.rb +47 -0
  1042. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +47 -0
  1043. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1044. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1045. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1046. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1047. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +75 -0
  1048. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1049. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +47 -0
  1050. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb +47 -0
  1051. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1052. data/spec/codegen/crm/line_items/models/error_category_spec.rb +51 -0
  1053. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +65 -0
  1054. data/spec/codegen/crm/line_items/models/error_spec.rb +77 -0
  1055. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +41 -0
  1056. data/spec/codegen/crm/line_items/models/filter_spec.rb +57 -0
  1057. data/spec/codegen/crm/line_items/models/next_page_spec.rb +47 -0
  1058. data/spec/codegen/crm/line_items/models/paging_spec.rb +47 -0
  1059. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +47 -0
  1060. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +71 -0
  1061. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +47 -0
  1062. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +41 -0
  1063. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +41 -0
  1064. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +77 -0
  1065. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +83 -0
  1066. data/spec/codegen/crm/objects/api/associations_api_spec.rb +82 -0
  1067. data/spec/codegen/crm/objects/api/basic_api_spec.rb +111 -0
  1068. data/spec/codegen/crm/objects/api/batch_api_spec.rb +88 -0
  1069. data/spec/codegen/crm/objects/api/search_api_spec.rb +48 -0
  1070. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +50 -0
  1071. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +69 -0
  1072. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
  1073. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
  1074. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
  1075. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1076. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1077. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1078. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1079. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
  1080. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1081. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
  1082. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb +47 -0
  1083. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1084. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
  1085. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
  1086. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
  1087. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
  1088. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
  1089. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
  1090. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
  1091. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
  1092. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
  1093. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
  1094. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
  1095. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
  1096. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +77 -0
  1097. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
  1098. data/spec/codegen/crm/objects/models/associated_id_spec.rb +47 -0
  1099. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1100. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1101. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1102. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1103. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +75 -0
  1104. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1105. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +47 -0
  1106. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb +47 -0
  1107. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1108. data/spec/codegen/crm/objects/models/error_category_spec.rb +51 -0
  1109. data/spec/codegen/crm/objects/models/error_detail_spec.rb +65 -0
  1110. data/spec/codegen/crm/objects/models/error_spec.rb +77 -0
  1111. data/spec/codegen/crm/objects/models/filter_group_spec.rb +41 -0
  1112. data/spec/codegen/crm/objects/models/filter_spec.rb +57 -0
  1113. data/spec/codegen/crm/objects/models/next_page_spec.rb +47 -0
  1114. data/spec/codegen/crm/objects/models/paging_spec.rb +47 -0
  1115. data/spec/codegen/crm/objects/models/previous_page_spec.rb +47 -0
  1116. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +71 -0
  1117. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +47 -0
  1118. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +41 -0
  1119. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +41 -0
  1120. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +77 -0
  1121. data/spec/codegen/crm/objects/models/standard_error_spec.rb +83 -0
  1122. data/spec/codegen/crm/owners/api/default_api_spec.rb +60 -0
  1123. data/spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb +47 -0
  1124. data/spec/codegen/crm/owners/models/error_detail_spec.rb +65 -0
  1125. data/spec/codegen/crm/owners/models/error_spec.rb +77 -0
  1126. data/spec/codegen/crm/owners/models/next_page_spec.rb +47 -0
  1127. data/spec/codegen/crm/owners/models/paging_spec.rb +41 -0
  1128. data/spec/codegen/crm/owners/models/public_owner_spec.rb +89 -0
  1129. data/spec/codegen/crm/owners/models/public_team_spec.rb +57 -0
  1130. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +123 -0
  1131. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +117 -0
  1132. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +47 -0
  1133. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +47 -0
  1134. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +65 -0
  1135. data/spec/codegen/crm/pipelines/models/error_spec.rb +77 -0
  1136. data/spec/codegen/crm/pipelines/models/next_page_spec.rb +47 -0
  1137. data/spec/codegen/crm/pipelines/models/paging_spec.rb +41 -0
  1138. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +53 -0
  1139. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +53 -0
  1140. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +83 -0
  1141. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +53 -0
  1142. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +59 -0
  1143. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +83 -0
  1144. data/spec/codegen/crm/products/api/associations_api_spec.rb +79 -0
  1145. data/spec/codegen/crm/products/api/basic_api_spec.rb +106 -0
  1146. data/spec/codegen/crm/products/api/batch_api_spec.rb +84 -0
  1147. data/spec/codegen/crm/products/api/search_api_spec.rb +47 -0
  1148. data/spec/codegen/crm/products/models/associated_id_spec.rb +47 -0
  1149. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1150. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1151. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1152. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1153. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +75 -0
  1154. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1155. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +47 -0
  1156. data/spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb +47 -0
  1157. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1158. data/spec/codegen/crm/products/models/error_category_spec.rb +51 -0
  1159. data/spec/codegen/crm/products/models/error_detail_spec.rb +65 -0
  1160. data/spec/codegen/crm/products/models/error_spec.rb +77 -0
  1161. data/spec/codegen/crm/products/models/filter_group_spec.rb +41 -0
  1162. data/spec/codegen/crm/products/models/filter_spec.rb +57 -0
  1163. data/spec/codegen/crm/products/models/next_page_spec.rb +47 -0
  1164. data/spec/codegen/crm/products/models/paging_spec.rb +47 -0
  1165. data/spec/codegen/crm/products/models/previous_page_spec.rb +47 -0
  1166. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +71 -0
  1167. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +47 -0
  1168. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +41 -0
  1169. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +41 -0
  1170. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +77 -0
  1171. data/spec/codegen/crm/products/models/standard_error_spec.rb +83 -0
  1172. data/spec/codegen/crm/properties/api/batch_api_spec.rb +74 -0
  1173. data/spec/codegen/crm/properties/api/core_api_spec.rb +102 -0
  1174. data/spec/codegen/crm/properties/api/groups_api_spec.rb +100 -0
  1175. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +41 -0
  1176. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +41 -0
  1177. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +47 -0
  1178. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +87 -0
  1179. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +47 -0
  1180. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +47 -0
  1181. data/spec/codegen/crm/properties/models/error_category_spec.rb +51 -0
  1182. data/spec/codegen/crm/properties/models/error_detail_spec.rb +65 -0
  1183. data/spec/codegen/crm/properties/models/error_spec.rb +77 -0
  1184. data/spec/codegen/crm/properties/models/next_page_spec.rb +47 -0
  1185. data/spec/codegen/crm/properties/models/option_input_spec.rb +65 -0
  1186. data/spec/codegen/crm/properties/models/option_spec.rb +65 -0
  1187. data/spec/codegen/crm/properties/models/paging_spec.rb +41 -0
  1188. data/spec/codegen/crm/properties/models/property_create_spec.rb +109 -0
  1189. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +53 -0
  1190. data/spec/codegen/crm/properties/models/property_group_spec.rb +59 -0
  1191. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +47 -0
  1192. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +59 -0
  1193. data/spec/codegen/crm/properties/models/property_name_spec.rb +41 -0
  1194. data/spec/codegen/crm/properties/models/property_spec.rb +173 -0
  1195. data/spec/codegen/crm/properties/models/property_update_spec.rb +97 -0
  1196. data/spec/codegen/crm/properties/models/standard_error_spec.rb +83 -0
  1197. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +50 -0
  1198. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +69 -0
  1199. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +48 -0
  1200. data/spec/codegen/crm/quotes/api/search_api_spec.rb +47 -0
  1201. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +47 -0
  1202. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1203. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1204. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1205. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1206. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +75 -0
  1207. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1208. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +47 -0
  1209. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb +47 -0
  1210. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1211. data/spec/codegen/crm/quotes/models/error_category_spec.rb +51 -0
  1212. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +65 -0
  1213. data/spec/codegen/crm/quotes/models/error_spec.rb +77 -0
  1214. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +41 -0
  1215. data/spec/codegen/crm/quotes/models/filter_spec.rb +57 -0
  1216. data/spec/codegen/crm/quotes/models/next_page_spec.rb +47 -0
  1217. data/spec/codegen/crm/quotes/models/paging_spec.rb +47 -0
  1218. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +47 -0
  1219. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +71 -0
  1220. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +47 -0
  1221. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +41 -0
  1222. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +41 -0
  1223. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +77 -0
  1224. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +83 -0
  1225. data/spec/codegen/crm/schemas/api/core_api_spec.rb +121 -0
  1226. data/spec/codegen/crm/schemas/api/default_api_spec.rb +45 -0
  1227. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +73 -0
  1228. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +91 -0
  1229. data/spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb +47 -0
  1230. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +65 -0
  1231. data/spec/codegen/crm/schemas/models/error_spec.rb +77 -0
  1232. data/spec/codegen/crm/schemas/models/next_page_spec.rb +47 -0
  1233. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +83 -0
  1234. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +113 -0
  1235. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +47 -0
  1236. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +71 -0
  1237. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +107 -0
  1238. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +99 -0
  1239. data/spec/codegen/crm/schemas/models/option_input_spec.rb +65 -0
  1240. data/spec/codegen/crm/schemas/models/option_spec.rb +65 -0
  1241. data/spec/codegen/crm/schemas/models/paging_spec.rb +47 -0
  1242. data/spec/codegen/crm/schemas/models/previous_page_spec.rb +47 -0
  1243. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +59 -0
  1244. data/spec/codegen/crm/schemas/models/property_spec.rb +173 -0
  1245. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +79 -0
  1246. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +106 -0
  1247. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +84 -0
  1248. data/spec/codegen/crm/tickets/api/search_api_spec.rb +47 -0
  1249. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +47 -0
  1250. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1251. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1252. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1253. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1254. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +75 -0
  1255. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1256. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +47 -0
  1257. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb +47 -0
  1258. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1259. data/spec/codegen/crm/tickets/models/error_category_spec.rb +51 -0
  1260. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +65 -0
  1261. data/spec/codegen/crm/tickets/models/error_spec.rb +77 -0
  1262. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +41 -0
  1263. data/spec/codegen/crm/tickets/models/filter_spec.rb +57 -0
  1264. data/spec/codegen/crm/tickets/models/next_page_spec.rb +47 -0
  1265. data/spec/codegen/crm/tickets/models/paging_spec.rb +47 -0
  1266. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +47 -0
  1267. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +71 -0
  1268. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +47 -0
  1269. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +41 -0
  1270. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +41 -0
  1271. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +77 -0
  1272. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +83 -0
  1273. data/spec/codegen/crm/timeline/api/events_api_spec.rb +99 -0
  1274. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +100 -0
  1275. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +78 -0
  1276. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
  1277. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
  1278. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
  1279. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
  1280. data/spec/codegen/crm/timeline/models/error_category_spec.rb +51 -0
  1281. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +65 -0
  1282. data/spec/codegen/crm/timeline/models/error_spec.rb +77 -0
  1283. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +41 -0
  1284. data/spec/codegen/crm/timeline/models/next_page_spec.rb +47 -0
  1285. data/spec/codegen/crm/timeline/models/paging_spec.rb +47 -0
  1286. data/spec/codegen/crm/timeline/models/previous_page_spec.rb +47 -0
  1287. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +83 -0
  1288. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
  1289. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +107 -0
  1290. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +95 -0
  1291. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
  1292. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +83 -0
  1293. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
  1294. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
  1295. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
  1296. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
  1297. data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
  1298. data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
  1299. data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
  1300. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
  1301. data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
  1302. data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
  1303. data/spec/codegen/files/files/models/error_spec.rb +77 -0
  1304. data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
  1305. data/spec/codegen/files/files/models/file_spec.rb +147 -0
  1306. data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
  1307. data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
  1308. data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
  1309. data/spec/codegen/files/files/models/folder_spec.rb +83 -0
  1310. data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
  1311. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
  1312. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
  1313. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
  1314. data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
  1315. data/spec/codegen/files/files/models/paging_spec.rb +47 -0
  1316. data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
  1317. data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
  1318. data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
  1319. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
  1320. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
  1321. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
  1322. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
  1323. data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
  1324. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
  1325. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
  1326. data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
  1327. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
  1328. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
  1329. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
  1330. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
  1331. data/spec/codegen/oauth/api/default_api_spec.rb +80 -0
  1332. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +95 -0
  1333. data/spec/codegen/oauth/models/error_detail_spec.rb +65 -0
  1334. data/spec/codegen/oauth/models/error_spec.rb +77 -0
  1335. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +83 -0
  1336. data/spec/codegen/oauth/models/token_response_if_spec.rb +53 -0
  1337. data/spec/codegen/webhooks/api/settings_api_spec.rb +72 -0
  1338. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +113 -0
  1339. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
  1340. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
  1341. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
  1342. data/spec/codegen/webhooks/models/error_category_spec.rb +51 -0
  1343. data/spec/codegen/webhooks/models/error_detail_spec.rb +65 -0
  1344. data/spec/codegen/webhooks/models/error_spec.rb +77 -0
  1345. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +47 -0
  1346. data/spec/codegen/webhooks/models/settings_response_spec.rb +59 -0
  1347. data/spec/codegen/webhooks/models/standard_error_spec.rb +83 -0
  1348. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
  1349. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +57 -0
  1350. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +41 -0
  1351. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +41 -0
  1352. data/spec/codegen/webhooks/models/subscription_response_spec.rb +75 -0
  1353. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +51 -0
  1354. data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
  1355. data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
  1356. data/spec/features/automation/actions/functions_api_spec.rb +13 -0
  1357. data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
  1358. data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
  1359. data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
  1360. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
  1361. data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
  1362. data/spec/features/cms/domains/domains_api_spec.rb +8 -0
  1363. data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
  1364. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
  1365. data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
  1366. data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
  1367. data/spec/features/cms/site-search/default_api_spec.rb +8 -0
  1368. data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
  1369. data/spec/features/crm/associations/batch_api_spec.rb +9 -0
  1370. data/spec/features/crm/associations/types_api_spec.rb +7 -0
  1371. data/spec/features/crm/companies/associations_api_spec.rb +9 -0
  1372. data/spec/features/crm/companies/basic_api_spec.rb +11 -0
  1373. data/spec/features/crm/companies/batch_api_spec.rb +10 -0
  1374. data/spec/features/crm/companies/search_api_spec.rb +7 -0
  1375. data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
  1376. data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
  1377. data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
  1378. data/spec/features/crm/contacts/search_api_spec.rb +7 -0
  1379. data/spec/features/crm/deals/associations_api_spec.rb +9 -0
  1380. data/spec/features/crm/deals/basic_api_spec.rb +11 -0
  1381. data/spec/features/crm/deals/batch_api_spec.rb +10 -0
  1382. data/spec/features/crm/deals/search_api_spec.rb +7 -0
  1383. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  1384. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  1385. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
  1386. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
  1387. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  1388. data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
  1389. data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
  1390. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  1391. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  1392. data/spec/features/crm/imports/core_api_spec.rb +10 -0
  1393. data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
  1394. data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
  1395. data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
  1396. data/spec/features/crm/line_items/search_api_spec.rb +7 -0
  1397. data/spec/features/crm/objects/associations_api_spec.rb +9 -0
  1398. data/spec/features/crm/objects/basic_api_spec.rb +11 -0
  1399. data/spec/features/crm/objects/batch_api_spec.rb +10 -0
  1400. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
  1401. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
  1402. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
  1403. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  1404. data/spec/features/crm/objects/search_api_spec.rb +7 -0
  1405. data/spec/features/crm/owners/default_api_spec.rb +8 -0
  1406. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  1407. data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
  1408. data/spec/features/crm/products/associations_api_spec.rb +9 -0
  1409. data/spec/features/crm/products/basic_api_spec.rb +11 -0
  1410. data/spec/features/crm/products/batch_api_spec.rb +10 -0
  1411. data/spec/features/crm/products/search_api_spec.rb +7 -0
  1412. data/spec/features/crm/properties/batch_api_spec.rb +9 -0
  1413. data/spec/features/crm/properties/core_api_spec.rb +11 -0
  1414. data/spec/features/crm/properties/groups_api_spec.rb +11 -0
  1415. data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
  1416. data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
  1417. data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
  1418. data/spec/features/crm/quotes/search_api_spec.rb +7 -0
  1419. data/spec/features/crm/schemas/core_api_spec.rb +13 -0
  1420. data/spec/features/crm/schemas/default_api_spec.rb +7 -0
  1421. data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
  1422. data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
  1423. data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
  1424. data/spec/features/crm/tickets/search_api_spec.rb +7 -0
  1425. data/spec/features/crm/timeline/events_api_spec.rb +11 -0
  1426. data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
  1427. data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
  1428. data/spec/features/files/files/files_api_spec.rb +16 -0
  1429. data/spec/features/files/files/folders_api_spec.rb +14 -0
  1430. data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
  1431. data/spec/features/oauth/default_api_spec.rb +10 -0
  1432. data/spec/features/webhooks/settings_api_spec.rb +9 -0
  1433. data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
  1434. metadata +1735 -2042
  1435. data/lib/hubspot/codegen/cms/hubdb/api/default_api.rb +0 -2090
  1436. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3.rb +0 -240
  1437. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3.rb +0 -240
  1438. data/lib/hubspot/codegen/cms/hubdb/models/paging.rb +0 -219
  1439. data/lib/hubspot/codegen/cms/hubdb/models/previous_page.rb +0 -224
  1440. data/lib/hubspot/codegen/crm/quotes/api/default_api.rb +0 -426
  1441. data/sample-apps/companies-app/.env.template +0 -2
  1442. data/sample-apps/companies-app/.env.test.template +0 -3
  1443. data/sample-apps/companies-app/.gitignore +0 -35
  1444. data/sample-apps/companies-app/.rspec +0 -1
  1445. data/sample-apps/companies-app/.ruby-version +0 -1
  1446. data/sample-apps/companies-app/Dockerfile +0 -22
  1447. data/sample-apps/companies-app/Gemfile +0 -33
  1448. data/sample-apps/companies-app/Gemfile.lock +0 -271
  1449. data/sample-apps/companies-app/README.md +0 -31
  1450. data/sample-apps/companies-app/Rakefile +0 -6
  1451. data/sample-apps/companies-app/app/assets/config/manifest.js +0 -3
  1452. data/sample-apps/companies-app/app/assets/images/.keep +0 -0
  1453. data/sample-apps/companies-app/app/assets/javascripts/application.js +0 -15
  1454. data/sample-apps/companies-app/app/assets/javascripts/cable.js +0 -13
  1455. data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
  1456. data/sample-apps/companies-app/app/assets/stylesheets/application.css +0 -117
  1457. data/sample-apps/companies-app/app/controllers/application_controller.rb +0 -12
  1458. data/sample-apps/companies-app/app/controllers/companies_controller.rb +0 -67
  1459. data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
  1460. data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +0 -12
  1461. data/sample-apps/companies-app/app/controllers/contacts_controller.rb +0 -28
  1462. data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1463. data/sample-apps/companies-app/app/helpers/application_helper.rb +0 -2
  1464. data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1465. data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1466. data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1467. data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1468. data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1469. data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +0 -39
  1470. data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +0 -39
  1471. data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +0 -39
  1472. data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +0 -24
  1473. data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +0 -16
  1474. data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +0 -48
  1475. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +0 -16
  1476. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +0 -16
  1477. data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +0 -28
  1478. data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +0 -25
  1479. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1480. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +0 -28
  1481. data/sample-apps/companies-app/app/models/application_record.rb +0 -3
  1482. data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
  1483. data/sample-apps/companies-app/app/views/companies/index.html.erb +0 -74
  1484. data/sample-apps/companies-app/app/views/companies/new.html.erb +0 -24
  1485. data/sample-apps/companies-app/app/views/companies/show.html.erb +0 -50
  1486. data/sample-apps/companies-app/app/views/contacts/index.html.erb +0 -49
  1487. data/sample-apps/companies-app/app/views/layouts/application.html.erb +0 -23
  1488. data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +0 -15
  1489. data/sample-apps/companies-app/app/views/shared/_header.html.erb +0 -15
  1490. data/sample-apps/companies-app/bin/bundle +0 -3
  1491. data/sample-apps/companies-app/bin/rails +0 -9
  1492. data/sample-apps/companies-app/bin/rake +0 -9
  1493. data/sample-apps/companies-app/bin/setup +0 -36
  1494. data/sample-apps/companies-app/bin/spring +0 -17
  1495. data/sample-apps/companies-app/bin/update +0 -31
  1496. data/sample-apps/companies-app/bin/yarn +0 -11
  1497. data/sample-apps/companies-app/config.ru +0 -5
  1498. data/sample-apps/companies-app/config/application.rb +0 -19
  1499. data/sample-apps/companies-app/config/boot.rb +0 -3
  1500. data/sample-apps/companies-app/config/cable.yml +0 -10
  1501. data/sample-apps/companies-app/config/database.yml +0 -25
  1502. data/sample-apps/companies-app/config/environment.rb +0 -5
  1503. data/sample-apps/companies-app/config/environments/development.rb +0 -61
  1504. data/sample-apps/companies-app/config/environments/production.rb +0 -94
  1505. data/sample-apps/companies-app/config/environments/test.rb +0 -46
  1506. data/sample-apps/companies-app/config/initializers/assets.rb +0 -14
  1507. data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +0 -4
  1508. data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +0 -3
  1509. data/sample-apps/companies-app/config/initializers/mime_types.rb +0 -1
  1510. data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +0 -14
  1511. data/sample-apps/companies-app/config/locales/en.yml +0 -33
  1512. data/sample-apps/companies-app/config/puma.rb +0 -34
  1513. data/sample-apps/companies-app/config/routes.rb +0 -17
  1514. data/sample-apps/companies-app/config/spring.rb +0 -6
  1515. data/sample-apps/companies-app/db/seeds.rb +0 -7
  1516. data/sample-apps/companies-app/docker-compose.yml +0 -11
  1517. data/sample-apps/companies-app/docker-entrypoint.sh +0 -8
  1518. data/sample-apps/companies-app/lib/assets/.keep +0 -0
  1519. data/sample-apps/companies-app/lib/tasks/.keep +0 -0
  1520. data/sample-apps/companies-app/log/.keep +0 -0
  1521. data/sample-apps/companies-app/package.json +0 -5
  1522. data/sample-apps/companies-app/public/404.html +0 -67
  1523. data/sample-apps/companies-app/public/422.html +0 -67
  1524. data/sample-apps/companies-app/public/500.html +0 -66
  1525. data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
  1526. data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
  1527. data/sample-apps/companies-app/public/favicon.ico +0 -0
  1528. data/sample-apps/companies-app/public/robots.txt +0 -1
  1529. data/sample-apps/companies-app/tmp/.keep +0 -0
  1530. data/sample-apps/contacts-app/.env.template +0 -2
  1531. data/sample-apps/contacts-app/.env.test.template +0 -3
  1532. data/sample-apps/contacts-app/.gitignore +0 -35
  1533. data/sample-apps/contacts-app/.rspec +0 -1
  1534. data/sample-apps/contacts-app/.ruby-version +0 -1
  1535. data/sample-apps/contacts-app/Dockerfile +0 -22
  1536. data/sample-apps/contacts-app/Gemfile +0 -33
  1537. data/sample-apps/contacts-app/Gemfile.lock +0 -271
  1538. data/sample-apps/contacts-app/README.md +0 -41
  1539. data/sample-apps/contacts-app/Rakefile +0 -6
  1540. data/sample-apps/contacts-app/app/assets/config/manifest.js +0 -3
  1541. data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
  1542. data/sample-apps/contacts-app/app/assets/javascripts/application.js +0 -15
  1543. data/sample-apps/contacts-app/app/assets/javascripts/cable.js +0 -13
  1544. data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1545. data/sample-apps/contacts-app/app/assets/stylesheets/application.css +0 -117
  1546. data/sample-apps/contacts-app/app/controllers/application_controller.rb +0 -12
  1547. data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
  1548. data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1549. data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +0 -68
  1550. data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1551. data/sample-apps/contacts-app/app/controllers/properties_controller.rb +0 -52
  1552. data/sample-apps/contacts-app/app/helpers/application_helper.rb +0 -2
  1553. data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1554. data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1555. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1556. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1557. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1558. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  1559. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  1560. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  1561. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -28
  1562. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1563. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1564. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  1565. data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  1566. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +0 -22
  1567. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  1568. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +0 -12
  1569. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +0 -20
  1570. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +0 -26
  1571. data/sample-apps/contacts-app/app/models/application_record.rb +0 -3
  1572. data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
  1573. data/sample-apps/contacts-app/app/views/contacts/index.html.erb +0 -78
  1574. data/sample-apps/contacts-app/app/views/contacts/new.html.erb +0 -18
  1575. data/sample-apps/contacts-app/app/views/contacts/show.html.erb +0 -39
  1576. data/sample-apps/contacts-app/app/views/layouts/application.html.erb +0 -23
  1577. data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1578. data/sample-apps/contacts-app/app/views/properties/index.html.erb +0 -68
  1579. data/sample-apps/contacts-app/app/views/properties/new.html.erb +0 -29
  1580. data/sample-apps/contacts-app/app/views/properties/show.html.erb +0 -29
  1581. data/sample-apps/contacts-app/app/views/shared/_header.html.erb +0 -18
  1582. data/sample-apps/contacts-app/bin/bundle +0 -3
  1583. data/sample-apps/contacts-app/bin/rails +0 -9
  1584. data/sample-apps/contacts-app/bin/rake +0 -9
  1585. data/sample-apps/contacts-app/bin/setup +0 -36
  1586. data/sample-apps/contacts-app/bin/spring +0 -17
  1587. data/sample-apps/contacts-app/bin/update +0 -31
  1588. data/sample-apps/contacts-app/bin/yarn +0 -11
  1589. data/sample-apps/contacts-app/config.ru +0 -5
  1590. data/sample-apps/contacts-app/config/application.rb +0 -19
  1591. data/sample-apps/contacts-app/config/boot.rb +0 -3
  1592. data/sample-apps/contacts-app/config/cable.yml +0 -10
  1593. data/sample-apps/contacts-app/config/database.yml +0 -25
  1594. data/sample-apps/contacts-app/config/environment.rb +0 -5
  1595. data/sample-apps/contacts-app/config/environments/development.rb +0 -61
  1596. data/sample-apps/contacts-app/config/environments/production.rb +0 -94
  1597. data/sample-apps/contacts-app/config/environments/test.rb +0 -46
  1598. data/sample-apps/contacts-app/config/initializers/assets.rb +0 -14
  1599. data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1600. data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  1601. data/sample-apps/contacts-app/config/initializers/mime_types.rb +0 -1
  1602. data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1603. data/sample-apps/contacts-app/config/locales/en.yml +0 -33
  1604. data/sample-apps/contacts-app/config/puma.rb +0 -34
  1605. data/sample-apps/contacts-app/config/routes.rb +0 -14
  1606. data/sample-apps/contacts-app/config/spring.rb +0 -6
  1607. data/sample-apps/contacts-app/db/seeds.rb +0 -7
  1608. data/sample-apps/contacts-app/docker-compose.yml +0 -11
  1609. data/sample-apps/contacts-app/docker-entrypoint.sh +0 -8
  1610. data/sample-apps/contacts-app/lib/assets/.keep +0 -0
  1611. data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
  1612. data/sample-apps/contacts-app/log/.keep +0 -0
  1613. data/sample-apps/contacts-app/package.json +0 -5
  1614. data/sample-apps/contacts-app/public/404.html +0 -67
  1615. data/sample-apps/contacts-app/public/422.html +0 -67
  1616. data/sample-apps/contacts-app/public/500.html +0 -66
  1617. data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1618. data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
  1619. data/sample-apps/contacts-app/public/favicon.ico +0 -0
  1620. data/sample-apps/contacts-app/public/robots.txt +0 -1
  1621. data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  1622. data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  1623. data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  1624. data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  1625. data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  1626. data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +0 -22
  1627. data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  1628. data/sample-apps/contacts-app/spec/rails_helper.rb +0 -42
  1629. data/sample-apps/contacts-app/spec/spec_helper.rb +0 -11
  1630. data/sample-apps/contacts-app/spec/support/application_helper.rb +0 -29
  1631. data/sample-apps/contacts-app/spec/support/download_helper.rb +0 -37
  1632. data/sample-apps/contacts-app/tmp/.keep +0 -0
  1633. data/sample-apps/imports-contacts-app/.env.template +0 -2
  1634. data/sample-apps/imports-contacts-app/.env.test.template +0 -3
  1635. data/sample-apps/imports-contacts-app/.gitignore +0 -37
  1636. data/sample-apps/imports-contacts-app/.rspec +0 -1
  1637. data/sample-apps/imports-contacts-app/.ruby-version +0 -1
  1638. data/sample-apps/imports-contacts-app/Dockerfile +0 -22
  1639. data/sample-apps/imports-contacts-app/Gemfile +0 -33
  1640. data/sample-apps/imports-contacts-app/Gemfile.lock +0 -271
  1641. data/sample-apps/imports-contacts-app/README.md +0 -27
  1642. data/sample-apps/imports-contacts-app/Rakefile +0 -6
  1643. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +0 -3
  1644. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  1645. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +0 -15
  1646. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +0 -13
  1647. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  1648. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +0 -87
  1649. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +0 -12
  1650. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  1651. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  1652. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +0 -24
  1653. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1654. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +0 -2
  1655. data/sample-apps/imports-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1656. data/sample-apps/imports-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1657. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1658. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1659. data/sample-apps/imports-contacts-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1660. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +0 -52
  1661. data/sample-apps/imports-contacts-app/app/models/application_record.rb +0 -3
  1662. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  1663. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +0 -70
  1664. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +0 -23
  1665. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  1666. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +0 -15
  1667. data/sample-apps/imports-contacts-app/bin/bundle +0 -3
  1668. data/sample-apps/imports-contacts-app/bin/rails +0 -9
  1669. data/sample-apps/imports-contacts-app/bin/rake +0 -9
  1670. data/sample-apps/imports-contacts-app/bin/setup +0 -36
  1671. data/sample-apps/imports-contacts-app/bin/spring +0 -17
  1672. data/sample-apps/imports-contacts-app/bin/update +0 -31
  1673. data/sample-apps/imports-contacts-app/bin/yarn +0 -11
  1674. data/sample-apps/imports-contacts-app/config.ru +0 -5
  1675. data/sample-apps/imports-contacts-app/config/application.rb +0 -19
  1676. data/sample-apps/imports-contacts-app/config/boot.rb +0 -3
  1677. data/sample-apps/imports-contacts-app/config/cable.yml +0 -10
  1678. data/sample-apps/imports-contacts-app/config/database.yml +0 -25
  1679. data/sample-apps/imports-contacts-app/config/environment.rb +0 -5
  1680. data/sample-apps/imports-contacts-app/config/environments/development.rb +0 -61
  1681. data/sample-apps/imports-contacts-app/config/environments/production.rb +0 -94
  1682. data/sample-apps/imports-contacts-app/config/environments/test.rb +0 -46
  1683. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +0 -14
  1684. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  1685. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +0 -3
  1686. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +0 -1
  1687. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  1688. data/sample-apps/imports-contacts-app/config/locales/en.yml +0 -33
  1689. data/sample-apps/imports-contacts-app/config/puma.rb +0 -34
  1690. data/sample-apps/imports-contacts-app/config/routes.rb +0 -11
  1691. data/sample-apps/imports-contacts-app/config/spring.rb +0 -6
  1692. data/sample-apps/imports-contacts-app/db/seeds.rb +0 -7
  1693. data/sample-apps/imports-contacts-app/docker-compose.yml +0 -11
  1694. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +0 -8
  1695. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  1696. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  1697. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  1698. data/sample-apps/imports-contacts-app/package.json +0 -5
  1699. data/sample-apps/imports-contacts-app/public/404.html +0 -67
  1700. data/sample-apps/imports-contacts-app/public/422.html +0 -67
  1701. data/sample-apps/imports-contacts-app/public/500.html +0 -66
  1702. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  1703. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  1704. data/sample-apps/imports-contacts-app/public/examples/example.csv +0 -2
  1705. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  1706. data/sample-apps/imports-contacts-app/public/robots.txt +0 -1
  1707. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  1708. data/sample-apps/leaky-bucket-app/.env.template +0 -3
  1709. data/sample-apps/leaky-bucket-app/.gitignore +0 -34
  1710. data/sample-apps/leaky-bucket-app/.ruby-version +0 -1
  1711. data/sample-apps/leaky-bucket-app/Dockerfile +0 -22
  1712. data/sample-apps/leaky-bucket-app/Gemfile +0 -39
  1713. data/sample-apps/leaky-bucket-app/Gemfile.lock +0 -307
  1714. data/sample-apps/leaky-bucket-app/README.md +0 -34
  1715. data/sample-apps/leaky-bucket-app/Rakefile +0 -6
  1716. data/sample-apps/leaky-bucket-app/app/assets/config/manifest.js +0 -3
  1717. data/sample-apps/leaky-bucket-app/app/assets/images/.keep +0 -0
  1718. data/sample-apps/leaky-bucket-app/app/assets/javascripts/application.js +0 -25
  1719. data/sample-apps/leaky-bucket-app/app/assets/javascripts/cable.js +0 -13
  1720. data/sample-apps/leaky-bucket-app/app/assets/javascripts/channels/.keep +0 -0
  1721. data/sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css +0 -90
  1722. data/sample-apps/leaky-bucket-app/app/controllers/application_controller.rb +0 -12
  1723. data/sample-apps/leaky-bucket-app/app/controllers/concerns/.keep +0 -0
  1724. data/sample-apps/leaky-bucket-app/app/controllers/concerns/exception_handler.rb +0 -12
  1725. data/sample-apps/leaky-bucket-app/app/controllers/home_controller.rb +0 -15
  1726. data/sample-apps/leaky-bucket-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1727. data/sample-apps/leaky-bucket-app/app/helpers/application_helper.rb +0 -2
  1728. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1729. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1730. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1731. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1732. data/sample-apps/leaky-bucket-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1733. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  1734. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  1735. data/sample-apps/leaky-bucket-app/app/models/application_record.rb +0 -3
  1736. data/sample-apps/leaky-bucket-app/app/models/concerns/.keep +0 -0
  1737. data/sample-apps/leaky-bucket-app/app/views/home/index.html.erb +0 -13
  1738. data/sample-apps/leaky-bucket-app/app/views/layouts/application.html.erb +0 -23
  1739. data/sample-apps/leaky-bucket-app/app/views/oauth/authorization/login.html.erb +0 -15
  1740. data/sample-apps/leaky-bucket-app/app/views/shared/_header.html.erb +0 -12
  1741. data/sample-apps/leaky-bucket-app/app/workers/leaky_bucket_worker.rb +0 -25
  1742. data/sample-apps/leaky-bucket-app/bin/bundle +0 -3
  1743. data/sample-apps/leaky-bucket-app/bin/rails +0 -9
  1744. data/sample-apps/leaky-bucket-app/bin/rake +0 -9
  1745. data/sample-apps/leaky-bucket-app/bin/setup +0 -36
  1746. data/sample-apps/leaky-bucket-app/bin/spring +0 -17
  1747. data/sample-apps/leaky-bucket-app/bin/update +0 -31
  1748. data/sample-apps/leaky-bucket-app/bin/yarn +0 -11
  1749. data/sample-apps/leaky-bucket-app/config.ru +0 -5
  1750. data/sample-apps/leaky-bucket-app/config/application.rb +0 -20
  1751. data/sample-apps/leaky-bucket-app/config/boot.rb +0 -3
  1752. data/sample-apps/leaky-bucket-app/config/cable.yml +0 -10
  1753. data/sample-apps/leaky-bucket-app/config/database.yml +0 -25
  1754. data/sample-apps/leaky-bucket-app/config/environment.rb +0 -5
  1755. data/sample-apps/leaky-bucket-app/config/environments/development.rb +0 -65
  1756. data/sample-apps/leaky-bucket-app/config/environments/production.rb +0 -94
  1757. data/sample-apps/leaky-bucket-app/config/environments/test.rb +0 -46
  1758. data/sample-apps/leaky-bucket-app/config/initializers/assets.rb +0 -14
  1759. data/sample-apps/leaky-bucket-app/config/initializers/filter_parameter_logging.rb +0 -4
  1760. data/sample-apps/leaky-bucket-app/config/initializers/hubspot-api-ruby.rb +0 -3
  1761. data/sample-apps/leaky-bucket-app/config/initializers/mime_types.rb +0 -1
  1762. data/sample-apps/leaky-bucket-app/config/initializers/resque.rb +0 -7
  1763. data/sample-apps/leaky-bucket-app/config/initializers/wrap_parameters.rb +0 -14
  1764. data/sample-apps/leaky-bucket-app/config/locales/en.yml +0 -33
  1765. data/sample-apps/leaky-bucket-app/config/puma.rb +0 -34
  1766. data/sample-apps/leaky-bucket-app/config/routes.rb +0 -10
  1767. data/sample-apps/leaky-bucket-app/config/spring.rb +0 -6
  1768. data/sample-apps/leaky-bucket-app/db/seeds.rb +0 -7
  1769. data/sample-apps/leaky-bucket-app/docker-compose.yml +0 -25
  1770. data/sample-apps/leaky-bucket-app/docker-entrypoint.sh +0 -8
  1771. data/sample-apps/leaky-bucket-app/lib/assets/.keep +0 -0
  1772. data/sample-apps/leaky-bucket-app/lib/tasks/.keep +0 -0
  1773. data/sample-apps/leaky-bucket-app/lib/tasks/leaky_bucket.rake +0 -11
  1774. data/sample-apps/leaky-bucket-app/lib/tasks/resque.rake +0 -11
  1775. data/sample-apps/leaky-bucket-app/log/.keep +0 -0
  1776. data/sample-apps/leaky-bucket-app/package.json +0 -5
  1777. data/sample-apps/leaky-bucket-app/public/404.html +0 -67
  1778. data/sample-apps/leaky-bucket-app/public/422.html +0 -67
  1779. data/sample-apps/leaky-bucket-app/public/500.html +0 -66
  1780. data/sample-apps/leaky-bucket-app/public/apple-touch-icon-precomposed.png +0 -0
  1781. data/sample-apps/leaky-bucket-app/public/apple-touch-icon.png +0 -0
  1782. data/sample-apps/leaky-bucket-app/public/favicon.ico +0 -0
  1783. data/sample-apps/leaky-bucket-app/public/robots.txt +0 -1
  1784. data/sample-apps/leaky-bucket-app/resque-entrypoint.sh +0 -9
  1785. data/sample-apps/leaky-bucket-app/tmp/.keep +0 -0
  1786. data/sample-apps/oauth-app/.env.template +0 -2
  1787. data/sample-apps/oauth-app/.env.test.template +0 -3
  1788. data/sample-apps/oauth-app/.gitignore +0 -35
  1789. data/sample-apps/oauth-app/.rspec +0 -1
  1790. data/sample-apps/oauth-app/.ruby-version +0 -1
  1791. data/sample-apps/oauth-app/Dockerfile +0 -22
  1792. data/sample-apps/oauth-app/Gemfile +0 -33
  1793. data/sample-apps/oauth-app/Gemfile.lock +0 -270
  1794. data/sample-apps/oauth-app/README.md +0 -33
  1795. data/sample-apps/oauth-app/Rakefile +0 -6
  1796. data/sample-apps/oauth-app/app/assets/config/manifest.js +0 -3
  1797. data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
  1798. data/sample-apps/oauth-app/app/assets/javascripts/application.js +0 -15
  1799. data/sample-apps/oauth-app/app/assets/javascripts/cable.js +0 -13
  1800. data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
  1801. data/sample-apps/oauth-app/app/assets/stylesheets/application.css +0 -117
  1802. data/sample-apps/oauth-app/app/controllers/application_controller.rb +0 -12
  1803. data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
  1804. data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +0 -12
  1805. data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +0 -67
  1806. data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1807. data/sample-apps/oauth-app/app/helpers/application_helper.rb +0 -2
  1808. data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1809. data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1810. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1811. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1812. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1813. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +0 -22
  1814. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +0 -16
  1815. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +0 -35
  1816. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +0 -20
  1817. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  1818. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  1819. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +0 -23
  1820. data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +0 -12
  1821. data/sample-apps/oauth-app/app/models/application_record.rb +0 -3
  1822. data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
  1823. data/sample-apps/oauth-app/app/views/contacts/index.html.erb +0 -78
  1824. data/sample-apps/oauth-app/app/views/contacts/new.html.erb +0 -18
  1825. data/sample-apps/oauth-app/app/views/contacts/show.html.erb +0 -38
  1826. data/sample-apps/oauth-app/app/views/layouts/application.html.erb +0 -23
  1827. data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +0 -15
  1828. data/sample-apps/oauth-app/app/views/shared/_header.html.erb +0 -15
  1829. data/sample-apps/oauth-app/bin/bundle +0 -3
  1830. data/sample-apps/oauth-app/bin/rails +0 -9
  1831. data/sample-apps/oauth-app/bin/rake +0 -9
  1832. data/sample-apps/oauth-app/bin/setup +0 -36
  1833. data/sample-apps/oauth-app/bin/spring +0 -17
  1834. data/sample-apps/oauth-app/bin/update +0 -31
  1835. data/sample-apps/oauth-app/bin/yarn +0 -11
  1836. data/sample-apps/oauth-app/config.ru +0 -5
  1837. data/sample-apps/oauth-app/config/application.rb +0 -19
  1838. data/sample-apps/oauth-app/config/boot.rb +0 -3
  1839. data/sample-apps/oauth-app/config/cable.yml +0 -10
  1840. data/sample-apps/oauth-app/config/database.yml +0 -25
  1841. data/sample-apps/oauth-app/config/environment.rb +0 -5
  1842. data/sample-apps/oauth-app/config/environments/development.rb +0 -61
  1843. data/sample-apps/oauth-app/config/environments/production.rb +0 -94
  1844. data/sample-apps/oauth-app/config/environments/test.rb +0 -46
  1845. data/sample-apps/oauth-app/config/initializers/assets.rb +0 -14
  1846. data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +0 -4
  1847. data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +0 -3
  1848. data/sample-apps/oauth-app/config/initializers/mime_types.rb +0 -1
  1849. data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +0 -14
  1850. data/sample-apps/oauth-app/config/locales/en.yml +0 -33
  1851. data/sample-apps/oauth-app/config/puma.rb +0 -34
  1852. data/sample-apps/oauth-app/config/routes.rb +0 -14
  1853. data/sample-apps/oauth-app/config/spring.rb +0 -6
  1854. data/sample-apps/oauth-app/db/seeds.rb +0 -7
  1855. data/sample-apps/oauth-app/docker-compose.yml +0 -11
  1856. data/sample-apps/oauth-app/docker-entrypoint.sh +0 -8
  1857. data/sample-apps/oauth-app/lib/assets/.keep +0 -0
  1858. data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
  1859. data/sample-apps/oauth-app/log/.keep +0 -0
  1860. data/sample-apps/oauth-app/package.json +0 -5
  1861. data/sample-apps/oauth-app/public/404.html +0 -67
  1862. data/sample-apps/oauth-app/public/422.html +0 -67
  1863. data/sample-apps/oauth-app/public/500.html +0 -66
  1864. data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
  1865. data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
  1866. data/sample-apps/oauth-app/public/favicon.ico +0 -0
  1867. data/sample-apps/oauth-app/public/robots.txt +0 -1
  1868. data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +0 -27
  1869. data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +0 -18
  1870. data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +0 -21
  1871. data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +0 -35
  1872. data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +0 -10
  1873. data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +0 -22
  1874. data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +0 -33
  1875. data/sample-apps/oauth-app/spec/rails_helper.rb +0 -42
  1876. data/sample-apps/oauth-app/spec/spec_helper.rb +0 -11
  1877. data/sample-apps/oauth-app/spec/support/application_helper.rb +0 -29
  1878. data/sample-apps/oauth-app/spec/support/download_helper.rb +0 -37
  1879. data/sample-apps/oauth-app/tmp/.keep +0 -0
  1880. data/sample-apps/rate-limits-redis-sample-app/.env.template +0 -3
  1881. data/sample-apps/rate-limits-redis-sample-app/.gitignore +0 -34
  1882. data/sample-apps/rate-limits-redis-sample-app/.ruby-version +0 -1
  1883. data/sample-apps/rate-limits-redis-sample-app/Dockerfile +0 -22
  1884. data/sample-apps/rate-limits-redis-sample-app/Gemfile +0 -39
  1885. data/sample-apps/rate-limits-redis-sample-app/Gemfile.lock +0 -307
  1886. data/sample-apps/rate-limits-redis-sample-app/README.md +0 -35
  1887. data/sample-apps/rate-limits-redis-sample-app/Rakefile +0 -6
  1888. data/sample-apps/rate-limits-redis-sample-app/app/assets/config/manifest.js +0 -3
  1889. data/sample-apps/rate-limits-redis-sample-app/app/assets/images/.keep +0 -0
  1890. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/application.js +0 -25
  1891. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/cable.js +0 -13
  1892. data/sample-apps/rate-limits-redis-sample-app/app/assets/javascripts/channels/.keep +0 -0
  1893. data/sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css +0 -90
  1894. data/sample-apps/rate-limits-redis-sample-app/app/controllers/application_controller.rb +0 -12
  1895. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/.keep +0 -0
  1896. data/sample-apps/rate-limits-redis-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  1897. data/sample-apps/rate-limits-redis-sample-app/app/controllers/home_controller.rb +0 -15
  1898. data/sample-apps/rate-limits-redis-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1899. data/sample-apps/rate-limits-redis-sample-app/app/helpers/application_helper.rb +0 -2
  1900. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1901. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1902. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1903. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1904. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1905. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +0 -29
  1906. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +0 -37
  1907. data/sample-apps/rate-limits-redis-sample-app/app/models/application_record.rb +0 -3
  1908. data/sample-apps/rate-limits-redis-sample-app/app/models/concerns/.keep +0 -0
  1909. data/sample-apps/rate-limits-redis-sample-app/app/views/home/index.html.erb +0 -13
  1910. data/sample-apps/rate-limits-redis-sample-app/app/views/layouts/application.html.erb +0 -23
  1911. data/sample-apps/rate-limits-redis-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  1912. data/sample-apps/rate-limits-redis-sample-app/app/views/shared/_header.html.erb +0 -12
  1913. data/sample-apps/rate-limits-redis-sample-app/app/workers/redis_rate_limits_worker.rb +0 -51
  1914. data/sample-apps/rate-limits-redis-sample-app/bin/bundle +0 -3
  1915. data/sample-apps/rate-limits-redis-sample-app/bin/rails +0 -9
  1916. data/sample-apps/rate-limits-redis-sample-app/bin/rake +0 -9
  1917. data/sample-apps/rate-limits-redis-sample-app/bin/setup +0 -36
  1918. data/sample-apps/rate-limits-redis-sample-app/bin/spring +0 -17
  1919. data/sample-apps/rate-limits-redis-sample-app/bin/update +0 -31
  1920. data/sample-apps/rate-limits-redis-sample-app/bin/yarn +0 -11
  1921. data/sample-apps/rate-limits-redis-sample-app/config.ru +0 -5
  1922. data/sample-apps/rate-limits-redis-sample-app/config/application.rb +0 -20
  1923. data/sample-apps/rate-limits-redis-sample-app/config/boot.rb +0 -3
  1924. data/sample-apps/rate-limits-redis-sample-app/config/cable.yml +0 -10
  1925. data/sample-apps/rate-limits-redis-sample-app/config/database.yml +0 -25
  1926. data/sample-apps/rate-limits-redis-sample-app/config/environment.rb +0 -5
  1927. data/sample-apps/rate-limits-redis-sample-app/config/environments/development.rb +0 -63
  1928. data/sample-apps/rate-limits-redis-sample-app/config/environments/production.rb +0 -94
  1929. data/sample-apps/rate-limits-redis-sample-app/config/environments/test.rb +0 -46
  1930. data/sample-apps/rate-limits-redis-sample-app/config/initializers/assets.rb +0 -14
  1931. data/sample-apps/rate-limits-redis-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  1932. data/sample-apps/rate-limits-redis-sample-app/config/initializers/hubspot-api-ruby.rb +0 -3
  1933. data/sample-apps/rate-limits-redis-sample-app/config/initializers/mime_types.rb +0 -1
  1934. data/sample-apps/rate-limits-redis-sample-app/config/initializers/resque.rb +0 -7
  1935. data/sample-apps/rate-limits-redis-sample-app/config/initializers/wrap_parameters.rb +0 -14
  1936. data/sample-apps/rate-limits-redis-sample-app/config/locales/en.yml +0 -33
  1937. data/sample-apps/rate-limits-redis-sample-app/config/puma.rb +0 -34
  1938. data/sample-apps/rate-limits-redis-sample-app/config/routes.rb +0 -10
  1939. data/sample-apps/rate-limits-redis-sample-app/config/spring.rb +0 -6
  1940. data/sample-apps/rate-limits-redis-sample-app/db/seeds.rb +0 -7
  1941. data/sample-apps/rate-limits-redis-sample-app/docker-compose.yml +0 -25
  1942. data/sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh +0 -8
  1943. data/sample-apps/rate-limits-redis-sample-app/lib/assets/.keep +0 -0
  1944. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/.keep +0 -0
  1945. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/redis_rate_limits.rake +0 -11
  1946. data/sample-apps/rate-limits-redis-sample-app/lib/tasks/resque.rake +0 -11
  1947. data/sample-apps/rate-limits-redis-sample-app/log/.keep +0 -0
  1948. data/sample-apps/rate-limits-redis-sample-app/package.json +0 -5
  1949. data/sample-apps/rate-limits-redis-sample-app/public/404.html +0 -67
  1950. data/sample-apps/rate-limits-redis-sample-app/public/422.html +0 -67
  1951. data/sample-apps/rate-limits-redis-sample-app/public/500.html +0 -66
  1952. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  1953. data/sample-apps/rate-limits-redis-sample-app/public/apple-touch-icon.png +0 -0
  1954. data/sample-apps/rate-limits-redis-sample-app/public/favicon.ico +0 -0
  1955. data/sample-apps/rate-limits-redis-sample-app/public/robots.txt +0 -1
  1956. data/sample-apps/rate-limits-redis-sample-app/resque-entrypoint.sh +0 -9
  1957. data/sample-apps/rate-limits-redis-sample-app/tmp/.keep +0 -0
  1958. data/sample-apps/retry-middleware-sample-app/.env.template +0 -2
  1959. data/sample-apps/retry-middleware-sample-app/.gitignore +0 -35
  1960. data/sample-apps/retry-middleware-sample-app/.ruby-version +0 -1
  1961. data/sample-apps/retry-middleware-sample-app/Dockerfile +0 -22
  1962. data/sample-apps/retry-middleware-sample-app/Gemfile +0 -37
  1963. data/sample-apps/retry-middleware-sample-app/Gemfile.lock +0 -283
  1964. data/sample-apps/retry-middleware-sample-app/README.md +0 -33
  1965. data/sample-apps/retry-middleware-sample-app/Rakefile +0 -6
  1966. data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +0 -3
  1967. data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
  1968. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +0 -25
  1969. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +0 -13
  1970. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
  1971. data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +0 -90
  1972. data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +0 -12
  1973. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
  1974. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +0 -12
  1975. data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +0 -15
  1976. data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +0 -19
  1977. data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +0 -2
  1978. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  1979. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  1980. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +0 -19
  1981. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  1982. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  1983. data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +0 -3
  1984. data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
  1985. data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +0 -13
  1986. data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +0 -23
  1987. data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +0 -15
  1988. data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +0 -12
  1989. data/sample-apps/retry-middleware-sample-app/bin/bundle +0 -3
  1990. data/sample-apps/retry-middleware-sample-app/bin/rails +0 -9
  1991. data/sample-apps/retry-middleware-sample-app/bin/rake +0 -9
  1992. data/sample-apps/retry-middleware-sample-app/bin/setup +0 -36
  1993. data/sample-apps/retry-middleware-sample-app/bin/spring +0 -17
  1994. data/sample-apps/retry-middleware-sample-app/bin/update +0 -31
  1995. data/sample-apps/retry-middleware-sample-app/bin/yarn +0 -11
  1996. data/sample-apps/retry-middleware-sample-app/config.ru +0 -5
  1997. data/sample-apps/retry-middleware-sample-app/config/application.rb +0 -19
  1998. data/sample-apps/retry-middleware-sample-app/config/boot.rb +0 -3
  1999. data/sample-apps/retry-middleware-sample-app/config/cable.yml +0 -10
  2000. data/sample-apps/retry-middleware-sample-app/config/database.yml +0 -25
  2001. data/sample-apps/retry-middleware-sample-app/config/environment.rb +0 -5
  2002. data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +0 -61
  2003. data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +0 -94
  2004. data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +0 -46
  2005. data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +0 -14
  2006. data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +0 -4
  2007. data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +0 -3
  2008. data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +0 -1
  2009. data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +0 -14
  2010. data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +0 -33
  2011. data/sample-apps/retry-middleware-sample-app/config/puma.rb +0 -34
  2012. data/sample-apps/retry-middleware-sample-app/config/routes.rb +0 -6
  2013. data/sample-apps/retry-middleware-sample-app/config/spring.rb +0 -6
  2014. data/sample-apps/retry-middleware-sample-app/db/seeds.rb +0 -7
  2015. data/sample-apps/retry-middleware-sample-app/docker-compose.yml +0 -11
  2016. data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +0 -8
  2017. data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
  2018. data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
  2019. data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +0 -37
  2020. data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
  2021. data/sample-apps/retry-middleware-sample-app/package.json +0 -5
  2022. data/sample-apps/retry-middleware-sample-app/public/404.html +0 -67
  2023. data/sample-apps/retry-middleware-sample-app/public/422.html +0 -67
  2024. data/sample-apps/retry-middleware-sample-app/public/500.html +0 -66
  2025. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  2026. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
  2027. data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
  2028. data/sample-apps/retry-middleware-sample-app/public/robots.txt +0 -1
  2029. data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
  2030. data/sample-apps/search-result-paging-app/.env.template +0 -4
  2031. data/sample-apps/search-result-paging-app/.gitignore +0 -35
  2032. data/sample-apps/search-result-paging-app/.rspec +0 -1
  2033. data/sample-apps/search-result-paging-app/.ruby-version +0 -1
  2034. data/sample-apps/search-result-paging-app/Dockerfile +0 -22
  2035. data/sample-apps/search-result-paging-app/Gemfile +0 -35
  2036. data/sample-apps/search-result-paging-app/Gemfile.lock +0 -279
  2037. data/sample-apps/search-result-paging-app/README.md +0 -0
  2038. data/sample-apps/search-result-paging-app/Rakefile +0 -6
  2039. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +0 -3
  2040. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  2041. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +0 -25
  2042. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +0 -13
  2043. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  2044. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +0 -77
  2045. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +0 -12
  2046. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  2047. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +0 -12
  2048. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +0 -14
  2049. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2050. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +0 -2
  2051. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  2052. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  2053. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  2054. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  2055. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  2056. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +0 -26
  2057. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +0 -35
  2058. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +0 -22
  2059. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +0 -16
  2060. data/sample-apps/search-result-paging-app/app/models/application_record.rb +0 -3
  2061. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  2062. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +0 -13
  2063. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +0 -23
  2064. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +0 -15
  2065. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +0 -18
  2066. data/sample-apps/search-result-paging-app/bin/bundle +0 -3
  2067. data/sample-apps/search-result-paging-app/bin/rails +0 -9
  2068. data/sample-apps/search-result-paging-app/bin/rake +0 -9
  2069. data/sample-apps/search-result-paging-app/bin/setup +0 -36
  2070. data/sample-apps/search-result-paging-app/bin/spring +0 -17
  2071. data/sample-apps/search-result-paging-app/bin/update +0 -31
  2072. data/sample-apps/search-result-paging-app/bin/yarn +0 -11
  2073. data/sample-apps/search-result-paging-app/config.ru +0 -5
  2074. data/sample-apps/search-result-paging-app/config/application.rb +0 -19
  2075. data/sample-apps/search-result-paging-app/config/boot.rb +0 -3
  2076. data/sample-apps/search-result-paging-app/config/cable.yml +0 -10
  2077. data/sample-apps/search-result-paging-app/config/database.yml +0 -25
  2078. data/sample-apps/search-result-paging-app/config/environment.rb +0 -5
  2079. data/sample-apps/search-result-paging-app/config/environments/development.rb +0 -61
  2080. data/sample-apps/search-result-paging-app/config/environments/production.rb +0 -94
  2081. data/sample-apps/search-result-paging-app/config/environments/test.rb +0 -46
  2082. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +0 -14
  2083. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +0 -4
  2084. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +0 -3
  2085. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +0 -1
  2086. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +0 -14
  2087. data/sample-apps/search-result-paging-app/config/locales/en.yml +0 -33
  2088. data/sample-apps/search-result-paging-app/config/puma.rb +0 -34
  2089. data/sample-apps/search-result-paging-app/config/routes.rb +0 -7
  2090. data/sample-apps/search-result-paging-app/config/spring.rb +0 -6
  2091. data/sample-apps/search-result-paging-app/db/seeds.rb +0 -7
  2092. data/sample-apps/search-result-paging-app/docker-compose.yml +0 -11
  2093. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +0 -8
  2094. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  2095. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  2096. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +0 -36
  2097. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  2098. data/sample-apps/search-result-paging-app/package.json +0 -5
  2099. data/sample-apps/search-result-paging-app/public/404.html +0 -67
  2100. data/sample-apps/search-result-paging-app/public/422.html +0 -67
  2101. data/sample-apps/search-result-paging-app/public/500.html +0 -66
  2102. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  2103. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  2104. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  2105. data/sample-apps/search-result-paging-app/public/robots.txt +0 -1
  2106. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  2107. data/sample-apps/timeline-events-app/.env.template +0 -5
  2108. data/sample-apps/timeline-events-app/.gitignore +0 -35
  2109. data/sample-apps/timeline-events-app/.rspec +0 -1
  2110. data/sample-apps/timeline-events-app/.ruby-version +0 -1
  2111. data/sample-apps/timeline-events-app/Dockerfile +0 -22
  2112. data/sample-apps/timeline-events-app/Gemfile +0 -33
  2113. data/sample-apps/timeline-events-app/Gemfile.lock +0 -271
  2114. data/sample-apps/timeline-events-app/README.md +0 -30
  2115. data/sample-apps/timeline-events-app/Rakefile +0 -6
  2116. data/sample-apps/timeline-events-app/app/assets/config/manifest.js +0 -3
  2117. data/sample-apps/timeline-events-app/app/assets/images/.keep +0 -0
  2118. data/sample-apps/timeline-events-app/app/assets/javascripts/application.js +0 -15
  2119. data/sample-apps/timeline-events-app/app/assets/javascripts/cable.js +0 -13
  2120. data/sample-apps/timeline-events-app/app/assets/javascripts/channels/.keep +0 -0
  2121. data/sample-apps/timeline-events-app/app/assets/stylesheets/application.css +0 -171
  2122. data/sample-apps/timeline-events-app/app/controllers/application_controller.rb +0 -12
  2123. data/sample-apps/timeline-events-app/app/controllers/concerns/.keep +0 -0
  2124. data/sample-apps/timeline-events-app/app/controllers/concerns/exception_handler.rb +0 -12
  2125. data/sample-apps/timeline-events-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2126. data/sample-apps/timeline-events-app/app/controllers/timeline_events_controller.rb +0 -37
  2127. data/sample-apps/timeline-events-app/app/helpers/application_helper.rb +0 -2
  2128. data/sample-apps/timeline-events-app/app/lib/services/authorization/authorize_hubspot.rb +0 -15
  2129. data/sample-apps/timeline-events-app/app/lib/services/authorization/get_authorization_uri.rb +0 -33
  2130. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/base.rb +0 -19
  2131. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/generate.rb +0 -26
  2132. data/sample-apps/timeline-events-app/app/lib/services/authorization/tokens/refresh.rb +0 -33
  2133. data/sample-apps/timeline-events-app/app/lib/services/hubspot/contacts/search.rb +0 -37
  2134. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_event.rb +0 -20
  2135. data/sample-apps/timeline-events-app/app/lib/services/hubspot/timeline/create_template.rb +0 -39
  2136. data/sample-apps/timeline-events-app/app/models/application_record.rb +0 -3
  2137. data/sample-apps/timeline-events-app/app/models/concerns/.keep +0 -0
  2138. data/sample-apps/timeline-events-app/app/views/layouts/application.html.erb +0 -23
  2139. data/sample-apps/timeline-events-app/app/views/oauth/authorization/login.html.erb +0 -15
  2140. data/sample-apps/timeline-events-app/app/views/shared/_header.html.erb +0 -12
  2141. data/sample-apps/timeline-events-app/app/views/timeline_events/index.html.erb +0 -53
  2142. data/sample-apps/timeline-events-app/bin/bundle +0 -3
  2143. data/sample-apps/timeline-events-app/bin/rails +0 -9
  2144. data/sample-apps/timeline-events-app/bin/rake +0 -9
  2145. data/sample-apps/timeline-events-app/bin/setup +0 -36
  2146. data/sample-apps/timeline-events-app/bin/spring +0 -17
  2147. data/sample-apps/timeline-events-app/bin/update +0 -31
  2148. data/sample-apps/timeline-events-app/bin/yarn +0 -11
  2149. data/sample-apps/timeline-events-app/config.ru +0 -5
  2150. data/sample-apps/timeline-events-app/config/application.rb +0 -19
  2151. data/sample-apps/timeline-events-app/config/boot.rb +0 -3
  2152. data/sample-apps/timeline-events-app/config/database.yml +0 -25
  2153. data/sample-apps/timeline-events-app/config/environment.rb +0 -5
  2154. data/sample-apps/timeline-events-app/config/environments/development.rb +0 -61
  2155. data/sample-apps/timeline-events-app/config/environments/production.rb +0 -94
  2156. data/sample-apps/timeline-events-app/config/environments/test.rb +0 -46
  2157. data/sample-apps/timeline-events-app/config/initializers/assets.rb +0 -14
  2158. data/sample-apps/timeline-events-app/config/initializers/filter_parameter_logging.rb +0 -4
  2159. data/sample-apps/timeline-events-app/config/initializers/hubspot-api-client.rb +0 -3
  2160. data/sample-apps/timeline-events-app/config/initializers/mime_types.rb +0 -1
  2161. data/sample-apps/timeline-events-app/config/initializers/wrap_parameters.rb +0 -14
  2162. data/sample-apps/timeline-events-app/config/locales/en.yml +0 -33
  2163. data/sample-apps/timeline-events-app/config/puma.rb +0 -34
  2164. data/sample-apps/timeline-events-app/config/routes.rb +0 -7
  2165. data/sample-apps/timeline-events-app/config/spring.rb +0 -6
  2166. data/sample-apps/timeline-events-app/db/seeds.rb +0 -7
  2167. data/sample-apps/timeline-events-app/docker-compose.yml +0 -11
  2168. data/sample-apps/timeline-events-app/docker-entrypoint.sh +0 -8
  2169. data/sample-apps/timeline-events-app/lib/assets/.keep +0 -0
  2170. data/sample-apps/timeline-events-app/lib/tasks/.keep +0 -0
  2171. data/sample-apps/timeline-events-app/log/.keep +0 -0
  2172. data/sample-apps/timeline-events-app/package.json +0 -5
  2173. data/sample-apps/timeline-events-app/public/404.html +0 -67
  2174. data/sample-apps/timeline-events-app/public/422.html +0 -67
  2175. data/sample-apps/timeline-events-app/public/500.html +0 -66
  2176. data/sample-apps/timeline-events-app/public/apple-touch-icon-precomposed.png +0 -0
  2177. data/sample-apps/timeline-events-app/public/apple-touch-icon.png +0 -0
  2178. data/sample-apps/timeline-events-app/public/favicon.ico +0 -0
  2179. data/sample-apps/timeline-events-app/public/robots.txt +0 -1
  2180. data/sample-apps/timeline-events-app/spec/rails_helper.rb +0 -42
  2181. data/sample-apps/timeline-events-app/spec/spec_helper.rb +0 -11
  2182. data/sample-apps/timeline-events-app/tmp/.keep +0 -0
  2183. data/sample-apps/trello-integration-app/.env.template +0 -7
  2184. data/sample-apps/trello-integration-app/.gitignore +0 -35
  2185. data/sample-apps/trello-integration-app/.rspec +0 -1
  2186. data/sample-apps/trello-integration-app/.ruby-version +0 -1
  2187. data/sample-apps/trello-integration-app/Dockerfile +0 -22
  2188. data/sample-apps/trello-integration-app/Gemfile +0 -38
  2189. data/sample-apps/trello-integration-app/Gemfile.lock +0 -314
  2190. data/sample-apps/trello-integration-app/README.md +0 -31
  2191. data/sample-apps/trello-integration-app/Rakefile +0 -6
  2192. data/sample-apps/trello-integration-app/app/assets/config/manifest.js +0 -3
  2193. data/sample-apps/trello-integration-app/app/assets/images/.keep +0 -0
  2194. data/sample-apps/trello-integration-app/app/assets/images/right-arrow.png +0 -0
  2195. data/sample-apps/trello-integration-app/app/assets/javascripts/application.js +0 -22
  2196. data/sample-apps/trello-integration-app/app/assets/javascripts/cable.js +0 -13
  2197. data/sample-apps/trello-integration-app/app/assets/javascripts/channels/.keep +0 -0
  2198. data/sample-apps/trello-integration-app/app/assets/javascripts/jquery-spinner.min.js +0 -11071
  2199. data/sample-apps/trello-integration-app/app/assets/javascripts/lodash.js +0 -15972
  2200. data/sample-apps/trello-integration-app/app/assets/javascripts/mappings.js +0 -78
  2201. data/sample-apps/trello-integration-app/app/assets/javascripts/typeahead.bundle.min.js +0 -8
  2202. data/sample-apps/trello-integration-app/app/assets/stylesheets/application.css +0 -46
  2203. data/sample-apps/trello-integration-app/app/assets/stylesheets/authorization.scss +0 -34
  2204. data/sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css +0 -33
  2205. data/sample-apps/trello-integration-app/app/assets/stylesheets/mappings.scss +0 -55
  2206. data/sample-apps/trello-integration-app/app/assets/stylesheets/navigation.scss +0 -43
  2207. data/sample-apps/trello-integration-app/app/assets/stylesheets/search_frame.scss +0 -81
  2208. data/sample-apps/trello-integration-app/app/controllers/application_controller.rb +0 -38
  2209. data/sample-apps/trello-integration-app/app/controllers/concerns/.keep +0 -0
  2210. data/sample-apps/trello-integration-app/app/controllers/concerns/exception_handler.rb +0 -12
  2211. data/sample-apps/trello-integration-app/app/controllers/home_controller.rb +0 -20
  2212. data/sample-apps/trello-integration-app/app/controllers/mappings_controller.rb +0 -64
  2213. data/sample-apps/trello-integration-app/app/controllers/oauth/authorization_controller.rb +0 -28
  2214. data/sample-apps/trello-integration-app/app/controllers/trello/cards_controller.rb +0 -94
  2215. data/sample-apps/trello-integration-app/app/controllers/trello/webhooks_controller.rb +0 -30
  2216. data/sample-apps/trello-integration-app/app/helpers/application_helper.rb +0 -2
  2217. data/sample-apps/trello-integration-app/app/helpers/oauth/authorization_helper.rb +0 -11
  2218. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  2219. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  2220. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  2221. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  2222. data/sample-apps/trello-integration-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  2223. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/get_by_id.rb +0 -15
  2224. data/sample-apps/trello-integration-app/app/lib/services/hubspot/deals/update.rb +0 -17
  2225. data/sample-apps/trello-integration-app/app/lib/services/hubspot/extensions_cards/create.rb +0 -82
  2226. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_all.rb +0 -11
  2227. data/sample-apps/trello-integration-app/app/lib/services/hubspot/pipelines/get_by_id.rb +0 -15
  2228. data/sample-apps/trello-integration-app/app/lib/services/trello/authorization/authorize.rb +0 -20
  2229. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_all.rb +0 -11
  2230. data/sample-apps/trello-integration-app/app/lib/services/trello/boards/get_by_id.rb +0 -19
  2231. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/format.rb +0 -78
  2232. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/get_by_id.rb +0 -15
  2233. data/sample-apps/trello-integration-app/app/lib/services/trello/cards/search.rb +0 -15
  2234. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/create.rb +0 -31
  2235. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/delete.rb +0 -17
  2236. data/sample-apps/trello-integration-app/app/lib/services/trello/webhooks/update.rb +0 -19
  2237. data/sample-apps/trello-integration-app/app/models/application_record.rb +0 -3
  2238. data/sample-apps/trello-integration-app/app/models/concerns/.keep +0 -0
  2239. data/sample-apps/trello-integration-app/app/models/deal_association.rb +0 -2
  2240. data/sample-apps/trello-integration-app/app/models/extension_card.rb +0 -4
  2241. data/sample-apps/trello-integration-app/app/models/hubspot_token.rb +0 -19
  2242. data/sample-apps/trello-integration-app/app/models/mapping.rb +0 -2
  2243. data/sample-apps/trello-integration-app/app/models/trello_token.rb +0 -19
  2244. data/sample-apps/trello-integration-app/app/models/webhook.rb +0 -2
  2245. data/sample-apps/trello-integration-app/app/views/home/index.html.erb +0 -23
  2246. data/sample-apps/trello-integration-app/app/views/home/success.html.erb +0 -11
  2247. data/sample-apps/trello-integration-app/app/views/layouts/application.html.erb +0 -23
  2248. data/sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb +0 -13
  2249. data/sample-apps/trello-integration-app/app/views/mappings/index.html.erb +0 -44
  2250. data/sample-apps/trello-integration-app/app/views/oauth/authorization/login.html.erb +0 -42
  2251. data/sample-apps/trello-integration-app/app/views/shared/_header.html.erb +0 -15
  2252. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame.html.erb +0 -69
  2253. data/sample-apps/trello-integration-app/app/views/trello/cards/search_frame_success.html.erb +0 -7
  2254. data/sample-apps/trello-integration-app/bin/bundle +0 -3
  2255. data/sample-apps/trello-integration-app/bin/rails +0 -9
  2256. data/sample-apps/trello-integration-app/bin/rake +0 -9
  2257. data/sample-apps/trello-integration-app/bin/setup +0 -36
  2258. data/sample-apps/trello-integration-app/bin/spring +0 -17
  2259. data/sample-apps/trello-integration-app/bin/update +0 -31
  2260. data/sample-apps/trello-integration-app/bin/yarn +0 -11
  2261. data/sample-apps/trello-integration-app/config.ru +0 -5
  2262. data/sample-apps/trello-integration-app/config/application.rb +0 -20
  2263. data/sample-apps/trello-integration-app/config/boot.rb +0 -3
  2264. data/sample-apps/trello-integration-app/config/cable.yml +0 -10
  2265. data/sample-apps/trello-integration-app/config/database.yml +0 -16
  2266. data/sample-apps/trello-integration-app/config/environment.rb +0 -5
  2267. data/sample-apps/trello-integration-app/config/environments/development.rb +0 -61
  2268. data/sample-apps/trello-integration-app/config/environments/production.rb +0 -94
  2269. data/sample-apps/trello-integration-app/config/environments/test.rb +0 -46
  2270. data/sample-apps/trello-integration-app/config/initializers/assets.rb +0 -14
  2271. data/sample-apps/trello-integration-app/config/initializers/filter_parameter_logging.rb +0 -4
  2272. data/sample-apps/trello-integration-app/config/initializers/hubspot-api-client.rb +0 -3
  2273. data/sample-apps/trello-integration-app/config/initializers/mime_types.rb +0 -1
  2274. data/sample-apps/trello-integration-app/config/initializers/omniauth.rb +0 -11
  2275. data/sample-apps/trello-integration-app/config/initializers/trello.rb +0 -1
  2276. data/sample-apps/trello-integration-app/config/initializers/wrap_parameters.rb +0 -14
  2277. data/sample-apps/trello-integration-app/config/locales/en.yml +0 -33
  2278. data/sample-apps/trello-integration-app/config/puma.rb +0 -34
  2279. data/sample-apps/trello-integration-app/config/routes.rb +0 -29
  2280. data/sample-apps/trello-integration-app/config/spring.rb +0 -6
  2281. data/sample-apps/trello-integration-app/config/storage.yml +0 -34
  2282. data/sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb +0 -10
  2283. data/sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb +0 -8
  2284. data/sample-apps/trello-integration-app/db/migrate/20200624132337_create_deal_associations.rb +0 -8
  2285. data/sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb +0 -8
  2286. data/sample-apps/trello-integration-app/db/migrate/20200715143913_create_mappings.rb +0 -12
  2287. data/sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb +0 -9
  2288. data/sample-apps/trello-integration-app/db/schema.rb +0 -52
  2289. data/sample-apps/trello-integration-app/db/seeds.rb +0 -7
  2290. data/sample-apps/trello-integration-app/docker-compose.yml +0 -41
  2291. data/sample-apps/trello-integration-app/docker-entrypoint.sh +0 -8
  2292. data/sample-apps/trello-integration-app/lib/assets/.keep +0 -0
  2293. data/sample-apps/trello-integration-app/lib/middlewares/trello_payload_params_handler.rb +0 -18
  2294. data/sample-apps/trello-integration-app/lib/tasks/.keep +0 -0
  2295. data/sample-apps/trello-integration-app/log/.keep +0 -0
  2296. data/sample-apps/trello-integration-app/package.json +0 -5
  2297. data/sample-apps/trello-integration-app/public/404.html +0 -67
  2298. data/sample-apps/trello-integration-app/public/422.html +0 -67
  2299. data/sample-apps/trello-integration-app/public/500.html +0 -66
  2300. data/sample-apps/trello-integration-app/public/favicon.ico +0 -0
  2301. data/sample-apps/trello-integration-app/public/robots.txt +0 -1
  2302. data/sample-apps/trello-integration-app/tmp/.keep +0 -0
  2303. data/sample-apps/webhooks-contacts-app/.env.template +0 -4
  2304. data/sample-apps/webhooks-contacts-app/.gitignore +0 -35
  2305. data/sample-apps/webhooks-contacts-app/.ruby-version +0 -1
  2306. data/sample-apps/webhooks-contacts-app/Dockerfile +0 -21
  2307. data/sample-apps/webhooks-contacts-app/Gemfile +0 -37
  2308. data/sample-apps/webhooks-contacts-app/Gemfile.lock +0 -281
  2309. data/sample-apps/webhooks-contacts-app/README.md +0 -54
  2310. data/sample-apps/webhooks-contacts-app/Rakefile +0 -6
  2311. data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +0 -3
  2312. data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
  2313. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +0 -46
  2314. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +0 -13
  2315. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  2316. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +0 -92
  2317. data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +0 -18
  2318. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
  2319. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +0 -12
  2320. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +0 -31
  2321. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +0 -44
  2322. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +0 -19
  2323. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +0 -9
  2324. data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +0 -2
  2325. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +0 -17
  2326. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +0 -35
  2327. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +0 -21
  2328. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +0 -28
  2329. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +0 -35
  2330. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +0 -36
  2331. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +0 -25
  2332. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +0 -44
  2333. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +0 -46
  2334. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +0 -39
  2335. data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +0 -3
  2336. data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
  2337. data/sample-apps/webhooks-contacts-app/app/models/event.rb +0 -5
  2338. data/sample-apps/webhooks-contacts-app/app/models/token.rb +0 -15
  2339. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +0 -39
  2340. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +0 -47
  2341. data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +0 -21
  2342. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +0 -15
  2343. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +0 -18
  2344. data/sample-apps/webhooks-contacts-app/bin/bundle +0 -3
  2345. data/sample-apps/webhooks-contacts-app/bin/rails +0 -9
  2346. data/sample-apps/webhooks-contacts-app/bin/rake +0 -9
  2347. data/sample-apps/webhooks-contacts-app/bin/setup +0 -36
  2348. data/sample-apps/webhooks-contacts-app/bin/spring +0 -17
  2349. data/sample-apps/webhooks-contacts-app/bin/update +0 -31
  2350. data/sample-apps/webhooks-contacts-app/bin/yarn +0 -11
  2351. data/sample-apps/webhooks-contacts-app/config.ru +0 -5
  2352. data/sample-apps/webhooks-contacts-app/config/application.rb +0 -19
  2353. data/sample-apps/webhooks-contacts-app/config/boot.rb +0 -3
  2354. data/sample-apps/webhooks-contacts-app/config/cable.yml +0 -10
  2355. data/sample-apps/webhooks-contacts-app/config/database.yml +0 -15
  2356. data/sample-apps/webhooks-contacts-app/config/environment.rb +0 -5
  2357. data/sample-apps/webhooks-contacts-app/config/environments/development.rb +0 -61
  2358. data/sample-apps/webhooks-contacts-app/config/environments/production.rb +0 -94
  2359. data/sample-apps/webhooks-contacts-app/config/environments/test.rb +0 -47
  2360. data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +0 -14
  2361. data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +0 -4
  2362. data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +0 -14
  2363. data/sample-apps/webhooks-contacts-app/config/locales/en.yml +0 -33
  2364. data/sample-apps/webhooks-contacts-app/config/puma.rb +0 -34
  2365. data/sample-apps/webhooks-contacts-app/config/routes.rb +0 -12
  2366. data/sample-apps/webhooks-contacts-app/config/spring.rb +0 -6
  2367. data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +0 -10
  2368. data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +0 -14
  2369. data/sample-apps/webhooks-contacts-app/db/schema.rb +0 -33
  2370. data/sample-apps/webhooks-contacts-app/docker-compose.yml +0 -41
  2371. data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +0 -8
  2372. data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
  2373. data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
  2374. data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
  2375. data/sample-apps/webhooks-contacts-app/package.json +0 -5
  2376. data/sample-apps/webhooks-contacts-app/public/404.html +0 -67
  2377. data/sample-apps/webhooks-contacts-app/public/422.html +0 -67
  2378. data/sample-apps/webhooks-contacts-app/public/500.html +0 -66
  2379. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  2380. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
  2381. data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
  2382. data/sample-apps/webhooks-contacts-app/public/robots.txt +0 -1
  2383. data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
  2384. data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
  2385. data/spec/oauth/api/access_tokens_api_spec.rb +0 -46
  2386. data/spec/oauth/api/refresh_tokens_api_spec.rb +0 -92
  2387. data/spec/oauth/api/tokens_api_spec.rb +0 -51
  2388. data/spec/oauth/api_client_spec.rb +0 -226
  2389. data/spec/oauth/configuration_spec.rb +0 -42
  2390. data/spec/oauth/models/access_token_info_response_spec.rb +0 -89
  2391. data/spec/oauth/models/error_detail_spec.rb +0 -53
  2392. data/spec/oauth/models/error_spec.rb +0 -71
  2393. data/spec/oauth/models/json_node_spec.rb +0 -165
  2394. data/spec/oauth/models/refresh_token_info_response_spec.rb +0 -83
  2395. data/spec/oauth/models/refresh_token_spec.rb +0 -59
  2396. data/spec/owners/api/default_api_spec.rb +0 -60
  2397. data/spec/owners/api_client_spec.rb +0 -226
  2398. data/spec/owners/configuration_spec.rb +0 -42
  2399. data/spec/owners/models/collection_response_public_owner_spec.rb +0 -47
  2400. data/spec/owners/models/error_detail_spec.rb +0 -53
  2401. data/spec/owners/models/error_spec.rb +0 -71
  2402. data/spec/owners/models/next_page_spec.rb +0 -47
  2403. data/spec/owners/models/paging_spec.rb +0 -41
  2404. data/spec/owners/models/public_owner_spec.rb +0 -89
  2405. data/spec/owners/models/public_team_spec.rb +0 -57
  2406. data/spec/pipelines/api/pipeline_stages_api_spec.rb +0 -123
  2407. data/spec/pipelines/api/pipelines_api_spec.rb +0 -117
  2408. data/spec/pipelines/api_client_spec.rb +0 -226
  2409. data/spec/pipelines/configuration_spec.rb +0 -42
  2410. data/spec/pipelines/models/collection_response_pipeline_spec.rb +0 -47
  2411. data/spec/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
  2412. data/spec/pipelines/models/error_detail_spec.rb +0 -53
  2413. data/spec/pipelines/models/error_spec.rb +0 -71
  2414. data/spec/pipelines/models/next_page_spec.rb +0 -47
  2415. data/spec/pipelines/models/paging_spec.rb +0 -41
  2416. data/spec/pipelines/models/pipeline_input_spec.rb +0 -53
  2417. data/spec/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  2418. data/spec/pipelines/models/pipeline_spec.rb +0 -83
  2419. data/spec/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  2420. data/spec/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  2421. data/spec/pipelines/models/pipeline_stage_spec.rb +0 -83
  2422. data/spec/properties/api/batch_api_spec.rb +0 -74
  2423. data/spec/properties/api/core_api_spec.rb +0 -102
  2424. data/spec/properties/api/groups_api_spec.rb +0 -100
  2425. data/spec/properties/api_client_spec.rb +0 -226
  2426. data/spec/properties/configuration_spec.rb +0 -42
  2427. data/spec/properties/models/batch_input_property_create_spec.rb +0 -41
  2428. data/spec/properties/models/batch_input_property_name_spec.rb +0 -41
  2429. data/spec/properties/models/batch_read_input_property_name_spec.rb +0 -47
  2430. data/spec/properties/models/batch_response_property_spec.rb +0 -81
  2431. data/spec/properties/models/collection_response_property_group_spec.rb +0 -47
  2432. data/spec/properties/models/collection_response_property_spec.rb +0 -47
  2433. data/spec/properties/models/error_detail_spec.rb +0 -65
  2434. data/spec/properties/models/error_spec.rb +0 -71
  2435. data/spec/properties/models/next_page_spec.rb +0 -47
  2436. data/spec/properties/models/option_input_spec.rb +0 -65
  2437. data/spec/properties/models/option_spec.rb +0 -65
  2438. data/spec/properties/models/paging_spec.rb +0 -41
  2439. data/spec/properties/models/property_create_spec.rb +0 -103
  2440. data/spec/properties/models/property_group_create_spec.rb +0 -53
  2441. data/spec/properties/models/property_group_spec.rb +0 -59
  2442. data/spec/properties/models/property_group_update_spec.rb +0 -47
  2443. data/spec/properties/models/property_modification_metadata_spec.rb +0 -59
  2444. data/spec/properties/models/property_name_spec.rb +0 -41
  2445. data/spec/properties/models/property_spec.rb +0 -177
  2446. data/spec/properties/models/property_update_spec.rb +0 -91
@@ -0,0 +1,1009 @@
1
+ =begin
2
+ #HubDB endpoints
3
+
4
+ #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `live` versions and you can publish and unpublish the live version. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, pushed to live version, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the live version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module Hubspot
16
+ module Cms
17
+ module Hubdb
18
+ class TablesApi
19
+ attr_accessor :api_client
20
+
21
+ def initialize(api_client = ApiClient.default)
22
+ @api_client = api_client
23
+ end
24
+ # Archive a table
25
+ # Archive (soft delete) an existing HubDB table. This archives both the live and draft versions.
26
+ # @param table_id_or_name [String] The ID or name of the table to archive.
27
+ # @param [Hash] opts the optional parameters
28
+ # @return [nil]
29
+ def archive_table(table_id_or_name, opts = {})
30
+ archive_table_with_http_info(table_id_or_name, opts)
31
+ nil
32
+ end
33
+
34
+ # Archive a table
35
+ # Archive (soft delete) an existing HubDB table. This archives both the live and draft versions.
36
+ # @param table_id_or_name [String] The ID or name of the table to archive.
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
39
+ def archive_table_with_http_info(table_id_or_name, opts = {})
40
+ if @api_client.config.debugging
41
+ @api_client.config.logger.debug 'Calling API: TablesApi.archive_table ...'
42
+ end
43
+ # verify the required parameter 'table_id_or_name' is set
44
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
45
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.archive_table"
46
+ end
47
+ # resource path
48
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
49
+
50
+ # query parameters
51
+ query_params = opts[:query_params] || {}
52
+
53
+ # header parameters
54
+ header_params = opts[:header_params] || {}
55
+ # HTTP header 'Accept' (if needed)
56
+ header_params['Accept'] = @api_client.select_header_accept(['*/*'])
57
+
58
+ # form parameters
59
+ form_params = opts[:form_params] || {}
60
+
61
+ # http body (model)
62
+ post_body = opts[:body]
63
+
64
+ # return_type
65
+ return_type = opts[:return_type]
66
+
67
+ # auth_names
68
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
69
+
70
+ new_options = opts.merge(
71
+ :header_params => header_params,
72
+ :query_params => query_params,
73
+ :form_params => form_params,
74
+ :body => post_body,
75
+ :auth_names => auth_names,
76
+ :return_type => return_type
77
+ )
78
+
79
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
80
+ if @api_client.config.debugging
81
+ @api_client.config.logger.debug "API called: TablesApi#archive_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
82
+ end
83
+ return data, status_code, headers
84
+ end
85
+
86
+ # Clone a table
87
+ # Clone an existing HubDB table. The `newName` and `newLabel` of the new table can be sent as JSON in the `body` parameter. This will create the cloned table as a `draft`.
88
+ # @param table_id_or_name [String] The ID or name of the table to clone.
89
+ # @param hub_db_table_clone_request [HubDbTableCloneRequest] JSON object with the properties newName and newLabel. You can set copyRows to false to clone the table with copying rows and default is true.
90
+ # @param [Hash] opts the optional parameters
91
+ # @return [HubDbTableV3]
92
+ def clone_draft_table(table_id_or_name, hub_db_table_clone_request, opts = {})
93
+ data, _status_code, _headers = clone_draft_table_with_http_info(table_id_or_name, hub_db_table_clone_request, opts)
94
+ data
95
+ end
96
+
97
+ # Clone a table
98
+ # Clone an existing HubDB table. The &#x60;newName&#x60; and &#x60;newLabel&#x60; of the new table can be sent as JSON in the &#x60;body&#x60; parameter. This will create the cloned table as a &#x60;draft&#x60;.
99
+ # @param table_id_or_name [String] The ID or name of the table to clone.
100
+ # @param hub_db_table_clone_request [HubDbTableCloneRequest] JSON object with the properties newName and newLabel. You can set copyRows to false to clone the table with copying rows and default is true.
101
+ # @param [Hash] opts the optional parameters
102
+ # @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
103
+ def clone_draft_table_with_http_info(table_id_or_name, hub_db_table_clone_request, opts = {})
104
+ if @api_client.config.debugging
105
+ @api_client.config.logger.debug 'Calling API: TablesApi.clone_draft_table ...'
106
+ end
107
+ # verify the required parameter 'table_id_or_name' is set
108
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
109
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.clone_draft_table"
110
+ end
111
+ # verify the required parameter 'hub_db_table_clone_request' is set
112
+ if @api_client.config.client_side_validation && hub_db_table_clone_request.nil?
113
+ fail ArgumentError, "Missing the required parameter 'hub_db_table_clone_request' when calling TablesApi.clone_draft_table"
114
+ end
115
+ # resource path
116
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}/draft/clone'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
117
+
118
+ # query parameters
119
+ query_params = opts[:query_params] || {}
120
+
121
+ # header parameters
122
+ header_params = opts[:header_params] || {}
123
+ # HTTP header 'Accept' (if needed)
124
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
125
+ # HTTP header 'Content-Type'
126
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
127
+
128
+ # form parameters
129
+ form_params = opts[:form_params] || {}
130
+
131
+ # http body (model)
132
+ post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_clone_request)
133
+
134
+ # return_type
135
+ return_type = opts[:return_type] || 'HubDbTableV3'
136
+
137
+ # auth_names
138
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
139
+
140
+ new_options = opts.merge(
141
+ :header_params => header_params,
142
+ :query_params => query_params,
143
+ :form_params => form_params,
144
+ :body => post_body,
145
+ :auth_names => auth_names,
146
+ :return_type => return_type
147
+ )
148
+
149
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
150
+ if @api_client.config.debugging
151
+ @api_client.config.logger.debug "API called: TablesApi#clone_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
152
+ end
153
+ return data, status_code, headers
154
+ end
155
+
156
+ # Create a new table
157
+ # Creates a new draft HubDB table given a JSON schema. The table name and label should be unique for each account.
158
+ # @param hub_db_table_v3_input [HubDbTableV3Input] The JSON schema for the table being created.
159
+ # @param [Hash] opts the optional parameters
160
+ # @return [HubDbTableV3]
161
+ def create_table(hub_db_table_v3_input, opts = {})
162
+ data, _status_code, _headers = create_table_with_http_info(hub_db_table_v3_input, opts)
163
+ data
164
+ end
165
+
166
+ # Create a new table
167
+ # Creates a new draft HubDB table given a JSON schema. The table name and label should be unique for each account.
168
+ # @param hub_db_table_v3_input [HubDbTableV3Input] The JSON schema for the table being created.
169
+ # @param [Hash] opts the optional parameters
170
+ # @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
171
+ def create_table_with_http_info(hub_db_table_v3_input, opts = {})
172
+ if @api_client.config.debugging
173
+ @api_client.config.logger.debug 'Calling API: TablesApi.create_table ...'
174
+ end
175
+ # verify the required parameter 'hub_db_table_v3_input' is set
176
+ if @api_client.config.client_side_validation && hub_db_table_v3_input.nil?
177
+ fail ArgumentError, "Missing the required parameter 'hub_db_table_v3_input' when calling TablesApi.create_table"
178
+ end
179
+ # resource path
180
+ local_var_path = '/cms/v3/hubdb/tables'
181
+
182
+ # query parameters
183
+ query_params = opts[:query_params] || {}
184
+
185
+ # header parameters
186
+ header_params = opts[:header_params] || {}
187
+ # HTTP header 'Accept' (if needed)
188
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
189
+ # HTTP header 'Content-Type'
190
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
191
+
192
+ # form parameters
193
+ form_params = opts[:form_params] || {}
194
+
195
+ # http body (model)
196
+ post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_v3_input)
197
+
198
+ # return_type
199
+ return_type = opts[:return_type] || 'HubDbTableV3'
200
+
201
+ # auth_names
202
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
203
+
204
+ new_options = opts.merge(
205
+ :header_params => header_params,
206
+ :query_params => query_params,
207
+ :form_params => form_params,
208
+ :body => post_body,
209
+ :auth_names => auth_names,
210
+ :return_type => return_type
211
+ )
212
+
213
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
214
+ if @api_client.config.debugging
215
+ @api_client.config.logger.debug "API called: TablesApi#create_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
216
+ end
217
+ return data, status_code, headers
218
+ end
219
+
220
+ # Export a draft table
221
+ # Exports the `draft` version of a table to CSV / EXCEL format.
222
+ # @param table_id_or_name [String] The ID or name of the table to export.
223
+ # @param [Hash] opts the optional parameters
224
+ # @option opts [String] :format The file format to export. Possible values include &#x60;CSV&#x60;, &#x60;XLSX&#x60;, and &#x60;XLS&#x60;.
225
+ # @return [File]
226
+ def export_draft_table(table_id_or_name, opts = {})
227
+ data, _status_code, _headers = export_draft_table_with_http_info(table_id_or_name, opts)
228
+ data
229
+ end
230
+
231
+ # Export a draft table
232
+ # Exports the &#x60;draft&#x60; version of a table to CSV / EXCEL format.
233
+ # @param table_id_or_name [String] The ID or name of the table to export.
234
+ # @param [Hash] opts the optional parameters
235
+ # @option opts [String] :format The file format to export. Possible values include &#x60;CSV&#x60;, &#x60;XLSX&#x60;, and &#x60;XLS&#x60;.
236
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
237
+ def export_draft_table_with_http_info(table_id_or_name, opts = {})
238
+ if @api_client.config.debugging
239
+ @api_client.config.logger.debug 'Calling API: TablesApi.export_draft_table ...'
240
+ end
241
+ # verify the required parameter 'table_id_or_name' is set
242
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
243
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.export_draft_table"
244
+ end
245
+ # resource path
246
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}/draft/export'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
247
+
248
+ # query parameters
249
+ query_params = opts[:query_params] || {}
250
+ query_params[:'format'] = opts[:'format'] if !opts[:'format'].nil?
251
+
252
+ # header parameters
253
+ header_params = opts[:header_params] || {}
254
+ # HTTP header 'Accept' (if needed)
255
+ header_params['Accept'] = @api_client.select_header_accept(['application/vnd.ms-excel', 'text/csv', '*/*'])
256
+
257
+ # form parameters
258
+ form_params = opts[:form_params] || {}
259
+
260
+ # http body (model)
261
+ post_body = opts[:body]
262
+
263
+ # return_type
264
+ return_type = opts[:return_type] || 'File'
265
+
266
+ # auth_names
267
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
268
+
269
+ new_options = opts.merge(
270
+ :header_params => header_params,
271
+ :query_params => query_params,
272
+ :form_params => form_params,
273
+ :body => post_body,
274
+ :auth_names => auth_names,
275
+ :return_type => return_type
276
+ )
277
+
278
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
279
+ if @api_client.config.debugging
280
+ @api_client.config.logger.debug "API called: TablesApi#export_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
281
+ end
282
+ return data, status_code, headers
283
+ end
284
+
285
+ # Export a published version of a table
286
+ # Exports the `live` version of a table to CSV / EXCEL format.
287
+ # @param table_id_or_name [String] The ID or name of the table to export.
288
+ # @param [Hash] opts the optional parameters
289
+ # @option opts [String] :format The file format to export. Possible values include &#x60;CSV&#x60;, &#x60;XLSX&#x60;, and &#x60;XLS&#x60;.
290
+ # @return [File]
291
+ def export_table(table_id_or_name, opts = {})
292
+ data, _status_code, _headers = export_table_with_http_info(table_id_or_name, opts)
293
+ data
294
+ end
295
+
296
+ # Export a published version of a table
297
+ # Exports the &#x60;live&#x60; version of a table to CSV / EXCEL format.
298
+ # @param table_id_or_name [String] The ID or name of the table to export.
299
+ # @param [Hash] opts the optional parameters
300
+ # @option opts [String] :format The file format to export. Possible values include &#x60;CSV&#x60;, &#x60;XLSX&#x60;, and &#x60;XLS&#x60;.
301
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
302
+ def export_table_with_http_info(table_id_or_name, opts = {})
303
+ if @api_client.config.debugging
304
+ @api_client.config.logger.debug 'Calling API: TablesApi.export_table ...'
305
+ end
306
+ # verify the required parameter 'table_id_or_name' is set
307
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
308
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.export_table"
309
+ end
310
+ # resource path
311
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}/export'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
312
+
313
+ # query parameters
314
+ query_params = opts[:query_params] || {}
315
+ query_params[:'format'] = opts[:'format'] if !opts[:'format'].nil?
316
+
317
+ # header parameters
318
+ header_params = opts[:header_params] || {}
319
+ # HTTP header 'Accept' (if needed)
320
+ header_params['Accept'] = @api_client.select_header_accept(['application/vnd.ms-excel', 'text/csv', '*/*'])
321
+
322
+ # form parameters
323
+ form_params = opts[:form_params] || {}
324
+
325
+ # http body (model)
326
+ post_body = opts[:body]
327
+
328
+ # return_type
329
+ return_type = opts[:return_type] || 'File'
330
+
331
+ # auth_names
332
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
333
+
334
+ new_options = opts.merge(
335
+ :header_params => header_params,
336
+ :query_params => query_params,
337
+ :form_params => form_params,
338
+ :body => post_body,
339
+ :auth_names => auth_names,
340
+ :return_type => return_type
341
+ )
342
+
343
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
344
+ if @api_client.config.debugging
345
+ @api_client.config.logger.debug "API called: TablesApi#export_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
346
+ end
347
+ return data, status_code, headers
348
+ end
349
+
350
+ # Return all draft tables
351
+ # Returns the details for each draft table defined in the specified account, including column definitions.
352
+ # @param [Hash] opts the optional parameters
353
+ # @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
354
+ # @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
355
+ # @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are &#x60;name&#x60;, &#x60;createdAt&#x60;, &#x60;updatedAt&#x60;, &#x60;createdBy&#x60;, &#x60;updatedBy&#x60;. &#x60;createdAt&#x60; will be used by default.
356
+ # @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
357
+ # @option opts [DateTime] :created_after Only return tables created after the specified time.
358
+ # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
359
+ # @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to &#x60;false&#x60;.
360
+ # @option opts [DateTime] :created_before Only return tables created before the specified time.
361
+ # @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
362
+ # @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
363
+ # @return [CollectionResponseWithTotalHubDbTableV3ForwardPaging]
364
+ def get_all_draft_tables(opts = {})
365
+ data, _status_code, _headers = get_all_draft_tables_with_http_info(opts)
366
+ data
367
+ end
368
+
369
+ # Return all draft tables
370
+ # Returns the details for each draft table defined in the specified account, including column definitions.
371
+ # @param [Hash] opts the optional parameters
372
+ # @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
373
+ # @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
374
+ # @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are &#x60;name&#x60;, &#x60;createdAt&#x60;, &#x60;updatedAt&#x60;, &#x60;createdBy&#x60;, &#x60;updatedBy&#x60;. &#x60;createdAt&#x60; will be used by default.
375
+ # @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
376
+ # @option opts [DateTime] :created_after Only return tables created after the specified time.
377
+ # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
378
+ # @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to &#x60;false&#x60;.
379
+ # @option opts [DateTime] :created_before Only return tables created before the specified time.
380
+ # @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
381
+ # @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
382
+ # @return [Array<(CollectionResponseWithTotalHubDbTableV3ForwardPaging, Integer, Hash)>] CollectionResponseWithTotalHubDbTableV3ForwardPaging data, response status code and response headers
383
+ def get_all_draft_tables_with_http_info(opts = {})
384
+ if @api_client.config.debugging
385
+ @api_client.config.logger.debug 'Calling API: TablesApi.get_all_draft_tables ...'
386
+ end
387
+ # resource path
388
+ local_var_path = '/cms/v3/hubdb/tables/draft'
389
+
390
+ # query parameters
391
+ query_params = opts[:query_params] || {}
392
+ query_params[:'updatedAfter'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
393
+ query_params[:'updatedBefore'] = opts[:'updated_before'] if !opts[:'updated_before'].nil?
394
+ query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
395
+ query_params[:'createdAt'] = opts[:'created_at'] if !opts[:'created_at'].nil?
396
+ query_params[:'createdAfter'] = opts[:'created_after'] if !opts[:'created_after'].nil?
397
+ query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
398
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
399
+ query_params[:'createdBefore'] = opts[:'created_before'] if !opts[:'created_before'].nil?
400
+ query_params[:'updatedAt'] = opts[:'updated_at'] if !opts[:'updated_at'].nil?
401
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
402
+
403
+ # header parameters
404
+ header_params = opts[:header_params] || {}
405
+ # HTTP header 'Accept' (if needed)
406
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
407
+
408
+ # form parameters
409
+ form_params = opts[:form_params] || {}
410
+
411
+ # http body (model)
412
+ post_body = opts[:body]
413
+
414
+ # return_type
415
+ return_type = opts[:return_type] || 'CollectionResponseWithTotalHubDbTableV3ForwardPaging'
416
+
417
+ # auth_names
418
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
419
+
420
+ new_options = opts.merge(
421
+ :header_params => header_params,
422
+ :query_params => query_params,
423
+ :form_params => form_params,
424
+ :body => post_body,
425
+ :auth_names => auth_names,
426
+ :return_type => return_type
427
+ )
428
+
429
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
430
+ if @api_client.config.debugging
431
+ @api_client.config.logger.debug "API called: TablesApi#get_all_draft_tables\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
432
+ end
433
+ return data, status_code, headers
434
+ end
435
+
436
+ # Get all live tables
437
+ # Returns the details for the `live` version of each table defined in an account, including column definitions.
438
+ # @param [Hash] opts the optional parameters
439
+ # @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
440
+ # @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
441
+ # @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are &#x60;name&#x60;, &#x60;createdAt&#x60;, &#x60;updatedAt&#x60;, &#x60;createdBy&#x60;, &#x60;updatedBy&#x60;. &#x60;createdAt&#x60; will be used by default.
442
+ # @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
443
+ # @option opts [DateTime] :created_after Only return tables created after the specified time.
444
+ # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
445
+ # @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to &#x60;false&#x60;.
446
+ # @option opts [DateTime] :created_before Only return tables created before the specified time.
447
+ # @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
448
+ # @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
449
+ # @return [CollectionResponseWithTotalHubDbTableV3ForwardPaging]
450
+ def get_all_tables(opts = {})
451
+ data, _status_code, _headers = get_all_tables_with_http_info(opts)
452
+ data
453
+ end
454
+
455
+ # Get all live tables
456
+ # Returns the details for the &#x60;live&#x60; version of each table defined in an account, including column definitions.
457
+ # @param [Hash] opts the optional parameters
458
+ # @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
459
+ # @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
460
+ # @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are &#x60;name&#x60;, &#x60;createdAt&#x60;, &#x60;updatedAt&#x60;, &#x60;createdBy&#x60;, &#x60;updatedBy&#x60;. &#x60;createdAt&#x60; will be used by default.
461
+ # @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
462
+ # @option opts [DateTime] :created_after Only return tables created after the specified time.
463
+ # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
464
+ # @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to &#x60;false&#x60;.
465
+ # @option opts [DateTime] :created_before Only return tables created before the specified time.
466
+ # @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
467
+ # @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
468
+ # @return [Array<(CollectionResponseWithTotalHubDbTableV3ForwardPaging, Integer, Hash)>] CollectionResponseWithTotalHubDbTableV3ForwardPaging data, response status code and response headers
469
+ def get_all_tables_with_http_info(opts = {})
470
+ if @api_client.config.debugging
471
+ @api_client.config.logger.debug 'Calling API: TablesApi.get_all_tables ...'
472
+ end
473
+ # resource path
474
+ local_var_path = '/cms/v3/hubdb/tables'
475
+
476
+ # query parameters
477
+ query_params = opts[:query_params] || {}
478
+ query_params[:'updatedAfter'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
479
+ query_params[:'updatedBefore'] = opts[:'updated_before'] if !opts[:'updated_before'].nil?
480
+ query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
481
+ query_params[:'createdAt'] = opts[:'created_at'] if !opts[:'created_at'].nil?
482
+ query_params[:'createdAfter'] = opts[:'created_after'] if !opts[:'created_after'].nil?
483
+ query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
484
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
485
+ query_params[:'createdBefore'] = opts[:'created_before'] if !opts[:'created_before'].nil?
486
+ query_params[:'updatedAt'] = opts[:'updated_at'] if !opts[:'updated_at'].nil?
487
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
488
+
489
+ # header parameters
490
+ header_params = opts[:header_params] || {}
491
+ # HTTP header 'Accept' (if needed)
492
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
493
+
494
+ # form parameters
495
+ form_params = opts[:form_params] || {}
496
+
497
+ # http body (model)
498
+ post_body = opts[:body]
499
+
500
+ # return_type
501
+ return_type = opts[:return_type] || 'CollectionResponseWithTotalHubDbTableV3ForwardPaging'
502
+
503
+ # auth_names
504
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
505
+
506
+ new_options = opts.merge(
507
+ :header_params => header_params,
508
+ :query_params => query_params,
509
+ :form_params => form_params,
510
+ :body => post_body,
511
+ :auth_names => auth_names,
512
+ :return_type => return_type
513
+ )
514
+
515
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
516
+ if @api_client.config.debugging
517
+ @api_client.config.logger.debug "API called: TablesApi#get_all_tables\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
518
+ end
519
+ return data, status_code, headers
520
+ end
521
+
522
+ # Get details for a draft table
523
+ # Get the details for the `draft` version of a specific HubDB table. This will include the definitions for the columns in the table and the number of rows in the table.
524
+ # @param table_id_or_name [String] The ID or name of the table to return.
525
+ # @param [Hash] opts the optional parameters
526
+ # @option opts [Boolean] :archived Set this to &#x60;true&#x60; to return an archived table. Defaults to &#x60;false&#x60;.
527
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
528
+ # @return [HubDbTableV3]
529
+ def get_draft_table_details_by_id(table_id_or_name, opts = {})
530
+ data, _status_code, _headers = get_draft_table_details_by_id_with_http_info(table_id_or_name, opts)
531
+ data
532
+ end
533
+
534
+ # Get details for a draft table
535
+ # Get the details for the &#x60;draft&#x60; version of a specific HubDB table. This will include the definitions for the columns in the table and the number of rows in the table.
536
+ # @param table_id_or_name [String] The ID or name of the table to return.
537
+ # @param [Hash] opts the optional parameters
538
+ # @option opts [Boolean] :archived Set this to &#x60;true&#x60; to return an archived table. Defaults to &#x60;false&#x60;.
539
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
540
+ # @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
541
+ def get_draft_table_details_by_id_with_http_info(table_id_or_name, opts = {})
542
+ if @api_client.config.debugging
543
+ @api_client.config.logger.debug 'Calling API: TablesApi.get_draft_table_details_by_id ...'
544
+ end
545
+ # verify the required parameter 'table_id_or_name' is set
546
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
547
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.get_draft_table_details_by_id"
548
+ end
549
+ # resource path
550
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}/draft'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
551
+
552
+ # query parameters
553
+ query_params = opts[:query_params] || {}
554
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
555
+ query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
556
+
557
+ # header parameters
558
+ header_params = opts[:header_params] || {}
559
+ # HTTP header 'Accept' (if needed)
560
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
561
+
562
+ # form parameters
563
+ form_params = opts[:form_params] || {}
564
+
565
+ # http body (model)
566
+ post_body = opts[:body]
567
+
568
+ # return_type
569
+ return_type = opts[:return_type] || 'HubDbTableV3'
570
+
571
+ # auth_names
572
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
573
+
574
+ new_options = opts.merge(
575
+ :header_params => header_params,
576
+ :query_params => query_params,
577
+ :form_params => form_params,
578
+ :body => post_body,
579
+ :auth_names => auth_names,
580
+ :return_type => return_type
581
+ )
582
+
583
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
584
+ if @api_client.config.debugging
585
+ @api_client.config.logger.debug "API called: TablesApi#get_draft_table_details_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
586
+ end
587
+ return data, status_code, headers
588
+ end
589
+
590
+ # Get details for a live table
591
+ # Returns the details for the `live` version of the specified table. This will include the definitions for the columns in the table and the number of rows in the table. **Note:** This endpoint can be accessed without any authentication if the table is set to be allowed for public access.
592
+ # @param table_id_or_name [String] The ID or name of the table to return.
593
+ # @param [Hash] opts the optional parameters
594
+ # @option opts [Boolean] :archived Set this to &#x60;true&#x60; to return details for an archived table. Defaults to &#x60;false&#x60;.
595
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
596
+ # @return [HubDbTableV3]
597
+ def get_table_details(table_id_or_name, opts = {})
598
+ data, _status_code, _headers = get_table_details_with_http_info(table_id_or_name, opts)
599
+ data
600
+ end
601
+
602
+ # Get details for a live table
603
+ # Returns the details for the &#x60;live&#x60; version of the specified table. This will include the definitions for the columns in the table and the number of rows in the table. **Note:** This endpoint can be accessed without any authentication if the table is set to be allowed for public access.
604
+ # @param table_id_or_name [String] The ID or name of the table to return.
605
+ # @param [Hash] opts the optional parameters
606
+ # @option opts [Boolean] :archived Set this to &#x60;true&#x60; to return details for an archived table. Defaults to &#x60;false&#x60;.
607
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
608
+ # @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
609
+ def get_table_details_with_http_info(table_id_or_name, opts = {})
610
+ if @api_client.config.debugging
611
+ @api_client.config.logger.debug 'Calling API: TablesApi.get_table_details ...'
612
+ end
613
+ # verify the required parameter 'table_id_or_name' is set
614
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
615
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.get_table_details"
616
+ end
617
+ # resource path
618
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
619
+
620
+ # query parameters
621
+ query_params = opts[:query_params] || {}
622
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
623
+ query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
624
+
625
+ # header parameters
626
+ header_params = opts[:header_params] || {}
627
+ # HTTP header 'Accept' (if needed)
628
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
629
+
630
+ # form parameters
631
+ form_params = opts[:form_params] || {}
632
+
633
+ # http body (model)
634
+ post_body = opts[:body]
635
+
636
+ # return_type
637
+ return_type = opts[:return_type] || 'HubDbTableV3'
638
+
639
+ # auth_names
640
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
641
+
642
+ new_options = opts.merge(
643
+ :header_params => header_params,
644
+ :query_params => query_params,
645
+ :form_params => form_params,
646
+ :body => post_body,
647
+ :auth_names => auth_names,
648
+ :return_type => return_type
649
+ )
650
+
651
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
652
+ if @api_client.config.debugging
653
+ @api_client.config.logger.debug "API called: TablesApi#get_table_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
654
+ end
655
+ return data, status_code, headers
656
+ end
657
+
658
+ # Import data into draft table
659
+ # Import the contents of a CSV file into an existing HubDB table. The data will always be imported into the `draft` version of the table. Use `/push-live` endpoint to push these changes to `live` version. This endpoint takes a multi-part POST request. The first part will be a set of JSON-formatted options for the import and you can specify this with the name as `config`. The second part will be the CSV file you want to import and you can specify this with the name as `file`. Refer the overview section to check the details and format of the JSON-formatted options for the import.
660
+ # @param table_id_or_name [String] The ID of the destination table where data will be imported.
661
+ # @param [Hash] opts the optional parameters
662
+ # @option opts [File] :file The source CSV file to be imported.
663
+ # @option opts [String] :config Configuration for the import in JSON format as described above.
664
+ # @return [ImportResult]
665
+ def import_draft_table(table_id_or_name, opts = {})
666
+ data, _status_code, _headers = import_draft_table_with_http_info(table_id_or_name, opts)
667
+ data
668
+ end
669
+
670
+ # Import data into draft table
671
+ # Import the contents of a CSV file into an existing HubDB table. The data will always be imported into the &#x60;draft&#x60; version of the table. Use &#x60;/push-live&#x60; endpoint to push these changes to &#x60;live&#x60; version. This endpoint takes a multi-part POST request. The first part will be a set of JSON-formatted options for the import and you can specify this with the name as &#x60;config&#x60;. The second part will be the CSV file you want to import and you can specify this with the name as &#x60;file&#x60;. Refer the overview section to check the details and format of the JSON-formatted options for the import.
672
+ # @param table_id_or_name [String] The ID of the destination table where data will be imported.
673
+ # @param [Hash] opts the optional parameters
674
+ # @option opts [File] :file The source CSV file to be imported.
675
+ # @option opts [String] :config Configuration for the import in JSON format as described above.
676
+ # @return [Array<(ImportResult, Integer, Hash)>] ImportResult data, response status code and response headers
677
+ def import_draft_table_with_http_info(table_id_or_name, opts = {})
678
+ if @api_client.config.debugging
679
+ @api_client.config.logger.debug 'Calling API: TablesApi.import_draft_table ...'
680
+ end
681
+ # verify the required parameter 'table_id_or_name' is set
682
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
683
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.import_draft_table"
684
+ end
685
+ # resource path
686
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}/draft/import'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
687
+
688
+ # query parameters
689
+ query_params = opts[:query_params] || {}
690
+
691
+ # header parameters
692
+ header_params = opts[:header_params] || {}
693
+ # HTTP header 'Accept' (if needed)
694
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
695
+ # HTTP header 'Content-Type'
696
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
697
+
698
+ # form parameters
699
+ form_params = opts[:form_params] || {}
700
+ form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
701
+ form_params['config'] = opts[:'config'] if !opts[:'config'].nil?
702
+
703
+ # http body (model)
704
+ post_body = opts[:body]
705
+
706
+ # return_type
707
+ return_type = opts[:return_type] || 'ImportResult'
708
+
709
+ # auth_names
710
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
711
+
712
+ new_options = opts.merge(
713
+ :header_params => header_params,
714
+ :query_params => query_params,
715
+ :form_params => form_params,
716
+ :body => post_body,
717
+ :auth_names => auth_names,
718
+ :return_type => return_type
719
+ )
720
+
721
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
722
+ if @api_client.config.debugging
723
+ @api_client.config.logger.debug "API called: TablesApi#import_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
724
+ end
725
+ return data, status_code, headers
726
+ end
727
+
728
+ # Publish a table from draft
729
+ # Copies the data from draft to live version of the table and also publishes the live version. This will immediately push the data to the `live` version of the table and publishes the live version, meaning any website pages using data from the table will be updated.
730
+ # @param table_id_or_name [String] The ID or name of the table to publish.
731
+ # @param [Hash] opts the optional parameters
732
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the response.
733
+ # @return [HubDbTableV3]
734
+ def publish_draft_table(table_id_or_name, opts = {})
735
+ data, _status_code, _headers = publish_draft_table_with_http_info(table_id_or_name, opts)
736
+ data
737
+ end
738
+
739
+ # Publish a table from draft
740
+ # Copies the data from draft to live version of the table and also publishes the live version. This will immediately push the data to the &#x60;live&#x60; version of the table and publishes the live version, meaning any website pages using data from the table will be updated.
741
+ # @param table_id_or_name [String] The ID or name of the table to publish.
742
+ # @param [Hash] opts the optional parameters
743
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the response.
744
+ # @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
745
+ def publish_draft_table_with_http_info(table_id_or_name, opts = {})
746
+ if @api_client.config.debugging
747
+ @api_client.config.logger.debug 'Calling API: TablesApi.publish_draft_table ...'
748
+ end
749
+ # verify the required parameter 'table_id_or_name' is set
750
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
751
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.publish_draft_table"
752
+ end
753
+ # resource path
754
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}/draft/push-live'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
755
+
756
+ # query parameters
757
+ query_params = opts[:query_params] || {}
758
+ query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
759
+
760
+ # header parameters
761
+ header_params = opts[:header_params] || {}
762
+ # HTTP header 'Accept' (if needed)
763
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
764
+
765
+ # form parameters
766
+ form_params = opts[:form_params] || {}
767
+
768
+ # http body (model)
769
+ post_body = opts[:body]
770
+
771
+ # return_type
772
+ return_type = opts[:return_type] || 'HubDbTableV3'
773
+
774
+ # auth_names
775
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
776
+
777
+ new_options = opts.merge(
778
+ :header_params => header_params,
779
+ :query_params => query_params,
780
+ :form_params => form_params,
781
+ :body => post_body,
782
+ :auth_names => auth_names,
783
+ :return_type => return_type
784
+ )
785
+
786
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
787
+ if @api_client.config.debugging
788
+ @api_client.config.logger.debug "API called: TablesApi#publish_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
789
+ end
790
+ return data, status_code, headers
791
+ end
792
+
793
+ # Reset a draft table
794
+ # Replaces the data in the `draft` version of the table with values from the `live` version. Any unpublished changes in the `draft` will be lost after this call is made.
795
+ # @param table_id_or_name [String] The ID or name of the table to reset.
796
+ # @param [Hash] opts the optional parameters
797
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the response.
798
+ # @return [HubDbTableV3]
799
+ def reset_draft_table(table_id_or_name, opts = {})
800
+ data, _status_code, _headers = reset_draft_table_with_http_info(table_id_or_name, opts)
801
+ data
802
+ end
803
+
804
+ # Reset a draft table
805
+ # Replaces the data in the &#x60;draft&#x60; version of the table with values from the &#x60;live&#x60; version. Any unpublished changes in the &#x60;draft&#x60; will be lost after this call is made.
806
+ # @param table_id_or_name [String] The ID or name of the table to reset.
807
+ # @param [Hash] opts the optional parameters
808
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the response.
809
+ # @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
810
+ def reset_draft_table_with_http_info(table_id_or_name, opts = {})
811
+ if @api_client.config.debugging
812
+ @api_client.config.logger.debug 'Calling API: TablesApi.reset_draft_table ...'
813
+ end
814
+ # verify the required parameter 'table_id_or_name' is set
815
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
816
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.reset_draft_table"
817
+ end
818
+ # resource path
819
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}/draft/reset'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
820
+
821
+ # query parameters
822
+ query_params = opts[:query_params] || {}
823
+ query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
824
+
825
+ # header parameters
826
+ header_params = opts[:header_params] || {}
827
+ # HTTP header 'Accept' (if needed)
828
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
829
+
830
+ # form parameters
831
+ form_params = opts[:form_params] || {}
832
+
833
+ # http body (model)
834
+ post_body = opts[:body]
835
+
836
+ # return_type
837
+ return_type = opts[:return_type] || 'HubDbTableV3'
838
+
839
+ # auth_names
840
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
841
+
842
+ new_options = opts.merge(
843
+ :header_params => header_params,
844
+ :query_params => query_params,
845
+ :form_params => form_params,
846
+ :body => post_body,
847
+ :auth_names => auth_names,
848
+ :return_type => return_type
849
+ )
850
+
851
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
852
+ if @api_client.config.debugging
853
+ @api_client.config.logger.debug "API called: TablesApi#reset_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
854
+ end
855
+ return data, status_code, headers
856
+ end
857
+
858
+ # Update an existing table
859
+ # Update an existing HubDB table. You can use this endpoint to add or remove columns to the table. Tables updated using the endpoint will only modify the `draft` verion of the table. Use `push-live` endpoint to push all the changes to the `live` version. **Note:** You need to include all the columns in the input when you are adding/removing/updating a column. If you do not include an already existing column in the request, it will be deleted.
860
+ # @param table_id_or_name [String] The ID or name of the table to update.
861
+ # @param hub_db_table_v3_input [HubDbTableV3Input] The JSON schema for the table being updated.
862
+ # @param [Hash] opts the optional parameters
863
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
864
+ # @return [HubDbTableV3]
865
+ def update_draft_table(table_id_or_name, hub_db_table_v3_input, opts = {})
866
+ data, _status_code, _headers = update_draft_table_with_http_info(table_id_or_name, hub_db_table_v3_input, opts)
867
+ data
868
+ end
869
+
870
+ # Update an existing table
871
+ # Update an existing HubDB table. You can use this endpoint to add or remove columns to the table. Tables updated using the endpoint will only modify the &#x60;draft&#x60; verion of the table. Use &#x60;push-live&#x60; endpoint to push all the changes to the &#x60;live&#x60; version. **Note:** You need to include all the columns in the input when you are adding/removing/updating a column. If you do not include an already existing column in the request, it will be deleted.
872
+ # @param table_id_or_name [String] The ID or name of the table to update.
873
+ # @param hub_db_table_v3_input [HubDbTableV3Input] The JSON schema for the table being updated.
874
+ # @param [Hash] opts the optional parameters
875
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
876
+ # @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
877
+ def update_draft_table_with_http_info(table_id_or_name, hub_db_table_v3_input, opts = {})
878
+ if @api_client.config.debugging
879
+ @api_client.config.logger.debug 'Calling API: TablesApi.update_draft_table ...'
880
+ end
881
+ # verify the required parameter 'table_id_or_name' is set
882
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
883
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.update_draft_table"
884
+ end
885
+ # verify the required parameter 'hub_db_table_v3_input' is set
886
+ if @api_client.config.client_side_validation && hub_db_table_v3_input.nil?
887
+ fail ArgumentError, "Missing the required parameter 'hub_db_table_v3_input' when calling TablesApi.update_draft_table"
888
+ end
889
+ # resource path
890
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}/draft'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
891
+
892
+ # query parameters
893
+ query_params = opts[:query_params] || {}
894
+ query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
895
+
896
+ # header parameters
897
+ header_params = opts[:header_params] || {}
898
+ # HTTP header 'Accept' (if needed)
899
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
900
+ # HTTP header 'Content-Type'
901
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
902
+
903
+ # form parameters
904
+ form_params = opts[:form_params] || {}
905
+
906
+ # http body (model)
907
+ post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_v3_input)
908
+
909
+ # return_type
910
+ return_type = opts[:return_type] || 'HubDbTableV3'
911
+
912
+ # auth_names
913
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
914
+
915
+ new_options = opts.merge(
916
+ :header_params => header_params,
917
+ :query_params => query_params,
918
+ :form_params => form_params,
919
+ :body => post_body,
920
+ :auth_names => auth_names,
921
+ :return_type => return_type
922
+ )
923
+
924
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
925
+ if @api_client.config.debugging
926
+ @api_client.config.logger.debug "API called: TablesApi#update_draft_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
927
+ end
928
+ return data, status_code, headers
929
+ end
930
+
931
+ # Publish or unpublish a live version of a table or restore an archived table
932
+ # Use this endpoint to perform one of the following <ul><li> Publish a live version of a table (without copying table data from draft) </li><li>Un-publish a live version of a table (Leaving the data in the live version)</li><li>Restore an archived table</li></ul> To publish a table, send `published` property in the JSON object with the value `true`. To unpublish a table, send `published` property in the JSON object with the value `false`. To restore an archived table, send `archived` property in the JSON object with the value `false` along with the query parameter `archived=true`. When restoring an archived table, if an active table already exists with the same `name` or `label`, you will need to change the name of the archived table when restoring it using the `name` and `label` parameters with a new name and new label. When you restore a table, the table will be restored only in the `draft` version. Examples: Publish live version of a table: ``` { \"published\": true } ``` Unpublish live version of a table: ``` { \"published\": false } ``` Restore a table: (send `archived=true` in query parameters) ``` { \"archived\": false } ``` Restore a table with a new name: (send `archived=true` in query parameters) ``` { \"label\": \"New Table Name\", \"name\": \"new_table_name\", \"archived\": false } ```
933
+ # @param table_id_or_name [String] The ID or name of the table to return.
934
+ # @param hub_db_table_v3_live_input [HubDbTableV3LiveInput] The JSON object as described.
935
+ # @param [Hash] opts the optional parameters
936
+ # @option opts [Boolean] :archived Whether to return only results that have been archived.
937
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
938
+ # @return [HubDbTableV3]
939
+ def update_table(table_id_or_name, hub_db_table_v3_live_input, opts = {})
940
+ data, _status_code, _headers = update_table_with_http_info(table_id_or_name, hub_db_table_v3_live_input, opts)
941
+ data
942
+ end
943
+
944
+ # Publish or unpublish a live version of a table or restore an archived table
945
+ # Use this endpoint to perform one of the following &lt;ul&gt;&lt;li&gt; Publish a live version of a table (without copying table data from draft) &lt;/li&gt;&lt;li&gt;Un-publish a live version of a table (Leaving the data in the live version)&lt;/li&gt;&lt;li&gt;Restore an archived table&lt;/li&gt;&lt;/ul&gt; To publish a table, send &#x60;published&#x60; property in the JSON object with the value &#x60;true&#x60;. To unpublish a table, send &#x60;published&#x60; property in the JSON object with the value &#x60;false&#x60;. To restore an archived table, send &#x60;archived&#x60; property in the JSON object with the value &#x60;false&#x60; along with the query parameter &#x60;archived&#x3D;true&#x60;. When restoring an archived table, if an active table already exists with the same &#x60;name&#x60; or &#x60;label&#x60;, you will need to change the name of the archived table when restoring it using the &#x60;name&#x60; and &#x60;label&#x60; parameters with a new name and new label. When you restore a table, the table will be restored only in the &#x60;draft&#x60; version. Examples: Publish live version of a table: &#x60;&#x60;&#x60; { \&quot;published\&quot;: true } &#x60;&#x60;&#x60; Unpublish live version of a table: &#x60;&#x60;&#x60; { \&quot;published\&quot;: false } &#x60;&#x60;&#x60; Restore a table: (send &#x60;archived&#x3D;true&#x60; in query parameters) &#x60;&#x60;&#x60; { \&quot;archived\&quot;: false } &#x60;&#x60;&#x60; Restore a table with a new name: (send &#x60;archived&#x3D;true&#x60; in query parameters) &#x60;&#x60;&#x60; { \&quot;label\&quot;: \&quot;New Table Name\&quot;, \&quot;name\&quot;: \&quot;new_table_name\&quot;, \&quot;archived\&quot;: false } &#x60;&#x60;&#x60;
946
+ # @param table_id_or_name [String] The ID or name of the table to return.
947
+ # @param hub_db_table_v3_live_input [HubDbTableV3LiveInput] The JSON object as described.
948
+ # @param [Hash] opts the optional parameters
949
+ # @option opts [Boolean] :archived Whether to return only results that have been archived.
950
+ # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
951
+ # @return [Array<(HubDbTableV3, Integer, Hash)>] HubDbTableV3 data, response status code and response headers
952
+ def update_table_with_http_info(table_id_or_name, hub_db_table_v3_live_input, opts = {})
953
+ if @api_client.config.debugging
954
+ @api_client.config.logger.debug 'Calling API: TablesApi.update_table ...'
955
+ end
956
+ # verify the required parameter 'table_id_or_name' is set
957
+ if @api_client.config.client_side_validation && table_id_or_name.nil?
958
+ fail ArgumentError, "Missing the required parameter 'table_id_or_name' when calling TablesApi.update_table"
959
+ end
960
+ # verify the required parameter 'hub_db_table_v3_live_input' is set
961
+ if @api_client.config.client_side_validation && hub_db_table_v3_live_input.nil?
962
+ fail ArgumentError, "Missing the required parameter 'hub_db_table_v3_live_input' when calling TablesApi.update_table"
963
+ end
964
+ # resource path
965
+ local_var_path = '/cms/v3/hubdb/tables/{tableIdOrName}'.sub('{' + 'tableIdOrName' + '}', CGI.escape(table_id_or_name.to_s))
966
+
967
+ # query parameters
968
+ query_params = opts[:query_params] || {}
969
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
970
+ query_params[:'includeForeignIds'] = opts[:'include_foreign_ids'] if !opts[:'include_foreign_ids'].nil?
971
+
972
+ # header parameters
973
+ header_params = opts[:header_params] || {}
974
+ # HTTP header 'Accept' (if needed)
975
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
976
+ # HTTP header 'Content-Type'
977
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
978
+
979
+ # form parameters
980
+ form_params = opts[:form_params] || {}
981
+
982
+ # http body (model)
983
+ post_body = opts[:body] || @api_client.object_to_http_body(hub_db_table_v3_live_input)
984
+
985
+ # return_type
986
+ return_type = opts[:return_type] || 'HubDbTableV3'
987
+
988
+ # auth_names
989
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
990
+
991
+ new_options = opts.merge(
992
+ :header_params => header_params,
993
+ :query_params => query_params,
994
+ :form_params => form_params,
995
+ :body => post_body,
996
+ :auth_names => auth_names,
997
+ :return_type => return_type
998
+ )
999
+
1000
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
1001
+ if @api_client.config.debugging
1002
+ @api_client.config.logger.debug "API called: TablesApi#update_table\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1003
+ end
1004
+ return data, status_code, headers
1005
+ end
1006
+ end
1007
+ end
1008
+ end
1009
+ end