Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions ballerina/types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -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?;
Expand All @@ -87,10 +86,8 @@ public type MarketingEventPublicReadResponse record {
string eventDescription?;
# The name of the marketing event
string eventName;
#
string id;
string objectId?;
#
string updatedAt;
};

Expand Down Expand Up @@ -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?;
Expand All @@ -342,10 +338,8 @@ public type MarketingEventPublicDefaultResponse record {
string eventDescription?;
# The name of the marketing event
string eventName;
#
string id;
string objectId?;
#
string updatedAt;
};

Expand Down Expand Up @@ -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;
};

Expand Down Expand Up @@ -573,7 +559,6 @@ public type MarketingEventPublicReadResponseV2 record {
};

public type BatchInputMarketingEventCreateRequestParams record {
#
MarketingEventCreateRequestParams[] inputs;
};

Expand Down Expand Up @@ -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;
};

Expand Down
Loading