Skip to content

Commit 51dc603

Browse files
committed
Set OpenAPI version back to 6.2.1 and fix GitLab CI
1 parent 35df23c commit 51dc603

File tree

91 files changed

+1264
-772
lines changed

Some content is hidden

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

91 files changed

+1264
-772
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install OpenAPI Generator CLI
2525
run: npm install @openapitools/openapi-generator-cli
2626
- name: Set OpenAPI Generator version
27-
run: ./node_modules/\@openapitools/openapi-generator-cli/main.js version-manager set 5.3.0
27+
run: ./node_modules/\@openapitools/openapi-generator-cli/main.js version-manager set 6.2.1
2828
- name: Set up Python 3.9
2929
uses: actions/setup-python@v1
3030
with:
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build a binary wheel and a source tarball
4848
run: python -m build --sdist --wheel --outdir dist/ .
4949
- name: Publish SDK 📦 to PyPI
50-
uses: pypa/gh-action-pypi-publish@master
50+
uses: pypa/gh-action-pypi-publish@release/v1
5151
with:
5252
skip_existing: true
5353
password: ${{ secrets.PYPI_API_TOKEN }}

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
6.2.1

docs/APIConfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# APIConfig
22

33

4+
45
## Properties
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------

docs/Avatar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Avatar
22

33

4+
45
## Properties
56
Name | Type | Description | Notes
67
------------ | ------------- | ------------- | -------------
@@ -15,7 +16,7 @@ Name | Type | Description | Notes
1516
**image_url** | **str** | |
1617
**name** | **str** | |
1718
**release_status** | [**ReleaseStatus**](ReleaseStatus.md) | |
18-
**tags** | **list[str]** | |
19+
**tags** | **list[str]** | |
1920
**thumbnail_image_url** | **str** | |
2021
**unity_package_url** | **str** | |
2122
**unity_package_url_object** | [**AvatarUnityPackageUrlObject**](AvatarUnityPackageUrlObject.md) | |

docs/CreateAvatarRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**id** | **str** | | [optional]
99
**name** | **str** | |
1010
**description** | **str** | | [optional]
11-
**tags** | **list[str]** | | [optional]
11+
**tags** | **list[str]** | | [optional]
1212
**image_url** | **str** | |
1313
**release_status** | [**ReleaseStatus**](ReleaseStatus.md) | | [optional]
1414
**version** | **float** | | [optional] [default to 1]

docs/CreateFileRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**name** | **str** | |
88
**mime_type** | [**MIMEType**](MIMEType.md) | |
99
**extension** | **str** | |
10-
**tags** | **list[str]** | | [optional]
10+
**tags** | **list[str]** | | [optional]
1111

1212
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1313

docs/CreateGroupGalleryRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Name | Type | Description | Notes
77
**name** | **str** | Name of the gallery. |
88
**description** | **str** | Description of the gallery. | [optional]
99
**members_only** | **bool** | Whether the gallery is members only. | [optional] [default to False]
10-
**role_ids_to_view** | **list[str]** | | [optional]
11-
**role_ids_to_submit** | **list[str]** | | [optional]
12-
**role_ids_to_auto_approve** | **list[str]** | | [optional]
13-
**role_ids_to_manage** | **list[str]** | | [optional]
10+
**role_ids_to_view** | **list[str]** | | [optional]
11+
**role_ids_to_submit** | **list[str]** | | [optional]
12+
**role_ids_to_auto_approve** | **list[str]** | | [optional]
13+
**role_ids_to_manage** | **list[str]** | | [optional]
1414

1515
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1616

docs/CreateGroupRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
88
**short_code** | **str** | |
99
**description** | **str** | | [optional]
1010
**join_state** | [**GroupJoinState**](GroupJoinState.md) | | [optional]
11-
**icon_id** | **str** | | [optional] [default to 'null']
12-
**banner_id** | **str** | | [optional] [default to 'null']
11+
**icon_id** | **str** | | [optional]
12+
**banner_id** | **str** | | [optional]
1313
**privacy** | [**GroupPrivacy**](GroupPrivacy.md) | | [optional]
1414
**role_template** | [**GroupRoleTemplate**](GroupRoleTemplate.md) | |
1515

docs/CreateWorldRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
1515
**name** | **str** | |
1616
**platform** | **str** | This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. | [optional]
1717
**release_status** | [**ReleaseStatus**](ReleaseStatus.md) | | [optional]
18-
**tags** | **list[str]** | | [optional]
18+
**tags** | **list[str]** | | [optional]
1919
**unity_package_url** | **str** | | [optional]
2020
**unity_version** | **str** | | [optional] [default to '5.3.4p1']
2121

docs/CurrentUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Name | Type | Description | Notes
3636
**oculus_id** | **str** | |
3737
**offline_friends** | **list[str]** | | [optional]
3838
**online_friends** | **list[str]** | | [optional]
39-
**past_display_names** | [**list[PastDisplayName]**](PastDisplayName.md) | |
39+
**past_display_names** | [**list[PastDisplayName]**](PastDisplayName.md) | |
4040
**profile_pic_override** | **str** | |
4141
**state** | [**UserState**](UserState.md) | |
4242
**status** | [**UserStatus**](UserStatus.md) | |

0 commit comments

Comments
 (0)