Skip to content

Commit

Permalink
Update SDK 0.11.4614 [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Jul 16, 2022
1 parent 6d46396 commit bd609b4
Show file tree
Hide file tree
Showing 291 changed files with 885 additions and 885 deletions.
6 changes: 3 additions & 3 deletions lusid.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"url": "https://www.finbourne.com",
"email": "info@finbourne.com"
},
"version": "0.11.4612",
"version": "0.11.4614",
"x-logo": {
"url": "https://www.lusid.com/app/assets/logo_white.png",
"backgroundColor": "#415464"
}
},
"servers": [
{
"url": "https://fbn-prd.lusid.com/api"
"url": "https://www.lusid.com/api"
}
],
"paths": {
Expand Down Expand Up @@ -46510,7 +46510,7 @@
"description": "OAuth2 Implicit Grant",
"flows": {
"implicit": {
"authorizationUrl": "https://lusid.okta.com/oauth2/default/v1/authorize",
"authorizationUrl": "https://dummyurl.lusid.com/",
"scopes": {}
}
}
Expand Down
14 changes: 7 additions & 7 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FINBOURNE Technology

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.11.4612
- Package version: 0.11.4612
- API version: 0.11.4614
- Package version: 0.11.4614
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
For more information, please visit [https://www.finbourne.com](https://www.finbourne.com)

Expand Down Expand Up @@ -53,10 +53,10 @@ import lusid
from lusid.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -66,7 +66,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand All @@ -88,7 +88,7 @@ with lusid.ApiClient(configuration) as api_client:

## Documentation for API Endpoints

All URIs are relative to *https://fbn-prd.lusid.com/api*
All URIs are relative to *https://www.lusid.com/api*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down Expand Up @@ -482,7 +482,7 @@ Class | Method | HTTP request | Description

- **Type**: OAuth
- **Flow**: implicit
- **Authorization URL**: https://lusid.okta.com/oauth2/default/v1/authorize
- **Authorization URL**: https://dummyurl.lusid.com/
- **Scopes**: N/A


Expand Down
14 changes: 7 additions & 7 deletions sdk/docs/AggregationApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lusid.AggregationApi

All URIs are relative to *https://fbn-prd.lusid.com/api*
All URIs are relative to *https://www.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -24,10 +24,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -37,7 +37,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -99,10 +99,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -112,7 +112,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down
26 changes: 13 additions & 13 deletions sdk/docs/AllocationsApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lusid.AllocationsApi

All URIs are relative to *https://fbn-prd.lusid.com/api*
All URIs are relative to *https://www.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -26,10 +26,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -39,7 +39,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -103,10 +103,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -116,7 +116,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -184,10 +184,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -197,7 +197,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -271,10 +271,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -284,7 +284,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down
20 changes: 10 additions & 10 deletions sdk/docs/ApplicationMetadataApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lusid.ApplicationMetadataApi

All URIs are relative to *https://fbn-prd.lusid.com/api*
All URIs are relative to *https://www.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -38,7 +38,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -100,10 +100,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -113,7 +113,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -170,10 +170,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -183,7 +183,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down
20 changes: 10 additions & 10 deletions sdk/docs/ComplexMarketDataApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lusid.ComplexMarketDataApi

All URIs are relative to *https://fbn-prd.lusid.com/api*
All URIs are relative to *https://www.lusid.com/api*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -38,7 +38,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -102,10 +102,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -115,7 +115,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down Expand Up @@ -185,10 +185,10 @@ import time
import lusid
from lusid.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
# Defining the host is optional and defaults to https://www.lusid.com/api
# See configuration.py for a list of all supported configuration parameters.
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)

# The client must configure the authentication and authorization parameters
Expand All @@ -198,7 +198,7 @@ configuration = lusid.Configuration(

# Configure OAuth2 access token for authorization: oauth2
configuration = lusid.Configuration(
host = "https://fbn-prd.lusid.com/api"
host = "https://www.lusid.com/api"
)
configuration.access_token = 'YOUR_ACCESS_TOKEN'

Expand Down

0 comments on commit bd609b4

Please sign in to comment.