Skip to content

Commit b0134cf

Browse files
TaylorBeestongithub-actions[bot]
authored andcommitted
Update python-client SDK to version 3.7.7
1 parent bc81280 commit b0134cf

File tree

464 files changed

+47718
-3691
lines changed

Some content is hidden

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

464 files changed

+47718
-3691
lines changed

packages/open-api-lcn-clients/python-client/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

packages/open-api-lcn-clients/python-client/.openapi-generator/FILES

Lines changed: 306 additions & 33 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.14.0
1+
7.18.0-SNAPSHOT

packages/open-api-lcn-clients/python-client/README.md

Lines changed: 166 additions & 12 deletions
Large diffs are not rendered by default.

packages/open-api-lcn-clients/python-client/docs/AuthGrantsGetAuthGrantsRequestQuery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**id** | [**BoostGetBoostsRequestQueryUri**](BoostGetBoostsRequestQueryUri.md) | | [optional]
9-
**name** | [**BoostGetBoostsRequestQueryUri**](BoostGetBoostsRequestQueryUri.md) | | [optional]
10-
**description** | [**BoostGetBoostsRequestQueryUri**](BoostGetBoostsRequestQueryUri.md) | | [optional]
8+
**id** | [**BoostSearchSkillsAvailableForBoostRequestQueryAnyOfOrInnerId**](BoostSearchSkillsAvailableForBoostRequestQueryAnyOfOrInnerId.md) | | [optional]
9+
**name** | [**BoostSearchSkillsAvailableForBoostRequestQueryAnyOfOrInnerId**](BoostSearchSkillsAvailableForBoostRequestQueryAnyOfOrInnerId.md) | | [optional]
10+
**description** | [**BoostSearchSkillsAvailableForBoostRequestQueryAnyOfOrInnerId**](BoostSearchSkillsAvailableForBoostRequestQueryAnyOfOrInnerId.md) | | [optional]
1111
**status** | **str** | | [optional]
1212

1313
## Example
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# BoostAlignBoostSkillsRequest
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**boost_uri** | **str** | |
9+
**skills** | [**List[BoostAlignBoostSkillsRequestSkillsInner]**](BoostAlignBoostSkillsRequestSkillsInner.md) | |
10+
11+
## Example
12+
13+
```python
14+
from openapi_client.models.boost_align_boost_skills_request import BoostAlignBoostSkillsRequest
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of BoostAlignBoostSkillsRequest from a JSON string
19+
boost_align_boost_skills_request_instance = BoostAlignBoostSkillsRequest.from_json(json)
20+
# print the JSON string representation of the object
21+
print(BoostAlignBoostSkillsRequest.to_json())
22+
23+
# convert the object into a dict
24+
boost_align_boost_skills_request_dict = boost_align_boost_skills_request_instance.to_dict()
25+
# create an instance of BoostAlignBoostSkillsRequest from a dict
26+
boost_align_boost_skills_request_from_dict = BoostAlignBoostSkillsRequest.from_dict(boost_align_boost_skills_request_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# BoostAlignBoostSkillsRequestSkillsInner
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**framework_id** | **str** | |
9+
**id** | **str** | |
10+
11+
## Example
12+
13+
```python
14+
from openapi_client.models.boost_align_boost_skills_request_skills_inner import BoostAlignBoostSkillsRequestSkillsInner
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of BoostAlignBoostSkillsRequestSkillsInner from a JSON string
19+
boost_align_boost_skills_request_skills_inner_instance = BoostAlignBoostSkillsRequestSkillsInner.from_json(json)
20+
# print the JSON string representation of the object
21+
print(BoostAlignBoostSkillsRequestSkillsInner.to_json())
22+
23+
# convert the object into a dict
24+
boost_align_boost_skills_request_skills_inner_dict = boost_align_boost_skills_request_skills_inner_instance.to_dict()
25+
# create an instance of BoostAlignBoostSkillsRequestSkillsInner from a dict
26+
boost_align_boost_skills_request_skills_inner_from_dict = BoostAlignBoostSkillsRequestSkillsInner.from_dict(boost_align_boost_skills_request_skills_inner_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# BoostAttachFrameworkToBoostRequest
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**boost_uri** | **str** | |
9+
**framework_id** | **str** | |
10+
11+
## Example
12+
13+
```python
14+
from openapi_client.models.boost_attach_framework_to_boost_request import BoostAttachFrameworkToBoostRequest
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of BoostAttachFrameworkToBoostRequest from a JSON string
19+
boost_attach_framework_to_boost_request_instance = BoostAttachFrameworkToBoostRequest.from_json(json)
20+
# print the JSON string representation of the object
21+
print(BoostAttachFrameworkToBoostRequest.to_json())
22+
23+
# convert the object into a dict
24+
boost_attach_framework_to_boost_request_dict = boost_attach_framework_to_boost_request_instance.to_dict()
25+
# create an instance of BoostAttachFrameworkToBoostRequest from a dict
26+
boost_attach_framework_to_boost_request_from_dict = BoostAttachFrameworkToBoostRequest.from_dict(boost_attach_framework_to_boost_request_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

packages/open-api-lcn-clients/python-client/docs/BoostCreateBoostRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
1414
**allow_anyone_to_create_children** | **bool** | | [optional]
1515
**credential** | [**BoostCreateBoostRequestCredential**](BoostCreateBoostRequestCredential.md) | |
1616
**claim_permissions** | [**BoostCreateBoostRequestClaimPermissions**](BoostCreateBoostRequestClaimPermissions.md) | | [optional]
17+
**skills** | [**List[BoostAlignBoostSkillsRequestSkillsInner]**](BoostAlignBoostSkillsRequestSkillsInner.md) | | [optional]
1718

1819
## Example
1920

packages/open-api-lcn-clients/python-client/docs/BoostCreateChildBoostRequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**parent_uri** | **str** | |
9-
**boost** | [**BoostCreateBoostRequest**](BoostCreateBoostRequest.md) | |
9+
**boost** | [**BoostCreateChildBoostRequestBoost**](BoostCreateChildBoostRequestBoost.md) | |
10+
**skills** | [**List[BoostAlignBoostSkillsRequestSkillsInner]**](BoostAlignBoostSkillsRequestSkillsInner.md) | | [optional]
1011

1112
## Example
1213

0 commit comments

Comments
 (0)