hubspot-api-client 3.1.0.pre.beta → 5.0.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 (241) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -0
  3. data/lib/hubspot-api-client.rb +66 -1
  4. data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +106 -0
  5. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +422 -0
  6. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +61 -0
  7. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +258 -0
  8. data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +226 -0
  9. data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +292 -0
  10. data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +258 -0
  11. data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +224 -0
  12. data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +210 -0
  13. data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +352 -0
  14. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +183 -0
  15. data/lib/hubspot/codegen/cms/domains/api_client.rb +422 -0
  16. data/lib/hubspot/codegen/cms/domains/api_error.rb +61 -0
  17. data/lib/hubspot/codegen/cms/domains/configuration.rb +258 -0
  18. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +240 -0
  19. data/lib/hubspot/codegen/cms/domains/models/domain.rb +1091 -0
  20. data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +497 -0
  21. data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +231 -0
  22. data/lib/hubspot/codegen/cms/domains/models/error.rb +292 -0
  23. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +258 -0
  24. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +224 -0
  25. data/lib/hubspot/codegen/cms/domains/models/paging.rb +210 -0
  26. data/lib/hubspot/codegen/cms/performance/api/default_api.rb +186 -0
  27. data/lib/hubspot/codegen/cms/performance/api_client.rb +422 -0
  28. data/lib/hubspot/codegen/cms/performance/api_error.rb +61 -0
  29. data/lib/hubspot/codegen/cms/performance/configuration.rb +258 -0
  30. data/lib/hubspot/codegen/cms/performance/models/error.rb +292 -0
  31. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +258 -0
  32. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +528 -0
  33. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +332 -0
  34. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +225 -0
  35. data/lib/hubspot/codegen/cms/site-search/api_client.rb +422 -0
  36. data/lib/hubspot/codegen/cms/site-search/api_error.rb +61 -0
  37. data/lib/hubspot/codegen/cms/site-search/configuration.rb +258 -0
  38. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +427 -0
  39. data/lib/hubspot/codegen/cms/site-search/models/error.rb +292 -0
  40. data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +258 -0
  41. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +279 -0
  42. data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +282 -0
  43. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +259 -0
  44. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +368 -0
  45. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +422 -0
  46. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +61 -0
  47. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +258 -0
  48. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +242 -0
  49. data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +292 -0
  50. data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +258 -0
  51. data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +224 -0
  52. data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +210 -0
  53. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +596 -0
  54. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +306 -0
  55. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +41 -41
  56. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +70 -0
  57. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +215 -0
  58. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +331 -0
  59. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +227 -0
  60. data/lib/hubspot/exceptions.rb +11 -0
  61. data/lib/hubspot/helpers/webhooks_helper.rb +31 -0
  62. data/lib/hubspot/version.rb +1 -1
  63. data/sample-apps/imports-contacts-app/.env.template +2 -0
  64. data/sample-apps/imports-contacts-app/.env.test.template +3 -0
  65. data/sample-apps/imports-contacts-app/.gitignore +37 -0
  66. data/sample-apps/imports-contacts-app/.rspec +1 -0
  67. data/sample-apps/imports-contacts-app/.ruby-version +1 -0
  68. data/sample-apps/imports-contacts-app/Dockerfile +22 -0
  69. data/sample-apps/imports-contacts-app/Gemfile +33 -0
  70. data/sample-apps/imports-contacts-app/Gemfile.lock +271 -0
  71. data/sample-apps/imports-contacts-app/README.md +27 -0
  72. data/sample-apps/imports-contacts-app/Rakefile +6 -0
  73. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +3 -0
  74. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  75. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +15 -0
  76. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +13 -0
  77. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  78. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +87 -0
  79. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +12 -0
  80. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  81. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +12 -0
  82. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +24 -0
  83. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +19 -0
  84. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +2 -0
  85. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/authorize_hubspot.rb +0 -0
  86. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/get_authorization_uri.rb +1 -1
  87. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/base.rb +0 -0
  88. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/generate.rb +2 -2
  89. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/refresh.rb +3 -4
  90. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +52 -0
  91. data/sample-apps/imports-contacts-app/app/models/application_record.rb +3 -0
  92. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  93. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +70 -0
  94. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +23 -0
  95. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +15 -0
  96. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +15 -0
  97. data/sample-apps/imports-contacts-app/bin/bundle +3 -0
  98. data/sample-apps/imports-contacts-app/bin/rails +9 -0
  99. data/sample-apps/imports-contacts-app/bin/rake +9 -0
  100. data/sample-apps/imports-contacts-app/bin/setup +36 -0
  101. data/sample-apps/imports-contacts-app/bin/spring +17 -0
  102. data/sample-apps/imports-contacts-app/bin/update +31 -0
  103. data/sample-apps/imports-contacts-app/bin/yarn +11 -0
  104. data/sample-apps/imports-contacts-app/config.ru +5 -0
  105. data/sample-apps/imports-contacts-app/config/application.rb +19 -0
  106. data/sample-apps/imports-contacts-app/config/boot.rb +3 -0
  107. data/sample-apps/imports-contacts-app/config/cable.yml +10 -0
  108. data/sample-apps/imports-contacts-app/config/database.yml +25 -0
  109. data/sample-apps/imports-contacts-app/config/environment.rb +5 -0
  110. data/sample-apps/imports-contacts-app/config/environments/development.rb +61 -0
  111. data/sample-apps/imports-contacts-app/config/environments/production.rb +94 -0
  112. data/sample-apps/imports-contacts-app/config/environments/test.rb +46 -0
  113. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +14 -0
  114. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +4 -0
  115. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +3 -0
  116. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +1 -0
  117. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +14 -0
  118. data/sample-apps/imports-contacts-app/config/locales/en.yml +33 -0
  119. data/sample-apps/imports-contacts-app/config/puma.rb +34 -0
  120. data/sample-apps/imports-contacts-app/config/routes.rb +11 -0
  121. data/sample-apps/imports-contacts-app/config/spring.rb +6 -0
  122. data/sample-apps/imports-contacts-app/db/seeds.rb +7 -0
  123. data/sample-apps/imports-contacts-app/docker-compose.yml +11 -0
  124. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +8 -0
  125. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  126. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  127. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  128. data/sample-apps/imports-contacts-app/package.json +5 -0
  129. data/sample-apps/imports-contacts-app/public/404.html +67 -0
  130. data/sample-apps/imports-contacts-app/public/422.html +67 -0
  131. data/sample-apps/imports-contacts-app/public/500.html +66 -0
  132. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  133. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  134. data/sample-apps/imports-contacts-app/public/examples/example.csv +2 -0
  135. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  136. data/sample-apps/imports-contacts-app/public/robots.txt +1 -0
  137. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  138. data/sample-apps/search-result-paging-app/.env.template +4 -0
  139. data/sample-apps/search-result-paging-app/.gitignore +35 -0
  140. data/sample-apps/search-result-paging-app/.rspec +1 -0
  141. data/sample-apps/search-result-paging-app/.ruby-version +1 -0
  142. data/sample-apps/search-result-paging-app/Dockerfile +22 -0
  143. data/sample-apps/search-result-paging-app/Gemfile +35 -0
  144. data/sample-apps/search-result-paging-app/Gemfile.lock +279 -0
  145. data/sample-apps/search-result-paging-app/README.md +0 -0
  146. data/sample-apps/search-result-paging-app/Rakefile +6 -0
  147. data/sample-apps/search-result-paging-app/app/assets/config/manifest.js +3 -0
  148. data/sample-apps/search-result-paging-app/app/assets/images/.keep +0 -0
  149. data/sample-apps/search-result-paging-app/app/assets/javascripts/application.js +25 -0
  150. data/sample-apps/search-result-paging-app/app/assets/javascripts/cable.js +13 -0
  151. data/sample-apps/search-result-paging-app/app/assets/javascripts/channels/.keep +0 -0
  152. data/sample-apps/search-result-paging-app/app/assets/stylesheets/application.css +77 -0
  153. data/sample-apps/search-result-paging-app/app/controllers/application_controller.rb +12 -0
  154. data/sample-apps/search-result-paging-app/app/controllers/concerns/.keep +0 -0
  155. data/sample-apps/search-result-paging-app/app/controllers/concerns/exception_handler.rb +12 -0
  156. data/sample-apps/search-result-paging-app/app/controllers/home_controller.rb +14 -0
  157. data/sample-apps/search-result-paging-app/app/controllers/oauth/authorization_controller.rb +19 -0
  158. data/sample-apps/search-result-paging-app/app/helpers/application_helper.rb +2 -0
  159. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/authorize.rb +17 -0
  160. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +35 -0
  161. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/base.rb +21 -0
  162. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/generate.rb +28 -0
  163. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +35 -0
  164. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/get_page.rb +26 -0
  165. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/contacts/search.rb +35 -0
  166. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/create.rb +23 -0
  167. data/sample-apps/search-result-paging-app/app/lib/services/hubspot/properties/destroy.rb +16 -0
  168. data/sample-apps/search-result-paging-app/app/models/application_record.rb +3 -0
  169. data/sample-apps/search-result-paging-app/app/models/concerns/.keep +0 -0
  170. data/sample-apps/search-result-paging-app/app/views/home/index.html.erb +13 -0
  171. data/sample-apps/search-result-paging-app/app/views/layouts/application.html.erb +23 -0
  172. data/sample-apps/search-result-paging-app/app/views/oauth/authorization/login.html.erb +15 -0
  173. data/sample-apps/search-result-paging-app/app/views/shared/_header.html.erb +18 -0
  174. data/sample-apps/search-result-paging-app/bin/bundle +3 -0
  175. data/sample-apps/search-result-paging-app/bin/rails +9 -0
  176. data/sample-apps/search-result-paging-app/bin/rake +9 -0
  177. data/sample-apps/search-result-paging-app/bin/setup +36 -0
  178. data/sample-apps/search-result-paging-app/bin/spring +17 -0
  179. data/sample-apps/search-result-paging-app/bin/update +31 -0
  180. data/sample-apps/search-result-paging-app/bin/yarn +11 -0
  181. data/sample-apps/search-result-paging-app/config.ru +5 -0
  182. data/sample-apps/search-result-paging-app/config/application.rb +19 -0
  183. data/sample-apps/search-result-paging-app/config/boot.rb +3 -0
  184. data/sample-apps/search-result-paging-app/config/cable.yml +10 -0
  185. data/sample-apps/search-result-paging-app/config/database.yml +25 -0
  186. data/sample-apps/search-result-paging-app/config/environment.rb +5 -0
  187. data/sample-apps/search-result-paging-app/config/environments/development.rb +61 -0
  188. data/sample-apps/search-result-paging-app/config/environments/production.rb +94 -0
  189. data/sample-apps/search-result-paging-app/config/environments/test.rb +46 -0
  190. data/sample-apps/search-result-paging-app/config/initializers/assets.rb +14 -0
  191. data/sample-apps/search-result-paging-app/config/initializers/filter_parameter_logging.rb +4 -0
  192. data/sample-apps/search-result-paging-app/config/initializers/hubspot-api-client.rb +3 -0
  193. data/sample-apps/search-result-paging-app/config/initializers/mime_types.rb +1 -0
  194. data/sample-apps/search-result-paging-app/config/initializers/wrap_parameters.rb +14 -0
  195. data/sample-apps/search-result-paging-app/config/locales/en.yml +33 -0
  196. data/sample-apps/search-result-paging-app/config/puma.rb +34 -0
  197. data/sample-apps/search-result-paging-app/config/routes.rb +7 -0
  198. data/sample-apps/search-result-paging-app/config/spring.rb +6 -0
  199. data/sample-apps/search-result-paging-app/db/seeds.rb +7 -0
  200. data/sample-apps/search-result-paging-app/docker-compose.yml +11 -0
  201. data/sample-apps/search-result-paging-app/docker-entrypoint.sh +8 -0
  202. data/sample-apps/search-result-paging-app/lib/assets/.keep +0 -0
  203. data/sample-apps/search-result-paging-app/lib/tasks/.keep +0 -0
  204. data/sample-apps/search-result-paging-app/lib/tasks/search_contacts.rake +36 -0
  205. data/sample-apps/search-result-paging-app/log/.keep +0 -0
  206. data/sample-apps/search-result-paging-app/package.json +5 -0
  207. data/sample-apps/search-result-paging-app/public/404.html +67 -0
  208. data/sample-apps/search-result-paging-app/public/422.html +67 -0
  209. data/sample-apps/search-result-paging-app/public/500.html +66 -0
  210. data/sample-apps/search-result-paging-app/public/apple-touch-icon-precomposed.png +0 -0
  211. data/sample-apps/search-result-paging-app/public/apple-touch-icon.png +0 -0
  212. data/sample-apps/search-result-paging-app/public/favicon.ico +0 -0
  213. data/sample-apps/search-result-paging-app/public/robots.txt +1 -0
  214. data/sample-apps/search-result-paging-app/tmp/.keep +0 -0
  215. data/sample-apps/webhooks-contacts-app/.env.template +3 -1
  216. data/sample-apps/webhooks-contacts-app/Gemfile.lock +1 -1
  217. data/sample-apps/webhooks-contacts-app/README.md +24 -21
  218. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +7 -55
  219. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +8 -10
  220. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +44 -0
  221. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +6 -6
  222. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +1 -1
  223. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +17 -0
  224. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +35 -0
  225. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +21 -0
  226. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +28 -0
  227. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +35 -0
  228. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +25 -0
  229. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +44 -0
  230. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +13 -1
  231. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +39 -0
  232. data/sample-apps/webhooks-contacts-app/app/models/event.rb +3 -0
  233. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +14 -16
  234. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +47 -0
  235. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +6 -6
  236. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +3 -0
  237. data/sample-apps/webhooks-contacts-app/config/database.yml +9 -9
  238. data/sample-apps/webhooks-contacts-app/config/routes.rb +2 -0
  239. data/sample-apps/webhooks-contacts-app/db/schema.rb +2 -5
  240. data/sample-apps/webhooks-contacts-app/docker-compose.yml +13 -10
  241. metadata +612 -10
