diff --git a/openapi/beezup.merchant/Ballerina.toml b/openapi/beezup.merchant/Ballerina.toml index c1c63d8c1..0f447d6ef 100644 --- a/openapi/beezup.merchant/Ballerina.toml +++ b/openapi/beezup.merchant/Ballerina.toml @@ -6,5 +6,5 @@ name = "beezup.merchant" icon = "icon.png" distribution = "2201.4.1" repository = "https://github.com/ballerina-platform/openapi-connectors/tree/main/openapi/beezup.merchant" -version = "1.5.1" +version = "1.6.0" authors = ["Ballerina"] diff --git a/openapi/livestorm/Ballerina.toml b/openapi/livestorm/Ballerina.toml index c91ba5022..b94ec99a9 100644 --- a/openapi/livestorm/Ballerina.toml +++ b/openapi/livestorm/Ballerina.toml @@ -6,7 +6,7 @@ name = "livestorm" icon = "icon.png" distribution = "2201.4.1" repository = "https://github.com/ballerina-platform/openapi-connectors/tree/main/openapi/livestorm" -version = "2.5.1" +version = "2.6.0" authors = ["Ballerina"] [build-options] observabilityIncluded = true diff --git a/openapi/shopify.admin/Ballerina.toml b/openapi/shopify.admin/Ballerina.toml index 327e69157..c694bd851 100644 --- a/openapi/shopify.admin/Ballerina.toml +++ b/openapi/shopify.admin/Ballerina.toml @@ -6,7 +6,7 @@ name = "shopify.admin" icon = "icon.png" distribution = "2201.4.1" repository = "https://github.com/ballerina-platform/openapi-connectors/tree/main/openapi/shopify.admin" -version = "2.4.3" +version = "2.5.0" authors = ["Ballerina"] [build-options] observabilityIncluded = true diff --git a/openapi/shopify.admin/openapi.yml b/openapi/shopify.admin/openapi.yml index 8d42fd95b..c90e50650 100644 --- a/openapi/shopify.admin/openapi.yml +++ b/openapi/shopify.admin/openapi.yml @@ -2722,7 +2722,9 @@ components: type: string description: The latitude of the billing address. longitude: - type: string + oneOf: + - type: float + - type: string description: The longitude of the billing address. name: type: string diff --git a/openapi/shopify.admin/types.bal b/openapi/shopify.admin/types.bal index d2601d9ed..d6a952a65 100644 --- a/openapi/shopify.admin/types.bal +++ b/openapi/shopify.admin/types.bal @@ -860,9 +860,9 @@ public type CustomerAddress record { # The last name of the person associated with the payment method. string? last_name?; # The latitude of the billing address. - string? latitude?; + float|string? latitude?; # The longitude of the billing address. - string? longitude?; + float|string? longitude?; # The full name of the person associated with the payment method. string? name?; # The phone number at the billing address.