Skip to content

Commit

Permalink
Merge pull request #422 from HubSpot/codegen/rootClietnsP2
Browse files Browse the repository at this point in the history
Codegen: Conversations, Events and Events Send
  • Loading branch information
ksvirkou-hubspot authored Oct 25, 2024
2 parents 87b6b18 + 88ccfcc commit ce1533b
Show file tree
Hide file tree
Showing 24 changed files with 844 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public function generateTokenRequest($identification_token_generation_request, s
}


$resourcePath = '/conversations/v3/visitor-identification/tokens/create';
$resourcePath = '/visitor-identification/v3/tokens/create';
$formParams = [];
$queryParams = [];
$headerParams = [];
Expand Down
489 changes: 398 additions & 91 deletions codegen/Events/Api/EventsApi.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codegen/Events/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
4 changes: 2 additions & 2 deletions codegen/Events/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
4 changes: 2 additions & 2 deletions codegen/Events/HeaderSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
4 changes: 2 additions & 2 deletions codegen/Events/Model/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
4 changes: 2 additions & 2 deletions codegen/Events/Model/ErrorDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
5 changes: 2 additions & 3 deletions codegen/Events/Model/ExternalUnifiedEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand All @@ -35,7 +35,6 @@
* ExternalUnifiedEvent Class Doc Comment
*
* @category Class
* @description Used to represent any event. With this format, the `objectType` and `eventType` values are stringified CRM types. Example object: <br/> ``` { \"objectType\": \"CONTACT\", \"objectId\": 208451632, \"eventType\": \"e_visited_page\", \"occurredAt\": 1567377501421, \"id\": \"leviathan-be3335d3-46f1-3985-988e-ff38e6e7b9d8\", \"properties\": { \"hs_url\": \"https://some-website.com/\", \"hs_title\": \"Home\", \"hs_referrer\": \"https://some-other-website.com/blog/why-we-love-big-data-and-you-should-too\", \"hs_userAgent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\", \"hs_city\": \"lund\", \"hs_region\": \"m\", \"hs_country\": \"se\", \"hs_session_id\" : \"leviathan-be3335d3-46f1-3985-988e-ff38e6e7b9d8\", \"hs_session_source\" : \"DIRECT\" } } ```
* @package HubSpot\Client\Events
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
Expand Down
4 changes: 2 additions & 2 deletions codegen/Events/Model/ModelInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
4 changes: 2 additions & 2 deletions codegen/Events/Model/NextPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
4 changes: 2 additions & 2 deletions codegen/Events/Model/Paging.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
4 changes: 2 additions & 2 deletions codegen/Events/Model/PreviousPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
*/

/**
* Events
* Events Events
*
* API for accessing CRM object events.
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v3
* Generated by: https://openapi-generator.tech
Expand Down
Loading

0 comments on commit ce1533b

Please sign in to comment.