Skip to content

Commit bd609b4

Browse files
author
Concourse
committed
Update SDK 0.11.4614 [publish]
1 parent 6d46396 commit bd609b4

File tree

291 files changed

+885
-885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

291 files changed

+885
-885
lines changed

lusid.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"url": "https://www.finbourne.com",
1010
"email": "info@finbourne.com"
1111
},
12-
"version": "0.11.4612",
12+
"version": "0.11.4614",
1313
"x-logo": {
1414
"url": "https://www.lusid.com/app/assets/logo_white.png",
1515
"backgroundColor": "#415464"
1616
}
1717
},
1818
"servers": [
1919
{
20-
"url": "https://fbn-prd.lusid.com/api"
20+
"url": "https://www.lusid.com/api"
2121
}
2222
],
2323
"paths": {
@@ -46510,7 +46510,7 @@
4651046510
"description": "OAuth2 Implicit Grant",
4651146511
"flows": {
4651246512
"implicit": {
46513-
"authorizationUrl": "https://lusid.okta.com/oauth2/default/v1/authorize",
46513+
"authorizationUrl": "https://dummyurl.lusid.com/",
4651446514
"scopes": {}
4651546515
}
4651646516
}

sdk/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FINBOURNE Technology
33

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

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

@@ -53,10 +53,10 @@ import lusid
5353
from lusid.rest import ApiException
5454
from pprint import pprint
5555

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

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

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

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

8989
## Documentation for API Endpoints
9090

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

9393
Class | Method | HTTP request | Description
9494
------------ | ------------- | ------------- | -------------
@@ -482,7 +482,7 @@ Class | Method | HTTP request | Description
482482

483483
- **Type**: OAuth
484484
- **Flow**: implicit
485-
- **Authorization URL**: https://lusid.okta.com/oauth2/default/v1/authorize
485+
- **Authorization URL**: https://dummyurl.lusid.com/
486486
- **Scopes**: N/A
487487

488488

sdk/docs/AggregationApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lusid.AggregationApi
22

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

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -24,10 +24,10 @@ import time
2424
import lusid
2525
from lusid.rest import ApiException
2626
from pprint import pprint
27-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
27+
# Defining the host is optional and defaults to https://www.lusid.com/api
2828
# See configuration.py for a list of all supported configuration parameters.
2929
configuration = lusid.Configuration(
30-
host = "https://fbn-prd.lusid.com/api"
30+
host = "https://www.lusid.com/api"
3131
)
3232

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

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

@@ -99,10 +99,10 @@ import time
9999
import lusid
100100
from lusid.rest import ApiException
101101
from pprint import pprint
102-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
102+
# Defining the host is optional and defaults to https://www.lusid.com/api
103103
# See configuration.py for a list of all supported configuration parameters.
104104
configuration = lusid.Configuration(
105-
host = "https://fbn-prd.lusid.com/api"
105+
host = "https://www.lusid.com/api"
106106
)
107107

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

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

sdk/docs/AllocationsApi.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lusid.AllocationsApi
22

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

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -26,10 +26,10 @@ import time
2626
import lusid
2727
from lusid.rest import ApiException
2828
from pprint import pprint
29-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
29+
# Defining the host is optional and defaults to https://www.lusid.com/api
3030
# See configuration.py for a list of all supported configuration parameters.
3131
configuration = lusid.Configuration(
32-
host = "https://fbn-prd.lusid.com/api"
32+
host = "https://www.lusid.com/api"
3333
)
3434

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

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

@@ -103,10 +103,10 @@ import time
103103
import lusid
104104
from lusid.rest import ApiException
105105
from pprint import pprint
106-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
106+
# Defining the host is optional and defaults to https://www.lusid.com/api
107107
# See configuration.py for a list of all supported configuration parameters.
108108
configuration = lusid.Configuration(
109-
host = "https://fbn-prd.lusid.com/api"
109+
host = "https://www.lusid.com/api"
110110
)
111111

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

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

@@ -184,10 +184,10 @@ import time
184184
import lusid
185185
from lusid.rest import ApiException
186186
from pprint import pprint
187-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
187+
# Defining the host is optional and defaults to https://www.lusid.com/api
188188
# See configuration.py for a list of all supported configuration parameters.
189189
configuration = lusid.Configuration(
190-
host = "https://fbn-prd.lusid.com/api"
190+
host = "https://www.lusid.com/api"
191191
)
192192

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

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

@@ -271,10 +271,10 @@ import time
271271
import lusid
272272
from lusid.rest import ApiException
273273
from pprint import pprint
274-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
274+
# Defining the host is optional and defaults to https://www.lusid.com/api
275275
# See configuration.py for a list of all supported configuration parameters.
276276
configuration = lusid.Configuration(
277-
host = "https://fbn-prd.lusid.com/api"
277+
host = "https://www.lusid.com/api"
278278
)
279279

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

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

sdk/docs/ApplicationMetadataApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lusid.ApplicationMetadataApi
22

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

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -25,10 +25,10 @@ import time
2525
import lusid
2626
from lusid.rest import ApiException
2727
from pprint import pprint
28-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
28+
# Defining the host is optional and defaults to https://www.lusid.com/api
2929
# See configuration.py for a list of all supported configuration parameters.
3030
configuration = lusid.Configuration(
31-
host = "https://fbn-prd.lusid.com/api"
31+
host = "https://www.lusid.com/api"
3232
)
3333

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

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

@@ -100,10 +100,10 @@ import time
100100
import lusid
101101
from lusid.rest import ApiException
102102
from pprint import pprint
103-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
103+
# Defining the host is optional and defaults to https://www.lusid.com/api
104104
# See configuration.py for a list of all supported configuration parameters.
105105
configuration = lusid.Configuration(
106-
host = "https://fbn-prd.lusid.com/api"
106+
host = "https://www.lusid.com/api"
107107
)
108108

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

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

@@ -170,10 +170,10 @@ import time
170170
import lusid
171171
from lusid.rest import ApiException
172172
from pprint import pprint
173-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
173+
# Defining the host is optional and defaults to https://www.lusid.com/api
174174
# See configuration.py for a list of all supported configuration parameters.
175175
configuration = lusid.Configuration(
176-
host = "https://fbn-prd.lusid.com/api"
176+
host = "https://www.lusid.com/api"
177177
)
178178

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

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

sdk/docs/ComplexMarketDataApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lusid.ComplexMarketDataApi
22

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

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -25,10 +25,10 @@ import time
2525
import lusid
2626
from lusid.rest import ApiException
2727
from pprint import pprint
28-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
28+
# Defining the host is optional and defaults to https://www.lusid.com/api
2929
# See configuration.py for a list of all supported configuration parameters.
3030
configuration = lusid.Configuration(
31-
host = "https://fbn-prd.lusid.com/api"
31+
host = "https://www.lusid.com/api"
3232
)
3333

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

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

@@ -102,10 +102,10 @@ import time
102102
import lusid
103103
from lusid.rest import ApiException
104104
from pprint import pprint
105-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
105+
# Defining the host is optional and defaults to https://www.lusid.com/api
106106
# See configuration.py for a list of all supported configuration parameters.
107107
configuration = lusid.Configuration(
108-
host = "https://fbn-prd.lusid.com/api"
108+
host = "https://www.lusid.com/api"
109109
)
110110

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

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

@@ -185,10 +185,10 @@ import time
185185
import lusid
186186
from lusid.rest import ApiException
187187
from pprint import pprint
188-
# Defining the host is optional and defaults to https://fbn-prd.lusid.com/api
188+
# Defining the host is optional and defaults to https://www.lusid.com/api
189189
# See configuration.py for a list of all supported configuration parameters.
190190
configuration = lusid.Configuration(
191-
host = "https://fbn-prd.lusid.com/api"
191+
host = "https://www.lusid.com/api"
192192
)
193193

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

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

0 commit comments

Comments
 (0)