@@ -0,0 +1,259 @@
1
+ =begin
2
+ #CMS Site Search
3
+
4
+ #Use these endpoints for searching content on your HubSpot hosted CMS website(s).
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Cms
17
+ module SiteSearch
18
+ class SearchHitField
19
+ attr_accessor :metadata_field
20
+
21
+ attr_accessor :values
22
+
23
+ attr_accessor :name
24
+
25
+ attr_accessor :value
26
+
27
+ # Attribute mapping from ruby-style variable name to JSON key.
28
+ def self.attribute_map
29
+ {
30
+ :'metadata_field' => :'metadataField',
31
+ :'values' => :'values',
32
+ :'name' => :'name',
33
+ :'value' => :'value'
34
+ }
35
+ end
36
+
37
+ # Attribute type mapping.
38
+ def self.openapi_types
39
+ {
40
+ :'metadata_field' => :'Boolean',
41
+ :'values' => :'Array<Object>',
42
+ :'name' => :'String',
43
+ :'value' => :'Object'
44
+ }
45
+ end
46
+
47
+ # List of attributes with nullable: true
48
+ def self.openapi_nullable
49
+ Set.new([
50
+ ])
51
+ end
52
+
53
+ # Initializes the object
54
+ # @param [Hash] attributes Model attributes in the form of hash
55
+ def initialize(attributes = {})
56
+ if (!attributes.is_a?(Hash))
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Cms::SiteSearch::SearchHitField` initialize method"
58
+ end
59
+
60
+ # check to see if the attribute exists and convert string to symbol for hash key
61
+ attributes = attributes.each_with_object({}) { |(k, v), h|
62
+ if (!self.class.attribute_map.key?(k.to_sym))
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Cms::SiteSearch::SearchHitField`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
+ end
65
+ h[k.to_sym] = v
66
+ }
67
+
68
+ if attributes.key?(:'metadata_field')
69
+ self.metadata_field = attributes[:'metadata_field']
70
+ end
71
+
72
+ if attributes.key?(:'values')
73
+ if (value = attributes[:'values']).is_a?(Array)
74
+ self.values = value
75
+ end
76
+ end
77
+
78
+ if attributes.key?(:'name')
79
+ self.name = attributes[:'name']
80
+ end
81
+
82
+ if attributes.key?(:'value')
83
+ self.value = attributes[:'value']
84
+ end
85
+ end
86
+
87
+ # Show invalid properties with the reasons. Usually used together with valid?
88
+ # @return Array for valid properties with the reasons
89
+ def list_invalid_properties
90
+ invalid_properties = Array.new
91
+ if @metadata_field.nil?
92
+ invalid_properties.push('invalid value for "metadata_field", metadata_field cannot be nil.')
93
+ end
94
+
95
+ if @values.nil?
96
+ invalid_properties.push('invalid value for "values", values cannot be nil.')
97
+ end
98
+
99
+ if @name.nil?
100
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
101
+ end
102
+
103
+ if @value.nil?
104
+ invalid_properties.push('invalid value for "value", value cannot be nil.')
105
+ end
106
+
107
+ invalid_properties
108
+ end
109
+
110
+ # Check to see if the all the properties in the model are valid
111
+ # @return true if the model is valid
112
+ def valid?
113
+ return false if @metadata_field.nil?
114
+ return false if @values.nil?
115
+ return false if @name.nil?
116
+ return false if @value.nil?
117
+ true
118
+ end
119
+
120
+ # Checks equality by comparing each attribute.
121
+ # @param [Object] Object to be compared
122
+ def ==(o)
123
+ return true if self.equal?(o)
124
+ self.class == o.class &&
125
+ metadata_field == o.metadata_field &&
126
+ values == o.values &&
127
+ name == o.name &&
128
+ value == o.value
129
+ end
130
+
131
+ # @see the `==` method
132
+ # @param [Object] Object to be compared
133
+ def eql?(o)
134
+ self == o
135
+ end
136
+
137
+ # Calculates hash code according to all attributes.
138
+ # @return [Integer] Hash code
139
+ def hash
140
+ [metadata_field, values, name, value].hash
141
+ end
142
+
143
+ # Builds the object from hash
144
+ # @param [Hash] attributes Model attributes in the form of hash
145
+ # @return [Object] Returns the model itself
146
+ def self.build_from_hash(attributes)
147
+ new.build_from_hash(attributes)
148
+ end
149
+
150
+ # Builds the object from hash
151
+ # @param [Hash] attributes Model attributes in the form of hash
152
+ # @return [Object] Returns the model itself
153
+ def build_from_hash(attributes)
154
+ return nil unless attributes.is_a?(Hash)
155
+ self.class.openapi_types.each_pair do |key, type|
156
+ if type =~ /\AArray<(.*)>/i
157
+ # check to ensure the input is an array given that the attribute
158
+ # is documented as an array but the input is not
159
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
160
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
161
+ end
162
+ elsif !attributes[self.class.attribute_map[key]].nil?
163
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
164
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
165
+ end
166
+
167
+ self
168
+ end
169
+
170
+ # Deserializes the data based on type
171
+ # @param string type Data type
172
+ # @param string value Value to be deserialized
173
+ # @return [Object] Deserialized data
174
+ def _deserialize(type, value)
175
+ case type.to_sym
176
+ when :DateTime
177
+ DateTime.parse(value)
178
+ when :Date
179
+ Date.parse(value)
180
+ when :String
181
+ value.to_s
182
+ when :Integer
183
+ value.to_i
184
+ when :Float
185
+ value.to_f
186
+ when :Boolean
187
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
188
+ true
189
+ else
190
+ false
191
+ end
192
+ when :Object
193
+ # generic object (usually a Hash), return directly
194
+ value
195
+ when /\AArray<(?<inner_type>.+)>\z/
196
+ inner_type = Regexp.last_match[:inner_type]
197
+ value.map { |v| _deserialize(inner_type, v) }
198
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
199
+ k_type = Regexp.last_match[:k_type]
200
+ v_type = Regexp.last_match[:v_type]
201
+ {}.tap do |hash|
202
+ value.each do |k, v|
203
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
204
+ end
205
+ end
206
+ else # model
207
+ Hubspot::Cms::SiteSearch.const_get(type).build_from_hash(value)
208
+ end
209
+ end
210
+
211
+ # Returns the string representation of the object
212
+ # @return [String] String presentation of the object
213
+ def to_s
214
+ to_hash.to_s
215
+ end
216
+
217
+ # to_body is an alias to to_hash (backward compatibility)
218
+ # @return [Hash] Returns the object in the form of hash
219
+ def to_body
220
+ to_hash
221
+ end
222
+
223
+ # Returns the object in the form of hash
224
+ # @return [Hash] Returns the object in the form of hash
225
+ def to_hash
226
+ hash = {}
227
+ self.class.attribute_map.each_pair do |attr, param|
228
+ value = self.send(attr)
229
+ if value.nil?
230
+ is_nullable = self.class.openapi_nullable.include?(attr)
231
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
232
+ end
233
+
234
+ hash[param] = _to_hash(value)
235
+ end
236
+ hash
237
+ end
238
+
239
+ # Outputs non-array value in the form of hash
240
+ # For object, use to_hash. Otherwise, just return the value
241
+ # @param [Object] value Any valid value
242
+ # @return [Hash] Returns the value in the form of hash
243
+ def _to_hash(value)
244
+ if value.is_a?(Array)
245
+ value.compact.map { |v| _to_hash(v) }
246
+ elsif value.is_a?(Hash)
247
+ {}.tap do |hash|
248
+ value.each { |k, v| hash[k] = _to_hash(v) }
249
+ end
250
+ elsif value.respond_to? :to_hash
251
+ value.to_hash
252
+ else
253
+ value
254
+ end
255
+ end
256
+ end
257
+ end
258
+ end
259
+ end
@@ -0,0 +1,368 @@
1
+ =begin
2
+ #URL redirects
3
+
4
+ #URL redirect operations
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module Hubspot
16
+ module Cms
17
+ module UrlRedirects
18
+ class RedirectsApi
19
+ attr_accessor :api_client
20
+
21
+ def initialize(api_client = ApiClient.default)
22
+ @api_client = api_client
23
+ end
24
+ # Delete a redirect
25
+ # Delete one existing redirect, so it is no longer mapped.
26
+ # @param url_redirect_id [String] The ID of the target redirect.
27
+ # @param [Hash] opts the optional parameters
28
+ # @return [nil]
29
+ def archive(url_redirect_id, opts = {})
30
+ archive_with_http_info(url_redirect_id, opts)
31
+ nil
32
+ end
33
+
34
+ # Delete a redirect
35
+ # Delete one existing redirect, so it is no longer mapped.
36
+ # @param url_redirect_id [String] The ID of the target redirect.
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
39
+ def archive_with_http_info(url_redirect_id, opts = {})
40
+ if @api_client.config.debugging
41
+ @api_client.config.logger.debug 'Calling API: RedirectsApi.archive ...'
42
+ end
43
+ # verify the required parameter 'url_redirect_id' is set
44
+ if @api_client.config.client_side_validation && url_redirect_id.nil?
45
+ fail ArgumentError, "Missing the required parameter 'url_redirect_id' when calling RedirectsApi.archive"
46
+ end
47
+ # resource path
48
+ local_var_path = '/cms/v3/url-redirects/{urlRedirectId}'.sub('{' + 'urlRedirectId' + '}', CGI.escape(url_redirect_id.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: RedirectsApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
82
+ end
83
+ return data, status_code, headers
84
+ end
85
+
86
+ # Create a redirect
87
+ # Creates and configures a new URL redirect.
88
+ # @param [Hash] opts the optional parameters
89
+ # @option opts [UrlMappingCreateRequestBody] :url_mapping_create_request_body
90
+ # @return [UrlMapping]
91
+ def create(opts = {})
92
+ data, _status_code, _headers = create_with_http_info(opts)
93
+ data
94
+ end
95
+
96
+ # Create a redirect
97
+ # Creates and configures a new URL redirect.
98
+ # @param [Hash] opts the optional parameters
99
+ # @option opts [UrlMappingCreateRequestBody] :url_mapping_create_request_body
100
+ # @return [Array<(UrlMapping, Integer, Hash)>] UrlMapping data, response status code and response headers
101
+ def create_with_http_info(opts = {})
102
+ if @api_client.config.debugging
103
+ @api_client.config.logger.debug 'Calling API: RedirectsApi.create ...'
104
+ end
105
+ # resource path
106
+ local_var_path = '/cms/v3/url-redirects/'
107
+
108
+ # query parameters
109
+ query_params = opts[:query_params] || {}
110
+
111
+ # header parameters
112
+ header_params = opts[:header_params] || {}
113
+ # HTTP header 'Accept' (if needed)
114
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
115
+ # HTTP header 'Content-Type'
116
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
117
+
118
+ # form parameters
119
+ form_params = opts[:form_params] || {}
120
+
121
+ # http body (model)
122
+ post_body = opts[:body] || @api_client.object_to_http_body(opts[:'url_mapping_create_request_body'])
123
+
124
+ # return_type
125
+ return_type = opts[:return_type] || 'UrlMapping'
126
+
127
+ # auth_names
128
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
129
+
130
+ new_options = opts.merge(
131
+ :header_params => header_params,
132
+ :query_params => query_params,
133
+ :form_params => form_params,
134
+ :body => post_body,
135
+ :auth_names => auth_names,
136
+ :return_type => return_type
137
+ )
138
+
139
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
140
+ if @api_client.config.debugging
141
+ @api_client.config.logger.debug "API called: RedirectsApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
142
+ end
143
+ return data, status_code, headers
144
+ end
145
+
146
+ # Get details for a redirect
147
+ # Returns the details for a single existing URL redirect by ID.
148
+ # @param url_redirect_id [String] The ID of the target redirect.
149
+ # @param [Hash] opts the optional parameters
150
+ # @return [UrlMapping]
151
+ def get_by_id(url_redirect_id, opts = {})
152
+ data, _status_code, _headers = get_by_id_with_http_info(url_redirect_id, opts)
153
+ data
154
+ end
155
+
156
+ # Get details for a redirect
157
+ # Returns the details for a single existing URL redirect by ID.
158
+ # @param url_redirect_id [String] The ID of the target redirect.
159
+ # @param [Hash] opts the optional parameters
160
+ # @return [Array<(UrlMapping, Integer, Hash)>] UrlMapping data, response status code and response headers
161
+ def get_by_id_with_http_info(url_redirect_id, opts = {})
162
+ if @api_client.config.debugging
163
+ @api_client.config.logger.debug 'Calling API: RedirectsApi.get_by_id ...'
164
+ end
165
+ # verify the required parameter 'url_redirect_id' is set
166
+ if @api_client.config.client_side_validation && url_redirect_id.nil?
167
+ fail ArgumentError, "Missing the required parameter 'url_redirect_id' when calling RedirectsApi.get_by_id"
168
+ end
169
+ # resource path
170
+ local_var_path = '/cms/v3/url-redirects/{urlRedirectId}'.sub('{' + 'urlRedirectId' + '}', CGI.escape(url_redirect_id.to_s))
171
+
172
+ # query parameters
173
+ query_params = opts[:query_params] || {}
174
+
175
+ # header parameters
176
+ header_params = opts[:header_params] || {}
177
+ # HTTP header 'Accept' (if needed)
178
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
179
+
180
+ # form parameters
181
+ form_params = opts[:form_params] || {}
182
+
183
+ # http body (model)
184
+ post_body = opts[:body]
185
+
186
+ # return_type
187
+ return_type = opts[:return_type] || 'UrlMapping'
188
+
189
+ # auth_names
190
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
191
+
192
+ new_options = opts.merge(
193
+ :header_params => header_params,
194
+ :query_params => query_params,
195
+ :form_params => form_params,
196
+ :body => post_body,
197
+ :auth_names => auth_names,
198
+ :return_type => return_type
199
+ )
200
+
201
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
202
+ if @api_client.config.debugging
203
+ @api_client.config.logger.debug "API called: RedirectsApi#get_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
204
+ end
205
+ return data, status_code, headers
206
+ end
207
+
208
+ # Get current redirects
209
+ # Returns all existing URL redirects. Results can be limited and filtered by creation or updated date.
210
+ # @param [Hash] opts the optional parameters
211
+ # @option opts [DateTime] :created_at Only return redirects created on exactly this date.
212
+ # @option opts [DateTime] :created_after Only return redirects created after this date.
213
+ # @option opts [DateTime] :created_before Only return redirects created before this date.
214
+ # @option opts [DateTime] :updated_at Only return redirects last updated on exactly this date.
215
+ # @option opts [DateTime] :updated_after Only return redirects last updated after this date.
216
+ # @option opts [DateTime] :updated_before Only return redirects last updated before this date.
217
+ # @option opts [Array<String>] :sort
218
+ # @option opts [Array<String>] :properties
219
+ # @option opts [String] :after The paging cursor token of the last successfully read resource will be returned as the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
220
+ # @option opts [String] :before
221
+ # @option opts [Integer] :limit Maximum number of result per page
222
+ # @option opts [Boolean] :archived Whether to return only results that have been archived.
223
+ # @return [CollectionResponseWithTotalUrlMapping]
224
+ def get_page(opts = {})
225
+ data, _status_code, _headers = get_page_with_http_info(opts)
226
+ data
227
+ end
228
+
229
+ # Get current redirects
230
+ # Returns all existing URL redirects. Results can be limited and filtered by creation or updated date.
231
+ # @param [Hash] opts the optional parameters
232
+ # @option opts [DateTime] :created_at Only return redirects created on exactly this date.
233
+ # @option opts [DateTime] :created_after Only return redirects created after this date.
234
+ # @option opts [DateTime] :created_before Only return redirects created before this date.
235
+ # @option opts [DateTime] :updated_at Only return redirects last updated on exactly this date.
236
+ # @option opts [DateTime] :updated_after Only return redirects last updated after this date.
237
+ # @option opts [DateTime] :updated_before Only return redirects last updated before this date.
238
+ # @option opts [Array<String>] :sort
239
+ # @option opts [Array<String>] :properties
240
+ # @option opts [String] :after The paging cursor token of the last successfully read resource will be returned as the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
241
+ # @option opts [String] :before
242
+ # @option opts [Integer] :limit Maximum number of result per page
243
+ # @option opts [Boolean] :archived Whether to return only results that have been archived.
244
+ # @return [Array<(CollectionResponseWithTotalUrlMapping, Integer, Hash)>] CollectionResponseWithTotalUrlMapping data, response status code and response headers
245
+ def get_page_with_http_info(opts = {})
246
+ if @api_client.config.debugging
247
+ @api_client.config.logger.debug 'Calling API: RedirectsApi.get_page ...'
248
+ end
249
+ # resource path
250
+ local_var_path = '/cms/v3/url-redirects/'
251
+
252
+ # query parameters
253
+ query_params = opts[:query_params] || {}
254
+ query_params[:'createdAt'] = opts[:'created_at'] if !opts[:'created_at'].nil?
255
+ query_params[:'createdAfter'] = opts[:'created_after'] if !opts[:'created_after'].nil?
256
+ query_params[:'createdBefore'] = opts[:'created_before'] if !opts[:'created_before'].nil?
257
+ query_params[:'updatedAt'] = opts[:'updated_at'] if !opts[:'updated_at'].nil?
258
+ query_params[:'updatedAfter'] = opts[:'updated_after'] if !opts[:'updated_after'].nil?
259
+ query_params[:'updatedBefore'] = opts[:'updated_before'] if !opts[:'updated_before'].nil?
260
+ query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
261
+ query_params[:'properties'] = @api_client.build_collection_param(opts[:'properties'], :multi) if !opts[:'properties'].nil?
262
+ query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
263
+ query_params[:'before'] = opts[:'before'] if !opts[:'before'].nil?
264
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
265
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
266
+
267
+ # header parameters
268
+ header_params = opts[:header_params] || {}
269
+ # HTTP header 'Accept' (if needed)
270
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
271
+
272
+ # form parameters
273
+ form_params = opts[:form_params] || {}
274
+
275
+ # http body (model)
276
+ post_body = opts[:body]
277
+
278
+ # return_type
279
+ return_type = opts[:return_type] || 'CollectionResponseWithTotalUrlMapping'
280
+
281
+ # auth_names
282
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
283
+
284
+ new_options = opts.merge(
285
+ :header_params => header_params,
286
+ :query_params => query_params,
287
+ :form_params => form_params,
288
+ :body => post_body,
289
+ :auth_names => auth_names,
290
+ :return_type => return_type
291
+ )
292
+
293
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
294
+ if @api_client.config.debugging
295
+ @api_client.config.logger.debug "API called: RedirectsApi#get_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
296
+ end
297
+ return data, status_code, headers
298
+ end
299
+
300
+ # Update a redirect
301
+ # Updates the settings for an existing URL redirect.
302
+ # @param url_redirect_id [String]
303
+ # @param [Hash] opts the optional parameters
304
+ # @option opts [UrlMapping] :url_mapping
305
+ # @return [UrlMapping]
306
+ def update(url_redirect_id, opts = {})
307
+ data, _status_code, _headers = update_with_http_info(url_redirect_id, opts)
308
+ data
309
+ end
310
+
311
+ # Update a redirect
312
+ # Updates the settings for an existing URL redirect.
313
+ # @param url_redirect_id [String]
314
+ # @param [Hash] opts the optional parameters
315
+ # @option opts [UrlMapping] :url_mapping
316
+ # @return [Array<(UrlMapping, Integer, Hash)>] UrlMapping data, response status code and response headers
317
+ def update_with_http_info(url_redirect_id, opts = {})
318
+ if @api_client.config.debugging
319
+ @api_client.config.logger.debug 'Calling API: RedirectsApi.update ...'
320
+ end
321
+ # verify the required parameter 'url_redirect_id' is set
322
+ if @api_client.config.client_side_validation && url_redirect_id.nil?
323
+ fail ArgumentError, "Missing the required parameter 'url_redirect_id' when calling RedirectsApi.update"
324
+ end
325
+ # resource path
326
+ local_var_path = '/cms/v3/url-redirects/{urlRedirectId}'.sub('{' + 'urlRedirectId' + '}', CGI.escape(url_redirect_id.to_s))
327
+
328
+ # query parameters
329
+ query_params = opts[:query_params] || {}
330
+
331
+ # header parameters
332
+ header_params = opts[:header_params] || {}
333
+ # HTTP header 'Accept' (if needed)
334
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
335
+ # HTTP header 'Content-Type'
336
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
337
+
338
+ # form parameters
339
+ form_params = opts[:form_params] || {}
340
+
341
+ # http body (model)
342
+ post_body = opts[:body] || @api_client.object_to_http_body(opts[:'url_mapping'])
343
+
344
+ # return_type
345
+ return_type = opts[:return_type] || 'UrlMapping'
346
+
347
+ # auth_names
348
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
349
+
350
+ new_options = opts.merge(
351
+ :header_params => header_params,
352
+ :query_params => query_params,
353
+ :form_params => form_params,
354
+ :body => post_body,
355
+ :auth_names => auth_names,
356
+ :return_type => return_type
357
+ )
358
+
359
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
360
+ if @api_client.config.debugging
361
+ @api_client.config.logger.debug "API called: RedirectsApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
362
+ end
363
+ return data, status_code, headers
364
+ end
365
+ end
366
+ end
367
+ end
368
+ end