Skip to content

Commit

Permalink
Updates for v2.0.1299
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Dec 18, 2024
1 parent 1185d0a commit 43c22fc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ This code is automatically generated by the [OpenAPI Generator](https://openapi-

## Versions

- API version: 0.11.7228
- SDK version: 2.0.1298
- API version: 0.11.7231
- SDK version: 2.0.1299

## Requirements

Expand All @@ -47,7 +47,7 @@ Add this dependency to your pom.xml
<dependency>
<groupId>com.finbourne</groupId>
<artifactId>lusid-sdk</artifactId>
<version>2.0.1298</version>
<version>2.0.1299</version>
</dependency>
```

Expand All @@ -61,7 +61,7 @@ Add this dependency to your build.gradle
}
dependencies {
implementation "com.finbourne:lusid-sdk:2.0.1298"
implementation "com.finbourne:lusid-sdk:2.0.1299"
}
```

Expand Down
4 changes: 2 additions & 2 deletions sdk/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ info:
| <a name="938">938</a>|The new Closed Period would cause the Timeline to have non-contiguous Closed Periods| |
termsOfService: https://www.finbourne.com/legal/terms-conditions
title: LUSID API
version: 0.11.7228
version: 0.11.7231
x-logo:
url: https://www.lusid.com/app/assets/logo_white.png
backgroundColor: '#415464'
Expand Down Expand Up @@ -66487,7 +66487,7 @@ paths:
patch:
description: "Create or update certain fields for a particular portfolio.\r\n\
The behaviour is defined by the JSON Patch specification.\r\n \r\nCurrently\
\ supported are: Created, InstrumentScopes."
\ supported are: Created, InstrumentScopes, Type."
operationId: PatchPortfolio
parameters:
- description: The scope of the portfolio.
Expand Down
2 changes: 1 addition & 1 deletion sdk/docs/PortfoliosApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2472,7 +2472,7 @@ public class PortfoliosApiExample {
PatchPortfolio: Patch portfolio.

Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes.
Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes, Type.

### Example

Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>lusid-sdk</artifactId>
<packaging>jar</packaging>
<name>lusid-sdk</name>
<version>2.0.1298</version>
<version>2.0.1299</version>
<url>https://github.com/finbourne/lusid-sdk-java</url>
<description>lusid</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/finbourne/lusid/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/2.0.1298/java");
setUserAgent("OpenAPI-Generator/2.0.1299/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/finbourne/lusid/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
public static final String VERSION = "2.0.1298";
public static final String VERSION = "2.0.1299";

private static ApiClient defaultApiClient = new ApiClient();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7541,7 +7541,7 @@ public okhttp3.Call executeAsync(final ApiCallback<Portfolio> _callback, Configu

/**
* PatchPortfolio: Patch portfolio.
* Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes.
* Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes, Type.
* @param scope The scope of the portfolio. (required)
* @param code The code of the portfolio. Together with the scope this uniquely identifies the portfolio. (required)
* @param operation The json patch document. For more check: https://datatracker.ietf.org/doc/html/rfc6902. (required)
Expand Down

0 comments on commit 43c22fc

Please sign in to comment.