Skip to content

Commit c33e35b

Browse files
committed
11-25 codegen
1 parent cdb305a commit c33e35b

File tree

196 files changed

+1202
-764
lines changed

Some content is hidden

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

196 files changed

+1202
-764
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ stages:
1414
- pip install -r test-requirements.txt
1515
- pytest --cov=opal
1616

17-
pytest-3.7:
18-
extends: .pytest
19-
image: python:3.7-alpine
2017
pytest-3.8:
2118
extends: .pytest
2219
image: python:3.8-alpine
@@ -29,3 +26,6 @@ pytest-3.10:
2926
pytest-3.11:
3027
extends: .pytest
3128
image: python:3.11-alpine
29+
pytest-3.12:
30+
extends: .pytest
31+
image: python:3.12-alpine

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.9.0

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
33
python:
4-
- "3.7"
54
- "3.8"
65
- "3.9"
76
- "3.10"
87
- "3.11"
8+
- "3.12"
99
# uncomment the following if needed
10-
#- "3.11-dev" # 3.11 development branch
10+
#- "3.12-dev" # 3.12 development branch
1111
#- "nightly" # nightly build
1212
# command to install dependencies
1313
install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: 1.0
77
- Package version: 1.0.0
8-
- Generator version: 7.4.0
8+
- Generator version: 7.9.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://www.opal.dev/](https://www.opal.dev/)
1111

docs/AddGroupResourceRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ print(AddGroupResourceRequest.to_json())
2222
# convert the object into a dict
2323
add_group_resource_request_dict = add_group_resource_request_instance.to_dict()
2424
# create an instance of AddGroupResourceRequest from a dict
25-
add_group_resource_request_form_dict = add_group_resource_request.from_dict(add_group_resource_request_dict)
25+
add_group_resource_request_from_dict = AddGroupResourceRequest.from_dict(add_group_resource_request_dict)
2626
```
2727
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2828

docs/AddGroupUserRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ print(AddGroupUserRequest.to_json())
2323
# convert the object into a dict
2424
add_group_user_request_dict = add_group_user_request_instance.to_dict()
2525
# create an instance of AddGroupUserRequest from a dict
26-
add_group_user_request_form_dict = add_group_user_request.from_dict(add_group_user_request_dict)
26+
add_group_user_request_from_dict = AddGroupUserRequest.from_dict(add_group_user_request_dict)
2727
```
2828
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2929

docs/AddResourceUserRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ print(AddResourceUserRequest.to_json())
2323
# convert the object into a dict
2424
add_resource_user_request_dict = add_resource_user_request_instance.to_dict()
2525
# create an instance of AddResourceUserRequest from a dict
26-
add_resource_user_request_form_dict = add_resource_user_request.from_dict(add_resource_user_request_dict)
26+
add_resource_user_request_from_dict = AddResourceUserRequest.from_dict(add_resource_user_request_dict)
2727
```
2828
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2929

docs/App.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ print(App.to_json())
2727
# convert the object into a dict
2828
app_dict = app_instance.to_dict()
2929
# create an instance of App from a dict
30-
app_form_dict = app.from_dict(app_dict)
30+
app_from_dict = App.from_dict(app_dict)
3131
```
3232
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3333

docs/AppTypeEnum.md

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,53 @@
22

33
The type of an app.
44

5-
## Properties
5+
## Enum
66

7-
Name | Type | Description | Notes
8-
------------ | ------------- | ------------- | -------------
7+
* `ACTIVE_DIRECTORY` (value: `'ACTIVE_DIRECTORY'`)
8+
9+
* `AZURE_AD` (value: `'AZURE_AD'`)
10+
11+
* `AWS` (value: `'AWS'`)
12+
13+
* `AWS_SSO` (value: `'AWS_SSO'`)
14+
15+
* `CUSTOM` (value: `'CUSTOM'`)
16+
17+
* `DUO` (value: `'DUO'`)
18+
19+
* `GCP` (value: `'GCP'`)
20+
21+
* `GIT_HUB` (value: `'GIT_HUB'`)
22+
23+
* `GIT_LAB` (value: `'GIT_LAB'`)
24+
25+
* `GOOGLE_GROUPS` (value: `'GOOGLE_GROUPS'`)
26+
27+
* `GOOGLE_WORKSPACE` (value: `'GOOGLE_WORKSPACE'`)
28+
29+
* `LDAP` (value: `'LDAP'`)
30+
31+
* `MARIADB` (value: `'MARIADB'`)
32+
33+
* `MONGO` (value: `'MONGO'`)
34+
35+
* `MONGO_ATLAS` (value: `'MONGO_ATLAS'`)
36+
37+
* `MYSQL` (value: `'MYSQL'`)
38+
39+
* `OKTA_DIRECTORY` (value: `'OKTA_DIRECTORY'`)
40+
41+
* `OPAL` (value: `'OPAL'`)
42+
43+
* `PAGERDUTY` (value: `'PAGERDUTY'`)
44+
45+
* `SALESFORCE` (value: `'SALESFORCE'`)
46+
47+
* `TAILSCALE` (value: `'TAILSCALE'`)
48+
49+
* `TELEPORT` (value: `'TELEPORT'`)
50+
51+
* `WORKDAY` (value: `'WORKDAY'`)
952

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

docs/AppsList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ print(AppsList.to_json())
2323
# convert the object into a dict
2424
apps_list_dict = apps_list_instance.to_dict()
2525
# create an instance of AppsList from a dict
26-
apps_list_form_dict = apps_list.from_dict(apps_list_dict)
26+
apps_list_from_dict = AppsList.from_dict(apps_list_dict)
2727
```
2828
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2929

0 commit comments

Comments
 (0)