hubspot-api-client 9.4.0 → 9.5.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +392 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
- data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
- data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
- data/lib/hubspot/codegen/events/api_client.rb +390 -0
- data/lib/hubspot/codegen/events/api_error.rb +59 -0
- data/lib/hubspot/codegen/events/configuration.rb +261 -0
- data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
- data/lib/hubspot/codegen/events/models/error.rb +290 -0
- data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
- data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
- data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
- data/lib/hubspot/codegen/events/models/paging.rb +208 -0
- data/lib/hubspot/version.rb +1 -1
- data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
- data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
- data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
- data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
- data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
- data/spec/codegen/events/api/events_api_spec.rb +54 -0
- data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
- data/spec/codegen/events/models/error_detail_spec.rb +65 -0
- data/spec/codegen/events/models/error_spec.rb +77 -0
- data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
- data/spec/codegen/events/models/next_page_spec.rb +47 -0
- data/spec/codegen/events/models/paging_spec.rb +41 -0
- data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
- data/spec/features/events/events_api_spec.rb +7 -0
- metadata +48 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hubspot-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.
|
4
|
+
version: 9.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HubSpot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -379,6 +379,14 @@ files:
|
|
379
379
|
- lib/hubspot/codegen/cms/url-redirects/models/paging.rb
|
380
380
|
- lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb
|
381
381
|
- lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb
|
382
|
+
- lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb
|
383
|
+
- lib/hubspot/codegen/conversations/visitor-identification/api_client.rb
|
384
|
+
- lib/hubspot/codegen/conversations/visitor-identification/api_error.rb
|
385
|
+
- lib/hubspot/codegen/conversations/visitor-identification/configuration.rb
|
386
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/error.rb
|
387
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb
|
388
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb
|
389
|
+
- lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb
|
382
390
|
- lib/hubspot/codegen/crm/associations/api/batch_api.rb
|
383
391
|
- lib/hubspot/codegen/crm/associations/api/types_api.rb
|
384
392
|
- lib/hubspot/codegen/crm/associations/api_client.rb
|
@@ -884,6 +892,16 @@ files:
|
|
884
892
|
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb
|
885
893
|
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb
|
886
894
|
- lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb
|
895
|
+
- lib/hubspot/codegen/events/api/events_api.rb
|
896
|
+
- lib/hubspot/codegen/events/api_client.rb
|
897
|
+
- lib/hubspot/codegen/events/api_error.rb
|
898
|
+
- lib/hubspot/codegen/events/configuration.rb
|
899
|
+
- lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb
|
900
|
+
- lib/hubspot/codegen/events/models/error.rb
|
901
|
+
- lib/hubspot/codegen/events/models/error_detail.rb
|
902
|
+
- lib/hubspot/codegen/events/models/external_unified_event.rb
|
903
|
+
- lib/hubspot/codegen/events/models/next_page.rb
|
904
|
+
- lib/hubspot/codegen/events/models/paging.rb
|
887
905
|
- lib/hubspot/codegen/files/files/api/files_api.rb
|
888
906
|
- lib/hubspot/codegen/files/files/api/folders_api.rb
|
889
907
|
- lib/hubspot/codegen/files/files/api_client.rb
|
@@ -1100,6 +1118,11 @@ files:
|
|
1100
1118
|
- spec/codegen/cms/url-redirects/models/paging_spec.rb
|
1101
1119
|
- spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
|
1102
1120
|
- spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
|
1121
|
+
- spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
|
1122
|
+
- spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
|
1123
|
+
- spec/codegen/conversations/visitor-identification/models/error_spec.rb
|
1124
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
|
1125
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
|
1103
1126
|
- spec/codegen/crm/associations/api/batch_api_spec.rb
|
1104
1127
|
- spec/codegen/crm/associations/api/types_api_spec.rb
|
1105
1128
|
- spec/codegen/crm/associations/models/associated_id_spec.rb
|
@@ -1545,6 +1568,13 @@ files:
|
|
1545
1568
|
- spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
|
1546
1569
|
- spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
|
1547
1570
|
- spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
|
1571
|
+
- spec/codegen/events/api/events_api_spec.rb
|
1572
|
+
- spec/codegen/events/models/collection_response_external_unified_event_spec.rb
|
1573
|
+
- spec/codegen/events/models/error_detail_spec.rb
|
1574
|
+
- spec/codegen/events/models/error_spec.rb
|
1575
|
+
- spec/codegen/events/models/external_unified_event_spec.rb
|
1576
|
+
- spec/codegen/events/models/next_page_spec.rb
|
1577
|
+
- spec/codegen/events/models/paging_spec.rb
|
1548
1578
|
- spec/codegen/files/files/api/files_api_spec.rb
|
1549
1579
|
- spec/codegen/files/files/api/folders_api_spec.rb
|
1550
1580
|
- spec/codegen/files/files/models/collection_response_file_spec.rb
|
@@ -1617,6 +1647,7 @@ files:
|
|
1617
1647
|
- spec/features/cms/perfomance/default_api_spec.rb
|
1618
1648
|
- spec/features/cms/site-search/default_api_spec.rb
|
1619
1649
|
- spec/features/cms/url-redirects/redirects_api_spec.rb
|
1650
|
+
- spec/features/conversations/visitor-identification/generate_api_spec.rb
|
1620
1651
|
- spec/features/crm/associations/batch_api_spec.rb
|
1621
1652
|
- spec/features/crm/associations/types_api_spec.rb
|
1622
1653
|
- spec/features/crm/companies/associations_api_spec.rb
|
@@ -1676,6 +1707,7 @@ files:
|
|
1676
1707
|
- spec/features/crm/timeline/events_api_spec.rb
|
1677
1708
|
- spec/features/crm/timeline/templates_api_spec.rb
|
1678
1709
|
- spec/features/crm/timeline/tokens_api_spec.rb
|
1710
|
+
- spec/features/events/events_api_spec.rb
|
1679
1711
|
- spec/features/files/files/files_api_spec.rb
|
1680
1712
|
- spec/features/files/files/folders_api_spec.rb
|
1681
1713
|
- spec/features/marketing/transactional/default_api_spec.rb
|
@@ -2272,6 +2304,11 @@ test_files:
|
|
2272
2304
|
- spec/codegen/cms/performance/models/error_detail_spec.rb
|
2273
2305
|
- spec/codegen/cms/performance/models/public_performance_response_spec.rb
|
2274
2306
|
- spec/codegen/cms/performance/api/default_api_spec.rb
|
2307
|
+
- spec/codegen/conversations/visitor-identification/models/error_spec.rb
|
2308
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
|
2309
|
+
- spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
|
2310
|
+
- spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
|
2311
|
+
- spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
|
2275
2312
|
- spec/codegen/files/files/models/error_spec.rb
|
2276
2313
|
- spec/codegen/files/files/models/folder_input_spec.rb
|
2277
2314
|
- spec/codegen/files/files/models/file_update_input_spec.rb
|
@@ -2333,6 +2370,13 @@ test_files:
|
|
2333
2370
|
- spec/codegen/automation/actions/api/definitions_api_spec.rb
|
2334
2371
|
- spec/codegen/automation/actions/api/callbacks_api_spec.rb
|
2335
2372
|
- spec/codegen/automation/actions/api/revisions_api_spec.rb
|
2373
|
+
- spec/codegen/events/models/error_spec.rb
|
2374
|
+
- spec/codegen/events/models/collection_response_external_unified_event_spec.rb
|
2375
|
+
- spec/codegen/events/models/next_page_spec.rb
|
2376
|
+
- spec/codegen/events/models/error_detail_spec.rb
|
2377
|
+
- spec/codegen/events/models/paging_spec.rb
|
2378
|
+
- spec/codegen/events/models/external_unified_event_spec.rb
|
2379
|
+
- spec/codegen/events/api/events_api_spec.rb
|
2336
2380
|
- spec/codegen/webhooks/models/error_spec.rb
|
2337
2381
|
- spec/codegen/webhooks/models/throttling_settings_spec.rb
|
2338
2382
|
- spec/codegen/webhooks/models/subscription_patch_request_spec.rb
|
@@ -2421,6 +2465,7 @@ test_files:
|
|
2421
2465
|
- spec/features/cms/domains/domains_api_spec.rb
|
2422
2466
|
- spec/features/cms/url-redirects/redirects_api_spec.rb
|
2423
2467
|
- spec/features/cms/perfomance/default_api_spec.rb
|
2468
|
+
- spec/features/conversations/visitor-identification/generate_api_spec.rb
|
2424
2469
|
- spec/features/files/files/files_api_spec.rb
|
2425
2470
|
- spec/features/files/files/folders_api_spec.rb
|
2426
2471
|
- spec/features/marketing/transactional/default_api_spec.rb
|
@@ -2428,6 +2473,7 @@ test_files:
|
|
2428
2473
|
- spec/features/automation/actions/definitions_api_spec.rb
|
2429
2474
|
- spec/features/automation/actions/callbacks_api_spec.rb
|
2430
2475
|
- spec/features/automation/actions/revisions_api_spec.rb
|
2476
|
+
- spec/features/events/events_api_spec.rb
|
2431
2477
|
- spec/features/webhooks/settings_api_spec.rb
|
2432
2478
|
- spec/features/webhooks/subscriptions_api_spec.rb
|
2433
2479
|
- spec/spec_helper.rb
|