hubspot-api-client 9.2.1 → 9.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (635) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/Gemfile.lock +1 -1
  4. data/lib/hubspot-api-client.rb +31 -0
  5. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
  6. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
  7. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
  8. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
  9. data/lib/hubspot/codegen/automation/actions/api_client.rb +392 -0
  10. data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
  11. data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
  12. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
  13. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
  14. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
  15. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
  16. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
  17. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
  18. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
  19. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
  20. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
  21. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
  22. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
  23. data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
  24. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
  25. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
  26. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
  27. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
  28. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
  29. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
  30. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
  31. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
  32. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
  33. data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
  34. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
  35. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +93 -93
  36. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +97 -97
  37. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +93 -93
  38. data/lib/hubspot/version.rb +1 -1
  39. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
  40. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
  41. data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
  42. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
  43. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
  44. data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
  45. data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
  46. data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
  47. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
  48. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
  49. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
  50. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
  51. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
  52. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
  53. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
  54. data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
  55. data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
  56. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
  57. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
  58. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
  59. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
  60. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
  61. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
  62. data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
  63. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
  64. data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
  65. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
  66. data/spec/{cms → codegen/cms}/audit-logs/api/default_api_spec.rb +0 -0
  67. data/spec/{cms → codegen/cms}/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -0
  68. data/spec/{cms → codegen/cms}/audit-logs/models/error_detail_spec.rb +0 -0
  69. data/spec/{cms → codegen/cms}/audit-logs/models/error_spec.rb +0 -0
  70. data/spec/{cms → codegen/cms}/audit-logs/models/next_page_spec.rb +0 -0
  71. data/spec/{cms → codegen/cms}/audit-logs/models/paging_spec.rb +0 -0
  72. data/spec/{cms → codegen/cms}/audit-logs/models/public_audit_log_spec.rb +0 -0
  73. data/spec/{cms → codegen/cms}/blogs/authors/api/default_api_spec.rb +0 -0
  74. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_blog_author_spec.rb +0 -0
  75. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_json_node_spec.rb +0 -0
  76. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_string_spec.rb +0 -0
  77. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -0
  78. data/spec/{cms → codegen/cms}/blogs/authors/models/blog_author_spec.rb +0 -0
  79. data/spec/{cms → codegen/cms}/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -0
  80. data/spec/{cms → codegen/cms}/blogs/authors/models/error_detail_spec.rb +0 -0
  81. data/spec/{cms → codegen/cms}/blogs/authors/models/error_spec.rb +0 -0
  82. data/spec/{cms → codegen/cms}/blogs/authors/models/forward_paging_spec.rb +0 -0
  83. data/spec/{cms → codegen/cms}/blogs/authors/models/next_page_spec.rb +0 -0
  84. data/spec/{cms → codegen/cms}/blogs/authors/models/standard_error_spec.rb +0 -0
  85. data/spec/{cms → codegen/cms}/blogs/blog-posts/api/default_api_spec.rb +0 -0
  86. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/angle_spec.rb +0 -0
  87. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/background_image_spec.rb +0 -0
  88. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -0
  89. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -0
  90. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_string_spec.rb +0 -0
  91. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -0
  92. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/blog_post_spec.rb +0 -0
  93. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -0
  94. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -0
  95. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/color_stop_spec.rb +0 -0
  96. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -0
  97. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -0
  98. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/error_detail_spec.rb +0 -0
  99. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/error_spec.rb +0 -0
  100. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/forward_paging_spec.rb +0 -0
  101. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/gradient_spec.rb +0 -0
  102. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/layout_section_spec.rb +0 -0
  103. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/next_page_spec.rb +0 -0
  104. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/paging_spec.rb +0 -0
  105. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/previous_page_spec.rb +0 -0
  106. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/rgba_color_spec.rb +0 -0
  107. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/row_meta_data_spec.rb +0 -0
  108. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/side_or_corner_spec.rb +0 -0
  109. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/standard_error_spec.rb +0 -0
  110. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/styles_spec.rb +0 -0
  111. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/version_blog_post_spec.rb +0 -0
  112. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/version_user_spec.rb +0 -0
  113. data/spec/{cms → codegen/cms}/blogs/tags/api/default_api_spec.rb +0 -0
  114. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_json_node_spec.rb +0 -0
  115. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_string_spec.rb +0 -0
  116. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_tag_spec.rb +0 -0
  117. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -0
  118. data/spec/{cms → codegen/cms}/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -0
  119. data/spec/{cms → codegen/cms}/blogs/tags/models/error_detail_spec.rb +0 -0
  120. data/spec/{cms → codegen/cms}/blogs/tags/models/error_spec.rb +0 -0
  121. data/spec/{cms → codegen/cms}/blogs/tags/models/forward_paging_spec.rb +0 -0
  122. data/spec/{cms → codegen/cms}/blogs/tags/models/next_page_spec.rb +0 -0
  123. data/spec/{cms → codegen/cms}/blogs/tags/models/standard_error_spec.rb +0 -0
  124. data/spec/{cms → codegen/cms}/blogs/tags/models/tag_spec.rb +0 -0
  125. data/spec/{cms → codegen/cms}/domains/api/domains_api_spec.rb +0 -0
  126. data/spec/{cms → codegen/cms}/domains/models/collection_response_with_total_domain_spec.rb +0 -0
  127. data/spec/{cms → codegen/cms}/domains/models/domain_cdn_config_spec.rb +0 -0
  128. data/spec/{cms → codegen/cms}/domains/models/domain_setup_info_spec.rb +0 -0
  129. data/spec/{cms → codegen/cms}/domains/models/domain_spec.rb +0 -0
  130. data/spec/{cms → codegen/cms}/domains/models/error_detail_spec.rb +0 -0
  131. data/spec/{cms → codegen/cms}/domains/models/error_spec.rb +0 -0
  132. data/spec/{cms → codegen/cms}/domains/models/next_page_spec.rb +0 -0
  133. data/spec/{cms → codegen/cms}/domains/models/paging_spec.rb +0 -0
  134. data/spec/{cms → codegen/cms}/hubdb/api/rows_api_spec.rb +0 -0
  135. data/spec/{cms → codegen/cms}/hubdb/api/rows_batch_api_spec.rb +0 -0
  136. data/spec/{cms → codegen/cms}/hubdb/api/tables_api_spec.rb +0 -0
  137. data/spec/{cms → codegen/cms}/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +0 -0
  138. data/spec/{cms → codegen/cms}/hubdb/models/batch_input_json_node_spec.rb +0 -0
  139. data/spec/{cms → codegen/cms}/hubdb/models/batch_input_string_spec.rb +0 -0
  140. data/spec/{cms → codegen/cms}/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -0
  141. data/spec/{cms → codegen/cms}/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -0
  142. data/spec/{cms → codegen/cms}/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -0
  143. data/spec/{cms → codegen/cms}/hubdb/models/column_input_spec.rb +0 -0
  144. data/spec/{cms → codegen/cms}/hubdb/models/column_spec.rb +0 -0
  145. data/spec/{cms → codegen/cms}/hubdb/models/error_detail_spec.rb +0 -0
  146. data/spec/{cms → codegen/cms}/hubdb/models/error_spec.rb +0 -0
  147. data/spec/{cms → codegen/cms}/hubdb/models/foreign_id_spec.rb +0 -0
  148. data/spec/{cms → codegen/cms}/hubdb/models/forward_paging_spec.rb +0 -0
  149. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_clone_request_spec.rb +0 -0
  150. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_row_v3_input_spec.rb +0 -0
  151. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_row_v3_spec.rb +0 -0
  152. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_input_spec.rb +0 -0
  153. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_live_input_spec.rb +0 -0
  154. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_spec.rb +0 -0
  155. data/spec/{cms → codegen/cms}/hubdb/models/import_result_spec.rb +0 -0
  156. data/spec/{cms → codegen/cms}/hubdb/models/next_page_spec.rb +0 -0
  157. data/spec/{cms → codegen/cms}/hubdb/models/option_spec.rb +0 -0
  158. data/spec/{cms → codegen/cms}/hubdb/models/simple_user_spec.rb +0 -0
  159. data/spec/{cms → codegen/cms}/hubdb/models/standard_error_spec.rb +0 -0
  160. data/spec/{cms → codegen/cms}/performance/api/default_api_spec.rb +0 -0
  161. data/spec/{cms → codegen/cms}/performance/models/error_detail_spec.rb +0 -0
  162. data/spec/{cms → codegen/cms}/performance/models/error_spec.rb +0 -0
  163. data/spec/{cms → codegen/cms}/performance/models/performance_view_spec.rb +0 -0
  164. data/spec/{cms → codegen/cms}/performance/models/public_performance_response_spec.rb +0 -0
  165. data/spec/{cms → codegen/cms}/site-search/api/default_api_spec.rb +0 -0
  166. data/spec/{cms → codegen/cms}/site-search/models/content_search_result_spec.rb +0 -0
  167. data/spec/{cms → codegen/cms}/site-search/models/error_detail_spec.rb +0 -0
  168. data/spec/{cms → codegen/cms}/site-search/models/error_spec.rb +0 -0
  169. data/spec/{cms → codegen/cms}/site-search/models/indexed_data_spec.rb +0 -0
  170. data/spec/{cms → codegen/cms}/site-search/models/public_search_results_spec.rb +0 -0
  171. data/spec/{cms → codegen/cms}/site-search/models/search_hit_field_spec.rb +0 -0
  172. data/spec/{cms → codegen/cms}/url-redirects/api/redirects_api_spec.rb +0 -0
  173. data/spec/{cms → codegen/cms}/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +0 -0
  174. data/spec/{cms → codegen/cms}/url-redirects/models/error_detail_spec.rb +0 -0
  175. data/spec/{cms → codegen/cms}/url-redirects/models/error_spec.rb +0 -0
  176. data/spec/{cms → codegen/cms}/url-redirects/models/next_page_spec.rb +0 -0
  177. data/spec/{cms → codegen/cms}/url-redirects/models/paging_spec.rb +0 -0
  178. data/spec/{cms → codegen/cms}/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -0
  179. data/spec/{cms → codegen/cms}/url-redirects/models/url_mapping_spec.rb +0 -0
  180. data/spec/{crm → codegen/crm}/associations/api/batch_api_spec.rb +0 -0
  181. data/spec/{crm → codegen/crm}/associations/api/types_api_spec.rb +0 -0
  182. data/spec/{crm → codegen/crm}/associations/models/associated_id_spec.rb +0 -0
  183. data/spec/{crm → codegen/crm}/associations/models/batch_input_public_association_spec.rb +0 -0
  184. data/spec/{crm → codegen/crm}/associations/models/batch_input_public_object_id_spec.rb +0 -0
  185. data/spec/{crm → codegen/crm}/associations/models/batch_response_public_association_multi_spec.rb +0 -0
  186. data/spec/{crm → codegen/crm}/associations/models/batch_response_public_association_spec.rb +0 -0
  187. data/spec/{crm → codegen/crm}/associations/models/collection_response_public_association_definiton_spec.rb +0 -0
  188. data/spec/{crm → codegen/crm}/associations/models/error_category_spec.rb +0 -0
  189. data/spec/{crm → codegen/crm}/associations/models/error_detail_spec.rb +0 -0
  190. data/spec/{crm → codegen/crm}/associations/models/error_spec.rb +0 -0
  191. data/spec/{crm → codegen/crm}/associations/models/next_page_spec.rb +0 -0
  192. data/spec/{crm → codegen/crm}/associations/models/paging_spec.rb +0 -0
  193. data/spec/{crm → codegen/crm}/associations/models/public_association_definiton_spec.rb +0 -0
  194. data/spec/{crm → codegen/crm}/associations/models/public_association_multi_spec.rb +0 -0
  195. data/spec/{crm → codegen/crm}/associations/models/public_association_spec.rb +0 -0
  196. data/spec/{crm → codegen/crm}/associations/models/public_object_id_spec.rb +0 -0
  197. data/spec/{crm → codegen/crm}/associations/models/standard_error_spec.rb +0 -0
  198. data/spec/{crm → codegen/crm}/companies/api/associations_api_spec.rb +0 -0
  199. data/spec/{crm → codegen/crm}/companies/api/basic_api_spec.rb +0 -0
  200. data/spec/{crm → codegen/crm}/companies/api/batch_api_spec.rb +0 -0
  201. data/spec/{crm → codegen/crm}/companies/api/search_api_spec.rb +0 -0
  202. data/spec/{crm → codegen/crm}/companies/models/associated_id_spec.rb +0 -0
  203. data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  204. data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_id_spec.rb +0 -0
  205. data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_input_spec.rb +0 -0
  206. data/spec/{crm → codegen/crm}/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  207. data/spec/{crm → codegen/crm}/companies/models/batch_response_simple_public_object_spec.rb +0 -0
  208. data/spec/{crm → codegen/crm}/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  209. data/spec/{crm → codegen/crm}/companies/models/collection_response_associated_id_spec.rb +0 -0
  210. data/spec/{crm → codegen/crm}/companies/models/collection_response_simple_public_object_spec.rb +0 -0
  211. data/spec/{crm → codegen/crm}/companies/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  212. data/spec/{crm → codegen/crm}/companies/models/error_category_spec.rb +0 -0
  213. data/spec/{crm → codegen/crm}/companies/models/error_detail_spec.rb +0 -0
  214. data/spec/{crm → codegen/crm}/companies/models/error_spec.rb +0 -0
  215. data/spec/{crm → codegen/crm}/companies/models/filter_group_spec.rb +0 -0
  216. data/spec/{crm → codegen/crm}/companies/models/filter_spec.rb +0 -0
  217. data/spec/{crm → codegen/crm}/companies/models/next_page_spec.rb +0 -0
  218. data/spec/{crm → codegen/crm}/companies/models/paging_spec.rb +0 -0
  219. data/spec/{crm → codegen/crm}/companies/models/previous_page_spec.rb +0 -0
  220. data/spec/{crm → codegen/crm}/companies/models/public_object_search_request_spec.rb +0 -0
  221. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_batch_input_spec.rb +0 -0
  222. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_id_spec.rb +0 -0
  223. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_input_spec.rb +0 -0
  224. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_spec.rb +0 -0
  225. data/spec/{crm → codegen/crm}/companies/models/standard_error_spec.rb +0 -0
  226. data/spec/{crm → codegen/crm}/contacts/api/associations_api_spec.rb +0 -0
  227. data/spec/{crm → codegen/crm}/contacts/api/basic_api_spec.rb +0 -0
  228. data/spec/{crm → codegen/crm}/contacts/api/batch_api_spec.rb +0 -0
  229. data/spec/{crm → codegen/crm}/contacts/api/search_api_spec.rb +0 -0
  230. data/spec/{crm → codegen/crm}/contacts/models/associated_id_spec.rb +0 -0
  231. data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  232. data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -0
  233. data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -0
  234. data/spec/{crm → codegen/crm}/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  235. data/spec/{crm → codegen/crm}/contacts/models/batch_response_simple_public_object_spec.rb +0 -0
  236. data/spec/{crm → codegen/crm}/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  237. data/spec/{crm → codegen/crm}/contacts/models/collection_response_associated_id_spec.rb +0 -0
  238. data/spec/{crm → codegen/crm}/contacts/models/collection_response_simple_public_object_spec.rb +0 -0
  239. data/spec/{crm → codegen/crm}/contacts/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  240. data/spec/{crm → codegen/crm}/contacts/models/error_category_spec.rb +0 -0
  241. data/spec/{crm → codegen/crm}/contacts/models/error_detail_spec.rb +0 -0
  242. data/spec/{crm → codegen/crm}/contacts/models/error_spec.rb +0 -0
  243. data/spec/{crm → codegen/crm}/contacts/models/filter_group_spec.rb +0 -0
  244. data/spec/{crm → codegen/crm}/contacts/models/filter_spec.rb +0 -0
  245. data/spec/{crm → codegen/crm}/contacts/models/next_page_spec.rb +0 -0
  246. data/spec/{crm → codegen/crm}/contacts/models/paging_spec.rb +0 -0
  247. data/spec/{crm → codegen/crm}/contacts/models/previous_page_spec.rb +0 -0
  248. data/spec/{crm → codegen/crm}/contacts/models/public_object_search_request_spec.rb +0 -0
  249. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_batch_input_spec.rb +0 -0
  250. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_id_spec.rb +0 -0
  251. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_input_spec.rb +0 -0
  252. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_spec.rb +0 -0
  253. data/spec/{crm → codegen/crm}/contacts/models/standard_error_spec.rb +0 -0
  254. data/spec/{crm → codegen/crm}/deals/api/associations_api_spec.rb +0 -0
  255. data/spec/{crm → codegen/crm}/deals/api/basic_api_spec.rb +0 -0
  256. data/spec/{crm → codegen/crm}/deals/api/batch_api_spec.rb +0 -0
  257. data/spec/{crm → codegen/crm}/deals/api/search_api_spec.rb +0 -0
  258. data/spec/{crm → codegen/crm}/deals/models/associated_id_spec.rb +0 -0
  259. data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  260. data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_id_spec.rb +0 -0
  261. data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_input_spec.rb +0 -0
  262. data/spec/{crm → codegen/crm}/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  263. data/spec/{crm → codegen/crm}/deals/models/batch_response_simple_public_object_spec.rb +0 -0
  264. data/spec/{crm → codegen/crm}/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  265. data/spec/{crm → codegen/crm}/deals/models/collection_response_associated_id_spec.rb +0 -0
  266. data/spec/{crm → codegen/crm}/deals/models/collection_response_simple_public_object_spec.rb +0 -0
  267. data/spec/{crm → codegen/crm}/deals/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  268. data/spec/{crm → codegen/crm}/deals/models/error_category_spec.rb +0 -0
  269. data/spec/{crm → codegen/crm}/deals/models/error_detail_spec.rb +0 -0
  270. data/spec/{crm → codegen/crm}/deals/models/error_spec.rb +0 -0
  271. data/spec/{crm → codegen/crm}/deals/models/filter_group_spec.rb +0 -0
  272. data/spec/{crm → codegen/crm}/deals/models/filter_spec.rb +0 -0
  273. data/spec/{crm → codegen/crm}/deals/models/next_page_spec.rb +0 -0
  274. data/spec/{crm → codegen/crm}/deals/models/paging_spec.rb +0 -0
  275. data/spec/{crm → codegen/crm}/deals/models/previous_page_spec.rb +0 -0
  276. data/spec/{crm → codegen/crm}/deals/models/public_object_search_request_spec.rb +0 -0
  277. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_batch_input_spec.rb +0 -0
  278. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_id_spec.rb +0 -0
  279. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_input_spec.rb +0 -0
  280. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_spec.rb +0 -0
  281. data/spec/{crm → codegen/crm}/deals/models/standard_error_spec.rb +0 -0
  282. data/spec/{crm → codegen/crm}/extensions/cards/api/cards_api_spec.rb +0 -0
  283. data/spec/{crm → codegen/crm}/extensions/cards/api/sample_response_api_spec.rb +0 -0
  284. data/spec/{crm → codegen/crm}/extensions/cards/models/action_confirmation_body_spec.rb +0 -0
  285. data/spec/{crm → codegen/crm}/extensions/cards/models/action_hook_action_body_spec.rb +0 -0
  286. data/spec/{crm → codegen/crm}/extensions/cards/models/card_actions_spec.rb +0 -0
  287. data/spec/{crm → codegen/crm}/extensions/cards/models/card_create_request_spec.rb +0 -0
  288. data/spec/{crm → codegen/crm}/extensions/cards/models/card_display_body_spec.rb +0 -0
  289. data/spec/{crm → codegen/crm}/extensions/cards/models/card_display_property_spec.rb +0 -0
  290. data/spec/{crm → codegen/crm}/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -0
  291. data/spec/{crm → codegen/crm}/extensions/cards/models/card_fetch_body_spec.rb +0 -0
  292. data/spec/{crm → codegen/crm}/extensions/cards/models/card_list_response_spec.rb +0 -0
  293. data/spec/{crm → codegen/crm}/extensions/cards/models/card_object_type_body_spec.rb +0 -0
  294. data/spec/{crm → codegen/crm}/extensions/cards/models/card_patch_request_spec.rb +0 -0
  295. data/spec/{crm → codegen/crm}/extensions/cards/models/card_response_spec.rb +0 -0
  296. data/spec/{crm → codegen/crm}/extensions/cards/models/display_option_spec.rb +0 -0
  297. data/spec/{crm → codegen/crm}/extensions/cards/models/error_detail_spec.rb +0 -0
  298. data/spec/{crm → codegen/crm}/extensions/cards/models/error_spec.rb +0 -0
  299. data/spec/{crm → codegen/crm}/extensions/cards/models/i_frame_action_body_spec.rb +0 -0
  300. data/spec/{crm → codegen/crm}/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -0
  301. data/spec/{crm → codegen/crm}/extensions/cards/models/integrator_object_result_spec.rb +0 -0
  302. data/spec/{crm → codegen/crm}/extensions/cards/models/object_token_spec.rb +0 -0
  303. data/spec/{crm → codegen/crm}/extensions/cards/models/top_level_actions_spec.rb +0 -0
  304. data/spec/{crm → codegen/crm}/imports/api/core_api_spec.rb +0 -0
  305. data/spec/{crm → codegen/crm}/imports/models/action_response_spec.rb +0 -0
  306. data/spec/{crm → codegen/crm}/imports/models/collection_response_public_import_response_spec.rb +0 -0
  307. data/spec/{crm → codegen/crm}/imports/models/error_detail_spec.rb +0 -0
  308. data/spec/{crm → codegen/crm}/imports/models/error_spec.rb +0 -0
  309. data/spec/{crm → codegen/crm}/imports/models/next_page_spec.rb +0 -0
  310. data/spec/{crm → codegen/crm}/imports/models/paging_spec.rb +0 -0
  311. data/spec/{crm → codegen/crm}/imports/models/previous_page_spec.rb +0 -0
  312. data/spec/{crm → codegen/crm}/imports/models/public_import_metadata_spec.rb +0 -0
  313. data/spec/{crm → codegen/crm}/imports/models/public_import_response_spec.rb +0 -0
  314. data/spec/{crm → codegen/crm}/imports/models/public_object_list_record_spec.rb +0 -0
  315. data/spec/{crm → codegen/crm}/line_items/api/associations_api_spec.rb +0 -0
  316. data/spec/{crm → codegen/crm}/line_items/api/basic_api_spec.rb +0 -0
  317. data/spec/{crm → codegen/crm}/line_items/api/batch_api_spec.rb +0 -0
  318. data/spec/{crm → codegen/crm}/line_items/api/search_api_spec.rb +0 -0
  319. data/spec/{crm → codegen/crm}/line_items/models/associated_id_spec.rb +0 -0
  320. data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  321. data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -0
  322. data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -0
  323. data/spec/{crm → codegen/crm}/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  324. data/spec/{crm → codegen/crm}/line_items/models/batch_response_simple_public_object_spec.rb +0 -0
  325. data/spec/{crm → codegen/crm}/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  326. data/spec/{crm → codegen/crm}/line_items/models/collection_response_associated_id_spec.rb +0 -0
  327. data/spec/{crm → codegen/crm}/line_items/models/collection_response_simple_public_object_spec.rb +0 -0
  328. data/spec/{crm → codegen/crm}/line_items/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  329. data/spec/{crm → codegen/crm}/line_items/models/error_category_spec.rb +0 -0
  330. data/spec/{crm → codegen/crm}/line_items/models/error_detail_spec.rb +0 -0
  331. data/spec/{crm → codegen/crm}/line_items/models/error_spec.rb +0 -0
  332. data/spec/{crm → codegen/crm}/line_items/models/filter_group_spec.rb +0 -0
  333. data/spec/{crm → codegen/crm}/line_items/models/filter_spec.rb +0 -0
  334. data/spec/{crm → codegen/crm}/line_items/models/next_page_spec.rb +0 -0
  335. data/spec/{crm → codegen/crm}/line_items/models/paging_spec.rb +0 -0
  336. data/spec/{crm → codegen/crm}/line_items/models/previous_page_spec.rb +0 -0
  337. data/spec/{crm → codegen/crm}/line_items/models/public_object_search_request_spec.rb +0 -0
  338. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_batch_input_spec.rb +0 -0
  339. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_id_spec.rb +0 -0
  340. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_input_spec.rb +0 -0
  341. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_spec.rb +0 -0
  342. data/spec/{crm → codegen/crm}/line_items/models/standard_error_spec.rb +0 -0
  343. data/spec/{crm → codegen/crm}/objects/api/associations_api_spec.rb +0 -0
  344. data/spec/{crm → codegen/crm}/objects/api/basic_api_spec.rb +0 -0
  345. data/spec/{crm → codegen/crm}/objects/api/batch_api_spec.rb +0 -0
  346. data/spec/{crm → codegen/crm}/objects/api/search_api_spec.rb +0 -0
  347. data/spec/{crm → codegen/crm}/objects/models/associated_id_spec.rb +0 -0
  348. data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  349. data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_id_spec.rb +0 -0
  350. data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_input_spec.rb +0 -0
  351. data/spec/{crm → codegen/crm}/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  352. data/spec/{crm → codegen/crm}/objects/models/batch_response_simple_public_object_spec.rb +0 -0
  353. data/spec/{crm → codegen/crm}/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  354. data/spec/{crm → codegen/crm}/objects/models/collection_response_associated_id_spec.rb +0 -0
  355. data/spec/{crm → codegen/crm}/objects/models/collection_response_simple_public_object_spec.rb +0 -0
  356. data/spec/{crm → codegen/crm}/objects/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  357. data/spec/{crm → codegen/crm}/objects/models/error_category_spec.rb +0 -0
  358. data/spec/{crm → codegen/crm}/objects/models/error_detail_spec.rb +0 -0
  359. data/spec/{crm → codegen/crm}/objects/models/error_spec.rb +0 -0
  360. data/spec/{crm → codegen/crm}/objects/models/filter_group_spec.rb +0 -0
  361. data/spec/{crm → codegen/crm}/objects/models/filter_spec.rb +0 -0
  362. data/spec/{crm → codegen/crm}/objects/models/next_page_spec.rb +0 -0
  363. data/spec/{crm → codegen/crm}/objects/models/paging_spec.rb +0 -0
  364. data/spec/{crm → codegen/crm}/objects/models/previous_page_spec.rb +0 -0
  365. data/spec/{crm → codegen/crm}/objects/models/public_object_search_request_spec.rb +0 -0
  366. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_batch_input_spec.rb +0 -0
  367. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_id_spec.rb +0 -0
  368. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_input_spec.rb +0 -0
  369. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_spec.rb +0 -0
  370. data/spec/{crm → codegen/crm}/objects/models/standard_error_spec.rb +0 -0
  371. data/spec/{crm → codegen/crm}/owners/api/default_api_spec.rb +0 -0
  372. data/spec/{crm → codegen/crm}/owners/models/collection_response_public_owner_spec.rb +0 -0
  373. data/spec/{crm → codegen/crm}/owners/models/error_detail_spec.rb +0 -0
  374. data/spec/{crm → codegen/crm}/owners/models/error_spec.rb +0 -0
  375. data/spec/{crm → codegen/crm}/owners/models/next_page_spec.rb +0 -0
  376. data/spec/{crm → codegen/crm}/owners/models/paging_spec.rb +0 -0
  377. data/spec/{crm → codegen/crm}/owners/models/public_owner_spec.rb +0 -0
  378. data/spec/{crm → codegen/crm}/owners/models/public_team_spec.rb +0 -0
  379. data/spec/{crm → codegen/crm}/pipelines/api/pipeline_stages_api_spec.rb +0 -0
  380. data/spec/{crm → codegen/crm}/pipelines/api/pipelines_api_spec.rb +0 -0
  381. data/spec/{crm → codegen/crm}/pipelines/models/collection_response_pipeline_spec.rb +0 -0
  382. data/spec/{crm → codegen/crm}/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -0
  383. data/spec/{crm → codegen/crm}/pipelines/models/error_detail_spec.rb +0 -0
  384. data/spec/{crm → codegen/crm}/pipelines/models/error_spec.rb +0 -0
  385. data/spec/{crm → codegen/crm}/pipelines/models/next_page_spec.rb +0 -0
  386. data/spec/{crm → codegen/crm}/pipelines/models/paging_spec.rb +0 -0
  387. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_input_spec.rb +0 -0
  388. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_patch_input_spec.rb +0 -0
  389. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_spec.rb +0 -0
  390. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_input_spec.rb +0 -0
  391. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -0
  392. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_spec.rb +0 -0
  393. data/spec/{crm → codegen/crm}/products/api/associations_api_spec.rb +0 -0
  394. data/spec/{crm → codegen/crm}/products/api/basic_api_spec.rb +0 -0
  395. data/spec/{crm → codegen/crm}/products/api/batch_api_spec.rb +0 -0
  396. data/spec/{crm → codegen/crm}/products/api/search_api_spec.rb +0 -0
  397. data/spec/{crm → codegen/crm}/products/models/associated_id_spec.rb +0 -0
  398. data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  399. data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_id_spec.rb +0 -0
  400. data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_input_spec.rb +0 -0
  401. data/spec/{crm → codegen/crm}/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  402. data/spec/{crm → codegen/crm}/products/models/batch_response_simple_public_object_spec.rb +0 -0
  403. data/spec/{crm → codegen/crm}/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  404. data/spec/{crm → codegen/crm}/products/models/collection_response_associated_id_spec.rb +0 -0
  405. data/spec/{crm → codegen/crm}/products/models/collection_response_simple_public_object_spec.rb +0 -0
  406. data/spec/{crm → codegen/crm}/products/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  407. data/spec/{crm → codegen/crm}/products/models/error_category_spec.rb +0 -0
  408. data/spec/{crm → codegen/crm}/products/models/error_detail_spec.rb +0 -0
  409. data/spec/{crm → codegen/crm}/products/models/error_spec.rb +0 -0
  410. data/spec/{crm → codegen/crm}/products/models/filter_group_spec.rb +0 -0
  411. data/spec/{crm → codegen/crm}/products/models/filter_spec.rb +0 -0
  412. data/spec/{crm → codegen/crm}/products/models/next_page_spec.rb +0 -0
  413. data/spec/{crm → codegen/crm}/products/models/paging_spec.rb +0 -0
  414. data/spec/{crm → codegen/crm}/products/models/previous_page_spec.rb +0 -0
  415. data/spec/{crm → codegen/crm}/products/models/public_object_search_request_spec.rb +0 -0
  416. data/spec/{crm → codegen/crm}/products/models/simple_public_object_batch_input_spec.rb +0 -0
  417. data/spec/{crm → codegen/crm}/products/models/simple_public_object_id_spec.rb +0 -0
  418. data/spec/{crm → codegen/crm}/products/models/simple_public_object_input_spec.rb +0 -0
  419. data/spec/{crm → codegen/crm}/products/models/simple_public_object_spec.rb +0 -0
  420. data/spec/{crm → codegen/crm}/products/models/standard_error_spec.rb +0 -0
  421. data/spec/{crm → codegen/crm}/properties/api/batch_api_spec.rb +0 -0
  422. data/spec/{crm → codegen/crm}/properties/api/core_api_spec.rb +0 -0
  423. data/spec/{crm → codegen/crm}/properties/api/groups_api_spec.rb +0 -0
  424. data/spec/{crm → codegen/crm}/properties/models/batch_input_property_create_spec.rb +0 -0
  425. data/spec/{crm → codegen/crm}/properties/models/batch_input_property_name_spec.rb +0 -0
  426. data/spec/{crm → codegen/crm}/properties/models/batch_read_input_property_name_spec.rb +0 -0
  427. data/spec/{crm → codegen/crm}/properties/models/batch_response_property_spec.rb +0 -0
  428. data/spec/{crm → codegen/crm}/properties/models/collection_response_property_group_spec.rb +0 -0
  429. data/spec/{crm → codegen/crm}/properties/models/collection_response_property_spec.rb +0 -0
  430. data/spec/{crm → codegen/crm}/properties/models/error_category_spec.rb +0 -0
  431. data/spec/{crm → codegen/crm}/properties/models/error_detail_spec.rb +0 -0
  432. data/spec/{crm → codegen/crm}/properties/models/error_spec.rb +0 -0
  433. data/spec/{crm → codegen/crm}/properties/models/next_page_spec.rb +0 -0
  434. data/spec/{crm → codegen/crm}/properties/models/option_input_spec.rb +0 -0
  435. data/spec/{crm → codegen/crm}/properties/models/option_spec.rb +0 -0
  436. data/spec/{crm → codegen/crm}/properties/models/paging_spec.rb +0 -0
  437. data/spec/{crm → codegen/crm}/properties/models/property_create_spec.rb +0 -0
  438. data/spec/{crm → codegen/crm}/properties/models/property_group_create_spec.rb +0 -0
  439. data/spec/{crm → codegen/crm}/properties/models/property_group_spec.rb +0 -0
  440. data/spec/{crm → codegen/crm}/properties/models/property_group_update_spec.rb +0 -0
  441. data/spec/{crm → codegen/crm}/properties/models/property_modification_metadata_spec.rb +0 -0
  442. data/spec/{crm → codegen/crm}/properties/models/property_name_spec.rb +0 -0
  443. data/spec/{crm → codegen/crm}/properties/models/property_spec.rb +0 -0
  444. data/spec/{crm → codegen/crm}/properties/models/property_update_spec.rb +0 -0
  445. data/spec/{crm → codegen/crm}/properties/models/standard_error_spec.rb +0 -0
  446. data/spec/{crm → codegen/crm}/quotes/api/associations_api_spec.rb +0 -0
  447. data/spec/{crm → codegen/crm}/quotes/api/basic_api_spec.rb +0 -0
  448. data/spec/{crm → codegen/crm}/quotes/api/batch_api_spec.rb +0 -0
  449. data/spec/{crm → codegen/crm}/quotes/api/search_api_spec.rb +0 -0
  450. data/spec/{crm → codegen/crm}/quotes/models/associated_id_spec.rb +0 -0
  451. data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  452. data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -0
  453. data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -0
  454. data/spec/{crm → codegen/crm}/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  455. data/spec/{crm → codegen/crm}/quotes/models/batch_response_simple_public_object_spec.rb +0 -0
  456. data/spec/{crm → codegen/crm}/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  457. data/spec/{crm → codegen/crm}/quotes/models/collection_response_associated_id_spec.rb +0 -0
  458. data/spec/{crm → codegen/crm}/quotes/models/collection_response_simple_public_object_spec.rb +0 -0
  459. data/spec/{crm → codegen/crm}/quotes/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  460. data/spec/{crm → codegen/crm}/quotes/models/error_category_spec.rb +0 -0
  461. data/spec/{crm → codegen/crm}/quotes/models/error_detail_spec.rb +0 -0
  462. data/spec/{crm → codegen/crm}/quotes/models/error_spec.rb +0 -0
  463. data/spec/{crm → codegen/crm}/quotes/models/filter_group_spec.rb +0 -0
  464. data/spec/{crm → codegen/crm}/quotes/models/filter_spec.rb +0 -0
  465. data/spec/{crm → codegen/crm}/quotes/models/next_page_spec.rb +0 -0
  466. data/spec/{crm → codegen/crm}/quotes/models/paging_spec.rb +0 -0
  467. data/spec/{crm → codegen/crm}/quotes/models/previous_page_spec.rb +0 -0
  468. data/spec/{crm → codegen/crm}/quotes/models/public_object_search_request_spec.rb +0 -0
  469. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_batch_input_spec.rb +0 -0
  470. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_id_spec.rb +0 -0
  471. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_input_spec.rb +0 -0
  472. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_spec.rb +0 -0
  473. data/spec/{crm → codegen/crm}/quotes/models/standard_error_spec.rb +0 -0
  474. data/spec/{crm → codegen/crm}/schemas/api/core_api_spec.rb +0 -0
  475. data/spec/{crm → codegen/crm}/schemas/api/default_api_spec.rb +0 -0
  476. data/spec/{crm → codegen/crm}/schemas/models/association_definition_egg_spec.rb +0 -0
  477. data/spec/{crm → codegen/crm}/schemas/models/association_definition_spec.rb +0 -0
  478. data/spec/{crm → codegen/crm}/schemas/models/collection_response_object_schema_spec.rb +0 -0
  479. data/spec/{crm → codegen/crm}/schemas/models/error_detail_spec.rb +0 -0
  480. data/spec/{crm → codegen/crm}/schemas/models/error_spec.rb +0 -0
  481. data/spec/{crm → codegen/crm}/schemas/models/next_page_spec.rb +0 -0
  482. data/spec/{crm → codegen/crm}/schemas/models/object_schema_egg_spec.rb +0 -0
  483. data/spec/{crm → codegen/crm}/schemas/models/object_schema_spec.rb +0 -0
  484. data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_labels_spec.rb +0 -0
  485. data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_patch_spec.rb +0 -0
  486. data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_spec.rb +0 -0
  487. data/spec/{crm → codegen/crm}/schemas/models/object_type_property_create_spec.rb +0 -0
  488. data/spec/{crm → codegen/crm}/schemas/models/option_input_spec.rb +0 -0
  489. data/spec/{crm → codegen/crm}/schemas/models/option_spec.rb +0 -0
  490. data/spec/{crm → codegen/crm}/schemas/models/paging_spec.rb +0 -0
  491. data/spec/{crm → codegen/crm}/schemas/models/previous_page_spec.rb +0 -0
  492. data/spec/{crm → codegen/crm}/schemas/models/property_modification_metadata_spec.rb +0 -0
  493. data/spec/{crm → codegen/crm}/schemas/models/property_spec.rb +0 -0
  494. data/spec/{crm → codegen/crm}/tickets/api/associations_api_spec.rb +0 -0
  495. data/spec/{crm → codegen/crm}/tickets/api/basic_api_spec.rb +0 -0
  496. data/spec/{crm → codegen/crm}/tickets/api/batch_api_spec.rb +0 -0
  497. data/spec/{crm → codegen/crm}/tickets/api/search_api_spec.rb +0 -0
  498. data/spec/{crm → codegen/crm}/tickets/models/associated_id_spec.rb +0 -0
  499. data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  500. data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -0
  501. data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -0
  502. data/spec/{crm → codegen/crm}/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  503. data/spec/{crm → codegen/crm}/tickets/models/batch_response_simple_public_object_spec.rb +0 -0
  504. data/spec/{crm → codegen/crm}/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  505. data/spec/{crm → codegen/crm}/tickets/models/collection_response_associated_id_spec.rb +0 -0
  506. data/spec/{crm → codegen/crm}/tickets/models/collection_response_simple_public_object_spec.rb +0 -0
  507. data/spec/{crm → codegen/crm}/tickets/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  508. data/spec/{crm → codegen/crm}/tickets/models/error_category_spec.rb +0 -0
  509. data/spec/{crm → codegen/crm}/tickets/models/error_detail_spec.rb +0 -0
  510. data/spec/{crm → codegen/crm}/tickets/models/error_spec.rb +0 -0
  511. data/spec/{crm → codegen/crm}/tickets/models/filter_group_spec.rb +0 -0
  512. data/spec/{crm → codegen/crm}/tickets/models/filter_spec.rb +0 -0
  513. data/spec/{crm → codegen/crm}/tickets/models/next_page_spec.rb +0 -0
  514. data/spec/{crm → codegen/crm}/tickets/models/paging_spec.rb +0 -0
  515. data/spec/{crm → codegen/crm}/tickets/models/previous_page_spec.rb +0 -0
  516. data/spec/{crm → codegen/crm}/tickets/models/public_object_search_request_spec.rb +0 -0
  517. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_batch_input_spec.rb +0 -0
  518. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_id_spec.rb +0 -0
  519. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_input_spec.rb +0 -0
  520. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_spec.rb +0 -0
  521. data/spec/{crm → codegen/crm}/tickets/models/standard_error_spec.rb +0 -0
  522. data/spec/{crm → codegen/crm}/timeline/api/events_api_spec.rb +0 -0
  523. data/spec/{crm → codegen/crm}/timeline/api/templates_api_spec.rb +0 -0
  524. data/spec/{crm → codegen/crm}/timeline/api/tokens_api_spec.rb +0 -0
  525. data/spec/{crm → codegen/crm}/timeline/models/batch_input_timeline_event_spec.rb +0 -0
  526. data/spec/{crm → codegen/crm}/timeline/models/batch_response_timeline_event_response_spec.rb +0 -0
  527. data/spec/{crm → codegen/crm}/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -0
  528. data/spec/{crm → codegen/crm}/timeline/models/collection_response_timeline_event_template_spec.rb +0 -0
  529. data/spec/{crm → codegen/crm}/timeline/models/error_category_spec.rb +0 -0
  530. data/spec/{crm → codegen/crm}/timeline/models/error_detail_spec.rb +0 -0
  531. data/spec/{crm → codegen/crm}/timeline/models/error_spec.rb +0 -0
  532. data/spec/{crm → codegen/crm}/timeline/models/event_detail_spec.rb +0 -0
  533. data/spec/{crm → codegen/crm}/timeline/models/next_page_spec.rb +0 -0
  534. data/spec/{crm → codegen/crm}/timeline/models/paging_spec.rb +0 -0
  535. data/spec/{crm → codegen/crm}/timeline/models/previous_page_spec.rb +0 -0
  536. data/spec/{crm → codegen/crm}/timeline/models/standard_error_spec.rb +0 -0
  537. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_i_frame_spec.rb +0 -0
  538. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_response_spec.rb +0 -0
  539. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_spec.rb +0 -0
  540. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_create_request_spec.rb +0 -0
  541. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_spec.rb +0 -0
  542. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_option_spec.rb +0 -0
  543. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_spec.rb +0 -0
  544. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -0
  545. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_update_request_spec.rb +0 -0
  546. data/spec/{oauth → codegen/oauth}/api/default_api_spec.rb +0 -0
  547. data/spec/{oauth → codegen/oauth}/models/access_token_info_response_spec.rb +0 -0
  548. data/spec/{oauth → codegen/oauth}/models/error_detail_spec.rb +0 -0
  549. data/spec/{oauth → codegen/oauth}/models/error_spec.rb +0 -0
  550. data/spec/{oauth → codegen/oauth}/models/refresh_token_info_response_spec.rb +0 -0
  551. data/spec/{oauth → codegen/oauth}/models/token_response_if_spec.rb +0 -0
  552. data/spec/{webhooks → codegen/webhooks}/api/settings_api_spec.rb +0 -0
  553. data/spec/{webhooks → codegen/webhooks}/api/subscriptions_api_spec.rb +0 -0
  554. data/spec/{webhooks → codegen/webhooks}/models/batch_input_subscription_batch_update_request_spec.rb +0 -0
  555. data/spec/{webhooks → codegen/webhooks}/models/batch_response_subscription_response_spec.rb +0 -0
  556. data/spec/{webhooks → codegen/webhooks}/models/batch_response_subscription_response_with_errors_spec.rb +0 -0
  557. data/spec/{webhooks → codegen/webhooks}/models/error_category_spec.rb +0 -0
  558. data/spec/{webhooks → codegen/webhooks}/models/error_detail_spec.rb +0 -0
  559. data/spec/{webhooks → codegen/webhooks}/models/error_spec.rb +0 -0
  560. data/spec/{webhooks → codegen/webhooks}/models/settings_change_request_spec.rb +0 -0
  561. data/spec/{webhooks → codegen/webhooks}/models/settings_response_spec.rb +0 -0
  562. data/spec/{webhooks → codegen/webhooks}/models/standard_error_spec.rb +0 -0
  563. data/spec/{webhooks → codegen/webhooks}/models/subscription_batch_update_request_spec.rb +0 -0
  564. data/spec/{webhooks → codegen/webhooks}/models/subscription_create_request_spec.rb +0 -0
  565. data/spec/{webhooks → codegen/webhooks}/models/subscription_list_response_spec.rb +0 -0
  566. data/spec/{webhooks → codegen/webhooks}/models/subscription_patch_request_spec.rb +0 -0
  567. data/spec/{webhooks → codegen/webhooks}/models/subscription_response_spec.rb +0 -0
  568. data/spec/{webhooks → codegen/webhooks}/models/throttling_settings_spec.rb +0 -0
  569. data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
  570. data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
  571. data/spec/features/automation/actions/functions_api_spec.rb +13 -0
  572. data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
  573. data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
  574. data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
  575. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
  576. data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
  577. data/spec/features/cms/domains/domains_api_spec.rb +8 -0
  578. data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
  579. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
  580. data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
  581. data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
  582. data/spec/features/cms/site-search/default_api_spec.rb +8 -0
  583. data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
  584. data/spec/features/crm/associations/batch_api_spec.rb +9 -0
  585. data/spec/features/crm/associations/types_api_spec.rb +7 -0
  586. data/spec/features/crm/companies/associations_api_spec.rb +9 -0
  587. data/spec/features/crm/companies/basic_api_spec.rb +11 -0
  588. data/spec/features/crm/companies/batch_api_spec.rb +10 -0
  589. data/spec/features/crm/companies/search_api_spec.rb +7 -0
  590. data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
  591. data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
  592. data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
  593. data/spec/features/crm/contacts/search_api_spec.rb +7 -0
  594. data/spec/features/crm/deals/associations_api_spec.rb +9 -0
  595. data/spec/features/crm/deals/basic_api_spec.rb +11 -0
  596. data/spec/features/crm/deals/batch_api_spec.rb +10 -0
  597. data/spec/features/crm/deals/search_api_spec.rb +7 -0
  598. data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
  599. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  600. data/spec/features/crm/imports/core_api_spec.rb +10 -0
  601. data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
  602. data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
  603. data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
  604. data/spec/features/crm/line_items/search_api_spec.rb +7 -0
  605. data/spec/features/crm/objects/associations_api_spec.rb +9 -0
  606. data/spec/features/crm/objects/basic_api_spec.rb +11 -0
  607. data/spec/features/crm/objects/batch_api_spec.rb +10 -0
  608. data/spec/features/crm/objects/search_api_spec.rb +7 -0
  609. data/spec/features/crm/owners/default_api_spec.rb +8 -0
  610. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  611. data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
  612. data/spec/features/crm/products/associations_api_spec.rb +9 -0
  613. data/spec/features/crm/products/basic_api_spec.rb +11 -0
  614. data/spec/features/crm/products/batch_api_spec.rb +10 -0
  615. data/spec/features/crm/products/search_api_spec.rb +7 -0
  616. data/spec/features/crm/properties/batch_api_spec.rb +9 -0
  617. data/spec/features/crm/properties/core_api_spec.rb +11 -0
  618. data/spec/features/crm/properties/groups_api_spec.rb +11 -0
  619. data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
  620. data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
  621. data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
  622. data/spec/features/crm/quotes/search_api_spec.rb +7 -0
  623. data/spec/features/crm/schemas/core_api_spec.rb +13 -0
  624. data/spec/features/crm/schemas/default_api_spec.rb +7 -0
  625. data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
  626. data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
  627. data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
  628. data/spec/features/crm/tickets/search_api_spec.rb +7 -0
  629. data/spec/features/crm/timeline/events_api_spec.rb +11 -0
  630. data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
  631. data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
  632. data/spec/features/oauth/default_api_spec.rb +10 -0
  633. data/spec/features/webhooks/settings_api_spec.rb +9 -0
  634. data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
  635. metadata +1224 -1008
