Skip to content

Commit

Permalink
chore(sdk): generate python extend sdk (2024-01-30T01:55:02+00:00)
Browse files Browse the repository at this point in the history
generated from openapi spec commit: 4a3cccdae6ef9db7fa6eb9e3d02735f4a0cb842c
  • Loading branch information
Ubuntu authored and elmernocon committed Jan 30, 2024
1 parent 3541b28 commit d494574
Show file tree
Hide file tree
Showing 6,408 changed files with 24,917 additions and 11,272 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v3.67
### chore
- **api:** removed all service version in file header
2 changes: 1 addition & 1 deletion docs/operations/achievement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Achievement Service Index (2.21.8)
# AccelByte Gaming Services Achievement Service Index (2.21.9)


## Operations
Expand Down
5 changes: 4 additions & 1 deletion docs/operations/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Basic Service Index (2.15.1)
# AccelByte Gaming Services Basic Service Index (2.16.0)


## Operations
Expand Down Expand Up @@ -57,8 +57,10 @@
| /basic/v1/admin/namespaces/{namespace}/status | PATCH | changeNamespaceStatus | `false` | [ChangeNamespaceStatus](../../accelbyte_py_sdk/api/basic/operations/namespace/change_namespace_status.py) | [change_namespace_status](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-change-namespace-status](../../samples/cli/accelbyte_py_sdk_cli/basic/_change_namespace_status.py) |
| /basic/v1/admin/namespaces | POST | createNamespace | `false` | [CreateNamespace](../../accelbyte_py_sdk/api/basic/operations/namespace/create_namespace.py) | [create_namespace](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-create-namespace](../../samples/cli/accelbyte_py_sdk_cli/basic/_create_namespace.py) |
| /basic/v1/admin/namespaces/{namespace} | DELETE | deleteNamespace | `false` | [DeleteNamespace](../../accelbyte_py_sdk/api/basic/operations/namespace/delete_namespace.py) | [delete_namespace](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-delete-namespace](../../samples/cli/accelbyte_py_sdk_cli/basic/_delete_namespace.py) |
| /basic/v1/admin/namespaces/{namespace}/child | GET | getChildNamespaces | `false` | [GetChildNamespaces](../../accelbyte_py_sdk/api/basic/operations/namespace/get_child_namespaces.py) | [get_child_namespaces](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-get-child-namespaces](../../samples/cli/accelbyte_py_sdk_cli/basic/_get_child_namespaces.py) |
| /basic/v1/admin/namespaces/{namespace}/game | GET | getGameNamespaces | `false` | [GetGameNamespaces](../../accelbyte_py_sdk/api/basic/operations/namespace/get_game_namespaces.py) | [get_game_namespaces](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-get-game-namespaces](../../samples/cli/accelbyte_py_sdk_cli/basic/_get_game_namespaces.py) |
| /basic/v1/admin/namespaces/{namespace} | GET | getNamespace | `false` | [GetNamespace](../../accelbyte_py_sdk/api/basic/operations/namespace/get_namespace.py) | [get_namespace](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-get-namespace](../../samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace.py) |
| /basic/v1/admin/namespaces/{namespace}/context | GET | getNamespaceContext | `false` | [GetNamespaceContext](../../accelbyte_py_sdk/api/basic/operations/namespace/get_namespace_context.py) | [get_namespace_context](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-get-namespace-context](../../samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace_context.py) |
| /basic/v1/admin/namespaces/{namespace}/publisher | GET | getNamespacePublisher | `false` | [GetNamespacePublisher](../../accelbyte_py_sdk/api/basic/operations/namespace/get_namespace_publisher.py) | [get_namespace_publisher](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-get-namespace-publisher](../../samples/cli/accelbyte_py_sdk_cli/basic/_get_namespace_publisher.py) |
| /basic/v1/admin/namespaces | GET | getNamespaces | `false` | [GetNamespaces](../../accelbyte_py_sdk/api/basic/operations/namespace/get_namespaces.py) | [get_namespaces](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-get-namespaces](../../samples/cli/accelbyte_py_sdk_cli/basic/_get_namespaces.py) |
| /basic/v1/public/namespaces/{namespace}/publisher | GET | publicGetNamespacePublisher | `false` | [PublicGetNamespacePublisher](../../accelbyte_py_sdk/api/basic/operations/namespace/public_get_namespace_publisher.py) | [public_get_namespace_publisher](../../accelbyte_py_sdk/api/basic/wrappers/_namespace.py) | [accelbyte_py_sdk_cli basic-public-get-namespace-publisher](../../samples/cli/accelbyte_py_sdk_cli/basic/_public_get_namespace_publisher.py) |
Expand Down Expand Up @@ -126,6 +128,7 @@
| ErrorEntity | [ErrorEntity](../../accelbyte_py_sdk/api/basic/models/error_entity.py) |
| FieldValidationError | [FieldValidationError](../../accelbyte_py_sdk/api/basic/models/field_validation_error.py) |
| FileUploadUrlInfo | [FileUploadUrlInfo](../../accelbyte_py_sdk/api/basic/models/file_upload_url_info.py) |
| NamespaceContext | [NamespaceContext](../../accelbyte_py_sdk/api/basic/models/namespace_context.py) |
| NamespaceCreate | [NamespaceCreate](../../accelbyte_py_sdk/api/basic/models/namespace_create.py) |
| NamespaceInfo | [NamespaceInfo](../../accelbyte_py_sdk/api/basic/models/namespace_info.py) |
| NamespacePublisherInfo | [NamespacePublisherInfo](../../accelbyte_py_sdk/api/basic/models/namespace_publisher_info.py) |
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Chat Service Index (0.4.16)
# AccelByte Gaming Services Chat Service Index (0.4.17)


