diff --git a/ballerina/types.bal b/ballerina/types.bal index 11c7336..ddfe2fb 100644 --- a/ballerina/types.bal +++ b/ballerina/types.bal @@ -72,7 +72,6 @@ public type MarketingEventPublicReadResponse record { int:Signed32 noShows; # The number of HubSpot contacts that registered for this marketing event, but later cancelled their registration int:Signed32 cancellations; - # string createdAt; # The start date and time of the marketing event string startDateTime?; @@ -87,10 +86,8 @@ public type MarketingEventPublicReadResponse record { string eventDescription?; # The name of the marketing event string eventName; - # string id; string objectId?; - # string updatedAt; }; @@ -329,7 +326,6 @@ public type MarketingEventPublicDefaultResponse record { boolean eventCompleted?; # The end date and time of the marketing event string endDateTime?; - # string createdAt; # The start date and time of the marketing event string startDateTime?; @@ -342,10 +338,8 @@ public type MarketingEventPublicDefaultResponse record { string eventDescription?; # The name of the marketing event string eventName; - # string id; string objectId?; - # string updatedAt; }; @@ -407,21 +401,13 @@ public type GetEventsExternalEventIdGetDetailsQueries record { }; public type StandardError record { - # record {} subCategory?; - # record {|string[]...;|} context; - # record {|string...;|} links; - # string id?; - # string category; - # string message; - # ErrorDetail[] errors; - # string status; }; @@ -573,7 +559,6 @@ public type MarketingEventPublicReadResponseV2 record { }; public type BatchInputMarketingEventCreateRequestParams record { - # MarketingEventCreateRequestParams[] inputs; }; @@ -653,21 +638,13 @@ public type NextPage record { }; public type BatchResponseMarketingEventPublicDefaultResponse record { - # string completedAt; - # int:Signed32 numErrors?; - # string requestedAt?; - # string startedAt; - # record {|string...;|} links?; - # MarketingEventPublicDefaultResponse[] results; - # StandardError[] errors?; - # "PENDING"|"PROCESSING"|"CANCELED"|"COMPLETE" status; };