@@ -0,0 +1,61 @@
1
+ =begin
2
+ #Custom Workflow Actions
3
+
4
+ #Create custom workflow actions
5
+
6
+ The version of the OpenAPI document: v4
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ module Hubspot
14
+ module Automation
15
+ module Actions
16
+ class ApiError < StandardError
17
+ attr_reader :code, :response_headers, :response_body
18
+
19
+ # Usage examples:
20
+ # ApiError.new
21
+ # ApiError.new("message")
22
+ # ApiError.new(:code => 500, :response_headers => {}, :response_body => "")
23
+ # ApiError.new(:code => 404, :message => "Not Found")
24
+ def initialize(arg = nil)
25
+ if arg.is_a? Hash
26
+ if arg.key?(:message) || arg.key?('message')
27
+ super(arg[:message] || arg['message'])
28
+ else
29
+ super arg
30
+ end
31
+
32
+ arg.each do |k, v|
33
+ instance_variable_set "@#{k}", v
34
+ end
35
+ else
36
+ super arg
37
+ end
38
+ end
39
+
40
+ # Override to_s to display a friendly error message
41
+ def to_s
42
+ message
43
+ end
44
+
45
+ def message
46
+ if @message.nil?
47
+ msg = "Error message: the server returns an error"
48
+ else
49
+ msg = @message
50
+ end
51
+
52
+ msg += "\nHTTP status code: #{code}" if code
53
+ msg += "\nResponse headers: #{response_headers}" if response_headers
54
+ msg += "\nResponse body: #{response_body}" if response_body
55
+
56
+ msg
57
+ end
58
+ end
59
+ end
60
+ end
61
+ end
@@ -0,0 +1,270 @@
1
+ =begin
2
+ #Custom Workflow Actions
3
+
4
+ #Create custom workflow actions
5
+
6
+ The version of the OpenAPI document: v4
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ module Hubspot
14
+ module Automation
15
+ module Actions
16
+ class Configuration
17
+ # Defines url scheme
18
+ attr_accessor :scheme
19
+
20
+ # Defines url host
21
+ attr_accessor :host
22
+
23
+ # Defines url base path
24
+ attr_accessor :base_path
25
+
26
+ # Defines API keys used with API Key authentications.
27
+ #
28
+ # @return [Hash] key: parameter name, value: parameter value (API key)
29
+ #
30
+ # @example parameter name is "api_key", API key is "xxx" (e.g. "api_key=xxx" in query string)
31
+ # config.api_key['api_key'] = 'xxx'
32
+ attr_accessor :api_key
33
+
34
+ # Defines API key prefixes used with API Key authentications.
35
+ #
36
+ # @return [Hash] key: parameter name, value: API key prefix
37
+ #
38
+ # @example parameter name is "Authorization", API key prefix is "Token" (e.g. "Authorization: Token xxx" in headers)
39
+ # config.api_key_prefix['api_key'] = 'Token'
40
+ attr_accessor :api_key_prefix
41
+
42
+ # Defines the username used with HTTP basic authentication.
43
+ #
44
+ # @return [String]
45
+ attr_accessor :username
46
+
47
+ # Defines the password used with HTTP basic authentication.
48
+ #
49
+ # @return [String]
50
+ attr_accessor :password
51
+
52
+ # Defines the access token (Bearer) used with OAuth2.
53
+ attr_accessor :access_token
54
+
55
+ # Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
56
+ # details will be logged with `logger.debug` (see the `logger` attribute).
57
+ # Default to false.
58
+ #
59
+ # @return [true, false]
60
+ attr_accessor :debugging
61
+
62
+ # Defines the logger used for debugging.
63
+ # Default to `Rails.logger` (when in Rails) or logging to STDOUT.
64
+ #
65
+ # @return [#debug]
66
+ attr_accessor :logger
67
+
68
+ # Defines the temporary folder to store downloaded files
69
+ # (for API endpoints that have file response).
70
+ # Default to use `Tempfile`.
71
+ #
72
+ # @return [String]
73
+ attr_accessor :temp_folder_path
74
+
75
+ # The time limit for HTTP request in seconds.
76
+ # Default to 0 (never times out).
77
+ attr_accessor :timeout
78
+
79
+ # Set this to false to skip client side validation in the operation.
80
+ # Default to true.
81
+ # @return [true, false]
82
+ attr_accessor :client_side_validation
83
+
84
+ ### TLS/SSL setting
85
+ # Set this to false to skip verifying SSL certificate when calling API from https server.
86
+ # Default to true.
87
+ #
88
+ # @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
89
+ #
90
+ # @return [true, false]
91
+ attr_accessor :verify_ssl
92
+
93
+ ### TLS/SSL setting
94
+ # Set this to false to skip verifying SSL host name
95
+ # Default to true.
96
+ #
97
+ # @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
98
+ #
99
+ # @return [true, false]
100
+ attr_accessor :verify_ssl_host
101
+
102
+ ### TLS/SSL setting
103
+ # Set this to customize the certificate file to verify the peer.
104
+ #
105
+ # @return [String] the path to the certificate file
106
+ #
107
+ # @see The `cainfo` option of Typhoeus, `--cert` option of libcurl. Related source code:
108
+ # https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
109
+ attr_accessor :ssl_ca_cert
110
+
111
+ ### TLS/SSL setting
112
+ # Client certificate file (for client certificate)
113
+ attr_accessor :cert_file
114
+
115
+ ### TLS/SSL setting
116
+ # Client private key file (for client certificate)
117
+ attr_accessor :key_file
118
+
119
+ # Set this to customize parameters encoding of array parameter with multi collectionFormat.
120
+ # Default to nil.
121
+ #
122
+ # @see The params_encoding option of Ethon. Related source code:
123
+ # https://github.com/typhoeus/ethon/blob/master/lib/ethon/easy/queryable.rb#L96
124
+ attr_accessor :params_encoding
125
+
126
+ attr_accessor :inject_format
127
+
128
+ attr_accessor :force_ending_format
129
+
130
+ attr_accessor :error_handler
131
+
132
+ def initialize
133
+ @scheme = 'https'
134
+ @host = 'api.hubapi.com'
135
+ @base_path = ''
136
+ @api_key = {}
137
+ @api_key_prefix = {}
138
+ @timeout = 0
139
+ @client_side_validation = true
140
+ @verify_ssl = true
141
+ @verify_ssl_host = true
142
+ @params_encoding = nil
143
+ @cert_file = nil
144
+ @key_file = nil
145
+ @debugging = false
146
+ @inject_format = false
147
+ @force_ending_format = false
148
+ @logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT)
149
+ # error_handler params: { 'status_code': { max_retries: ..., seconds_delay: ... }, ... }
150
+ @error_handler = {}
151
+
152
+ yield(self) if block_given?
153
+ end
154
+
155
+ # The default Configuration object.
156
+ def self.default
157
+ @@default ||= Configuration.new
158
+ end
159
+
160
+ def configure
161
+ yield(self) if block_given?
162
+ end
163
+
164
+ def scheme=(scheme)
165
+ # remove :// from scheme
166
+ @scheme = scheme.sub(/:\/\//, '')
167
+ end
168
+
169
+ def host=(host)
170
+ # remove http(s):// and anything after a slash
171
+ @host = host.sub(/https?:\/\//, '').split('/').first
172
+ end
173
+
174
+ def base_path=(base_path)
175
+ # Add leading and trailing slashes to base_path
176
+ @base_path = "/#{base_path}".gsub(/\/+/, '/')
177
+ @base_path = '' if @base_path == '/'
178
+ end
179
+
180
+ def base_url
181
+ "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
182
+ end
183
+
184
+ # Gets API key (with prefix if set).
185
+ # @param [String] param_name the parameter name of API key auth
186
+ def api_key_with_prefix(param_name)
187
+ if @api_key_prefix[param_name]
188
+ "#{@api_key_prefix[param_name]} #{@api_key[param_name]}"
189
+ else
190
+ @api_key[param_name]
191
+ end
192
+ end
193
+
194
+ # Gets Basic Auth token string
195
+ def basic_auth_token
196
+ 'Basic ' + ["#{username}:#{password}"].pack('m').delete("\r\n")
197
+ end
198
+
199
+ # Returns Auth Settings hash for api client.
200
+ def auth_settings
201
+ {
202
+ 'developer_hapikey' =>
203
+ {
204
+ type: 'api_key',
205
+ in: 'query',
206
+ key: 'hapikey',
207
+ value: api_key_with_prefix('hapikey')
208
+ },
209
+ 'hapikey' =>
210
+ {
211
+ type: 'api_key',
212
+ in: 'query',
213
+ key: 'hapikey',
214
+ value: api_key_with_prefix('hapikey')
215
+ },
216
+ 'oauth2' =>
217
+ {
218
+ type: 'oauth2',
219
+ in: 'header',
220
+ key: 'Authorization',
221
+ value: "Bearer #{access_token}"
222
+ },
223
+ }
224
+ end
225
+
226
+ # Returns an array of Server setting
227
+ def server_settings
228
+ [
229
+ {
230
+ url: "https://api.hubapi.com/",
231
+ description: "No description provided",
232
+ }
233
+ ]
234
+ end
235
+
236
+ # Returns URL based on server settings
237
+ #
238
+ # @param index array index of the server settings
239
+ # @param variables hash of variable and the corresponding value
240
+ def server_url(index, variables = {})
241
+ servers = server_settings
242
+
243
+ # check array index out of bound
244
+ if (index < 0 || index >= servers.size)
245
+ fail ArgumentError, "Invalid index #{index} when selecting the server. Must be less than #{servers.size}"
246
+ end
247
+
248
+ server = servers[index]
249
+ url = server[:url]
250
+
251
+ # go through variable and assign a value
252
+ server[:variables].each do |name, variable|
253
+ if variables.key?(name)
254
+ if (server[:variables][name][:enum_values].include? variables[name])
255
+ url.gsub! "{" + name.to_s + "}", variables[name]
256
+ else
257
+ fail ArgumentError, "The variable `#{name}` in the server URL has invalid value #{variables[name]}. Must be #{server[:variables][name][:enum_values]}."
258
+ end
259
+ else
260
+ # use default value
261
+ url.gsub! "{" + name.to_s + "}", server[:variables][name][:default_value]
262
+ end
263
+ end
264
+
265
+ url
266
+ end
267
+ end
268
+ end
269
+ end
270
+ end
@@ -0,0 +1,275 @@
1
+ =begin
2
+ #Custom Workflow Actions
3
+
4
+ #Create custom workflow actions
5
+
6
+ The version of the OpenAPI document: v4
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Automation
17
+ module Actions
18
+ class ActionFunction
19
+ # The function source code.
20
+ attr_accessor :function_source
21
+
22
+ # The type of function. This determines when the function will be called.
23
+ attr_accessor :function_type
24
+
25
+ # The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types.
26
+ attr_accessor :id
27
+
28
+ class EnumAttributeValidator
29
+ attr_reader :datatype
30
+ attr_reader :allowable_values
31
+
32
+ def initialize(datatype, allowable_values)
33
+ @allowable_values = allowable_values.map do |value|
34
+ case datatype.to_s
35
+ when /Integer/i
36
+ value.to_i
37
+ when /Float/i
38
+ value.to_f
39
+ else
40
+ value
41
+ end
42
+ end
43
+ end
44
+
45
+ def valid?(value)
46
+ !value || allowable_values.include?(value)
47
+ end
48
+ end
49
+
50
+ # Attribute mapping from ruby-style variable name to JSON key.
51
+ def self.attribute_map
52
+ {
53
+ :'function_source' => :'functionSource',
54
+ :'function_type' => :'functionType',
55
+ :'id' => :'id'
56
+ }
57
+ end
58
+
59
+ # Attribute type mapping.
60
+ def self.openapi_types
61
+ {
62
+ :'function_source' => :'String',
63
+ :'function_type' => :'String',
64
+ :'id' => :'String'
65
+ }
66
+ end
67
+
68
+ # List of attributes with nullable: true
69
+ def self.openapi_nullable
70
+ Set.new([
71
+ ])
72
+ end
73
+
74
+ # Initializes the object
75
+ # @param [Hash] attributes Model attributes in the form of hash
76
+ def initialize(attributes = {})
77
+ if (!attributes.is_a?(Hash))
78
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Automation::Actions::ActionFunction` initialize method"
79
+ end
80
+
81
+ # check to see if the attribute exists and convert string to symbol for hash key
82
+ attributes = attributes.each_with_object({}) { |(k, v), h|
83
+ if (!self.class.attribute_map.key?(k.to_sym))
84
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Automation::Actions::ActionFunction`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
85
+ end
86
+ h[k.to_sym] = v
87
+ }
88
+
89
+ if attributes.key?(:'function_source')
90
+ self.function_source = attributes[:'function_source']
91
+ end
92
+
93
+ if attributes.key?(:'function_type')
94
+ self.function_type = attributes[:'function_type']
95
+ end
96
+
97
+ if attributes.key?(:'id')
98
+ self.id = attributes[:'id']
99
+ end
100
+ end
101
+
102
+ # Show invalid properties with the reasons. Usually used together with valid?
103
+ # @return Array for valid properties with the reasons
104
+ def list_invalid_properties
105
+ invalid_properties = Array.new
106
+ if @function_source.nil?
107
+ invalid_properties.push('invalid value for "function_source", function_source cannot be nil.')
108
+ end
109
+
110
+ if @function_type.nil?
111
+ invalid_properties.push('invalid value for "function_type", function_type cannot be nil.')
112
+ end
113
+
114
+ invalid_properties
115
+ end
116
+
117
+ # Check to see if the all the properties in the model are valid
118
+ # @return true if the model is valid
119
+ def valid?
120
+ return false if @function_source.nil?
121
+ return false if @function_type.nil?
122
+ function_type_validator = EnumAttributeValidator.new('String', ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"])
123
+ return false unless function_type_validator.valid?(@function_type)
124
+ true
125
+ end
126
+
127
+ # Custom attribute writer method checking allowed values (enum).
128
+ # @param [Object] function_type Object to be assigned
129
+ def function_type=(function_type)
130
+ validator = EnumAttributeValidator.new('String', ["PRE_ACTION_EXECUTION", "PRE_FETCH_OPTIONS", "POST_FETCH_OPTIONS"])
131
+ unless validator.valid?(function_type)
132
+ fail ArgumentError, "invalid value for \"function_type\", must be one of #{validator.allowable_values}."
133
+ end
134
+ @function_type = function_type
135
+ end
136
+
137
+ # Checks equality by comparing each attribute.
138
+ # @param [Object] Object to be compared
139
+ def ==(o)
140
+ return true if self.equal?(o)
141
+ self.class == o.class &&
142
+ function_source == o.function_source &&
143
+ function_type == o.function_type &&
144
+ id == o.id
145
+ end
146
+
147
+ # @see the `==` method
148
+ # @param [Object] Object to be compared
149
+ def eql?(o)
150
+ self == o
151
+ end
152
+
153
+ # Calculates hash code according to all attributes.
154
+ # @return [Integer] Hash code
155
+ def hash
156
+ [function_source, function_type, id].hash
157
+ end
158
+
159
+ # Builds the object from hash
160
+ # @param [Hash] attributes Model attributes in the form of hash
161
+ # @return [Object] Returns the model itself
162
+ def self.build_from_hash(attributes)
163
+ new.build_from_hash(attributes)
164
+ end
165
+
166
+ # Builds the object from hash
167
+ # @param [Hash] attributes Model attributes in the form of hash
168
+ # @return [Object] Returns the model itself
169
+ def build_from_hash(attributes)
170
+ return nil unless attributes.is_a?(Hash)
171
+ self.class.openapi_types.each_pair do |key, type|
172
+ if type =~ /\AArray<(.*)>/i
173
+ # check to ensure the input is an array given that the attribute
174
+ # is documented as an array but the input is not
175
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
176
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
177
+ end
178
+ elsif !attributes[self.class.attribute_map[key]].nil?
179
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
180
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
181
+ end
182
+
183
+ self
184
+ end
185
+
186
+ # Deserializes the data based on type
187
+ # @param string type Data type
188
+ # @param string value Value to be deserialized
189
+ # @return [Object] Deserialized data
190
+ def _deserialize(type, value)
191
+ case type.to_sym
192
+ when :DateTime
193
+ DateTime.parse(value)
194
+ when :Date
195
+ Date.parse(value)
196
+ when :String
197
+ value.to_s
198
+ when :Integer
199
+ value.to_i
200
+ when :Float
201
+ value.to_f
202
+ when :Boolean
203
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
204
+ true
205
+ else
206
+ false
207
+ end
208
+ when :Object
209
+ # generic object (usually a Hash), return directly
210
+ value
211
+ when /\AArray<(?<inner_type>.+)>\z/
212
+ inner_type = Regexp.last_match[:inner_type]
213
+ value.map { |v| _deserialize(inner_type, v) }
214
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
215
+ k_type = Regexp.last_match[:k_type]
216
+ v_type = Regexp.last_match[:v_type]
217
+ {}.tap do |hash|
218
+ value.each do |k, v|
219
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
220
+ end
221
+ end
222
+ else # model
223
+ Hubspot::Automation::Actions.const_get(type).build_from_hash(value)
224
+ end
225
+ end
226
+
227
+ # Returns the string representation of the object
228
+ # @return [String] String presentation of the object
229
+ def to_s
230
+ to_hash.to_s
231
+ end
232
+
233
+ # to_body is an alias to to_hash (backward compatibility)
234
+ # @return [Hash] Returns the object in the form of hash
235
+ def to_body
236
+ to_hash
237
+ end
238
+
239
+ # Returns the object in the form of hash
240
+ # @return [Hash] Returns the object in the form of hash
241
+ def to_hash
242
+ hash = {}
243
+ self.class.attribute_map.each_pair do |attr, param|
244
+ value = self.send(attr)
245
+ if value.nil?
246
+ is_nullable = self.class.openapi_nullable.include?(attr)
247
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
248
+ end
249
+
250
+ hash[param] = _to_hash(value)
251
+ end
252
+ hash
253
+ end
254
+
255
+ # Outputs non-array value in the form of hash
256
+ # For object, use to_hash. Otherwise, just return the value
257
+ # @param [Object] value Any valid value
258
+ # @return [Hash] Returns the value in the form of hash
259
+ def _to_hash(value)
260
+ if value.is_a?(Array)
261
+ value.compact.map { |v| _to_hash(v) }
262
+ elsif value.is_a?(Hash)
263
+ {}.tap do |hash|
264
+ value.each { |k, v| hash[k] = _to_hash(v) }
265
+ end
266
+ elsif value.respond_to? :to_hash
267
+ value.to_hash
268
+ else
269
+ value
270
+ end
271
+ end
272
+ end
273
+ end
274
+ end
275
+ end