## Operations
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/cloudsave.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Cloudsave Service Index (3.13.0)
# AccelByte Gaming Services Cloudsave Service Index (3.14.0)


## Operations
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/eventlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Event Log Service Index (2.2.1)
# AccelByte Gaming Services Event Log Service Index (2.2.2)


## Operations
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/gametelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# Analytics Game Telemetry Index (1.22.0)
# Analytics Game Telemetry Index (1.23.0)


## Operations
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/gdpr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Gdpr Service Index (2.6.0)
# AccelByte Gaming Services Gdpr Service Index (2.6.2)


## Operations
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Group Service Index (2.18.4)
# AccelByte Gaming Services Group Service Index (2.18.5)


## Operations
Expand Down
3 changes: 2 additions & 1 deletion docs/operations/iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Iam Service Index (7.8.3)
# AccelByte Gaming Services Iam Service Index (7.9.0)


## Operations
Expand Down Expand Up @@ -387,6 +387,7 @@
| /iam/v4/admin/namespaces/{namespace}/users/bulk/validate | POST | AdminBulkCheckValidUserIDV4 | `false` | [AdminBulkCheckValidUserIDV4](../../accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_check_valid__17860c.py) | [admin_bulk_check_valid_user_idv4](../../accelbyte_py_sdk/api/iam/wrappers/_users_v4.py) | [accelbyte_py_sdk_cli iam-admin-bulk-check-valid-user-idv4](../../samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_check_valid_user_idv4.py) |
| /iam/v4/admin/namespaces/{namespace}/users/bulk/accountType | PATCH | AdminBulkUpdateUserAccountTypeV4 | `false` | [AdminBulkUpdateUserAccountTypeV4](../../accelbyte_py_sdk/api/iam/operations/users_v4/admin_bulk_update_user__8f5f4a.py) | [admin_bulk_update_user_account_type_v4](../../accelbyte_py_sdk/api/iam/wrappers/_users_v4.py) | [accelbyte_py_sdk_cli iam-admin-bulk-update-user-account-type-v4](../../samples/cli/accelbyte_py_sdk_cli/iam/_admin_bulk_update_user_account_type_v4.py) |
| /iam/v4/admin/namespaces/{namespace}/test_users | POST | AdminCreateTestUsersV4 | `false` | [AdminCreateTestUsersV4](../../accelbyte_py_sdk/api/iam/operations/users_v4/admin_create_test_users_v4.py) | [admin_create_test_users_v4](../../accelbyte_py_sdk/api/iam/wrappers/_users_v4.py) | [accelbyte_py_sdk_cli iam-admin-create-test-users-v4](../../samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_test_users_v4.py) |
| /iam/v4/admin/namespaces/{namespace}/users | POST | AdminCreateUserV4 | `false` | [AdminCreateUserV4](../../accelbyte_py_sdk/api/iam/operations/users_v4/admin_create_user_v4.py) | [admin_create_user_v4](../../accelbyte_py_sdk/api/iam/wrappers/_users_v4.py) | [accelbyte_py_sdk_cli iam-admin-create-user-v4](../../samples/cli/accelbyte_py_sdk_cli/iam/_admin_create_user_v4.py) |
| /iam/v4/admin/users/me/mfa/authenticator/disable | DELETE | AdminDisableMyAuthenticatorV4 | `false` | [AdminDisableMyAuthenticatorV4](../../accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_authen_d71ec4.py) | [admin_disable_my_authenticator_v4](../../accelbyte_py_sdk/api/iam/wrappers/_users_v4.py) | [accelbyte_py_sdk_cli iam-admin-disable-my-authenticator-v4](../../samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_authenticator_v4.py) |
| /iam/v4/admin/users/me/mfa/backupCode/disable | DELETE | AdminDisableMyBackupCodesV4 | `false` | [AdminDisableMyBackupCodesV4](../../accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_backup_727b56.py) | [admin_disable_my_backup_codes_v4](../../accelbyte_py_sdk/api/iam/wrappers/_users_v4.py) | [accelbyte_py_sdk_cli iam-admin-disable-my-backup-codes-v4](../../samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_backup_codes_v4.py) |
| /iam/v4/admin/users/me/mfa/email/disable | POST | AdminDisableMyEmailV4 | `false` | [AdminDisableMyEmailV4](../../accelbyte_py_sdk/api/iam/operations/users_v4/admin_disable_my_email_v4.py) | [admin_disable_my_email_v4](../../accelbyte_py_sdk/api/iam/wrappers/_users_v4.py) | [accelbyte_py_sdk_cli iam-admin-disable-my-email-v4](../../samples/cli/accelbyte_py_sdk_cli/iam/_admin_disable_my_email_v4.py) |
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/leaderboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Leaderboard Service Index (2.26.7)
# AccelByte Gaming Services Leaderboard Service Index (2.27.0)


## Operations
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/legal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Legal Service Index (1.35.0)
# AccelByte Gaming Services Legal Service Index (1.36.0)


## Operations
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/match2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Match Service V2 Index (2.14.1)
# AccelByte Gaming Services Match Service V2 Index (2.15.1)


## Operations
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/matchmaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (<< template file: doc-index.j2)

# AccelByte Gaming Services Matchmaking Service Index (2.29.0)
# AccelByte Gaming Services Matchmaking Service Index (2.29.1)


## Operations
Expand Down
Loading

0 comments on commit d494574

Please sign in to comment.