Skip to content

Commit

Permalink
Merge pull request #4 from ayeshLK/client_gen
Browse files Browse the repository at this point in the history
Fix spec issue in the type definition
  • Loading branch information
ayeshLK authored Mar 25, 2024
2 parents caaa9b2 + ac3b5ea commit 830792e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ballerina/types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,7 @@ public type BasicPolicy record {
int transactionNumber?;
# Indicates the current status of the policy transaction, such as pending, completed, or canceled.
string transactionStatus?;
# Encapsulates detailed information regarding an umbrella insurance policy within the Guidewire InsuranceNow system. This schema is designed to capture and organize key identifiers and attributes of an umbrella policy, facilitating effective policy management, identification, and reference across the platform. It serves as a foundational element for operations such as policy lookup, modification, and integration with related insurance processes, ensuring a coherent and unified approach to managing umbrella policies.
UmbrellaPolicyInfo umbrellaPolicyInfo?;
# The code identifying the underwriter responsible for the policy, critical for risk management and policy approval processes.
string underwriterCd?;
Expand Down Expand Up @@ -1710,6 +1711,7 @@ public type ReapplyOutputSuppression record {
boolean includeInd?;
};

# Encapsulates detailed information regarding an umbrella insurance policy within the Guidewire InsuranceNow system. This schema is designed to capture and organize key identifiers and attributes of an umbrella policy, facilitating effective policy management, identification, and reference across the platform. It serves as a foundational element for operations such as policy lookup, modification, and integration with related insurance processes, ensuring a coherent and unified approach to managing umbrella policies.
public type UmbrellaPolicyInfo record {
# The unique identifier for the umbrella policy, used to uniquely distinguish this policy from others within the system.
string id?;
Expand Down
1 change: 1 addition & 0 deletions docs/spec/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2512,6 +2512,7 @@ components:
description: "The code for the type of premium discount table applied to the workers' compensation policy, affecting discounts for larger premium volumes."
UmbrellaPolicyInfo:
type: object
description: "Encapsulates detailed information regarding an umbrella insurance policy within the Guidewire InsuranceNow system. This schema is designed to capture and organize key identifiers and attributes of an umbrella policy, facilitating effective policy management, identification, and reference across the platform. It serves as a foundational element for operations such as policy lookup, modification, and integration with related insurance processes, ensuring a coherent and unified approach to managing umbrella policies."
properties:
id:
type: string
Expand Down

0 comments on commit 830792e

Please sign in to comment.